{
  "_args": [
    [
      "node-abi@2.12.0",
      "/home/massta/Documents/new"
    ]
  ],
  "_development": true,
  "_from": "node-abi@2.12.0",
  "_id": "node-abi@2.12.0",
  "_inBundle": false,
  "_integrity": "sha512-VhPBXCIcvmo/5K8HPmnWJyyhvgKxnHTUMXR/XwGHV68+wrgkzST4UmQrY/XszSWA5dtnXpNp528zkcyJ/pzVcw==",
  "_location": "/node-abi",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-abi@2.12.0",
    "name": "node-abi",
    "escapedName": "node-abi",
    "rawSpec": "2.12.0",
    "saveSpec": null,
    "fetchSpec": "2.12.0"
  },
  "_requiredBy": [
    "/electron-rebuild"
  ],
  "_resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.12.0.tgz",
  "_spec": "2.12.0",
  "_where": "/home/massta/Documents/new",
  "author": {
    "name": "Lukas Geiger"
  },
  "bugs": {
    "url": "https://github.com/lgeiger/node-abi/issues"
  },
  "dependencies": {
    "semver": "^5.4.1"
  },
  "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.12.0"
}