Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « make-fetch-happen « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9ba2619eeb68c520b6e5a1dc3c92ba6743c0e4d (plain)
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
{
  "_from": "make-fetch-happen@^8.0.9",
  "_id": "make-fetch-happen@8.0.9",
  "_inBundle": false,
  "_integrity": "sha512-uHa4gv/NIdm9cUvfOhYb57nxrCY08iyMRXru0jbpaH57Q3NCge/ypY7fOvgCr8tPyucKrGbVndKhjXE0IX0VfQ==",
  "_location": "/make-fetch-happen",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "make-fetch-happen@^8.0.9",
    "name": "make-fetch-happen",
    "escapedName": "make-fetch-happen",
    "rawSpec": "^8.0.9",
    "saveSpec": null,
    "fetchSpec": "^8.0.9"
  },
  "_requiredBy": [
    "/npm-registry-fetch"
  ],
  "_resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-8.0.9.tgz",
  "_shasum": "2179178be1593cacd04fa7a420b19ac6415f9380",
  "_spec": "make-fetch-happen@^8.0.9",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/npm-registry-fetch",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@zkat.tech"
  },
  "bugs": {
    "url": "https://github.com/npm/make-fetch-happen/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "agentkeepalive": "^4.1.0",
    "cacache": "^15.0.0",
    "http-cache-semantics": "^4.0.4",
    "http-proxy-agent": "^4.0.1",
    "https-proxy-agent": "^5.0.0",
    "is-lambda": "^1.0.1",
    "lru-cache": "^6.0.0",
    "minipass": "^3.1.3",
    "minipass-collect": "^1.0.2",
    "minipass-fetch": "^1.3.0",
    "minipass-flush": "^1.0.5",
    "minipass-pipeline": "^1.2.2",
    "promise-retry": "^1.1.1",
    "socks-proxy-agent": "^5.0.0",
    "ssri": "^8.0.0"
  },
  "deprecated": false,
  "description": "Opinionated, caching, retrying fetch client",
  "devDependencies": {
    "mkdirp": "^1.0.3",
    "nock": "^11.9.1",
    "npmlog": "^4.1.2",
    "require-inject": "^1.4.2",
    "rimraf": "^2.7.1",
    "safe-buffer": "^5.2.0",
    "standard": "^14.3.1",
    "standard-version": "^7.1.0",
    "tacks": "^1.2.6",
    "tap": "^14.10.6"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "*.js",
    "lib",
    "utils"
  ],
  "homepage": "https://github.com/npm/make-fetch-happen#readme",
  "keywords": [
    "http",
    "request",
    "fetch",
    "mean girls",
    "caching",
    "cache",
    "subresource integrity"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "make-fetch-happen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/make-fetch-happen.git"
  },
  "scripts": {
    "lint": "standard",
    "posttest": "npm run lint",
    "postversion": "npm publish",
    "prepublishOnly": "git push --follow-tags",
    "preversion": "npm t",
    "test": "tap test/*.js"
  },
  "version": "8.0.9"
}