文件名称:node-abi:获取给定目标和运行时的Node.js和Electron ABI
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-18 07:53:07
JavaScript
Node.js ABI 获取给定目标和运行时的Node ABI,反之亦然。 安装 npm install node-abi 用法 const nodeAbi = require ( 'node-abi' ) nodeAbi . getAbi ( '7.2.0' , 'node' ) // '51' nodeAbi . getAbi ( '1.4.10' , 'electron' ) // '50' nodeAbi . getTarget ( '51' , 'node' ) // '7.2.0' nodeAbi . getTarget ( '50' , 'electron' ) // '1.4.15' nodeAbi . allTargets // [ // { runtime: 'node', target: '0.10.48', abi: '11', lts: false }, //
【文件预览】:
node-abi-master
----abi_registry.json(2KB)
----.github()
--------workflows()
----scripts()
--------update-abi-registry.js(3KB)
----CONTRIBUTING.md(2KB)
----.travis.yml(273B)
----LICENSE(1KB)
----test()
--------index.js(7KB)
----README.md(1KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(620B)
----index.js(6KB)
----package.json(969B)