hasNativeCode
The package use native components (package, file, configuration) like binding.gyp or npm package for native addon like node-addon-api.
The flag is set to true if:
- - One of the package file has an extension like .c, .cpp, .gyp (etc..)
- - One of the package dependency is known for building native addons.
- - The package.json file has the property "gypfile" set to true.