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
98
99
100
101
102
103
104
105
106
107
108
109
110
| {
| "_from": "make-fetch-happen@^10.0.3",
| "_id": "make-fetch-happen@10.2.1",
| "_inBundle": false,
| "_integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==",
| "_location": "/make-fetch-happen",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "make-fetch-happen@^10.0.3",
| "name": "make-fetch-happen",
| "escapedName": "make-fetch-happen",
| "rawSpec": "^10.0.3",
| "saveSpec": null,
| "fetchSpec": "^10.0.3"
| },
| "_requiredBy": [
| "/node-gyp"
| ],
| "_resolved": "https://registry.npmmirror.com/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz",
| "_shasum": "f5e3835c5e9817b617f2770870d9492d28678164",
| "_spec": "make-fetch-happen@^10.0.3",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/node-gyp",
| "author": {
| "name": "GitHub Inc."
| },
| "bugs": {
| "url": "https://github.com/npm/make-fetch-happen/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "agentkeepalive": "^4.2.1",
| "cacache": "^16.1.0",
| "http-cache-semantics": "^4.1.0",
| "http-proxy-agent": "^5.0.0",
| "https-proxy-agent": "^5.0.0",
| "is-lambda": "^1.0.1",
| "lru-cache": "^7.7.1",
| "minipass": "^3.1.6",
| "minipass-collect": "^1.0.2",
| "minipass-fetch": "^2.0.3",
| "minipass-flush": "^1.0.5",
| "minipass-pipeline": "^1.2.4",
| "negotiator": "^0.6.3",
| "promise-retry": "^2.0.1",
| "socks-proxy-agent": "^7.0.0",
| "ssri": "^9.0.0"
| },
| "deprecated": false,
| "description": "Opinionated, caching, retrying fetch client",
| "devDependencies": {
| "@npmcli/eslint-config": "^3.0.1",
| "@npmcli/template-oss": "3.5.0",
| "mkdirp": "^1.0.4",
| "nock": "^13.2.4",
| "rimraf": "^3.0.2",
| "safe-buffer": "^5.2.1",
| "standard-version": "^9.3.2",
| "tap": "^16.0.0"
| },
| "engines": {
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
| },
| "files": [
| "bin/",
| "lib/"
| ],
| "homepage": "https://github.com/npm/make-fetch-happen#readme",
| "keywords": [
| "http",
| "request",
| "fetch",
| "mean girls",
| "caching",
| "cache",
| "subresource integrity"
| ],
| "license": "ISC",
| "main": "lib/index.js",
| "name": "make-fetch-happen",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/npm/make-fetch-happen.git"
| },
| "scripts": {
| "eslint": "eslint",
| "lint": "eslint \"**/*.js\"",
| "lintfix": "npm run lint -- --fix",
| "postlint": "template-oss-check",
| "posttest": "npm run lint",
| "postversion": "npm publish",
| "prepublishOnly": "git push origin --follow-tags",
| "preversion": "npm test",
| "snap": "tap",
| "template-oss-apply": "template-oss-apply --force",
| "test": "tap"
| },
| "tap": {
| "color": 1,
| "files": "test/*.js",
| "check-coverage": true,
| "timeout": 60
| },
| "templateOSS": {
| "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
| "version": "3.5.0"
| },
| "version": "10.2.1"
| }
|
|