-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.93 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
{
"_args": [
[
"/Users/soonzhi/Desktop/Projects/kskgroup-admin"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-aGXIwrfnw2KuuVcMETWWxZMHDCzNg22aNWsDIlVTOHPdArhwRxysS+BTGypAnhEIoWpjzxCbd+MALuygOymHlw==",
"_location": "/strapi-provider-upload-aws-s3",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "strapi-provider-upload-aws-s3",
"escapedName": "strapi-provider-upload-aws-s3",
"rawSpec": "3.0.0-alpha.26.1",
"saveSpec": null,
"fetchSpec": "3.0.0-alpha.26.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/strapi-provider-upload-aws-s3/-/strapi-provider-upload-aws-s3-3.0.0-alpha.26.1.tgz",
"_spec": "3.0.0-alpha.26.1",
"_where": "/Users/soonzhi/Desktop/Projects/kskgroup-admin",
"author": {
"name": "Strapi team",
"email": "[email protected]",
"url": "http://strapi.io"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"dependencies": {
"aws-sdk": "^2.199.0"
},
"description": "AWS S3 provider for strapi upload",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"homepage": "http://strapi.io",
"keywords": [
"upload",
"aws",
"s3",
"strapi"
],
"license": "MIT",
"main": "./lib",
"maintainers": [
{
"name": "Strapi team",
"email": "[email protected]",
"url": "http://strapi.io"
}
],
"name": "strapi-provider-upload-aws-s3",
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"strapi": {
"isProvider": true
},
"version": "3.0.0-alpha.26.1"
}