package.json
2.28 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
{
"_args": [
[
"spdy@3.4.7",
"/Library/WebServer/Documents/mywork/dyitoc"
]
],
"_development": true,
"_from": "spdy@3.4.7",
"_id": "spdy@3.4.7",
"_inBundle": false,
"_integrity": "sha1-Qv9B7OXMD5mjpsKKq7c/XDsDrLw=",
"_location": "/spdy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "spdy@3.4.7",
"name": "spdy",
"escapedName": "spdy",
"rawSpec": "3.4.7",
"saveSpec": null,
"fetchSpec": "3.4.7"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "http://registry.npm.taobao.org/spdy/download/spdy-3.4.7.tgz",
"_spec": "3.4.7",
"_where": "/Library/WebServer/Documents/mywork/dyitoc",
"author": {
"name": "Fedor Indutny",
"email": "fedor.indutny@gmail.com"
},
"bugs": {
"url": "https://github.com/spdy-http2/node-spdy/issues",
"email": "node-spdy+bugs@indutny.com"
},
"contributors": [
{
"name": "Chris Storm",
"email": "github@eeecooks.com"
},
{
"name": "François de Metz",
"email": "francois@2metz.fr"
},
{
"name": "Ilya Grigorik",
"email": "ilya@igvita.com"
},
{
"name": "Roberto Peon"
},
{
"name": "Tatsuhiro Tsujikawa"
},
{
"name": "Jesse Cravens",
"email": "jesse.cravens@gmail.com"
}
],
"dependencies": {
"debug": "^2.6.8",
"handle-thing": "^1.2.5",
"http-deceiver": "^1.2.7",
"safe-buffer": "^5.0.1",
"select-hose": "^2.0.0",
"spdy-transport": "^2.0.18"
},
"description": "Implementation of the SPDY protocol on node.js.",
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.4.1",
"pre-commit": "^1.2.2",
"standard": "^10.0.2"
},
"engines": [
"node >= 0.7.0"
],
"homepage": "https://github.com/indutny/node-spdy",
"keywords": [
"spdy"
],
"license": "MIT",
"main": "./lib/spdy",
"name": "spdy",
"optionalDependencies": {},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git://github.com/indutny/node-spdy.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js",
"lint": "standard",
"test": "mocha --reporter=spec test/*-test.js"
},
"version": "3.4.7"
}