| /third_party/node/deps/npm/test/lib/commands/ |
| D | edit.js | 41 const scriptShell = npm.config.get('script-shell') 42 const scriptArgs = isCmdRe.test(scriptShell) 45 spawk.spawn(scriptShell, scriptArgs, { cwd: semverPath }) 57 const scriptShell = npm.config.get('script-shell') 58 const scriptArgs = isCmdRe.test(scriptShell) 61 spawk.spawn(scriptShell, scriptArgs, { cwd: semverPath }).exit(1).stdout('test error') 92 const scriptShell = npm.config.get('script-shell') 93 const scriptArgs = isCmdRe.test(scriptShell) 96 spawk.spawn(scriptShell, scriptArgs, { cwd: semverPath })
|
| D | test.js | 26 const scriptShell = npm.config.get('script-shell') constant 27 const scriptArgs = isCmdRe.test(scriptShell) 30 const script = spawk.spawn(scriptShell, scriptArgs)
|
| D | start.js | 26 const scriptShell = npm.config.get('script-shell') constant 27 const scriptArgs = isCmdRe.test(scriptShell) 30 const script = spawk.spawn(scriptShell, scriptArgs)
|
| D | restart.js | 26 const scriptShell = npm.config.get('script-shell') constant 27 const scriptArgs = isCmdRe.test(scriptShell) 30 const script = spawk.spawn(scriptShell, scriptArgs)
|
| D | stop.js | 26 const scriptShell = npm.config.get('script-shell') constant 27 const scriptArgs = isCmdRe.test(scriptShell) 30 const script = spawk.spawn(scriptShell, scriptArgs)
|
| D | run-script.js | 92 scriptShell: undefined, property 106 scriptShell: undefined, property 128 scriptShell: undefined, property 157 scriptShell: undefined, property 191 scriptShell: undefined, property 227 scriptShell: undefined, property 301 scriptShell: undefined, property 338 scriptShell: undefined, property 380 scriptShell: undefined, property
|
| /third_party/node/deps/npm/node_modules/libnpmexec/lib/ |
| D | run-script.js | 17 scriptShell, property 20 const script = call || args.shift() || scriptShell 37 if (script === scriptShell) { 64 scriptShell, property
|
| D | index.js | 92 scriptShell = isWindows ? process.env.ComSpec || 'cmd' : 'sh', 106 scriptShell, property
|
| /third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/ |
| D | validate-options.js | 9 scriptShell, 22 if (scriptShell !== undefined && typeof scriptShell !== 'string') {
|
| D | make-spawn-args.js | 10 scriptShell = true, 34 shell: scriptShell,
|
| D | run-script-pkg.js | 25 scriptShell, 70 scriptShell, property
|
| /third_party/node/deps/npm/node_modules/libnpmversion/lib/ |
| D | index.js | 15 scriptShell = undefined, 34 scriptShell, property
|
| /third_party/node/deps/npm/lib/commands/ |
| D | exec.js | 69 const scriptShell = this.npm.config.get('script-shell') || undefined 100 scriptShell, property
|
| D | ci.js | 101 const scriptShell = this.npm.config.get('script-shell') || undefined 106 scriptShell, property
|
| D | install.js | 108 const scriptShell = this.npm.config.get('script-shell') || undefined 169 scriptShell, property
|
| D | init.js | 135 const scriptShell = this.npm.config.get('script-shell') || undefined 147 scriptShell, property
|
| D | run-script.js | 69 const scriptShell = this.npm.config.get('script-shell') || undefined 114 scriptShell, property
|
| /third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
| D | index.js | 86 scriptShell: options.scriptShell, property
|
| D | rebuild.js | 331 scriptShell: this.options.scriptShell, property
|
| D | reify.js | 1582 scriptShell: this.options.scriptShell, property
|
| /third_party/node/deps/npm/node_modules/libnpmexec/ |
| D | README.md | 42 …- `scriptShell`: Default shell to be used **String**, defaults to `sh` on POSIX systems, `process.…
|
| /third_party/node/deps/npm/node_modules/libnpmversion/ |
| D | README.md | 32 scriptShell: '/bin/bash', // shell to run lifecycle scripts in 158 #### `scriptShell` String
|
| /third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/ |
| D | definitions.js | 2009 flatOptions.scriptShell = obj[key] || undefined
|
| /third_party/node/deps/npm/tap-snapshots/test/lib/ |
| D | docs.js.test.cjs | 2483 "scriptShell": undefined,
|