{
  "_from": "node-abi@^2.0.0",
  "_id": "node-abi@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-AbW35CPRE4vdieOse46V+16dKispLNv3PQwgqlcfg7GQeQHcLu3gvp3fbU2gTh7d8NfGjp5CJh+j4Hpyb0XzaA==",
  "_location": "/node-abi",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-abi@^2.0.0",
    "name": "node-abi",
    "escapedName": "node-abi",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/prebuild-install"
  ],
  "_resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.1.0.tgz",
  "_shasum": "50ad834affcf17440e12bfc5f9ba0946f572d10c",
  "_spec": "node-abi@^2.0.0",
  "_where": "/Users/jxnblk/repos/cxs/benchmarks/node_modules/prebuild-install",
  "author": {
    "name": "Lukas Geiger"
  },
  "bugs": {
    "url": "https://github.com/lgeiger/node-abi/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Get the Node ABI for a given target and runtime, and vice versa.",
  "devDependencies": {
    "standard": "^10.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",
    "test": "npm run lint && npm run unit",
    "unit": "tape test/index.js"
  },
  "version": "2.1.0"
}
