This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

View File

@@ -1,41 +1,24 @@
{
"_from": "node-pre-gyp@0.15.0",
"_id": "node-pre-gyp@0.15.0",
"_inBundle": false,
"_integrity": "sha512-7QcZa8/fpaU/BKenjcaeFF9hLz2+7S9AqyXFhlH/rilsQ/hPZKK32RtR5EQHJElgu+q5RfbJ34KriI79UWaorA==",
"_location": "/node-pre-gyp",
"_phantomChildren": {
"abbrev": "1.1.1",
"osenv": "0.1.5"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-pre-gyp@0.15.0",
"name": "node-pre-gyp",
"escapedName": "node-pre-gyp",
"rawSpec": "0.15.0",
"saveSpec": null,
"fetchSpec": "0.15.0"
},
"_requiredBy": [
"/bcrypt"
"name": "node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version": "0.15.0",
"keywords": [
"native",
"addon",
"module",
"c",
"c++",
"bindings",
"binary"
],
"_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.15.0.tgz",
"_shasum": "c2fc383276b74c7ffa842925241553e8b40f1087",
"_spec": "node-pre-gyp@0.15.0",
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\bcrypt",
"author": {
"name": "Dane Springmeyer",
"email": "dane@mapbox.com"
"license": "BSD-3-Clause",
"author": "Dane Springmeyer <dane@mapbox.com>",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/node-pre-gyp.git"
},
"bin": {
"node-pre-gyp": "bin/node-pre-gyp"
},
"bugs": {
"url": "https://github.com/mapbox/node-pre-gyp/issues"
},
"bundleDependencies": false,
"bin": "./bin/node-pre-gyp",
"main": "./lib/node-pre-gyp.js",
"dependencies": {
"detect-libc": "^1.0.2",
"mkdirp": "^0.5.3",
@@ -48,15 +31,12 @@
"semver": "^5.3.0",
"tar": "^4.4.2"
},
"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,
@@ -64,26 +44,9 @@
"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.15.0"
"update-crosswalk": "node scripts/abi_crosswalk.js",
"test": "jshint lib lib/util scripts bin/node-pre-gyp && tape test/*test.js"
}
}