forked from Storyboard-fm/random-access-idb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "@storyboard-fm/stochastic-access-idb",
"description": "[random-access][1]-compatible indexedDB storage layer",
"version": "2.0.4",
"main": "index.js",
"dependencies": {
"b4a": "^1.6.1",
"compact-encoding": "^2.11.0",
"is-options": "^1.0.2",
"nanoassert": "^2.0.0",
"once": "^1.4.0",
"random-access-storage": "^3.0.0",
"sub-encoder": "^1.0.4"
},
"devDependencies": {
"brittle": "^3.1.1",
"browser-run": "^11.0.0",
"browserify": "^17.0.0",
"hdr-histogram-js": "^3.0.0",
"open-cli": "^7.1.0",
"random-access-idb": "^1.2.2",
"random-access-memory": "^6.1.0",
"randombytes": "^2.1.0",
"standard": "^17.0.0"
},
"scripts": {
"perf": "browserify perf/index.js | browser-run",
"test": "standard && browserify test/index.js | browser-run",
"example": "browserify example/hello.js > example/bundle.js && open-cli example/index.html"
},
"keywords": [
"random-access",
"random-access-storage",
"abstract-random-access",
"indexeddb",
"idb",
"browser",
"storage"
],
"author": "substack",
"license": "BSD"
}