package.json
1.97 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
{
"_args": [
[
"spdy-transport@2.1.1",
"/Library/WebServer/Documents/mywork/dyitoc"
]
],
"_development": true,
"_from": "spdy-transport@2.1.1",
"_id": "spdy-transport@2.1.1",
"_inBundle": false,
"_integrity": "sha1-xUgV1zhYqt0GzmMAHn0l+mRBYjs=",
"_location": "/spdy-transport",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "spdy-transport@2.1.1",
"name": "spdy-transport",
"escapedName": "spdy-transport",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/spdy"
],
"_resolved": "http://registry.npm.taobao.org/spdy-transport/download/spdy-transport-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "/Library/WebServer/Documents/mywork/dyitoc",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"bugs": {
"url": "https://github.com/spdy-http2/spdy-transport/issues"
},
"dependencies": {
"debug": "^2.6.8",
"detect-node": "^2.0.3",
"hpack.js": "^2.1.6",
"obuf": "^1.1.1",
"readable-stream": "^2.2.9",
"safe-buffer": "^5.0.1",
"wbuf": "^1.7.2"
},
"description": "SPDY v2, v3, v3.1 and HTTP2 transport",
"devDependencies": {
"async": "^2.4.1",
"istanbul": "^0.4.5",
"mocha": "^3.4.1",
"pre-commit": "^1.2.2",
"standard": "^10.0.2",
"stream-pair": "^1.0.3"
},
"homepage": "https://github.com/spdy-http2/spdy-transport",
"keywords": [
"spdy",
"http2",
"transport"
],
"license": "MIT",
"main": "lib/spdy-transport",
"name": "spdy-transport",
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git://github.com/spdy-http2/spdy-transport.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js test/**/**/*-test.js",
"lint": "standard",
"test": "mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js"
},
"version": "2.1.1"
}