프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "destroy@1.0.4",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "destroy@1.0.4",
9
  "_id": "destroy@1.0.4",
10
  "_inBundle": false,
11
  "_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
12
  "_location": "/destroy",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "destroy@1.0.4",
18
    "name": "destroy",
19
    "escapedName": "destroy",
20
    "rawSpec": "1.0.4",
21
    "saveSpec": null,
22
    "fetchSpec": "1.0.4"
23
  },
24
  "_requiredBy": [
25
    "/send"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
28
  "_spec": "1.0.4",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Jonathan Ong",
32
    "email": "me@jongleberry.com",
33
    "url": "http://jongleberry.com"
34
  },
35
  "bugs": {
36
    "url": "https://github.com/stream-utils/destroy/issues"
37
  },
38
  "contributors": [
39
    {
40
      "name": "Douglas Christopher Wilson",
41
      "email": "doug@somethingdoug.com"
42
    }
43
  ],
44
  "description": "destroy a stream if possible",
45
  "devDependencies": {
46
    "istanbul": "0.4.2",
47
    "mocha": "2.3.4"
48
  },
49
  "files": [
50
    "index.js",
51
    "LICENSE"
52
  ],
53
  "homepage": "https://github.com/stream-utils/destroy#readme",
54
  "keywords": [
55
    "stream",
56
    "streams",
57
    "destroy",
58
    "cleanup",
59
    "leak",
60
    "fd"
61
  ],
62
  "license": "MIT",
63
  "name": "destroy",
64
  "repository": {
65
    "type": "git",
66
    "url": "git+https://github.com/stream-utils/destroy.git"
67
  },
68
  "scripts": {
69
    "test": "mocha --reporter spec",
70
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
71
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
72
  },
73
  "version": "1.0.4"
74
}