Home
last modified time | relevance | path

Searched refs:childPackageJSON (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/test/tap/
Dinstall-shrinkwrapped-git.js28 var childPackageJSON = JSON.stringify({ variable
40 fs.writeFileSync(resolve(childPath, 'package.json'), childPackageJSON)
90 var childPackageJSON = require(path.join(parentNodeModulesPath, 'child', 'package.json'))
92 childPackageJSON._resolved,