UNPKG

1.14 kBJSONView Raw
1{
2 "name": "multer",
3 "description": "Middleware for handling `multipart/form-data`.",
4 "version": "2.0.0-alpha.6",
5 "contributors": [
6 "Hage Yaapa <captain@hacksparrow.com> (http://www.hacksparrow.com)",
7 "Jaret Pfluger <https://github.com/jpfluger>",
8 "Linus Unnebäck <linus@folkdatorn.se>"
9 ],
10 "license": "MIT",
11 "repository": "expressjs/multer",
12 "keywords": [
13 "form",
14 "post",
15 "multipart",
16 "form-data",
17 "formdata",
18 "express",
19 "middleware"
20 ],
21 "dependencies": {
22 "append-field": "^1.0.0",
23 "busboy": "^0.2.13",
24 "fs-temp": "^1.1.1",
25 "on-finished": "^2.3.0",
26 "pify": "^2.3.0",
27 "pump": "^1.0.1",
28 "stream-file-type": "^0.1.1",
29 "type-is": "^1.6.13"
30 },
31 "devDependencies": {
32 "assert-rejects": "^0.1.0",
33 "express": "^4.14.0",
34 "form-data": "^2.1.0",
35 "get-stream": "^2.3.1",
36 "hasha": "^2.2.0",
37 "mocha": "^3.1.0",
38 "standard": "^8.3.0",
39 "testdata-w3c-json-form": "^0.2.0"
40 },
41 "engines": {
42 "node": ">= 4.0.0"
43 },
44 "files": [
45 "LICENSE",
46 "index.js",
47 "lib/"
48 ],
49 "scripts": {
50 "test": "standard && mocha"
51 }
52}