Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/utils/
Dread-local-package.js1 exports = module.exports = readLocalPkg
6 function readLocalPkg (cb) { function
/third_party/node/deps/npm/lib/
Downer.js12 const readLocalPkg = BB.promisify(require('./utils/read-local-package.js')) constant
99 return readLocalPkg().then(pkg => {
126 return readLocalPkg().then(pkg => {
154 return readLocalPkg().then(pkg => {
Ddist-tag.js12 const readLocalPkg = BB.promisify(require('./utils/read-local-package.js')) constant
133 return readLocalPkg().then(pkg => {