-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.64 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
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_location": "/strapi-upload-digitalocean",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "strapi-upload-digitalocean@alpha",
"name": "strapi-upload-digitalocean",
"escapedName": "strapi-upload-digitalocean",
"rawSpec": "alpha",
"saveSpec": null,
"fetchSpec": "alpha"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/strapi-upload-digitalocean/-/strapi-upload-digitalocean-3.0.0-alpha.25.3.tgz",
"_where": "/usr/src/api/strapi-app",
"author": {
"name": "Strapi team",
"email": "[email protected]",
"url": "http://strapi.io"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"bundleDependencies": false,
"dependencies": {
"aws-sdk": "^2.199.0",
"lodash": "^4.17.10"
},
"deprecated": false,
"description": "DigitalOcean provider for strapi upload",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"homepage": "http://strapi.io",
"keywords": [
"upload",
"digitalocean",
"spaces",
"strapi"
],
"license": "MIT",
"main": "./lib",
"maintainers": [
{
"name": "Strapi team",
"email": "[email protected]",
"url": "http://strapi.io"
}
],
"name": "strapi-upload-digitalocean",
"repository": {
"type": "git",
"url": "git://github.com/lbadger/strapi-upload-digitalocaen.git"
},
"strapi": {
"isProvider": true
},
"version": "3.0.0-alpha.25.3"
}