Lines Matching refs:dependency
36 be managed as a dependency:
48 for the dependency under the `deps` directory.
54 * the dependency provides native code and is available as
57 * the dependency provides JavaScript and is not built
69 2. They manage the dependency separately as it is used by
75 dependency that all applications should respect.
94 * in `node.gypi` guard the build for the dependency
96 the dependency is being bundled into Node.js itself. For example:
106 Support for an externalizable dependency with JavaScript code
113 This will add a new option for building with that dependency
119 dependency using the `NODE_SHARED_BUILTLIN` #define generated for
120 the dependency. After running `./configure` with the new
123 import name for the dependency and the #define generated.
127 If the dependency consists of JavaScript in the
129 can be added as a non-externalizable dependency. In this case
136 [dependency-update-action][] that runs weekly.
137 However, it is possible to manually update a dependency by running
147 The [acorn](https://github.com/acornjs/acorn) dependency is a JavaScript parser.
153 The [ada](https://github.com/ada-url/ada) dependency is a
158 The [base64](https://github.com/aklomp/base64) dependency is a base64
165 The [brotli](https://github.com/google/brotli) dependency is
176 dependency is used within the Node.js ESM implementation to detect the
182 The [corepack](https://github.com/nodejs/corepack) dependency is a
183 zero-runtime-dependency Node.js script that acts as a bridge between
192 The [googletest](https://github.com/google/googletest) dependency is Google’s
197 The [histogram](https://github.com/HdrHistogram/HdrHistogram_c) dependency is
209 The [llhttp](https://github.com/nodejs/llhttp) dependency is
215 The [minimatch](https://github.com/isaacs/minimatch) dependency is a
220 The [nghttp2](https://github.com/nghttp2/nghttp2) dependency is a C library
246 The [npm](https://github.com/npm/cli) dependency is
261 The [openssl](https://github.com/quictls/openssl) dependency is a
273 The [postject](https://github.com/nodejs/postject) dependency is used for the
278 The [simdutf](https://github.com/simdutf/simdutf) dependency is
283 The [undici](https://github.com/nodejs/undici) dependency is an HTTP/1.1 client,
289 The [libuv](https://github.com/libuv/libuv) dependency is a
295 The [uvwasi](https://github.com/nodejs/uvwasi) dependency implements
310 dependency lossless data-compression library,
321 [dependency-update-action]: ../../../.github/workflows/tools.yml