Skip to content

Commit 1e4b2ca

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 1dbd6d7 commit 1e4b2ca

File tree

5 files changed

+135
-0
lines changed

5 files changed

+135
-0
lines changed

apps/Beeper.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
layout: app
3+
4+
permalink: /Beeper/
5+
description: Beeper: Unified Messenger
6+
7+
icons:
8+
- Beeper/icons/128x128/beeper.png
9+
10+
screenshots:
11+
- Beeper/screenshot.png
12+
13+
authors:
14+
15+
links:
16+
17+
desktop:
18+
Desktop Entry:
19+
Name: Beeper
20+
Exec: AppRun --no-sandbox %U
21+
Terminal: false
22+
Type: Application
23+
Icon: beeper
24+
StartupWMClass: Beeper
25+
X-AppImage-Version: 2401269p8vcb695
26+
Comment: 'Beeper: Unified Messenger'
27+
Categories: Utility
28+
AppImageHub:
29+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
30+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
31+
could not be verified. Please remember that the signature file (.sig or .asc)
32+
should be the first file given on the command line.'
33+
X-AppImage-Type: 2
34+
X-AppImage-Architecture: x86_64
35+
36+
electron:
37+
version: 3.93.36
38+
homepage: https://beeper.com
39+
description: 'Beeper: Unified Messenger'
40+
author: Beeper Inc. <[email protected]>
41+
repository:
42+
type: git
43+
url: https://gitlab.com/nova/nova-desktop
44+
files: []
45+
dependencies:
46+
"@mozilla/readability": "^0.4.4"
47+
"@sentry/electron": 4.4.0
48+
"@todesktop/runtime": "^1.6.1"
49+
auto-launch: "^5.0.5"
50+
axios: "^1.4.0"
51+
compute-cosine-similarity: "^1.0.0"
52+
counterpart: "^0.18.6"
53+
electron-log: "^4.4.8"
54+
electron-store: "^6.0.1"
55+
electron-window-state: "^5.0.3"
56+
gpt-3-token-count: "^1.0.2"
57+
html-to-text: "^9.0.5"
58+
jsdom: "^21.1.2"
59+
macos-version: "^5.2.1"
60+
minimist: "^1.2.3"
61+
openai: "^3.3.0"
62+
png-to-ico: "^2.1.1"
63+
request: "^2.88.2"
64+
socksv5: "^0.0.6"
65+
ssh2: "^0.8.9"
66+
yaml: "^1.10.0"
67+
youtube-transcript: "^1.0.6"
68+
optionalDependencies:
69+
node-mac-contacts: "^1.6.1"
70+
hakDependencies:
71+
matrix-seshat: "^2.3.3"
72+
keytar: "^7.9.0"
73+
---

database/Beeper/beeper.desktop

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[Desktop Entry]
2+
Name=Beeper
3+
Exec=AppRun --no-sandbox %U
4+
Terminal=false
5+
Type=Application
6+
Icon=beeper
7+
StartupWMClass=Beeper
8+
X-AppImage-Version=2401269p8vcb695
9+
Comment=Beeper: Unified Messenger
10+
Categories=Utility;
11+
12+
[AppImageHub]
13+
# Dear upstream developer, please include update information in your AppImage
14+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
15+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
16+
X-AppImage-Type=2
17+
X-AppImage-Architecture=x86_64
18.4 KB
Loading

database/Beeper/package.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "beeper",
3+
"productName": "Beeper",
4+
"main": "lib/electron-main.js",
5+
"version": "3.93.36",
6+
"homepage": "https://beeper.com",
7+
"description": "Beeper: Unified Messenger",
8+
"author": "Beeper Inc. <[email protected]>",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://gitlab.com/nova/nova-desktop"
12+
},
13+
"files": [],
14+
"dependencies": {
15+
"@mozilla/readability": "^0.4.4",
16+
"@sentry/electron": "4.4.0",
17+
"@todesktop/runtime": "^1.6.1",
18+
"auto-launch": "^5.0.5",
19+
"axios": "^1.4.0",
20+
"compute-cosine-similarity": "^1.0.0",
21+
"counterpart": "^0.18.6",
22+
"electron-log": "^4.4.8",
23+
"electron-store": "^6.0.1",
24+
"electron-window-state": "^5.0.3",
25+
"gpt-3-token-count": "^1.0.2",
26+
"html-to-text": "^9.0.5",
27+
"jsdom": "^21.1.2",
28+
"macos-version": "^5.2.1",
29+
"minimist": "^1.2.3",
30+
"openai": "^3.3.0",
31+
"png-to-ico": "^2.1.1",
32+
"request": "^2.88.2",
33+
"socksv5": "^0.0.6",
34+
"ssh2": "^0.8.9",
35+
"yaml": "^1.10.0",
36+
"youtube-transcript": "^1.0.6"
37+
},
38+
"optionalDependencies": {
39+
"node-mac-contacts": "^1.6.1"
40+
},
41+
"hakDependencies": {
42+
"matrix-seshat": "^2.3.3",
43+
"keytar": "^7.9.0"
44+
}
45+
}

database/Beeper/screenshot.png

79 KB
Loading

0 commit comments

Comments
 (0)