Projekt

Obecné

Profil

Stáhnout (1.28 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "finalhandler",
3
  "description": "Node.js final http responder",
4
  "version": "1.1.2",
5
  "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
6
  "license": "MIT",
7
  "repository": "pillarjs/finalhandler",
8
  "dependencies": {
9
    "debug": "2.6.9",
10
    "encodeurl": "~1.0.2",
11
    "escape-html": "~1.0.3",
12
    "on-finished": "~2.3.0",
13
    "parseurl": "~1.3.3",
14
    "statuses": "~1.5.0",
15
    "unpipe": "~1.0.0"
16
  },
17
  "devDependencies": {
18
    "eslint": "5.16.0",
19
    "eslint-config-standard": "12.0.0",
20
    "eslint-plugin-import": "2.17.2",
21
    "eslint-plugin-markdown": "1.0.0",
22
    "eslint-plugin-node": "8.0.1",
23
    "eslint-plugin-promise": "4.1.1",
24
    "eslint-plugin-standard": "4.0.0",
25
    "istanbul": "0.4.5",
26
    "mocha": "6.1.4",
27
    "readable-stream": "2.3.6",
28
    "safe-buffer": "5.1.2",
29
    "supertest": "4.0.2"
30
  },
31
  "files": [
32
    "LICENSE",
33
    "HISTORY.md",
34
    "index.js"
35
  ],
36
  "engines": {
37
    "node": ">= 0.8"
38
  },
39
  "scripts": {
40
    "lint": "eslint --plugin markdown --ext js,md .",
41
    "test": "mocha --reporter spec --bail --check-leaks test/",
42
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
43
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
44
  }
45
}
(5-5/5)