summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/pacote/node_modules/make-fetch-happen/package.json
blob: e74dc5d95e5dd5840318ab3df66e1f798972d23e (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
99
{
  "_from": "make-fetch-happen@^2.4.3",
  "_id": "make-fetch-happen@2.4.3",
  "_integrity": "sha512-Vi+Y+uUnWki65KG6RjjW6J4o10XJivCyhvSh4TB/XC5gNtD9MbxlyOVkAFKTNCj1w1wcDw7HWaVPGj0CPfAyhw==",
  "_location": "/pacote/make-fetch-happen",
  "_phantomChildren": {
    "safe-buffer": "5.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "make-fetch-happen@^2.4.3",
    "name": "make-fetch-happen",
    "escapedName": "make-fetch-happen",
    "rawSpec": "^2.4.3",
    "saveSpec": null,
    "fetchSpec": "^2.4.3"
  },
  "_requiredBy": [
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-2.4.3.tgz",
  "_shasum": "a9e894f213cc4628fde0859a589a90da96f4e4d8",
  "_shrinkwrap": null,
  "_spec": "make-fetch-happen@^2.4.3",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/pacote",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@sykosomatic.org"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/zkat/make-fetch-happen/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "agentkeepalive": "^3.1.0",
    "cacache": "^9.0.0",
    "http-cache-semantics": "^3.7.3",
    "http-proxy-agent": "^1.0.0",
    "https-proxy-agent": "^1.0.0",
    "lru-cache": "^4.0.2",
    "mississippi": "^1.2.0",
    "node-fetch-npm": "^2.0.0",
    "promise-retry": "^1.1.1",
    "socks-proxy-agent": "^2.0.0",
    "ssri": "^4.1.2"
  },
  "deprecated": false,
  "description": "Opinionated, caching, retrying fetch client",
  "devDependencies": {
    "bluebird": "^3.5.0",
    "mkdirp": "^0.5.1",
    "nock": "^9.0.6",
    "npmlog": "^4.1.0",
    "nyc": "^10.3.2",
    "rimraf": "^2.5.4",
    "safe-buffer": "^5.0.1",
    "standard": "^10.0.1",
    "standard-version": "^4.0.0",
    "tacks": "^1.2.6",
    "tap": "^10.2.0",
    "weallbehave": "^1.0.0",
    "weallcontribute": "^1.0.7"
  },
  "files": [
    "*.js",
    "lib"
  ],
  "homepage": "https://github.com/zkat/make-fetch-happen#readme",
  "keywords": [
    "http",
    "request",
    "fetch",
    "mean girls",
    "caching",
    "cache",
    "subresource integrity"
  ],
  "license": "CC0-1.0",
  "main": "index.js",
  "name": "make-fetch-happen",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zkat/make-fetch-happen.git"
  },
  "scripts": {
    "postrelease": "npm publish && git push --follow-tags",
    "prerelease": "npm t",
    "pretest": "standard lib test *.js",
    "release": "standard-version -s",
    "test": "nyc --all -- tap -J test/*.js",
    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  },
  "version": "2.4.3"
}