-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 2.7 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 2.7 KB
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
{
"_args": [
[
{
"raw": "node-fetch",
"scope": null,
"escapedName": "node-fetch",
"name": "node-fetch",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/k33g/dev.github/platform-samples/api/javascript/es2015"
]
],
"_from": "node-fetch@latest",
"_id": "node-fetch@1.6.3",
"_inCache": true,
"_installable": true,
"_location": "/node-fetch",
"_nodeVersion": "6.3.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/node-fetch-1.6.3.tgz_1474870810431_0.44125940511003137"
},
"_npmUser": {
"name": "bitinn",
"email": "bitinn@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "node-fetch",
"scope": null,
"escapedName": "node-fetch",
"name": "node-fetch",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.6.3.tgz",
"_shasum": "dc234edd6489982d58e8f0db4f695029abcd8c04",
"_shrinkwrap": null,
"_spec": "node-fetch",
"_where": "/Users/k33g/dev.github/platform-samples/api/javascript/es2015",
"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",
"coveralls": "^2.11.2",
"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": {
"shasum": "dc234edd6489982d58e8f0db4f695029abcd8c04",
"tarball": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.6.3.tgz"
},
"gitHead": "3c053ce32760d2d5d6cb8712fb4115b44e4083d4",
"homepage": "https://github.com/bitinn/node-fetch",
"keywords": [
"fetch",
"http",
"promise"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "bitinn",
"email": "bitinn@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 && cat ./coverage/lcov.info | coveralls",
"report": "istanbul cover _mocha -- -R spec test/test.js",
"test": "mocha test/test.js"
},
"version": "1.6.3"
}