-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 1.76 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "multer",
"description": "Middleware for handling `multipart/form-data`.",
"version": "0.1.7",
"contributors": [
{
"name": "Hage Yaapa",
"email": "[email protected]",
"url": "http://www.hacksparrow.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/expressjs/multer"
},
"keywords": [
"form",
"post",
"multipart",
"form-data",
"formdata",
"express",
"middleware"
],
"dependencies": {
"busboy": "~0.2.9",
"mkdirp": "~0.3.5",
"qs": "~1.2.2",
"type-is": "~1.5.2"
},
"devDependencies": {
"chai": "^1.9.1",
"co": "^3.0.6",
"express": "*",
"mocha": "*",
"rimraf": "^2.2.8",
"supertest": "^0.13.0"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"LICENSE",
"index.js"
],
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks"
},
"gitHead": "7f6d840bd3a3ce6b4d81b1fb230e999880cc8438",
"bugs": {
"url": "https://github.com/expressjs/multer/issues"
},
"homepage": "https://github.com/expressjs/multer",
"_id": "[email protected]",
"_shasum": "bc2b7f72a32ad08496e209881ee348f38c495b22",
"_from": "[email protected]",
"_npmVersion": "2.1.5",
"_nodeVersion": "0.10.32",
"_npmUser": {
"name": "hacksparrow",
"email": "[email protected]"
},
"maintainers": [
{
"name": "hacksparrow",
"email": "[email protected]"
},
{
"name": "fishrock123",
"email": "[email protected]"
}
],
"dist": {
"shasum": "bc2b7f72a32ad08496e209881ee348f38c495b22",
"tarball": "http://registry.npmjs.org/multer/-/multer-0.1.7.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/multer/-/multer-0.1.7.tgz"
}