summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/node-fetch-npm/package.json
blob: 5587fc26c5a67afb16dd19f52b5e0126753c66d3 (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
100
{
  "_from": "node-fetch-npm@^2.0.1",
  "_id": "node-fetch-npm@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-nJIxm1QmAj4v3nfCvEeCrYSoVwXyxLnaPBK5W1W5DGEJwjlKuC2VEUycGw5oxk+4zZahRrB84PUJJgEmhFTDFw==",
  "_location": "/npm-profile/make-fetch-happen/node-fetch-npm",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-fetch-npm@^2.0.1",
    "name": "node-fetch-npm",
    "escapedName": "node-fetch-npm",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/npm-profile/make-fetch-happen"
  ],
  "_resolved": "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz",
  "_shasum": "7258c9046182dca345b4208eda918daf33697ff7",
  "_spec": "node-fetch-npm@^2.0.1",
  "_where": "/Users/rebecca/code/npm/node_modules/npm-profile/node_modules/make-fetch-happen",
  "author": {
    "name": "David Frank"
  },
  "bugs": {
    "url": "https://github.com/npm/node-fetch-npm/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Rebecca Turner",
      "email": "me@re-becca.org"
    },
    {
      "name": "Kat Marchán",
      "email": "kzm@sykosomatic.org"
    }
  ],
  "dependencies": {
    "encoding": "^0.1.11",
    "json-parse-better-errors": "^1.0.0",
    "safe-buffer": "^5.1.1"
  },
  "deprecated": false,
  "description": "An npm cli-oriented fork of the excellent node-fetch",
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "chai-iterator": "^1.1.1",
    "chai-string": "^1.4.0",
    "codecov": "^1.0.1",
    "cross-env": "^3.1.4",
    "form-data": "^2.2.0",
    "is-builtin-module": "^1.0.0",
    "mocha": "^3.5.0",
    "nyc": "^10.3.2",
    "parted": "^0.1.1",
    "promise": "^7.3.1",
    "resumer": "0.0.0",
    "standard": "^10.0.3",
    "standard-version": "^4.2.0",
    "weallbehave": "^1.2.0",
    "weallcontribute": "^1.0.8",
    "whatwg-url": "^4.8.0"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "src/*.js"
  ],
  "homepage": "https://github.com/npm/node-fetch-npm",
  "keywords": [
    "fetch",
    "http",
    "promise"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "node-fetch-npm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/node-fetch-npm.git"
  },
  "scripts": {
    "coverage": "nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json",
    "postrelease": "npm publish && git push --follow-tags",
    "prerelease": "npm t",
    "pretest": "standard src/*",
    "release": "standard-version -s",
    "report": "nyc --reporter lcov --reporter text mocha -R spec test/test.js",
    "test": "mocha test/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.0.2"
}