프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "busboy@0.2.14",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "busboy@0.2.14",
9
  "_id": "busboy@0.2.14",
10
  "_inBundle": false,
11
  "_integrity": "sha1-bCpiLvz0fFe7vh4qnDetNseSVFM=",
12
  "_location": "/busboy",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "busboy@0.2.14",
18
    "name": "busboy",
19
    "escapedName": "busboy",
20
    "rawSpec": "0.2.14",
21
    "saveSpec": null,
22
    "fetchSpec": "0.2.14"
23
  },
24
  "_requiredBy": [
25
    "/multer"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/busboy/-/busboy-0.2.14.tgz",
28
  "_spec": "0.2.14",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Brian White",
32
    "email": "mscdex@mscdex.net"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/mscdex/busboy/issues"
36
  },
37
  "dependencies": {
38
    "dicer": "0.2.5",
39
    "readable-stream": "1.1.x"
40
  },
41
  "description": "A streaming parser for HTML form data for node.js",
42
  "engines": {
43
    "node": ">=0.8.0"
44
  },
45
  "homepage": "https://github.com/mscdex/busboy#readme",
46
  "keywords": [
47
    "uploads",
48
    "forms",
49
    "multipart",
50
    "form-data"
51
  ],
52
  "licenses": [
53
    {
54
      "type": "MIT",
55
      "url": "http://github.com/mscdex/busboy/raw/master/LICENSE"
56
    }
57
  ],
58
  "main": "./lib/main",
59
  "name": "busboy",
60
  "repository": {
61
    "type": "git",
62
    "url": "git+ssh://git@github.com/mscdex/busboy.git"
63
  },
64
  "scripts": {
65
    "test": "node test/test.js"
66
  },
67
  "version": "0.2.14"
68
}