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": "patchfoo",
"version": "1.6.0",
"description": "plain ssb web ui",
"bin": "server.js",
"dependencies": {
"asyncmemo": "^1.1.0",
"base64-url": "^2.0.0",
"busboy": "^0.2.14",
"diff": "^3.3.1",
"deep-extend": "^0.6.1",
"hashlru": "^2.1.0",
"highlight.js": "^9.12.0",
"human-time": "^0.0.1",
"hyperscript": "^2.0.2",
"jpeg-autorotate": "^3.0.0",
"mime-types": "^2.1.12",
"mkdirp": "^0.5.1",
"multicb": "^1.2.1",
"private-box": "^0.3.0",
"pull-box-stream": "^1.0.12",
"pull-cat": "^1.1.11",
"pull-catch": "^1.0.0",
"pull-defer": "^0.2.3",
"pull-hyperscript": "^0.2.2",
"pull-identify-filetype": "^1.1.0",
"pull-many": "^1.0.8",
"pull-paginate": "^1.0.0",
"pull-paramap": "^1.2.1",
"pull-reader": "^1.2.9",
"pull-split": "^0.2.0",
"pull-stream": "^3.5.0",
"pull-utf8-decoder": "^1.0.2",
"sparqljs": "^3.2.0",
"ssb-client": "^4.7.8",
"ssb-git": "^1.1.0",
"ssb-markdown": "^6.0.0",
"ssb-npm-registry": "^1.8.0",
"ssb-sort": "^1.0.0",
"ssb-web-resolver": "^1.0.2",
"stream-to-pull-stream": "^1.7.2",
"unzip": "^0.1.11"
},
"devDependencies": {
"license-checker": "^25.0.1",
"ssb-pkg": "*"
},
"pkg": {
"targets": [
"node12.16.1-linux-x64",
"node12.16.1-linux-armv7",
"node12.16.1-linux-arm64",
"node12.16.1-linux-ia32",
"node12.16.1-macos-x64"
]
},
"scripts": {
"build": "ssb-pkg . --no-bytecode -o install-$npm_package_version.sh"
},
"author": "cel",
"homepage": "https://git.scuttlebot.io/%25YAg1hicat%2B2GELjE2QJzDwlAWcx0ML%2B1sXEdsWwvdt8%3D.sha256",
"repository": {
"type": "git",
"url": "ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256"
},
"license": "AGPL-3.0-or-later"
}
|