Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dnpm.js4 module.exports = (npmBin, npmCommand, cwd, env, extra) => { argument
5 const isJS = npmBin.endsWith('.js')
6 const cmd = isJS ? process.execPath : npmBin
7 const args = (isJS ? [npmBin] : []).concat(npmCommand)
/third_party/node/tools/
Dtest-npm-package.js28 const npmBin = path.join(projectDir, 'deps', 'npm', 'bin', 'npm-cli.js'); constant
74 npmBin,
81 npmBin,
89 npmBin,
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/
Dindex.js24 flat.npmBin = require.main ? require.main.filename
/third_party/node/deps/npm/node_modules/pacote/lib/
Dfetcher.js112 this.npmBin = opts.npmBin || 'npm'
Dgit.js194 this.npmBin,
/third_party/node/deps/npm/tap-snapshots/test/lib/
Ddocs.js.test.cjs2391 "npmBin": "{CWD}/{TESTDIR}/docs.js",