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
|
{
"_args": [
[
{
"raw": "node-fetch@^1.7.2",
"scope": null,
"escapedName": "node-fetch",
"name": "node-fetch",
"rawSpec": "^1.7.2",
"spec": ">=1.7.2 <2.0.0",
"type": "range"
},
"/home/nate/Desktop/tar_JDkx6AzcE"
]
],
"_from": "node-fetch@>=1.7.2 <2.0.0",
"_id": "node-fetch@1.7.2",
"_inCache": true,
"_location": "/node-fetch",
"_nodeVersion": "8.2.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/node-fetch-1.7.2.tgz_1502191381219_0.664517188211903"
},
"_npmUser": {
"name": "bitinn",
"email": "bitinn@gmail.com"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "node-fetch@^1.7.2",
"scope": null,
"escapedName": "node-fetch",
"name": "node-fetch",
"rawSpec": "^1.7.2",
"spec": ">=1.7.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.2.tgz",
"_shasum": "c54e9aac57e432875233525f3c891c4159ffefd7",
"_shrinkwrap": null,
"_spec": "node-fetch@^1.7.2",
"_where": "/home/nate/Desktop/tar_JDkx6AzcE",
"author": {
"name": "David Frank"
},
"bugs": {
"url": "https://github.com/bitinn/node-fetch/issues"
},
"dependencies": {
"encoding": "^0.1.11",
"is-stream": "^1.0.1"
},
"description": "A light-weight module that brings window.fetch to node.js and io.js",
"devDependencies": {
"bluebird": "^3.3.4",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"codecov": "^1.0.1",
"form-data": ">=1.0.0",
"istanbul": "^0.4.2",
"mocha": "^2.1.0",
"parted": "^0.1.1",
"promise": "^7.1.1",
"resumer": "0.0.0"
},
"directories": {},
"dist": {
"integrity": "sha512-xZZUq2yDhKMIn/UgG5q//IZSNLJIwW2QxS14CNH5spuiXkITM2pUitjdq58yLSaU7m4M0wBNaM2Gh/ggY4YJig==",
"shasum": "c54e9aac57e432875233525f3c891c4159ffefd7",
"tarball": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.2.tgz"
},
"gitHead": "3c9b64caf5c84f96052078f18d91c9e12bd5f5c6",
"homepage": "https://github.com/bitinn/node-fetch",
"keywords": [
"fetch",
"http",
"promise"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "bitinn",
"email": "bitinn@gmail.com"
},
{
"name": "timothygu",
"email": "timothygu99@gmail.com"
}
],
"name": "node-fetch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/bitinn/node-fetch.git"
},
"scripts": {
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && codecov",
"report": "istanbul cover _mocha -- -R spec test/test.js",
"test": "mocha test/test.js"
},
"version": "1.7.2"
}
|