forked from zhoutony/html5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.34 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.34 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
{
"name": "compression",
"description": "Node.js compression middleware",
"version": "1.4.3",
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/expressjs/compression"
},
"dependencies": {
"accepts": "~1.2.5",
"bytes": "1.0.0",
"compressible": "~2.0.2",
"debug": "~2.1.3",
"on-headers": "~1.0.0",
"vary": "~1.0.0"
},
"devDependencies": {
"istanbul": "0.3.7",
"mocha": "2.2.1",
"supertest": "~0.15.0"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
},
"gitHead": "7cabc570cc8dde90d337c575ce6d7814b680a68a",
"bugs": {
"url": "https://github.com/expressjs/compression/issues"
},
"homepage": "https://github.com/expressjs/compression",
"_id": "compression@1.4.3",
"_shasum": "7161bc0441df629273e5c31dd631b8e41e886b4d",
"_from": "compression@*",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "federomero",
"email": "federomero@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
}
],
"dist": {
"shasum": "7161bc0441df629273e5c31dd631b8e41e886b4d",
"tarball": "http://registry.npmjs.org/compression/-/compression-1.4.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/compression/-/compression-1.4.3.tgz"
}