Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "compression",
|
---|
3 | "description": "Node.js compression middleware",
|
---|
4 | "version": "1.7.4",
|
---|
5 | "contributors": [
|
---|
6 | "Douglas Christopher Wilson <doug@somethingdoug.com>",
|
---|
7 | "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
|
---|
8 | ],
|
---|
9 | "license": "MIT",
|
---|
10 | "repository": "expressjs/compression",
|
---|
11 | "dependencies": {
|
---|
12 | "accepts": "~1.3.5",
|
---|
13 | "bytes": "3.0.0",
|
---|
14 | "compressible": "~2.0.16",
|
---|
15 | "debug": "2.6.9",
|
---|
16 | "on-headers": "~1.0.2",
|
---|
17 | "safe-buffer": "5.1.2",
|
---|
18 | "vary": "~1.1.2"
|
---|
19 | },
|
---|
20 | "devDependencies": {
|
---|
21 | "after": "0.8.2",
|
---|
22 | "eslint": "5.15.1",
|
---|
23 | "eslint-config-standard": "12.0.0",
|
---|
24 | "eslint-plugin-import": "2.16.0",
|
---|
25 | "eslint-plugin-markdown": "1.0.0",
|
---|
26 | "eslint-plugin-node": "7.0.1",
|
---|
27 | "eslint-plugin-promise": "4.0.1",
|
---|
28 | "eslint-plugin-standard": "4.0.0",
|
---|
29 | "istanbul": "0.4.5",
|
---|
30 | "mocha": "6.0.2",
|
---|
31 | "supertest": "4.0.0"
|
---|
32 | },
|
---|
33 | "files": [
|
---|
34 | "LICENSE",
|
---|
35 | "HISTORY.md",
|
---|
36 | "index.js"
|
---|
37 | ],
|
---|
38 | "engines": {
|
---|
39 | "node": ">= 0.8.0"
|
---|
40 | },
|
---|
41 | "scripts": {
|
---|
42 | "lint": "eslint --plugin markdown --ext js,md .",
|
---|
43 | "test": "mocha --check-leaks --reporter spec --bail",
|
---|
44 | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
|
---|
45 | "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
|
---|
46 | }
|
---|
47 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.