Files
med-notes/.pnpm-store/v10/files/1c/d5d6e4d806b6a7fe394bcb2ac7a9b29a3d536e61fe1cfd97645d23a5a28fe657eea899341b5d4b77fe62630368d5ee9012e804fc30ab0c7f067dcb2dcc31b2
2025-05-09 05:30:08 +02:00

43 lines
910 B
Plaintext

{
"name": "node-abi",
"version": "3.74.0",
"description": "Get the Node ABI for a given target and runtime, and vice versa.",
"main": "index.js",
"scripts": {
"test": "tape test/index.js",
"update-abi-registry": "node --unhandled-rejections=strict scripts/update-abi-registry.js"
},
"files": [
"abi_registry.json"
],
"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",
"devDependencies": {
"tape": "^5.3.1"
},
"dependencies": {
"semver": "^7.3.5"
},
"engines": {
"node": ">=10"
},
"publishConfig": {
"provenance": true
}
}