Repository URL to install this package:
|
Version:
0.6.5 ▾
|
| lib |
| package.json |
| README.md |
From node.js:
From n-api, Node 14.17.0 supports Node-API 8 and was released on 2021-05-11 so we can safely rely on Node-API 8.
--openssl-fips='' was added to node-gyp command line options to bypass an interop bug (here).libsuperbrain a-la prebuildify and node-pre-gyp.With node, it's customary to put the library dependencies so the user will be able to compile a node addon when depending on the library. In our case, we take a shortcut by following this RFC, so either we'll have prebuilt binaries for our customers or we'll need to add more platforms/architectures.