-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 2.46 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
{
"name": "pear-electron",
"version": "0.0.0",
"description": "Pear User-Interface Library for Electron",
"main": "index.js",
"bin": "bin.js",
"scripts": {
"archdump": "node scripts/bootstrap.js --archdump",
"bootstrap": "node scripts/bootstrap.js",
"decal": "node scripts/decal.js",
"bundle": "node scripts/bundle.js",
"generate": "npm run decal && npm run bundle",
"prestage": "npm run archdump && npm run generate"
},
"files": [
"scripts/",
"lib/",
"boot.js",
"decal.html",
"electron-main.js",
"fonts.css",
"gui/",
"index.js",
"preload.js",
"runtime.js"
],
"extractions": [
{
"link": "pear://0.123.hxse9j1waaruq7otfbixjgbb5fr3pc9n47jpqqb5p56698wghjay",
"paths": [
"by-arch/[host]"
]
},
{
"paths": [
"boot.bundle"
]
}
],
"pear": {
"name": "pear-electron",
"stage": {
"ignore": [
".git",
".gitignore",
".github",
".DS_Store",
".vscode",
".npmrc",
"scripts",
"package-lock.json",
"node_modules",
"node_modules",
"gui",
"boot.js",
"decal.html",
"electron-main.js",
"fonts.css",
"index.js",
"preload.js",
"README.md",
"runtime.js"
]
}
},
"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.3.0",
"bare-path": "^3.0.0",
"bare-subprocess": "^4.0.3",
"bare-tty": "^4.0.2",
"corestore": "^6.18.4",
"fs": "npm:bare-node-fs@^1.0.2",
"hyperdrive": "^11.13.3",
"hyperswarm": "^4.8.4",
"iambus": "^1.0.3",
"localdrive": "^1.12.1",
"paparam": "^1.6.1",
"path": "npm:bare-node-path@^1.0.1",
"pear-api": "^0.0.6",
"pear-interface": "^1.0.3",
"pear-link": "^2.0.5",
"pear-updater-bootstrap": "github:holepunchto/pear-updater-bootstrap#corestore-option",
"rache": "^1.0.0",
"safety-catch": "^1.0.2",
"script-linker": "^2.5.3",
"streamx": "^2.20.2",
"tiny-byte-size": "^1.1.0",
"url-file-url": "^1.0.4",
"which-runtime": "^1.2.1"
},
"devDependencies": {
"@fontsource/open-sans": "^5.1.0",
"graceful-goodbye": "^1.3.2",
"redhat-overpass-font": "^1.0.0"
}
}