mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 21:03:46 +00:00
![]() PR-URL: https://github.com/nodejs/node/pull/37496 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> |
||
---|---|---|
.. | ||
lib | ||
package.json | ||
README.md |
@npmcli/node-gyp
This is the module npm uses to decide whether a package should be built
using node-gyp
by default.
API
isNodeGypPackage(path)
Returns a Promise that resolves to true
or false
based on whether the
package at path
has a binding.gyp
file.
defaultGypInstallScript
A string with the default string that should be used as the install
script for node-gyp packages.