Home
last modified time | relevance | path

Searched refs:npm (Results 1 – 25 of 86) sorted by relevance

1234

/external/skqp/modules/pathkit/
DMakefile4 npm: npm-test npm-debug target
5 mkdir -p ./npm-wasm/bin
6 mkdir -p ./npm-asmjs/bin
8 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin
9 cp ../../out/pathkit/pathkit.wasm ./npm-wasm/bin
11 cp ../../out/pathkit/pathkit.js ./npm-asmjs/bin/pathkit.js
12 cp ../../out/pathkit/pathkit.js.mem ./npm-asmjs/bin/pathkit.js.mem
15 cd npm-wasm; npm publish
16 cd npm-asmjs; npm publish
19 cd npm-wasm; npm version major
[all …]
DREADME.md18 Deploying to npm
22 # These binaries will be placed in the proper places of npm-*/bin
24 make npm
26 # Update the package.json files of both npm-asmjs and npm-wasm
/external/skia/modules/pathkit/
DMakefile4 npm: npm-test npm-debug target
5 mkdir -p ./npm-wasm/bin
6 mkdir -p ./npm-asmjs/bin
8 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin
9 cp ../../out/pathkit/pathkit.wasm ./npm-wasm/bin
11 cp ../../out/pathkit/pathkit.js ./npm-asmjs/bin/pathkit.js
12 cp ../../out/pathkit/pathkit.js.mem ./npm-asmjs/bin/pathkit.js.mem
15 cd npm-wasm; npm publish
16 cd npm-asmjs; npm publish
19 cd npm-wasm; npm version major
[all …]
DREADME.md18 Deploying to npm
22 # These binaries will be placed in the proper places of npm-*/bin
24 make npm
26 # Update the package.json files of both npm-asmjs and npm-wasm
/external/grpc-grpc/templates/tools/dockerfile/
Dnode_deps.include8 RUN /bin/bash -l -c "nvm install 4 && npm config set cache /tmp/npm-cache"
9 RUN /bin/bash -l -c "nvm install 5 && npm config set cache /tmp/npm-cache"
10 RUN /bin/bash -l -c "nvm install 6 && npm config set cache /tmp/npm-cache"
11 RUN /bin/bash -l -c "nvm install 8 && npm config set cache /tmp/npm-cache"
12 RUN /bin/bash -l -c "nvm install 9 && npm config set cache /tmp/npm-cache"
13 RUN /bin/bash -l -c "nvm install 10 && npm config set cache /tmp/npm-cache"
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_nodepurejs/
DDockerfile59 RUN /bin/bash -l -c "nvm install 4 && npm config set cache /tmp/npm-cache"
60 RUN /bin/bash -l -c "nvm install 5 && npm config set cache /tmp/npm-cache"
61 RUN /bin/bash -l -c "nvm install 6 && npm config set cache /tmp/npm-cache"
62 RUN /bin/bash -l -c "nvm install 8 && npm config set cache /tmp/npm-cache"
63 RUN /bin/bash -l -c "nvm install 9 && npm config set cache /tmp/npm-cache"
64 RUN /bin/bash -l -c "nvm install 10 && npm config set cache /tmp/npm-cache"
Dbuild_interop.sh32 npm install -g gulp
33 npm install
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_node/
DDockerfile74 RUN /bin/bash -l -c "nvm install 4 && npm config set cache /tmp/npm-cache"
75 RUN /bin/bash -l -c "nvm install 5 && npm config set cache /tmp/npm-cache"
76 RUN /bin/bash -l -c "nvm install 6 && npm config set cache /tmp/npm-cache"
77 RUN /bin/bash -l -c "nvm install 8 && npm config set cache /tmp/npm-cache"
78 RUN /bin/bash -l -c "nvm install 9 && npm config set cache /tmp/npm-cache"
79 RUN /bin/bash -l -c "nvm install 10 && npm config set cache /tmp/npm-cache"
Dbuild_interop.sh32 npm install -g node-gyp gulp
33 npm install
/external/grpc-grpc/tools/dockerfile/test/node_jessie_x64/
DDockerfile89 RUN /bin/bash -l -c "nvm install 4 && npm config set cache /tmp/npm-cache"
90 RUN /bin/bash -l -c "nvm install 5 && npm config set cache /tmp/npm-cache"
91 RUN /bin/bash -l -c "nvm install 6 && npm config set cache /tmp/npm-cache"
92 RUN /bin/bash -l -c "nvm install 8 && npm config set cache /tmp/npm-cache"
93 RUN /bin/bash -l -c "nvm install 9 && npm config set cache /tmp/npm-cache"
94 RUN /bin/bash -l -c "nvm install 10 && npm config set cache /tmp/npm-cache"
/external/perfetto/infra/perfetto.dev/
Ddeploy30 function npm { function
31 echo_and_do python "$WRAPPER" --path $NODE_DIR npm $@
66 npm run clean
69 npm run build
Drun-dev-server24 exec python "$WRAPPER" --path $NODE_DIR npm run start
/external/grpc-grpc/tools/dockerfile/test/multilang_jessie_x64/
DDockerfile103 RUN /bin/bash -l -c "nvm install 4 && npm config set cache /tmp/npm-cache"
104 RUN /bin/bash -l -c "nvm install 5 && npm config set cache /tmp/npm-cache"
105 RUN /bin/bash -l -c "nvm install 6 && npm config set cache /tmp/npm-cache"
106 RUN /bin/bash -l -c "nvm install 8 && npm config set cache /tmp/npm-cache"
107 RUN /bin/bash -l -c "nvm install 9 && npm config set cache /tmp/npm-cache"
108 RUN /bin/bash -l -c "nvm install 10 && npm config set cache /tmp/npm-cache"
/external/grpc-grpc/tools/gce/
Dlinux_performance_worker_init.sh102 nvm install 0.12 && npm config set cache /tmp/npm-cache
103 nvm install 4 && npm config set cache /tmp/npm-cache
104 nvm install 5 && npm config set cache /tmp/npm-cache
Dlinux_kokoro_performance_worker_init.sh102 nvm install 0.12 && npm config set cache /tmp/npm-cache
103 nvm install 4 && npm config set cache /tmp/npm-cache
104 nvm install 5 && npm config set cache /tmp/npm-cache
/external/kotlinx.coroutines/gradle/
Dpublish-npm-js.gradle17 def npmTemplateDir = file("$projectDir/npm")
18 def npmDeployDir = file("$buildDir/npm")
46 println("$npmDeployDir \$ npm arguments: $deployArgs")
Dnode-js.gradle17 from("npm") {
25 from("npm") {
/external/bcc/examples/networking/tunnel_monitor/
Dsetup.sh21 if ! which_ npm; then
25 npm install bower
/external/flatbuffers/tests/
DTypeScriptTest.sh19 npm install @types/flatbuffers
33 npm uninstall @types/flatbuffers
/external/grpc-grpc/tools/run_tests/dockerize/
Dbuild_docker_and_run_tests.sh77 -v /tmp/npm-cache:/tmp/npm-cache \
/external/protobuf/js/
DREADME.md22 `npm install google-protobuf`, or use the files in this directory.
23 If npm is not being used, as of 3.3.0, the files needed are located in binary subdirectory;
27 npm, but you can download a pre-built binary
45 $ npm install
46 $ npm test
50 $ PROTOC=/usr/local/bin/protoc npm test
115 `google-protobuf.js`. If you are installing from `npm`, this file should
/external/protobuf/js/compatibility_tests/v3.0.0/
Dtest.sh13 npm install && npm test
/external/grpc-grpc/examples/node/
D.gitignore3 npm-debug.log
/external/perfetto/ui/
Dnpm22 exec python "$WRAPPER" --path $NODE_DIR npm "$@"
/external/grpc-grpc/tools/run_tests/performance/
Dbuild_performance_node.sh26 npm install

1234