liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
  "_from": "@mapbox/node-pre-gyp@^1.0.0",
  "_id": "@mapbox/node-pre-gyp@1.0.10",
  "_inBundle": false,
  "_integrity": "sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA==",
  "_location": "/@mapbox/node-pre-gyp",
  "_phantomChildren": {},
  "_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.10.tgz",
  "_shasum": "8e6735ccebbb1581e5a7e652244cadc8a844d03c",
  "_spec": "@mapbox/node-pre-gyp@^1.0.0",
  "_where": "/home/l/plc/node-red/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": "^2.0.0",
    "https-proxy-agent": "^5.0.0",
    "make-dir": "^3.1.0",
    "node-fetch": "^2.6.7",
    "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.1087.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.3.0",
    "nyc": "^15.1.0",
    "tape": "^5.5.2",
    "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.10"
}