Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / node_modules / node-fetch / package.json
1 {
2   "_from": "node-fetch@^2.6.1",
3   "_id": "node-fetch@2.6.1",
4   "_inBundle": false,
5   "_integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
6   "_location": "/node-fetch",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "node-fetch@^2.6.1",
12     "name": "node-fetch",
13     "escapedName": "node-fetch",
14     "rawSpec": "^2.6.1",
15     "saveSpec": null,
16     "fetchSpec": "^2.6.1"
17   },
18   "_requiredBy": [
19     "/"
20   ],
21   "_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
22   "_shasum": "045bd323631f76ed2e2b55573394416b639a0052",
23   "_spec": "node-fetch@^2.6.1",
24   "_where": "/tmp/nvimaDCUyp/coc-go-i4qq5C",
25   "author": {
26     "name": "David Frank"
27   },
28   "browser": "./browser.js",
29   "bugs": {
30     "url": "https://github.com/bitinn/node-fetch/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {},
34   "deprecated": false,
35   "description": "A light-weight module that brings window.fetch to node.js",
36   "devDependencies": {
37     "@ungap/url-search-params": "^0.1.2",
38     "abort-controller": "^1.1.0",
39     "abortcontroller-polyfill": "^1.3.0",
40     "babel-core": "^6.26.3",
41     "babel-plugin-istanbul": "^4.1.6",
42     "babel-preset-env": "^1.6.1",
43     "babel-register": "^6.16.3",
44     "chai": "^3.5.0",
45     "chai-as-promised": "^7.1.1",
46     "chai-iterator": "^1.1.1",
47     "chai-string": "~1.3.0",
48     "codecov": "^3.3.0",
49     "cross-env": "^5.2.0",
50     "form-data": "^2.3.3",
51     "is-builtin-module": "^1.0.0",
52     "mocha": "^5.0.0",
53     "nyc": "11.9.0",
54     "parted": "^0.1.1",
55     "promise": "^8.0.3",
56     "resumer": "0.0.0",
57     "rollup": "^0.63.4",
58     "rollup-plugin-babel": "^3.0.7",
59     "string-to-arraybuffer": "^1.0.2",
60     "whatwg-url": "^5.0.0"
61   },
62   "engines": {
63     "node": "4.x || >=6.0.0"
64   },
65   "files": [
66     "lib/index.js",
67     "lib/index.mjs",
68     "lib/index.es.js",
69     "browser.js"
70   ],
71   "homepage": "https://github.com/bitinn/node-fetch",
72   "keywords": [
73     "fetch",
74     "http",
75     "promise"
76   ],
77   "license": "MIT",
78   "main": "lib/index",
79   "module": "lib/index.mjs",
80   "name": "node-fetch",
81   "repository": {
82     "type": "git",
83     "url": "git+https://github.com/bitinn/node-fetch.git"
84   },
85   "scripts": {
86     "build": "cross-env BABEL_ENV=rollup rollup -c",
87     "coverage": "cross-env BABEL_ENV=coverage nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json",
88     "prepare": "npm run build",
89     "report": "cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/test.js",
90     "test": "cross-env BABEL_ENV=test mocha --require babel-register --throw-deprecation test/test.js"
91   },
92   "version": "2.6.1"
93 }