프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / statuses / package.json

이력 | 보기 | 이력해설 | 다운로드 (2.59 KB)

1
{
2
  "_args": [
3
    [
4
      "statuses@1.4.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "statuses@1.4.0",
9
  "_id": "statuses@1.4.0",
10
  "_inBundle": false,
11
  "_integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==",
12
  "_location": "/statuses",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "statuses@1.4.0",
18
    "name": "statuses",
19
    "escapedName": "statuses",
20
    "rawSpec": "1.4.0",
21
    "saveSpec": null,
22
    "fetchSpec": "1.4.0"
23
  },
24
  "_requiredBy": [
25
    "/express",
26
    "/finalhandler",
27
    "/http-errors",
28
    "/send"
29
  ],
30
  "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
31
  "_spec": "1.4.0",
32
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
33
  "bugs": {
34
    "url": "https://github.com/jshttp/statuses/issues"
35
  },
36
  "contributors": [
37
    {
38
      "name": "Douglas Christopher Wilson",
39
      "email": "doug@somethingdoug.com"
40
    },
41
    {
42
      "name": "Jonathan Ong",
43
      "email": "me@jongleberry.com",
44
      "url": "http://jongleberry.com"
45
    }
46
  ],
47
  "description": "HTTP status utility",
48
  "devDependencies": {
49
    "csv-parse": "1.2.4",
50
    "eslint": "3.19.0",
51
    "eslint-config-standard": "10.2.1",
52
    "eslint-plugin-import": "2.8.0",
53
    "eslint-plugin-markdown": "1.0.0-beta.6",
54
    "eslint-plugin-node": "5.2.0",
55
    "eslint-plugin-promise": "3.6.0",
56
    "eslint-plugin-standard": "3.0.1",
57
    "istanbul": "0.4.5",
58
    "mocha": "1.21.5",
59
    "raw-body": "2.3.2",
60
    "stream-to-array": "2.3.0"
61
  },
62
  "engines": {
63
    "node": ">= 0.6"
64
  },
65
  "files": [
66
    "HISTORY.md",
67
    "index.js",
68
    "codes.json",
69
    "LICENSE"
70
  ],
71
  "homepage": "https://github.com/jshttp/statuses#readme",
72
  "keywords": [
73
    "http",
74
    "status",
75
    "code"
76
  ],
77
  "license": "MIT",
78
  "name": "statuses",
79
  "repository": {
80
    "type": "git",
81
    "url": "git+https://github.com/jshttp/statuses.git"
82
  },
83
  "scripts": {
84
    "build": "node scripts/build.js",
85
    "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
86
    "lint": "eslint --plugin markdown --ext js,md .",
87
    "test": "mocha --reporter spec --check-leaks --bail test/",
88
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
89
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
90
    "update": "npm run fetch && npm run build"
91
  },
92
  "version": "1.4.0"
93
}