Projekt

Obecné

Profil

Stáhnout (1.31 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "http-errors",
3
  "description": "Create HTTP error objects",
4
  "version": "1.7.2",
5
  "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
6
  "contributors": [
7
    "Alan Plum <me@pluma.io>",
8
    "Douglas Christopher Wilson <doug@somethingdoug.com>"
9
  ],
10
  "license": "MIT",
11
  "repository": "jshttp/http-errors",
12
  "dependencies": {
13
    "depd": "~1.1.2",
14
    "inherits": "2.0.3",
15
    "setprototypeof": "1.1.1",
16
    "statuses": ">= 1.5.0 < 2",
17
    "toidentifier": "1.0.0"
18
  },
19
  "devDependencies": {
20
    "eslint": "5.13.0",
21
    "eslint-config-standard": "12.0.0",
22
    "eslint-plugin-import": "2.16.0",
23
    "eslint-plugin-markdown": "1.0.0",
24
    "eslint-plugin-node": "7.0.1",
25
    "eslint-plugin-promise": "4.0.1",
26
    "eslint-plugin-standard": "4.0.0",
27
    "istanbul": "0.4.5",
28
    "mocha": "5.2.0"
29
  },
30
  "engines": {
31
    "node": ">= 0.6"
32
  },
33
  "scripts": {
34
    "lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme-list.js",
35
    "test": "mocha --reporter spec --bail",
36
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
37
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
38
  },
39
  "keywords": [
40
    "http",
41
    "error"
42
  ],
43
  "files": [
44
    "index.js",
45
    "HISTORY.md",
46
    "LICENSE",
47
    "README.md"
48
  ]
49
}
(5-5/5)