{
  "_args": [
    [
      {
        "raw": "node-pre-gyp@^0.6.5",
        "scope": null,
        "escapedName": "node-pre-gyp",
        "name": "node-pre-gyp",
        "rawSpec": "^0.6.5",
        "spec": ">=0.6.5 <0.7.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-services/node_modules/v8-debug"
    ]
  ],
  "_from": "node-pre-gyp@>=0.6.5 <0.7.0",
  "_id": "node-pre-gyp@0.6.39",
  "_inCache": true,
  "_installable": true,
  "_location": "/node-pre-gyp",
  "_nodeVersion": "8.6.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/node-pre-gyp-0.6.39.tgz_1509591139848_0.7278140659909695"
  },
  "_npmUser": {
    "name": "springmeyer",
    "email": "dane@mapbox.com"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {
    "asynckit": "0.4.0",
    "aws4": "1.6.0",
    "caseless": "0.12.0",
    "co": "4.6.0",
    "combined-stream": "1.0.5",
    "extend": "3.0.1",
    "forever-agent": "0.6.1",
    "is-typedarray": "1.0.0",
    "isstream": "0.1.2",
    "json-stable-stringify": "1.0.1",
    "json-stringify-safe": "5.0.1",
    "jsprim": "1.4.1",
    "mime-types": "2.1.17",
    "oauth-sign": "0.8.2",
    "safe-buffer": "5.1.1",
    "sshpk": "1.13.1",
    "stringstream": "0.0.5",
    "tough-cookie": "2.3.3",
    "tunnel-agent": "0.6.0",
    "uuid": "3.1.0"
  },
  "_requested": {
    "raw": "node-pre-gyp@^0.6.5",
    "scope": null,
    "escapedName": "node-pre-gyp",
    "name": "node-pre-gyp",
    "rawSpec": "^0.6.5",
    "spec": ">=0.6.5 <0.7.0",
    "type": "range"
  },
  "_requiredBy": [
    "/v8-debug",
    "/v8-profiler"
  ],
  "_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.39.tgz",
  "_shasum": "c00e96860b23c0e1420ac7befc5044e1d78d8649",
  "_shrinkwrap": null,
  "_spec": "node-pre-gyp@^0.6.5",
  "_where": "/home/lively4/lively4/lively4-services/node_modules/v8-debug",
  "author": {
    "name": "Dane Springmeyer",
    "email": "dane@mapbox.com"
  },
  "bin": {
    "node-pre-gyp": "./bin/node-pre-gyp"
  },
  "bugs": {
    "url": "https://github.com/mapbox/node-pre-gyp/issues"
  },
  "dependencies": {
    "detect-libc": "^1.0.2",
    "hawk": "3.1.3",
    "mkdirp": "^0.5.1",
    "nopt": "^4.0.1",
    "npmlog": "^4.0.2",
    "rc": "^1.1.7",
    "request": "2.81.0",
    "rimraf": "^2.6.1",
    "semver": "^5.3.0",
    "tar": "^2.2.1",
    "tar-pack": "^3.4.0"
  },
  "description": "Node.js native addon binary install tool",
  "devDependencies": {
    "aws-sdk": "^2.28.0",
    "jshint": "^2.9.4",
    "retire": "^1.2.12",
    "tape": "^4.6.3"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-OsJV74qxnvz/AMGgcfZoDaeDXKD3oY3QVIbBmwszTFkRisTSXbMQyn4UWzUMOtA5SVhrBZOTp0wcoSBgfMfMmQ==",
    "shasum": "c00e96860b23c0e1420ac7befc5044e1d78d8649",
    "tarball": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.39.tgz"
  },
  "gitHead": "f21830e2946d140b8b424b0f3acf4fb81eaa01e7",
  "homepage": "https://github.com/mapbox/node-pre-gyp#readme",
  "jshintConfig": {
    "node": true,
    "globalstrict": true,
    "undef": true,
    "unused": false,
    "noarg": true
  },
  "keywords": [
    "native",
    "addon",
    "module",
    "c",
    "c++",
    "bindings",
    "binary"
  ],
  "license": "BSD-3-Clause",
  "main": "./lib/node-pre-gyp.js",
  "maintainers": [
    {
      "name": "bergwerkgis",
      "email": "wb@bergwerk-gis.at"
    },
    {
      "name": "kkaefer",
      "email": "mail@kkaefer.com"
    },
    {
      "name": "yhahn",
      "email": "young@mapbox.com"
    },
    {
      "name": "springmeyer",
      "email": "dane@mapbox.com"
    }
  ],
  "name": "node-pre-gyp",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/node-pre-gyp.git"
  },
  "scripts": {
    "pretest": "jshint test/build.test.js test/s3_setup.test.js test/versioning.test.js lib lib/util scripts bin/node-pre-gyp",
    "test": "jshint lib lib/util scripts bin/node-pre-gyp && tape test/*test.js",
    "update-crosswalk": "node scripts/abi_crosswalk.js"
  },
  "version": "0.6.39"
}
