Searched refs:npmBin (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/pacote/lib/util/ |
D | npm.js | 4 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/ |
D | test-npm-package.js | 28 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/ |
D | index.js | 24 flat.npmBin = require.main ? require.main.filename
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
D | fetcher.js | 112 this.npmBin = opts.npmBin || 'npm'
|
D | git.js | 194 this.npmBin,
|
/third_party/node/deps/npm/tap-snapshots/test/lib/ |
D | docs.js.test.cjs | 2391 "npmBin": "{CWD}/{TESTDIR}/docs.js",
|