Home
last modified time | relevance | path

Searched refs:execa (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/execa/
Dreadme.md1execa [![Build Status: Linux](https://travis-ci.org/sindresorhus/execa.svg?branch=master)](https:/…
20 $ npm install --save execa
27 const execa = require('execa');
29 execa('echo', ['unicorns']).then(result => {
35 execa('echo', ['unicorns']).stdout.pipe(process.stdout);
37 execa.shell('echo unicorns').then(result => {
43 execa.shell('exit 3').catch(error => {
63 ### execa(file, [arguments], [options])
71 ### execa.stdout(file, [arguments], [options])
73 Same as `execa()`, but returns only `stdout`.
[all …]
/third_party/node/deps/npm/node_modules/term-size/
Dindex.js3 const execa = require('execa'); constant
31 …const size = execa.sync(path.join(__dirname, 'vendor/windows/term-size.exe')).stdout.split(/\r?\n/…
41 …const size = execa.shellSync(path.join(__dirname, 'vendor/macos/term-size')).stdout.split(/\r?\n/);
52 const size = execa.sync('resize', ['-u']).stdout.match(/\d+/g);
60 const columns = execa.sync('tput', ['cols']).stdout;
61 const rows = execa.sync('tput', ['lines']).stdout;
/third_party/node/deps/npm/node_modules/npm-run-path/
Dreadme.md76 - [execa](https://github.com/sindresorhus/execa) - Execute a locally installed binary
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/
Dyarn.lock254 execa "^0.8.0"
542 execa@^0.7.0:
544 …resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc…
555 execa@^0.8.0:
557 …resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ec…
568 execa@^1.0.0:
570 …resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f01779821674…
1187 execa "^1.0.0"
1590 execa "^0.7.0"
/third_party/spirv-tools/tools/sva/
Dyarn.lock254 execa "^0.8.0"
542 execa@^0.7.0:
544 …resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc…
555 execa@^0.8.0:
557 …resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ec…
568 execa@^1.0.0:
570 …resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f01779821674…
1187 execa "^1.0.0"
1590 execa "^0.7.0"
/third_party/skia/third_party/externals/spirv-tools/tools/sva/
Dyarn.lock254 execa "^0.8.0"
542 execa@^0.7.0:
544 …resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc…
555 execa@^0.8.0:
557 …resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ec…
568 execa@^1.0.0:
570 …resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f01779821674…
1187 execa "^1.0.0"
1590 execa "^0.7.0"
/third_party/typescript/tests/baselines/reference/docker/
Dvue-next.log120 at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
121 at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
/third_party/typescript_eslint/
Dyarn.lock781 execa "^1.0.0"
841 execa "^1.0.0"
3861 execa@^1.0.0:
3863 …resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f01779821674…
3874 execa@^4.0.0, execa@^4.0.3:
3876 …resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz#0a34dabbad6d66100bd6f2c576c8669403f…
5236 execa "^4.0.0"
5872 execa "^4.0.3"
7763 execa "^1.0.0"
8974 execa "^1.0.0"
/third_party/ejdb/src/bindings/ejdb2_node/
Dyarn.lock1180 execa@^0.7.0:
1182 …resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc…
2934 execa "^0.7.0"