프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1
{
2
  "_args": [
3
    [
4
      "finalhandler@1.1.1",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "finalhandler@1.1.1",
9
  "_id": "finalhandler@1.1.1",
10
  "_inBundle": false,
11
  "_integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==",
12
  "_location": "/finalhandler",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "finalhandler@1.1.1",
18
    "name": "finalhandler",
19
    "escapedName": "finalhandler",
20
    "rawSpec": "1.1.1",
21
    "saveSpec": null,
22
    "fetchSpec": "1.1.1"
23
  },
24
  "_requiredBy": [
25
    "/express"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
28
  "_spec": "1.1.1",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Douglas Christopher Wilson",
32
    "email": "doug@somethingdoug.com"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/pillarjs/finalhandler/issues"
36
  },
37
  "dependencies": {
38
    "debug": "2.6.9",
39
    "encodeurl": "~1.0.2",
40
    "escape-html": "~1.0.3",
41
    "on-finished": "~2.3.0",
42
    "parseurl": "~1.3.2",
43
    "statuses": "~1.4.0",
44
    "unpipe": "~1.0.0"
45
  },
46
  "description": "Node.js final http responder",
47
  "devDependencies": {
48
    "eslint": "4.18.1",
49
    "eslint-config-standard": "11.0.0",
50
    "eslint-plugin-import": "2.9.0",
51
    "eslint-plugin-markdown": "1.0.0-beta.6",
52
    "eslint-plugin-node": "6.0.1",
53
    "eslint-plugin-promise": "3.6.0",
54
    "eslint-plugin-standard": "3.0.1",
55
    "istanbul": "0.4.5",
56
    "mocha": "2.5.3",
57
    "readable-stream": "2.3.4",
58
    "safe-buffer": "5.1.1",
59
    "supertest": "1.1.0"
60
  },
61
  "engines": {
62
    "node": ">= 0.8"
63
  },
64
  "files": [
65
    "LICENSE",
66
    "HISTORY.md",
67
    "index.js"
68
  ],
69
  "homepage": "https://github.com/pillarjs/finalhandler#readme",
70
  "license": "MIT",
71
  "name": "finalhandler",
72
  "repository": {
73
    "type": "git",
74
    "url": "git+https://github.com/pillarjs/finalhandler.git"
75
  },
76
  "scripts": {
77
    "lint": "eslint --plugin markdown --ext js,md .",
78
    "test": "mocha --reporter spec --bail --check-leaks test/",
79
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
80
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
81
  },
82
  "version": "1.1.1"
83
}