Home
last modified time | relevance | path

Searched refs:hasInstallScript (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Disolated-reifier.js162 result.hasInstallScript = node.hasInstallScript
287 hasInstallScript: c.hasInstallScript, property
Drebuild.js240 const { package: pkg, hasInstallScript } = node.target
245 if (!refreshed && !anyScript && (hasInstallScript || this.#oldMeta)) {
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dnode.js318 get hasInstallScript () { getter in Node
319 const { hasInstallScript, scripts } = this.package
321 return !!(hasInstallScript || install || preinstall || postinstall)
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-lock-json.md158 * hasInstallScript: A flag to indicate that the package has a `preinstall`,