Home
last modified time | relevance | path

Searched refs:preinstall (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Drebuild.js171 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/
Drebuild.js16 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/
Dscripts.md113 * `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`
Dconfig.md566 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/
Dnormalize.js34 !data.scripts.preinstall) {
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/
Drun-script-pkg.js49 !scripts.preinstall &&
/third_party/node/deps/npm/node_modules/pacote/lib/
Dgit.js169 scripts.preinstall ||
/third_party/protobuf/
D.gitignore103 # needed to trigger "pod install" to rerun the preinstall commands.
/third_party/node/deps/npm/docs/content/commands/
Dnpm-rebuild.md63 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
Dnpm-prune.md92 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
Dnpm-install-ci-test.md107 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
Dnpm-run-script.md226 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
Dnpm-ci.md161 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
Dnpm-install-test.md184 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
Dnpm-update.md286 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
Dnpm-audit.md349 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
Dnpm-install.md574 Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dnode.js320 const { install, preinstall, postinstall } = scripts || {}
321 return !!(hasInstallScript || install || preinstall || postinstall)
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
Dnormalize.js210 if (!scripts.install && !scripts.preinstall && data.gypfile !== false) {
/third_party/node/deps/npm/node_modules/read-package-json/lib/
Dread-json.js218 if (s.install || s.preinstall) {
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-lock-json.md158 * hasInstallScript: A flag to indicate that the package has a `preinstall`,
Dpackage-json.md659 * `preinstall`
1153 not defined an `install` or `preinstall` script, npm will default the
/third_party/node/deps/npm/tap-snapshots/test/lib/
Ddocs.js.test.cjs613 Run all build scripts (ie, \`preinstall\`, \`install\`, and \`postinstall\`)
/third_party/python/Misc/
DHISTORY18237 - Bug #1465834: 'bdist_wininst preinstall script support' was fixed