{ "_from": "node-abi@^2.1.1", "_id": "node-abi@2.3.0", "_inBundle": false, "_integrity": "sha512-zwm6vU3SsVgw3e9fu48JBaRBCJGIvAgysDsqtf5+vEexFE71bEOtaMWb5zr/zODZNzTPtQlqUUpC79k68Hspow==", "_location": "/node-abi", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "node-abi@^2.1.1", "name": "node-abi", "escapedName": "node-abi", "rawSpec": "^2.1.1", "saveSpec": null, "fetchSpec": "^2.1.1" }, "_requiredBy": [ "/prebuild-install" ], "_resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.3.0.tgz", "_shasum": "f3d554d6ac72a9ee16f0f4dc9548db7c08de4986", "_spec": "node-abi@^2.1.1", "_where": "/home/tdedhar/Documents/viki/node_modules/prebuild-install", "author": { "name": "Lukas Geiger" }, "bugs": { "url": "https://github.com/lgeiger/node-abi/issues" }, "bundleDependencies": false, "dependencies": { "semver": "^5.4.1" }, "deprecated": false, "description": "Get the Node ABI for a given target and runtime, and vice versa.", "devDependencies": { "semantic-release": "^8.0.0", "standard": "^11.0.0", "tape": "^4.6.3" }, "homepage": "https://github.com/lgeiger/node-abi#readme", "keywords": [ "node", "electron", "node_module_version", "abi", "v8" ], "license": "MIT", "main": "index.js", "name": "node-abi", "repository": { "type": "git", "url": "git+https://github.com/lgeiger/node-abi.git" }, "scripts": { "lint": "standard", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "test": "npm run lint && npm run unit", "unit": "tape test/index.js" }, "version": "2.3.0" }