aboutsummaryrefslogtreecommitdiff
path: root/node_modules/compression/package.json
blob: 6f718706c11504c9ef500c2510a10e4ea5f8a857 (plain)
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
{
  "name": "compression",
  "description": "Node.js compression middleware",
  "version": "1.6.2",
  "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": "git+https://github.com/expressjs/compression.git"
  },
  "dependencies": {
    "accepts": "~1.3.3",
    "bytes": "2.3.0",
    "compressible": "~2.0.8",
    "debug": "~2.2.0",
    "on-headers": "~1.0.1",
    "vary": "~1.1.0"
  },
  "devDependencies": {
    "eslint": "2.9.0",
    "eslint-config-standard": "5.3.1",
    "eslint-plugin-promise": "1.1.0",
    "eslint-plugin-standard": "1.3.2",
    "istanbul": "0.4.3",
    "mocha": "2.4.5",
    "supertest": "1.1.0"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "lint": "eslint **/*.js",
    "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": "b9c63ced82b9f719cd5d9fd250c8432b00752d89",
  "bugs": {
    "url": "https://github.com/expressjs/compression/issues"
  },
  "homepage": "https://github.com/expressjs/compression#readme",
  "_id": "compression@1.6.2",
  "_shasum": "cceb121ecc9d09c52d7ad0c3350ea93ddd402bc3",
  "_from": "compression@latest",
  "_npmVersion": "2.15.1",
  "_nodeVersion": "4.4.3",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "dist": {
    "shasum": "cceb121ecc9d09c52d7ad0c3350ea93ddd402bc3",
    "tarball": "https://registry.npmjs.org/compression/-/compression-1.6.2.tgz"
  },
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/compression-1.6.2.tgz_1463095977791_0.03453603922389448"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/compression/-/compression-1.6.2.tgz"
}