-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 2.51 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 2.51 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
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
{
"name": "pear-electron",
"version": "1.7.26",
"description": "Pear User-Interface Library for Electron",
"main": "index.js",
"scripts": {
"bootstrap": "pear run scripts/bootstrap.js",
"decal": "pear run scripts/decal.js",
"prebuilds": "pear run scripts/prebuilds.js",
"prestage": "pear run scripts/prestage.mjs",
"format": "prettier --write .",
"lint": "prettier --check . && lunte"
},
"files": [
"api.js",
"boot.js",
"electron-main.js",
"gui/",
"index.js",
"prebuilds/",
"preload.js",
"pre.js",
"runtime.js"
],
"imports": {
"fs": {
"bare": "bare-fs"
},
"path": {
"bare": "bare-path"
}
},
"pear": {
"assets": {
"ui": {
"link": "pear://0.1167.6988abemqn7ogjpm8cjjg4aeb81rduxfn4h31sgn44u3cadu9s7o",
"name": "Pear Runtime",
"only": [
"/by-arch/%%HOST%%"
]
}
},
"stage": {
"skipWarmup": "true",
"only": [
"by-arch"
]
}
},
"standard": {
"globals": [
"Bare",
"Pear",
"LOG"
]
},
"keywords": [
"pear",
"runtime",
"electron",
"Pear Runtime",
"peer-to-peer",
"user-interface",
"UI",
"interface"
],
"author": "Holepunch",
"license": "Apache-2.0",
"dependencies": {
"bare-env": "^3.0.0",
"bare-fs": "^4.0.1",
"bare-os": "^3.4.0",
"bare-path": "^3.0.0",
"bare-subprocess": "^5.0.2",
"compact-encoding": "^2.16.1",
"localdrive": "^1.12.1",
"paparam": "^1.6.1",
"pear-api": "^1.29.1",
"pear-cmd": "^1.0.0",
"pear-constants": "^1.0.0",
"pear-crasher": "^1.0.1",
"pear-errors": "^1.0.0",
"pear-gunk": "^1.0.0",
"pear-ipc": "^6.9.0",
"pear-link": "^4.1.0",
"pear-logger": "^1.0.0",
"pear-pipe": "^1.0.2",
"pear-run": "^1.0.0",
"pear-state": "^1.0.2",
"pear-terminal": "^1.0.0",
"pear-tryboot": "^1.0.0",
"script-linker": "^2.5.3",
"streamx": "^2.20.2",
"unix-path-resolve": "^1.0.2",
"url-file-url": "^1.0.4",
"which-runtime": "^1.2.1"
},
"devDependencies": {
"@fontsource/open-sans": "^5.1.0",
"crc-universal": "^1.0.4",
"fs-native-extensions": "^1.4.2",
"lunte": "^1.4.0",
"pear-interface": "^1.0.3",
"pear-pack": "^1.0.1",
"prettier": "^3.7.4",
"prettier-config-holepunch": "^2.0.0",
"quickbit-universal": "^2.2.0",
"redhat-overpass-font": "^1.0.0",
"rocksdb-native": "^3.5.5",
"sodium-native": "^5.0.1",
"udx-native": "^1.18.3"
}
}