/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
D | rebuild.js | 171 preinstall: [], 235 const { preinstall, install, postinstall, prepare } = scripts 236 const tests = { bin, preinstall, install, postinstall, prepare } property 273 const { preinstall, install, postinstall, prepare } = scripts 274 const anyScript = preinstall || install || postinstall || prepare 297 !preinstall && 300 if (bin || preinstall || install || postinstall || prepare || isGyp) {
|
/third_party/node/deps/npm/test/lib/commands/ |
D | rebuild.js | 16 preinstall: "node -e \"require('fs').writeFileSync('cwd', '')\"", property 26 preinstall: "node -e \"require('fs').writeFileSync('cwd', '')\"", property
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | scripts.md | 113 * `preinstall` 132 * `preinstall` 141 haven't defined your own `install` or `preinstall` scripts, npm will 166 * `preinstall` 318 "preinstall" : "./configure", 356 preinstall or install script. If you are doing this, please consider if 357 there is another option. The only valid use of `install` or `preinstall`
|
D | config.md | 566 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
|
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/ |
D | normalize.js | 34 !data.scripts.preinstall) {
|
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/ |
D | run-script-pkg.js | 49 !scripts.preinstall &&
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
D | git.js | 169 scripts.preinstall ||
|
/third_party/protobuf/ |
D | .gitignore | 103 # needed to trigger "pod install" to rerun the preinstall commands.
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-rebuild.md | 63 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
|
D | npm-prune.md | 92 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
|
D | npm-install-ci-test.md | 107 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
|
D | npm-run-script.md | 226 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
|
D | npm-ci.md | 161 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
|
D | npm-install-test.md | 184 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
|
D | npm-update.md | 286 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
|
D | npm-audit.md | 349 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
|
D | npm-install.md | 574 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
D | node.js | 320 const { install, preinstall, postinstall } = scripts || {} 321 return !!(hasInstallScript || install || preinstall || postinstall)
|
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/ |
D | normalize.js | 210 if (!scripts.install && !scripts.preinstall && data.gypfile !== false) {
|
/third_party/node/deps/npm/node_modules/read-package-json/lib/ |
D | read-json.js | 218 if (s.install || s.preinstall) {
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | package-lock-json.md | 158 * hasInstallScript: A flag to indicate that the package has a `preinstall`,
|
D | package-json.md | 659 * `preinstall` 1153 not defined an `install` or `preinstall` script, npm will default the
|
/third_party/node/deps/npm/tap-snapshots/test/lib/ |
D | docs.js.test.cjs | 613 Run all build scripts (ie, \`preinstall\`, \`install\`, and \`postinstall\`)
|
/third_party/python/Misc/ |
D | HISTORY | 18237 - Bug #1465834: 'bdist_wininst preinstall script support' was fixed
|