프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "multiparty@4.1.3",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "multiparty@4.1.3",
9
  "_id": "multiparty@4.1.3",
10
  "_inBundle": false,
11
  "_integrity": "sha1-PEPH/LGJbhdGBDap3Qtu8WaOT5Q=",
12
  "_location": "/multiparty",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "multiparty@4.1.3",
18
    "name": "multiparty",
19
    "escapedName": "multiparty",
20
    "rawSpec": "4.1.3",
21
    "saveSpec": null,
22
    "fetchSpec": "4.1.3"
23
  },
24
  "_requiredBy": [
25
    "/"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.1.3.tgz",
28
  "_spec": "4.1.3",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Andrew Kelley",
32
    "email": "superjoe30@gmail.com"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/pillarjs/multiparty/issues"
36
  },
37
  "dependencies": {
38
    "fd-slicer": "~1.0.1"
39
  },
40
  "description": "multipart/form-data parser which supports streaming",
41
  "devDependencies": {
42
    "findit2": "~2.2.3",
43
    "istanbul": "~0.4.3",
44
    "mkdirp": "~0.5.1",
45
    "pend": "~1.2.0",
46
    "rimraf": "~2.5.2",
47
    "superagent": "~0.21.0"
48
  },
49
  "directories": {
50
    "example": "examples",
51
    "test": "test"
52
  },
53
  "engines": {
54
    "node": ">=0.10.0"
55
  },
56
  "homepage": "https://github.com/pillarjs/multiparty#readme",
57
  "keywords": [
58
    "file",
59
    "upload",
60
    "formidable",
61
    "stream",
62
    "s3"
63
  ],
64
  "license": "MIT",
65
  "main": "index.js",
66
  "name": "multiparty",
67
  "repository": {
68
    "type": "git",
69
    "url": "git+ssh://git@github.com/pillarjs/multiparty.git"
70
  },
71
  "scripts": {
72
    "test": "node test/test.js",
73
    "test-cov": "istanbul cover test/test.js",
74
    "test-travis": "istanbul cover test/test.js --report lcovonly"
75
  },
76
  "version": "4.1.3"
77
}