Files
UnknownBot/node_modules/node-pre-gyp/package.json
2021-02-11 02:38:15 +01:00

94 lines
2.5 KiB
JSON

{
"_from": "node-pre-gyp@^0.17.0",
"_id": "node-pre-gyp@0.17.0",
"_inBundle": false,
"_integrity": "sha512-abzZt1hmOjkZez29ppg+5gGqdPLUuJeAEwVPtHYEJgx0qzttCbcKFpxrCQn2HYbwCv2c+7JwH4BgEzFkUGpn4A==",
"_location": "/node-pre-gyp",
"_phantomChildren": {
"abbrev": "1.1.1",
"glob": "7.1.6",
"mkdirp": "0.5.5",
"osenv": "0.1.5",
"safe-buffer": "5.1.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-pre-gyp@^0.17.0",
"name": "node-pre-gyp",
"escapedName": "node-pre-gyp",
"rawSpec": "^0.17.0",
"saveSpec": null,
"fetchSpec": "^0.17.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.17.0.tgz",
"_shasum": "5af3f7b4c3848b5ed00edc3d298ff836daae5f1d",
"_spec": "node-pre-gyp@^0.17.0",
"_where": "C:\\Users\\MCGFX\\OneDrive\\Dokumente\\GitHub\\UnknownBot",
"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.3",
"mkdirp": "^0.5.5",
"needle": "^2.5.2",
"nopt": "^4.0.3",
"npm-packlist": "^1.4.8",
"npmlog": "^4.1.2",
"rc": "^1.2.8",
"rimraf": "^2.7.1",
"semver": "^5.7.1",
"tar": "^4.4.13"
},
"deprecated": "Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future",
"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.17.0"
}