/third_party/node/deps/npm/node_modules/libnpx/ |
D | CHANGELOG.md | 6 ## [10.2.4](https://github.com/npm/npx/compare/v10.2.3...v10.2.4) (2020-07-20) 11 ## [10.2.3](https://github.com/npm/npx/compare/v10.2.2...v10.2.3) (2020-03-24) 16 ## [10.2.2](https://github.com/npm/npx/compare/v10.2.1...v10.2.2) (2020-01-28) 21 * correct Kat's github url ([9a23db1](https://github.com/npm/npx/commit/9a23db1)) 22 * install latest npm on travis for node 6 ([e0eb3cb](https://github.com/npm/npx/commit/e0eb3cb)) 23 * Update changelog to fix old issue links ([3733137](https://github.com/npm/npx/commit/3733137)) 28 # [10.2.0](https://github.com/npm/npx/compare/v10.1.1...v10.2.0) (2018-04-13) 33 …x korean; 쉘 -> 셸 ([#163](https://github.com/zkat/npx/issues/163)) ([11d9fe0](https://github.com/np… 34 … on the shebang. ([#174](https://github.com/zkat/npx/issues/174)) ([cba97bb](https://github.com/np… 35 …://github.com/zkat/npx/issues/173)) ([fe0d48a](https://github.com/npm/npx/commit/fe0d48a)), closes… [all …]
|
D | README.md | 1 …npx.svg)](https://npm.im/npx) [![license](https://img.shields.io/npm/l/npx.svg)](https://npm.im/np… 3 # npx(1) -- execute npm package binaries 7 `npx [options] <command>[@version] [command-arg]...` 9 `npx [options] [-p|--package <pkg>]... <command> [command-arg]...` 11 `npx [options] -c '<command-string>'` 13 `npx --shell-auto-fallback [shell]` 17 `npm install -g npx` 23 By default, `npx` will check whether `<command>` exists in `$PATH`, or in the local project binarie… 25 …npx` will try to guess the name of the binary to invoke depending on the specifier provided. All p… 27 If a full specifier is included, or if `--package` is used, npx will always use a freshly-installed… [all …]
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-init.md | 14 npm init <@scope> (same as `npx <@scope>/create`) 15 npm init [<@scope>/]<name> (same as `npx [<@scope>/]create-<name>`) 48 will be installed by [`npx`](https://npm.im/npx), and then have its main bin 52 The init command is transformed to a corresponding `npx` operation as follows: 54 * `npm init foo` -> `npx create-foo` 55 * `npm init @usr/foo` -> `npx @usr/create-foo` 56 * `npm init @usr` -> `npx @usr/create` 59 --hello` will map to `npx create-foo --hello`.
|
/third_party/skia/experimental/tskit/ |
D | Makefile | 2 npx tsc 10 npx tsc 22 npx eslint . --ext .ts 25 npx eslint . --ext .ts --fix
|
/third_party/node/deps/npm/bin/ |
D | npx-cli.js | 3 const npx = require('libnpx') constant 8 npx(npx.parseArgs(process.argv, NPM_PATH))
|
D | npx.cmd | 12 SET "NPX_CLI_JS=%~dp0\node_modules\npm\bin\npx-cli.js" 14 SET "NPM_PREFIX_NPX_CLI_JS=%%F\node_modules\npm\bin\npx-cli.js"
|
/third_party/typescript/tests/cases/docker/office-ui-fabric/ |
D | Dockerfile | 15 RUN npx lerna exec --stream --concurrency 1 -- npm install /typescript.tgz --exact --ignore-scripts 16 RUN npx yarn 18 RUN npx lerna exec --stream --concurrency 1 --bail=false -- yarn run just scss 19 ENTRYPOINT [ "npx" ]
|
/third_party/node/deps/npm/lib/ |
D | init.js | 9 var npx = require('libnpx') variable 52 var parsed = npx.parseArgs(npxArgs, NPM_PATH) 54 return npx(parsed)
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/ |
D | main.go | 113 var dawnNode, cts, node, npx, logFilename, backend string 120 flag.StringVar(&npx, "npx", "", "path to npx executable") 177 if npx == "" { 179 npx, err = exec.LookPath("npx") 181 npx = "" 194 npx: npx, 232 if npx != "" { 324 node, npx, dawnNode, cts string member 372 cmd := exec.Command(r.npx, "grunt", "run:build-out-node")
|
/third_party/skia/modules/canvaskit/external_test/ |
D | Makefile | 2 cd ./typescript_browser_es6 && npx tsc 5 cd ./typescript_browser && npx tsc
|
/third_party/node/tools/macos-installer/pkgbuild/npm/scripts/ |
D | postinstall | 5 ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx
|
/third_party/node/tools/ |
D | update-babel-eslint.sh | 19 npx dmn@2.2.2 -f clean 22 npx removeNPMAbsolutePaths@1.0.4 .
|
D | update-eslint.sh | 21 npx dmn@2.2.2 -f clean 24 npx removeNPMAbsolutePaths@1.0.4 .
|
/third_party/typescript/tests/cases/docker/pyright/ |
D | Dockerfile | 8 RUN npx lerna exec --stream --concurrency 1 -- npm install /typescript.tgz --exact --ignore-scripts… 9 ENTRYPOINT [ "npx" ]
|
/third_party/skia/modules/pathkit/ |
D | Makefile | 38 npx karma start ./karma.conf.js --single-run 39 ASM_JS=1 npx karma start ./karma.conf.js --single-run 44 npx karma start ./karma.conf.js --no-single-run --watch-poll 49 ASM_JS=1 npx karma start ./karma.conf.js --no-single-run --watch-poll
|
/third_party/flutter/skia/modules/pathkit/ |
D | Makefile | 38 npx karma start ./karma.conf.js --single-run 39 ASM_JS=1 npx karma start ./karma.conf.js --single-run 44 npx karma start ./karma.conf.js --no-single-run --watch-poll 49 ASM_JS=1 npx karma start ./karma.conf.js --no-single-run --watch-poll
|
/third_party/node/deps/npm/ |
D | Makefile | 13 man/man1/npx.1 87 man/man1/npx.1: node_modules/libnpx/libnpx.1 88 cat $< | sed s/libnpx/npx/ > $@
|
D | CONTRIBUTING.md | 36 │ ├── npx # npx entrypoint for bourne shell 37 │ ├── npx-cli.js # npx entrypoint for node 38 │ └── npx.cmd # npx entrypoint for windows
|
/third_party/flutter/skia/infra/pathkit/ |
D | test_pathkit.sh | 23 npx karma start $PATHKIT_DIR/karma.conf.js --single-run
|
D | perf_pathkit.sh | 25 npx karma start $PATHKIT_DIR/karma.bench.conf.js --single-run
|
/third_party/flutter/skia/infra/canvaskit/ |
D | test_canvaskit.sh | 23 npx karma start $CANVASKIT_DIR/karma.conf.js --single-run
|
D | perf_canvaskit.sh | 25 npx karma start $CANVASKIT_DIR/karma.bench.conf.js --single-run
|
/third_party/skia/infra/canvaskit/ |
D | test_canvaskit.sh | 26 npx karma start /tmp/work/karma.conf.js --single-run
|
/third_party/skia/infra/pathkit/ |
D | test_pathkit.sh | 26 npx karma start /tmp/work/karma.conf.js --single-run
|
D | perf_pathkit.sh | 28 npx karma start /tmp/work/karma.bench.conf.js --single-run
|