프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / on-finished / package.json

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "on-finished@2.3.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "on-finished@2.3.0",
9
  "_id": "on-finished@2.3.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
12
  "_location": "/on-finished",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "on-finished@2.3.0",
18
    "name": "on-finished",
19
    "escapedName": "on-finished",
20
    "rawSpec": "2.3.0",
21
    "saveSpec": null,
22
    "fetchSpec": "2.3.0"
23
  },
24
  "_requiredBy": [
25
    "/body-parser",
26
    "/express",
27
    "/finalhandler",
28
    "/multer",
29
    "/send"
30
  ],
31
  "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
32
  "_spec": "2.3.0",
33
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
34
  "bugs": {
35
    "url": "https://github.com/jshttp/on-finished/issues"
36
  },
37
  "contributors": [
38
    {
39
      "name": "Douglas Christopher Wilson",
40
      "email": "doug@somethingdoug.com"
41
    },
42
    {
43
      "name": "Jonathan Ong",
44
      "email": "me@jongleberry.com",
45
      "url": "http://jongleberry.com"
46
    }
47
  ],
48
  "dependencies": {
49
    "ee-first": "1.1.1"
50
  },
51
  "description": "Execute a callback when a request closes, finishes, or errors",
52
  "devDependencies": {
53
    "istanbul": "0.3.9",
54
    "mocha": "2.2.5"
55
  },
56
  "engines": {
57
    "node": ">= 0.8"
58
  },
59
  "files": [
60
    "HISTORY.md",
61
    "LICENSE",
62
    "index.js"
63
  ],
64
  "homepage": "https://github.com/jshttp/on-finished#readme",
65
  "license": "MIT",
66
  "name": "on-finished",
67
  "repository": {
68
    "type": "git",
69
    "url": "git+https://github.com/jshttp/on-finished.git"
70
  },
71
  "scripts": {
72
    "test": "mocha --reporter spec --bail --check-leaks test/",
73
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
74
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
75
  },
76
  "version": "2.3.0"
77
}