{
  "_args": [
    [
      "node-pre-gyp@^0.12.0",
      "/home/chchang/projects/temp/osrm-backend"
    ]
  ],
  "_from": "node-pre-gyp@>=0.12.0 <0.13.0",
  "_hasShrinkwrap": false,
  "_id": "node-pre-gyp@0.12.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/node-pre-gyp",
  "_nodeVersion": "8.11.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/node-pre-gyp_0.12.0_1542308669494_0.8034029993232019"
  },
  "_npmUser": {
    "email": "nicolas@nobis-crew.org",
    "name": "nicolasnoble"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "node-pre-gyp",
    "raw": "node-pre-gyp@^0.12.0",
    "rawSpec": "^0.12.0",
    "scope": null,
    "spec": ">=0.12.0 <0.13.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz",
  "_shasum": "39ba4bb1439da030295f899e3b520b7785766149",
  "_shrinkwrap": null,
  "_spec": "node-pre-gyp@^0.12.0",
  "_where": "/home/chchang/projects/temp/osrm-backend",
  "author": {
    "email": "dane@mapbox.com",
    "name": "Dane Springmeyer"
  },
  "bin": {
    "node-pre-gyp": "./bin/node-pre-gyp"
  },
  "bugs": {
    "url": "https://github.com/mapbox/node-pre-gyp/issues"
  },
  "dependencies": {
    "detect-libc": "^1.0.2",
    "mkdirp": "^0.5.1",
    "needle": "^2.2.1",
    "nopt": "^4.0.1",
    "npm-packlist": "^1.1.6",
    "npmlog": "^4.0.2",
    "rc": "^1.2.7",
    "rimraf": "^2.6.1",
    "semver": "^5.3.0",
    "tar": "^4"
  },
  "description": "Node.js native addon binary install tool",
  "devDependencies": {
    "aws-sdk": "^2.28.0",
    "jshint": "^2.9.5",
    "nock": "^9.2.3",
    "tape": "^4.6.3"
  },
  "directories": {},
  "dist": {
    "fileCount": 31,
    "integrity": "sha512-4KghwV8vH5k+g2ylT+sLTjy5wmUOb9vPhnM8NHvRf9dHmnW/CndrFXy2aRPaPST6dugXSdHXfeaHQm77PIz/1A==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7cM+CRA9TVsSAnZWagAA5M8P/Am/yLWtXrvZ2UkuyudF\n2gtQorcyRuubmFOIM2AUMb3r086FDdSIBC1pljF3nfm00A0qcwMWWoM1Puie\ntSlULNcJSeB4HAac+vAYJZ6s+ZXouuoD8kV9JI6uqZ37kBjvowG/CEfQvuCK\n2B2vw2l8zRTWhB1ziz2fY+O/fIpDdnjzXZh5gxEngSYAWKHaucxA5laYJ7HU\nSlPGBUlSTEdEO9Y+jKBX/eN+lU3sxlbkq3WaU2lWc5HOHkdrsU6XhjhGNQdn\nXny5PwPIgSqgqScetuOwBX9KLGiui81IXiQ3lj1ky9ogZsi6ClGJhbZtnJdl\nH1LwQIvAQuJAkjnvdJc754KTGhIHChlCFA+bdkgENcUr1vQVPGmB+5NsTnqs\nrXU0AbzMiKlpPv/jx/VzDYDGrGVR3S5GcGQyVhX5BT3v0ywEW1ZHjdHq+R+7\nV7IhEUMk4y6fB+6DmwZLPE6S46C6kKoZaPQALrBA9W+m2/xN8CG77hBPxB85\n3cX2rB/tO1hBpbczf/AECZ76NH5YOFtxuvKWXMZfpfNQ0IAehE9TskXwZCPb\nKDyXn02SxsXdpvCkqqwwY7yAtJ3juMw1tp5LKVL7wIpEmVsdJNpk5MSObv0g\ntaQ15WeX6vfk+csP/7ULn8nPokgF/EThj+eZToBGfPp1ebTM5boEjY/T06e3\n73Ts\r\n=W/No\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "39ba4bb1439da030295f899e3b520b7785766149",
    "tarball": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz",
    "unpackedSize": 146911
  },
  "gitHead": "ff9e93e969d2e385c22901a3c16cb8877dd1d01c",
  "homepage": "https://github.com/mapbox/node-pre-gyp#readme",
  "jshintConfig": {
    "globalstrict": true,
    "noarg": true,
    "node": true,
    "undef": true,
    "unused": false
  },
  "keywords": [
    "addon",
    "binary",
    "bindings",
    "c",
    "c++",
    "module",
    "native"
  ],
  "license": "BSD-3-Clause",
  "main": "./lib/node-pre-gyp.js",
  "maintainers": [
    {
      "name": "bergwerkgis",
      "email": "wb@bergwerk-gis.at"
    },
    {
      "name": "flippmoke",
      "email": "flippmoke@gmail.com"
    },
    {
      "name": "gretacb",
      "email": "carol@mapbox.com"
    },
    {
      "name": "kkaefer",
      "email": "mail@kkaefer.com"
    },
    {
      "name": "mapsam",
      "email": "sam@mapbox.com"
    },
    {
      "name": "nicolasnoble",
      "email": "nicolas@nobis-crew.org"
    },
    {
      "name": "springmeyer",
      "email": "dane@mapbox.com"
    },
    {
      "name": "yhahn",
      "email": "young@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 test/fetch.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.12.0"
}
