node-abi
Version:
Get the Node ABI for a given target and runtime, and vice versa.
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "node-abi",
"version": "4.26.0",
"description": "Get the Node ABI for a given target and runtime, and vice versa.",
"type": "module",
"exports": "./index.js",
"scripts": {
"test": "node --test test/index.js",
"update-abi-registry": "node --unhandled-rejections=strict scripts/update-abi-registry.js"
},
"files": [
"abi_registry.json",
"index.js",
"getNextTarget.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/electron/node-abi.git"
},
"keywords": [
"node",
"electron",
"node_module_version",
"abi",
"v8"
],
"author": "Lukas Geiger",
"license": "MIT",
"bugs": {
"url": "https://github.com/electron/node-abi/issues"
},
"homepage": "https://github.com/electron/node-abi#readme",
"dependencies": {
"semver": "^7.6.3"
},
"engines": {
"node": ">=22.12.0"
},
"publishConfig": {
"provenance": true
},
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
}