aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/serve-index/node_modules/http-errors/package.json
blob: 58a40c016b879ae1b8d548459dad31b140771b3c (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
83
84
{
  "name": "http-errors",
  "description": "Create HTTP error objects",
  "version": "1.3.1",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "contributors": [
    {
      "name": "Alan Plum",
      "email": "me@pluma.io"
    },
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jshttp/http-errors"
  },
  "dependencies": {
    "inherits": "~2.0.1",
    "statuses": "1"
  },
  "devDependencies": {
    "istanbul": "0",
    "mocha": "1"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "keywords": [
    "http",
    "error"
  ],
  "files": [
    "index.js",
    "HISTORY.md",
    "LICENSE",
    "README.md"
  ],
  "gitHead": "89a8502b40d5dd42da2908f265275e2eeb8d0699",
  "bugs": {
    "url": "https://github.com/jshttp/http-errors/issues"
  },
  "homepage": "https://github.com/jshttp/http-errors",
  "_id": "http-errors@1.3.1",
  "_shasum": "197e22cdebd4198585e8694ef6786197b91ed942",
  "_from": "http-errors@~1.3.1",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "maintainers": [
    {
      "name": "egeste",
      "email": "npm@egeste.net"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dist": {
    "shasum": "197e22cdebd4198585e8694ef6786197b91ed942",
    "tarball": "http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz"
}