-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
149 lines (149 loc) · 3.72 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "pear",
"version": "1.5.0-rc.5",
"main": "./boot.js",
"private": true,
"scripts": {
"test:gen": "brittle -r test/index.js test/*.test.js",
"test": "bare scripts/test.mjs",
"lint": "standard",
"lint:fix": "standard --fix",
"archdump": "node scripts/bootstrap.js --archdump",
"prestage": "node scripts/bootstrap.js --archdump --external-corestore && node scripts/prune-dual-prebuilds.mjs",
"bootstrap": "node scripts/bootstrap.js"
},
"author": "Holepunch",
"pear": {
"name": "pear",
"type": "terminal",
"stage": {
"ignore": [
"prebuilds",
"pear",
"pear.dev",
"pear.cmd",
".git",
".gitignore",
".github",
".DS_Store",
"prebuilds",
"coverage",
".vscode",
"corestore",
"test",
"examples",
"todo",
"pear.js",
"scripts",
"sidecar.crash.log",
"electron-main.crash.log",
"cli.crash.log",
"package-lock.json",
"node_modules/.package-lock.json"
]
},
"platform": {
"fullSync": 0
}
},
"subsystems": [
"./subsystems/sidecar/index.js"
],
"standard": {
"globals": [
"Bare",
"Pear",
"LOG"
],
"ignore": [
"__snapshots__",
"test/fixtures",
"init/templates",
"pear",
"by-arch"
]
},
"dependencies": {
"@fontsource/open-sans": "^5.0.22",
"@hyperswarm/seeders": "^1.1.6",
"b4a": "^1.6.6",
"bare-bundle": "^1.7.0",
"bare-env": "^3.0.0",
"bare-events": "^2.5.0",
"bare-fs": "^3.0.2",
"bare-hrtime": "^2.0.9",
"bare-http1": "^3.8.2",
"bare-module": "^4.5.0",
"bare-os": "^3.2.0",
"bare-pipe": "^3.3.7",
"bare-readline": "^1.0.6",
"bare-signals": "^3.0.1",
"bare-subprocess": "^4.0.2",
"bare-tty": "^4.0.1",
"bare-url": "^2.0.3",
"compact-encoding": "^2.15.0",
"corestore": "^6.18.3",
"crc-universal": "^1.0.4",
"debounceify": "^1.1.0",
"drive-bundler": "^2.3.3",
"framed-stream": "^1.0.1",
"fs-native-extensions": "^1.2.7",
"hypercore-crypto": "^3.4.1",
"hypercore-id-encoding": "^1.3.0",
"hyperdrive": "^11.8.1",
"hyperswarm": "^4.7.14",
"iambus": "^1.0.3",
"listen-async": "^1.0.0",
"localdrive": "^1.11.4",
"localwatch": "^1.4.1",
"mime-db": "^1.53.0",
"mirror-drive": "^1.4.0",
"mutexify": "^1.4.0",
"paparam": "^1.6.0",
"pear-changelog": "^1.0.1",
"pear-interface": "^1.0.0",
"pear-ipc": "^2.2.8",
"pear-link": "^2.0.1",
"pear-updater": "^3.1.0",
"pear-updater-bootstrap": "^1.2.0",
"protomux": "^3.6.0",
"pw-to-ek": "^1.0.0",
"quickbit-universal": "^2.2.0",
"rache": "^1.0.0",
"ready-resource": "^1.0.3",
"redhat-overpass-font": "^1.0.0",
"rocksdb-native": "^2.6.2",
"safety-catch": "^1.0.2",
"script-linker": "^2.5.2",
"sodium-native": "^4.1.1",
"streamx": "^2.16.1",
"tiny-byte-size": "^1.1.0",
"udx-native": "^1.8.9",
"unix-path-resolve": "^1.0.2",
"url-file-url": "^1.0.2",
"watch-drive": "^2.0.2",
"which-runtime": "^1.2.0",
"z32": "^1.1.0"
},
"devDependencies": {
"@hyperswarm/testnet": "^3.1.4",
"bare-inspector": "^3.0.1",
"brittle": "^3.5.2",
"graceful-goodbye": "^1.3.0",
"hyperbee": "^2.0.1",
"hypercore": "^10.36.4",
"newline-decoder": "^1.0.2",
"pear-inspect": "^1.2.2",
"port-get": "^1.0.4",
"standard": "^17.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/pear.git"
},
"bugs": {
"url": "https://github.com/holepunchto/pear/issues"
},
"homepage": "https://github.com/holepunchto/pear#readme",
"license": "Apache-2.0"
}