package.json
2.27 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
{
"_args": [
[
"multer@1.4.1",
"/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
]
],
"_from": "multer@1.4.1",
"_id": "multer@1.4.1",
"_inBundle": false,
"_integrity": "sha512-zzOLNRxzszwd+61JFuAo0fxdQfvku12aNJgnla0AQ+hHxFmfc/B7jBVuPr5Rmvu46Jze/iJrFpSOsD7afO8SDw==",
"_location": "/multer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "multer@1.4.1",
"name": "multer",
"escapedName": "multer",
"rawSpec": "1.4.1",
"saveSpec": null,
"fetchSpec": "1.4.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/multer/-/multer-1.4.1.tgz",
"_spec": "1.4.1",
"_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
"bugs": {
"url": "https://github.com/expressjs/multer/issues"
},
"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"
}
],
"dependencies": {
"append-field": "^1.0.0",
"busboy": "^0.2.11",
"concat-stream": "^1.5.2",
"mkdirp": "^0.5.1",
"object-assign": "^4.1.1",
"on-finished": "^2.3.0",
"type-is": "^1.6.4",
"xtend": "^4.0.0"
},
"description": "Middleware for handling `multipart/form-data`.",
"devDependencies": {
"express": "^4.13.1",
"form-data": "^1.0.0-rc1",
"fs-temp": "^1.1.2",
"mocha": "^3.5.3",
"rimraf": "^2.4.1",
"standard": "^11.0.1",
"testdata-w3c-json-form": "^0.2.0"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"LICENSE",
"index.js",
"storage/",
"lib/"
],
"homepage": "https://github.com/expressjs/multer#readme",
"keywords": [
"form",
"post",
"multipart",
"form-data",
"formdata",
"express",
"middleware"
],
"license": "MIT",
"name": "multer",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/multer.git"
},
"scripts": {
"test": "standard && mocha"
},
"version": "1.4.1"
}