package.json
2.2 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
{
"_args": [
[
"whatwg-fetch",
"/Users/AlexWang/ws/LiveClass"
]
],
"_cnpm_publish_time": 1461876471704,
"_from": "whatwg-fetch@latest",
"_id": "whatwg-fetch@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/whatwg-fetch",
"_nodeVersion": "0.10.44",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/whatwg-fetch-1.0.0.tgz_1461876470856_0.9817740931175649"
},
"_npmUser": {
"email": "mislav.marohnic@gmail.com",
"name": "mislav"
},
"_npmVersion": "2.15.0",
"_phantomChildren": {},
"_requested": {
"name": "whatwg-fetch",
"raw": "whatwg-fetch",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "http://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-1.0.0.tgz",
"_shasum": "01c2ac4df40e236aaa18480e3be74bd5c8eb798e",
"_shrinkwrap": null,
"_spec": "whatwg-fetch",
"_where": "/Users/AlexWang/ws/LiveClass",
"bugs": {
"url": "https://github.com/github/fetch/issues"
},
"dependencies": {},
"description": "A window.fetch polyfill.",
"devDependencies": {
"bower": "1.3.8",
"chai": "1.10.0",
"jshint": "2.8.0",
"mocha": "2.1.0",
"mocha-phantomjs-core": "2.0.1",
"url-search-params": "0.5.0"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "01c2ac4df40e236aaa18480e3be74bd5c8eb798e",
"size": 6271,
"tarball": "http://registry.npm.taobao.org/whatwg-fetch/download/whatwg-fetch-1.0.0.tgz"
},
"files": [
"LICENSE",
"fetch.js"
],
"gitHead": "ad96feb721393590a1b79dd2646854f5cbb16186",
"homepage": "https://github.com/github/fetch#readme",
"license": "MIT",
"main": "fetch.js",
"maintainers": [
{
"email": "matt@mattandre.ws",
"name": "mattandrews"
},
{
"email": "mislav.marohnic@gmail.com",
"name": "mislav"
}
],
"name": "whatwg-fetch",
"optionalDependencies": {},
"publish_time": 1461876471704,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/github/fetch.git"
},
"scripts": {},
"version": "1.0.0"
}