Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/lib/commands/
Dedit.js41 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 })
Dtest.js26 const scriptShell = npm.config.get('script-shell') constant
27 const scriptArgs = isCmdRe.test(scriptShell)
30 const script = spawk.spawn(scriptShell, scriptArgs)
Dstart.js26 const scriptShell = npm.config.get('script-shell') constant
27 const scriptArgs = isCmdRe.test(scriptShell)
30 const script = spawk.spawn(scriptShell, scriptArgs)
Drestart.js26 const scriptShell = npm.config.get('script-shell') constant
27 const scriptArgs = isCmdRe.test(scriptShell)
30 const script = spawk.spawn(scriptShell, scriptArgs)
Dstop.js26 const scriptShell = npm.config.get('script-shell') constant
27 const scriptArgs = isCmdRe.test(scriptShell)
30 const script = spawk.spawn(scriptShell, scriptArgs)
Drun-script.js92 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/
Drun-script.js17 scriptShell, property
20 const script = call || args.shift() || scriptShell
37 if (script === scriptShell) {
64 scriptShell, property
Dindex.js92 scriptShell = isWindows ? process.env.ComSpec || 'cmd' : 'sh',
106 scriptShell, property
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/
Dvalidate-options.js9 scriptShell,
22 if (scriptShell !== undefined && typeof scriptShell !== 'string') {
Dmake-spawn-args.js10 scriptShell = true,
34 shell: scriptShell,
Drun-script-pkg.js25 scriptShell,
70 scriptShell, property
/third_party/node/deps/npm/node_modules/libnpmversion/lib/
Dindex.js15 scriptShell = undefined,
34 scriptShell, property
/third_party/node/deps/npm/lib/commands/
Dexec.js69 const scriptShell = this.npm.config.get('script-shell') || undefined
100 scriptShell, property
Dci.js101 const scriptShell = this.npm.config.get('script-shell') || undefined
106 scriptShell, property
Dinstall.js108 const scriptShell = this.npm.config.get('script-shell') || undefined
169 scriptShell, property
Dinit.js135 const scriptShell = this.npm.config.get('script-shell') || undefined
147 scriptShell, property
Drun-script.js69 const scriptShell = this.npm.config.get('script-shell') || undefined
114 scriptShell, property
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dindex.js86 scriptShell: options.scriptShell, property
Drebuild.js331 scriptShell: this.options.scriptShell, property
Dreify.js1582 scriptShell: this.options.scriptShell, property
/third_party/node/deps/npm/node_modules/libnpmexec/
DREADME.md42 …- `scriptShell`: Default shell to be used **String**, defaults to `sh` on POSIX systems, `process.…
/third_party/node/deps/npm/node_modules/libnpmversion/
DREADME.md32 scriptShell: '/bin/bash', // shell to run lifecycle scripts in
158 #### `scriptShell` String
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/
Ddefinitions.js2009 flatOptions.scriptShell = obj[key] || undefined
/third_party/node/deps/npm/tap-snapshots/test/lib/
Ddocs.js.test.cjs2483 "scriptShell": undefined,