This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
88 lines (88 loc) · 2.4 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
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@beaker/core",
"version": "3.0.2",
"description": "Beaker browser's core software",
"main": "index.js",
"scripts": {
"lint": "eslint . --ignore-pattern 'node_modules/*' --fix",
"test": "ava ./*-test.js -s -T15000"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/beakerbrowser/beaker-core.git"
},
"keywords": [
"beaker",
"dat"
],
"author": "Paul Frazee <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/beakerbrowser/beaker-core/issues"
},
"homepage": "https://github.com/beakerbrowser/beaker-core#readme",
"dependencies": {
"@beaker/dat-ephemeral-ext-msg": "^1.0.2",
"@beaker/dat-session-data-ext-msg": "^1.1.0",
"@beaker/datignore": "^1.0.0",
"anymatch": "^2.0.0",
"await-lock": "^1.2.1",
"beaker-error-constants": "^1.4.0",
"binary-extensions": "^1.13.1",
"bytes": "^3.0.0",
"circular-append-file": "^1.0.1",
"concat-stream": "^1.6.2",
"dat-dns": "^3.2.1",
"dat-encoding": "^5.0.1",
"datland-swarm-defaults": "^1.0.2",
"diff": "^3.5.0",
"diff-file-tree": "^2.3.2",
"discovery-swarm": "^6.1.0",
"emit-stream": "^0.1.2",
"fs-jetpack": "^1.3.1",
"function-queue": "0.0.12",
"hypercore-protocol": "^6.12.0",
"hyperdrive": "^9.16.0",
"hyperdrive-network-speed": "^2.1.0",
"hyperdrive-to-zip-stream": "^2.1.1",
"identify-filetype": "^1.0.0",
"into-stream": "^3.1.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.pick": "^4.4.0",
"lodash.throttle": "^4.1.1",
"mime": "^1.4.0",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"ms": "^2.1.2",
"normalize-url": "^3.3.0",
"once": "^1.4.0",
"os-locale": "^3.1.0",
"parse-dat-url": "^3.0.3",
"pauls-dat-api": "^8.1.0",
"pify": "^3.0.0",
"pump": "^3.0.0",
"random-access-file": "^2.0.1",
"random-access-indexed-file": "^2.0.0",
"range-parser": "^1.2.1",
"scoped-fs": "^1.4.1",
"semver": "^5.7.1",
"slugify": "^1.4.0",
"sodium-signatures": "^2.1.1",
"split2": "^2.2.0",
"sqlite3": "^4.1.1",
"stream-throttle": "^0.1.3",
"supports-sparse-files": "^1.0.2",
"textextensions": "^2.6.0",
"through2": "^2.0.5",
"utp-native": "^2.1.7"
},
"devDependencies": {
"eslint": "^4.19.1",
"pre-commit": "^1.2.2"
}
}