{ "name": "node-abi", "version": "3.65.0", "description": "Get the Node ABI for a given target and runtime, and vice versa.", "main": "index.js", "files": [ "abi_registry.json" ], "repository": { "type": "git", "url": "https://github.com/electron/node-abi.git" }, "author": "Lukas Geiger", "license": "MIT", "homepage": "https://github.com/electron/node-abi#readme", "devDependencies": { "got": "^11.8.2", "tape": "^5.3.1" }, "dependencies": { "semver": "^7.3.5" }, "engines": { "node": ">=10" } }