2021-12-03 17:58:48 +01:00

103 lines
2.6 KiB
JSON

{
"_from": "node-pre-gyp@^0.11.0",
"_id": "node-pre-gyp@0.11.0",
"_inBundle": false,
"_integrity": "sha512-TwWAOZb0j7e9eGaf9esRx3ZcLaE5tQ2lvYy1pb5IAaG1a2e2Kv5Lms1Y4hpj+ciXJRofIxxlt5haeQ/2ANeE0Q==",
"_location": "/node-pre-gyp",
"_phantomChildren": {
"abbrev": "1.1.1",
"chownr": "1.1.4",
"fs-minipass": "1.2.7",
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.4",
"minimatch": "3.0.4",
"minipass": "2.9.0",
"minizlib": "1.3.3",
"mkdirp": "0.5.5",
"once": "1.4.0",
"osenv": "0.1.5",
"path-is-absolute": "1.0.1",
"safe-buffer": "5.2.1",
"yallist": "3.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-pre-gyp@^0.11.0",
"name": "node-pre-gyp",
"escapedName": "node-pre-gyp",
"rawSpec": "^0.11.0",
"saveSpec": null,
"fetchSpec": "^0.11.0"
},
"_requiredBy": [
"/sqlite3"
],
"_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.11.0.tgz",
"_shasum": "db1f33215272f692cd38f03238e3e9b47c5dd054",
"_spec": "node-pre-gyp@^0.11.0",
"_where": "/usr/home/nodejs/node_modules/sqlite3",
"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"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"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"
},
"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",
"name": "node-pre-gyp",
"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.11.0"
}