Home
last modified time | relevance | path

Searched defs:stdioString (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Dopts.js8 stdioString: true, property
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/
Dmake-spawn-args.js31 stdioString, property
Drun-script-pkg.js76 stdioString, property
/third_party/node/deps/npm/test/bin/
Dwindows-shims.js121 const spawnPath = (cmd, args, { log, stdioString = true, ...opts } = {}) => { argument
150 const distrosRaw = spawnPath(wsl, ['-l', '-v'], { ...opts, stdioString: false }).stdout property
/third_party/node/deps/npm/node_modules/@npmcli/promise-spawn/lib/
Dindex.js171 const stdioResult = (stdout, stderr, { stdioString = true, stdio }) => { property