Searched refs:packageJsonPath (Results 1 – 2 of 2) sorted by relevance
576 const packageJsonPath: string = path.join(filePath, projectConfig.packageJson); constant577 if (fs.existsSync(packageJsonPath)) {582 …ig.packageManagerType === 'npm' ? JSON : JSON5).parse(fs.readFileSync(packageJsonPath).toString());
314 const packageJsonPath: string = resourceResolveData.descriptionFilePath; constant315 let npmInfoPath: string = path.resolve(packageJsonPath, '..');