{
  "_from": "node-abi@^2.7.0",
  "_id": "node-abi@2.11.0",
  "_inBundle": false,
  "_integrity": "sha512-kuy/aEg75u40v378WRllQ4ZexaXJiCvB68D2scDXclp/I4cRq6togpbOoKhmN07tns9Zldu51NNERo0wehfX9g==",
  "_location": "/node-abi",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-abi@^2.7.0",
    "name": "node-abi",
    "escapedName": "node-abi",
    "rawSpec": "^2.7.0",
    "saveSpec": null,
    "fetchSpec": "^2.7.0"
  },
  "_requiredBy": [
    "/prebuild-install"
  ],
  "_resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.11.0.tgz",
  "_shasum": "b7dce18815057544a049be5ae75cd1fdc2e9ea59",
  "_spec": "node-abi@^2.7.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/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": "^15.8.0",
    "tape": "^4.6.3",
    "travis-deploy-once": "^5.0.1"
  },
  "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": {
    "semantic-release": "semantic-release",
    "test": "tape test/index.js",
    "travis-deploy-once": "travis-deploy-once"
  },
  "version": "2.11.0"
}