forked from expressjs/multer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.2 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.2 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "multer",
"description": "Middleware for handling `multipart/form-data`.",
"version": "1.0.3",
"contributors": [
{
"name": "Hage Yaapa",
"email": "captain@hacksparrow.com",
"url": "http://www.hacksparrow.com"
},
{
"name": "Jaret Pfluger",
"email": "https://github.com/jpfluger"
},
{
"name": "Linus Unnebäck",
"email": "linus@folkdatorn.se"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/multer.git"
},
"keywords": [
"form",
"post",
"multipart",
"form-data",
"formdata",
"express",
"middleware"
],
"dependencies": {
"append-field": "^0.1.0",
"busboy": "^0.2.9",
"concat-stream": "^1.5.0",
"mkdirp": "^0.5.1",
"object-assign": "^3.0.0",
"type-is": "^1.6.4",
"xtend": "^4.0.0"
},
"devDependencies": {
"express": "^4.13.1",
"form-data": "^1.0.0-rc1",
"fs-temp": "^0.1.2",
"mocha": "^2.2.5",
"rimraf": "^2.4.1",
"standard": "^4.5.4",
"testdata-w3c-json-form": "^0.2.0"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"LICENSE",
"index.js",
"storage/",
"lib/"
],
"scripts": {
"test": "standard && mocha"
},
"gitHead": "73bfcffde672023cf2cbad0de9d87c35e5959c54",
"bugs": {
"url": "https://github.com/expressjs/multer/issues"
},
"homepage": "https://github.com/expressjs/multer#readme",
"_id": "multer@1.0.3",
"_shasum": "711fef5f94f1f2f0cbfe00224c584989cd776468",
"_from": "multer@*",
"_npmVersion": "2.12.1",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "linusu",
"email": "linus@folkdatorn.se"
},
"maintainers": [
{
"name": "hacksparrow",
"email": "captain@hacksparrow.com"
},
{
"name": "linusu",
"email": "linus@folkdatorn.se"
},
{
"name": "jpfluger",
"email": "japes@aberlorn.com"
}
],
"dist": {
"shasum": "711fef5f94f1f2f0cbfe00224c584989cd776468",
"tarball": "http://registry.npmjs.org/multer/-/multer-1.0.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/multer/-/multer-1.0.3.tgz",
"readme": "ERROR: No README data found!"
}