-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.14 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
{
"name": "pixl-server-storage",
"version": "4.2.2",
"description": "A key/value/list storage component for the pixl-server framework.",
"author": "Joseph Huckaby <jhuckaby@gmail.com>",
"homepage": "https://github.com/jhuckaby/pixl-server-storage",
"license": "MIT",
"main": "storage.js",
"repository": {
"type": "git",
"url": "https://github.com/jhuckaby/pixl-server-storage"
},
"bugs": {
"url": "https://github.com/jhuckaby/pixl-server-storage/issues"
},
"keywords": [
"storage",
"nosql",
"s3",
"couchbase",
"redis",
"sqlite"
],
"dependencies": {
"@aws-sdk/client-s3": "3.995.0",
"@aws-sdk/lib-storage": "3.995.0",
"@smithy/node-http-handler": "3.3.3",
"async": "2.6.4",
"fast-stream-to-buffer": "1.0.0",
"he": "1.1.1",
"moo": "0.4.3",
"nearley": "2.20.1",
"pixl-cache": "^1.0.6",
"pixl-class": "^1.0.3",
"pixl-perf": "^1.0.9",
"pixl-server": "^1.0.39",
"pixl-tools": "^2.0.2",
"porter-stemmer": "0.9.1",
"stream-meter": "1.0.4",
"unidecode": "0.1.8"
},
"devDependencies": {
"pixl-unit": "^1.0.14"
},
"scripts": {
"test": "pixl-unit test/test.js",
"build": "nearleyc pxql.ne > pxql.js"
}
}