Home
last modified time | relevance | path

Searched full:npm (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/external/skia/modules/pathkit/
DMakefile39 .PHONY: npm
40 npm: target
41 rm -rf ./npm-wasm/bin ./npm-asmjs/bin
42 mkdir -p ./npm-wasm/bin ./npm-asmjs/bin
44 cp ${PATHKIT_GN_BIN_DIR}/pathkit.js ./npm-wasm/bin
45 cp ${PATHKIT_GN_BIN_DIR}/pathkit.wasm ./npm-wasm/bin
47 cp ${PATHKIT_GN_BIN_DIR}/pathkit.js ./npm-asmjs/bin/pathkit.js
48 cp ${PATHKIT_GN_BIN_DIR}/pathkit.js.mem ./npm-asmjs/bin/pathkit.js.mem
49 cp CHANGELOG.md ./npm-wasm
50 cp CHANGELOG.md ./npm-asmjs
[all …]
DREADME.md58 make npm
59 npm ci
67 make npm-bazel
68 npm ci
72 Deploying to npm
79 # These binaries will be placed in the proper places of npm-*/bin
80 make npm
82 # In each npm- subdirectory, run:
83 npm version minor (or patch or major)
84 npm login --registry https://wombat-dressing-room.appspot.com
[all …]
Dkarma.bench.conf.js13 { pattern: 'npm-wasm/bin/pathkit.wasm', included:false, served:true},
15 'npm-wasm/bin/pathkit.js',
21 '/pathkit/': '/base/npm-wasm/bin/'
81 { pattern: 'npm-asmjs/bin/pathkit.js.mem', included:false, served:true},
83 'npm-asmjs/bin/pathkit.js',
89 '/pathkit/': '/base/npm-asmjs/bin/'
/external/pigweed/pw_env_setup/py/pw_env_setup/
Dnpm_action.py14 """NPM pw_env_setup action plugin.
16 This action triggers `npm install` after CIPD setup.
24 """Project action to run 'npm install'."""
29 npm = shutil.which('npm.cmd' if os.name == 'nt' else 'npm')
35 # TODO: b/323378974 - Better integrate NPM actions with pw_env_setup so
37 # npm.
38 # Force npm cache to live inside the environment directory.
41 npm_env['_PW_ACTUAL_ENVIRONMENT_ROOT'], 'npm-cache'
46 npm,
61 npm,
/external/chromium-trace/catapult/common/node_runner/node_runner/
Dnode_binaries.json28 "npm": { object
34 "download_path": "bin/node/npm-linux64.zip",
35 "path_within_archive": "node-v10.14.1-linux-x64/lib/node_modules/npm/bin/npm-cli.js",
40 "download_path": "bin/node/npm-mac64.zip",
41 "path_within_archive": "node-v10.14.1-darwin-x64/lib/node_modules/npm/bin/npm-cli.js",
46 "download_path": "bin/node/npm-win64.zip",
47 "path_within_archive": "node-v10.14.1-win-x64\\node_modules\\npm\\bin\\npm-cli.js",
/external/skia/infra/bots/recipes/perf_pathkit.expected/
DPerf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit.json111 "[START_DIR]/skia/modules/pathkit/npm-asmjs/bin"
114 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-asmjs/bin",
128 "[START_DIR]/skia/modules/pathkit/npm-asmjs/bin/pathkit.js"
131 …"name": "Docker setup.cp [START_DIR]/build/pathkit.js [START_DIR]/skia/modules/pathkit/npm-asmjs/b…
140 "[START_DIR]/skia/modules/pathkit/npm-asmjs/bin/pathkit.js"
143 "name": "Docker setup.chmod 644 [START_DIR]/skia/modules/pathkit/npm-asmjs/bin/pathkit.js",
158 "[START_DIR]/skia/modules/pathkit/npm-asmjs/bin"
161 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-asmjs/bin (2)",
175 "[START_DIR]/skia/modules/pathkit/npm-asmjs/bin/pathkit.js.mem"
178 …"name": "Docker setup.cp [START_DIR]/build/pathkit.js.mem [START_DIR]/skia/modules/pathkit/npm-asm…
[all …]
Dpathkit_trybot.json111 "[START_DIR]/skia/modules/pathkit/npm-wasm/bin"
114 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin",
128 "[START_DIR]/skia/modules/pathkit/npm-wasm/bin/pathkit.js"
131 …"name": "Docker setup.cp [START_DIR]/build/pathkit.js [START_DIR]/skia/modules/pathkit/npm-wasm/bi…
140 "[START_DIR]/skia/modules/pathkit/npm-wasm/bin/pathkit.js"
143 "name": "Docker setup.chmod 644 [START_DIR]/skia/modules/pathkit/npm-wasm/bin/pathkit.js",
158 "[START_DIR]/skia/modules/pathkit/npm-wasm/bin"
161 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin (2)",
175 "[START_DIR]/skia/modules/pathkit/npm-wasm/bin/pathkit.wasm"
178 …"name": "Docker setup.cp [START_DIR]/build/pathkit.wasm [START_DIR]/skia/modules/pathkit/npm-wasm/…
[all …]
DPerf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit.json111 "[START_DIR]/skia/modules/pathkit/npm-wasm/bin"
114 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin",
128 "[START_DIR]/skia/modules/pathkit/npm-wasm/bin/pathkit.js"
131 …"name": "Docker setup.cp [START_DIR]/build/pathkit.js [START_DIR]/skia/modules/pathkit/npm-wasm/bi…
140 "[START_DIR]/skia/modules/pathkit/npm-wasm/bin/pathkit.js"
143 "name": "Docker setup.chmod 644 [START_DIR]/skia/modules/pathkit/npm-wasm/bin/pathkit.js",
158 "[START_DIR]/skia/modules/pathkit/npm-wasm/bin"
161 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin (2)",
175 "[START_DIR]/skia/modules/pathkit/npm-wasm/bin/pathkit.wasm"
178 …"name": "Docker setup.cp [START_DIR]/build/pathkit.wasm [START_DIR]/skia/modules/pathkit/npm-wasm/…
[all …]
/external/skia/bazel/karma/
DBUILD.bazel18 # $SANDBOX_EXEC_ROOT/bazel-out/k8-opt/bin/modules/canvaskit/canvaskit_js_tests.runfiles/npm/node_…
31 "@npm//jasmine-core",
32 "@npm//karma",
33 "@npm//karma-chrome-launcher",
34 "@npm//karma-firefox-launcher",
35 "@npm//karma-jasmine",
37 entry_point = {"@npm//:node_modules/karma": "bin/karma"},
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dnpm_presubmit.py14 """Presubmit to npm install and run tests"""
21 """Run npm install and npm test in Pigweed root to test all web modules"""
22 call('npm', "install", cwd=ctx.root)
23 call('npm', "test", cwd=ctx.root)
Djavascript_checks.py35 # Check if npm deps are installed.
36 npm_list = log_run(['npm', 'list'])
38 npm_install = log_run(['npm', 'install'])
40 raise PresubmitFailure('npm install failed.')
42 result = log_run(['npm', 'exec', 'eslint', *ctx.paths])
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
DCONTRIBUTING.md8 1. Install [node](https://nodejs.org/en/) and make sure `npm` is in your $PATH
9 1. Run `npm install` in the respository to pull in development dependencies.
10 1. Run `npm install -g grunt-cli` to get the build tools for the command line.
65 1. Specify the new version inside `package.json` (for NPM), for example:
71 1. Build the polyfill with `npm install && grunt` then update `docs/experimental.md`'s Build Targe…
84 npm install
97 1. Once you've pushed to web-animations-js, run `npm publish` from that checked-out folder
99 …To do this, you'll need to be a collaborator [on the NPM project](https://www.npmjs.com/package/we…
/external/flatbuffers/grpc/examples/ts/greeter/
DREADME.md5 you would need to run `npm run build` or simply use `npm install && tsc`
9 - `npm run server`
13 - `npm run client 3000`
/external/cldr/docs/charts/keyboard/
Dpom.xml72 <id>install node and npm</id>
74 <goal>install-node-and-npm</goal>
79 <id>npm install</id>
81 <goal>npm</goal>
86 <id>npm run build</id>
88 <goal>npm</goal>
/external/google-cloud-java/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/
DListNpmPackagesResponse.java25 * The response from listing npm packages.
79 * The npm packages returned.
92 * The npm packages returned.
106 * The npm packages returned.
119 * The npm packages returned.
132 * The npm packages returned.
371 * The response from listing npm packages.
638 * The npm packages returned.
654 * The npm packages returned.
670 * The npm packages returned.
[all …]
DListNpmPackagesResponseOrBuilder.java30 * The npm packages returned.
40 * The npm packages returned.
50 * The npm packages returned.
60 * The npm packages returned.
71 * The npm packages returned.
/external/cldr/tools/scripts/tr-archive/
DREADME.md26 $ npm install
27 $ npm run serve
36 $ npm install
37 $ npm run fix-tocs
/external/kotlinx.atomicfu/gradle/
Dpublish-npm-js.gradle17 def npmTemplateDir = file("$projectDir/npm")
18 def npmDeployDir = file("$buildDir/npm")
43 println("$npmDeployDir \$ npm arguments: $deployArgs")
51 enabled = false // skip npm publishing when token is not set
/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/
DUploadedNpmPackageOrBuilder.java30 * URI of the uploaded npm package.
42 * URI of the uploaded npm package.
55 * Hash types and values of the npm package.
67 * Hash types and values of the npm package.
79 * Hash types and values of the npm package.
/external/pigweed/
Dpackage.json18 … "log-viewer-setup": "cd pw_web/log-viewer && npm install --quiet --no-progress --loglevel=error",
19 "prebuild": "rimraf dist && npm run build-protos",
21 "build": "npm run rollup",
23 "rollup": "rollup -c && npm run postbuild",
28 "test": "npm run build && jest --silent",
/external/perfetto/tools/
Dnode19 # sourced by tools/npm.
37 # have the bad habit of executing "npm install ..." at runtime on the first
38 # run. That will pick whatever "npm" is in the PATH which might be strongly
45 # If the script is sourced (from //tools/npm) stop here. Otherwise run node.
/external/cronet/third_party/protobuf/js/
DREADME.md20 `npm install google-protobuf`, or use the files in this directory.
21 If npm is not being used, as of 3.3.0, the files needed are located in binary subdirectory;
25 npm, but you can download a pre-built binary
42 $ npm install
43 $ npm test
47 $ PROTOC=/usr/local/bin/protoc npm test
109 `google-protobuf.js`. If you are installing from `npm`, this file should
/external/skia/modules/canvaskit/
DREADME.md3 Node v14 or later is required to run tests. We use npm (the Node Package Manager) to install
4 test dependencies. Recent installations of Node have npm as well.
33 # The following installs all npm dependencies and only needs to be when setting up
34 # or if our npm dependencies have changed (rarely).
35 npm ci
54 you may need to do a fresh install of the npm modules. You can do this by finding the .dts file
55 mentioned in the error message, deleting it, and rerunning `npm ci`.
/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/
DREADME.md3 [![npm version](https://badge.fury.io/js/asciidoctor-chunker.svg)](https://badge.fury.io/js/asciido…
14 …be invoked directly. Published on [npm](https://www.npmjs.com/package/asciidoctor-chunker). You …
45 1. Install [Node.js](https://nodejs.org/), the JavaScript runtime. This will install `npm`, the pa…
48 npm install -g asciidoctor-chunker
52 npm install asciidoctor-chunker
122 - `npm install cheerio commander`
123 - `npm install --save-dev ava webpack webpack-cli webpack-shebang-plugin`
/external/ktfmt/website/
DREADME.md6 npm install .
7 npm run simpleserver
13 npm install .

12345678910>>...16