Searched refs:hasInstallScript (Results 1 – 4 of 4) sorted by relevance
162 result.hasInstallScript = node.hasInstallScript287 hasInstallScript: c.hasInstallScript, property
240 const { package: pkg, hasInstallScript } = node.target245 if (!refreshed && !anyScript && (hasInstallScript || this.#oldMeta)) {
318 get hasInstallScript () { getter in Node319 const { hasInstallScript, scripts } = this.package321 return !!(hasInstallScript || install || preinstall || postinstall)
158 * hasInstallScript: A flag to indicate that the package has a `preinstall`,