123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_from": "@mapbox/node-pre-gyp@^1.0.0",
- "_id": "@mapbox/node-pre-gyp@1.0.8",
- "_inBundle": false,
- "_integrity": "sha512-CMGKi28CF+qlbXh26hDe6NxCd7amqeAzEqnS6IHeO6LoaKyM/n+Xw3HT1COdq8cuioOdlKdqn/hCmqPUOMOywg==",
- "_location": "/@mapbox/node-pre-gyp",
- "_phantomChildren": {
- "abbrev": "1.1.1",
- "lru-cache": "6.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@mapbox/node-pre-gyp@^1.0.0",
- "name": "@mapbox/node-pre-gyp",
- "escapedName": "@mapbox%2fnode-pre-gyp",
- "scope": "@mapbox",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/bcrypt"
- ],
- "_resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.8.tgz",
- "_shasum": "32abc8a5c624bc4e46c43d84dfb8b26d33a96f58",
- "_spec": "@mapbox/node-pre-gyp@^1.0.0",
- "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\bcrypt",
- "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",
- "https-proxy-agent": "^5.0.0",
- "make-dir": "^3.1.0",
- "node-fetch": "^2.6.5",
- "nopt": "^5.0.0",
- "npmlog": "^5.0.1",
- "rimraf": "^3.0.2",
- "semver": "^7.3.5",
- "tar": "^6.1.11"
- },
- "deprecated": false,
- "description": "Node.js native addon binary install tool",
- "devDependencies": {
- "@mapbox/cloudfriend": "^5.1.0",
- "@mapbox/eslint-config-mapbox": "^3.0.0",
- "aws-sdk": "^2.1012.0",
- "codecov": "^3.8.3",
- "eslint": "^7.32.0",
- "eslint-plugin-node": "^11.1.0",
- "mock-aws-s3": "^4.0.2",
- "nock": "^12.0.3",
- "node-addon-api": "^4.2.0",
- "nyc": "^15.1.0",
- "tape": "^5.3.1",
- "tar-fs": "^2.1.1"
- },
- "homepage": "https://github.com/mapbox/node-pre-gyp#readme",
- "keywords": [
- "native",
- "addon",
- "module",
- "c",
- "c++",
- "bindings",
- "binary"
- ],
- "license": "BSD-3-Clause",
- "main": "./lib/node-pre-gyp.js",
- "name": "@mapbox/node-pre-gyp",
- "nyc": {
- "all": true,
- "skip-full": false,
- "exclude": [
- "test/**"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/mapbox/node-pre-gyp.git"
- },
- "scripts": {
- "coverage": "nyc --all --include index.js --include lib/ npm test",
- "fix": "npm run lint -- --fix",
- "lint": "eslint bin/node-pre-gyp lib/*js lib/util/*js test/*js scripts/*js",
- "test": "tape test/*test.js",
- "update-crosswalk": "node scripts/abi_crosswalk.js",
- "upload-coverage": "nyc report --reporter json && codecov --clear --flags=unit --file=./coverage/coverage-final.json"
- },
- "version": "1.0.8"
- }
|