package.json
1.73 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
{
"_from": "multer-s3@^2.9.0",
"_id": "multer-s3@2.9.0",
"_inBundle": false,
"_integrity": "sha512-qLF8pCD5HhXLLd954q49B63x3bk6Fe0jqD3eM0FVcGtqhiSVuTrchEDAo0mnO5pc34cMuX/CVCCbPkGTjX2xUA==",
"_location": "/multer-s3",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "multer-s3@^2.9.0",
"name": "multer-s3",
"escapedName": "multer-s3",
"rawSpec": "^2.9.0",
"saveSpec": null,
"fetchSpec": "^2.9.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/multer-s3/-/multer-s3-2.9.0.tgz",
"_shasum": "a946fd8c01c9726076f11949b84943259f8ca8c3",
"_spec": "multer-s3@^2.9.0",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project",
"author": {
"name": "badunk"
},
"bugs": {
"url": "https://github.com/badunk/multer-s3/issues"
},
"bundleDependencies": false,
"dependencies": {
"file-type": "^3.3.0",
"is-svg": "^2.1.0",
"run-parallel": "^1.1.6"
},
"deprecated": false,
"description": "Streaming multer storage engine for AWS S3",
"devDependencies": {
"aws-sdk": "^2.2.32",
"concat-stream": "^1.5.1",
"express": "^4.13.1",
"form-data": "^1.0.0-rc3",
"mocha": "^2.2.5",
"multer": "^1.1.0",
"on-finished": "^2.3.0",
"standard": "^5.4.1",
"xtend": "^4.0.1"
},
"homepage": "https://github.com/badunk/multer-s3#readme",
"keywords": [
"multer",
"s3",
"amazon",
"aws"
],
"license": "MIT",
"main": "index.js",
"name": "multer-s3",
"repository": {
"type": "git",
"url": "git+https://github.com/badunk/multer-s3.git"
},
"scripts": {
"test": "standard && mocha test/basic.js"
},
"version": "2.9.0"
}