-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·67 lines (67 loc) · 1.81 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
{
"name": "@dbrowser/framework",
"version": "0.1.7",
"description": "dBrowser's Official Framework Libraries",
"contributors": [
"Jared Rice Sr. <jared@dwebs.io>",
"Bench Computer, Inc. <legal@benchx.io>"
],
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "eslint index.js globals.js webview.js **/*.js */**/*.js --ignore-pattern 'node_modules/*' --fix --quiet",
"test": "ava ./*-test.js -s -T15000"
},
"dependencies": {
"@dbrowser/errors": "~0.1.2",
"@dbrowser/vfswrapper": "~0.1.3",
"@ddatabase/protocol": "~0.3.1",
"@ddrive/core": "~0.1.9",
"@ddrive/zip": "~0.1.1",
"@dpack/api": "~0.2.0",
"@dwcore/dws-chain": "*",
"@dwcore/dws2": "*",
"@dwebs/codec": "~0.1.7",
"@dwebs/dns": "~0.1.4",
"@dwebs/parse": "~0.1.3",
"@flockcore/presets": "~0.1.8",
"@flockcore/revelation": "~0.1.5",
"anymatch": "^2.0.0",
"await-lock": "^1.1.3",
"binary-extensions": "^1.11.0",
"bytes": "^3.0.0",
"circular-append-file": "^1.0.1",
"debug": "^3.1.0",
"diff": "^3.5.0",
"diff-file-tree": "^2.1.2",
"emit-stream": "^0.1.2",
"fs-jetpack": "^1.3.0",
"function-queue": "0.0.12",
"identify-filetype": "^1.0.0",
"into-stream": "^3.1.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.pick": "^4.4.0",
"lodash.throttle": "^4.1.1",
"mime": "^1.4.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"ms": "^2.1.1",
"normalize-url": "^3.0.1",
"once": "^1.4.0",
"pify": "^3.0.0",
"range-parser": "^1.2.0",
"slugify": "^1.3.0",
"sodium-signatures": "^2.1.1",
"split2": "^2.2.0",
"sqlite3": "^4.0.0",
"textextensions": "^2.2.0"
},
"devDependencies": {
"ava": "^0.25.0",
"eslint": "^4.19.1"
},
"publishConfig": {
"access": "public"
}
}