@simeonradivoev/gameflow-store 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,81 +1,81 @@
1
- {
2
- "name": "RPCS3",
3
- "description": "RPCS3 is a multi-platform open-source Sony PlayStation 3 emulator and debugger written in C++ for Windows, Linux, macOS and FreeBSD.",
4
- "homepage": "https://rpcs3.net/",
5
- "logo": "https://upload.wikimedia.org/wikipedia/commons/c/c5/RPCS3_logo.png",
6
- "license": {
7
- "identifier": "GPL-2.0",
8
- "url": "https://github.com/RPCS3/rpcs3/blob/master/LICENSE"
9
- },
10
- "keywords": [
11
- "c",
12
- "emulation",
13
- "emulator",
14
- "opengl",
15
- "playstation3",
16
- "ps3",
17
- "multiplatform"
18
- ],
19
- "repository": {
20
- "type": "git",
21
- "url": "https://github.com/RPCS3/rpcs3.git"
22
- },
23
- "downloads": {
24
- "win32:x64": [
25
- {
26
- "type": "github",
27
- "path": "RPCS3/rpcs3-binaries-win",
28
- "pattern": "rpcs3-*_win64_msvc.7z"
29
- }
30
- ],
31
- "win32:arm64": [
32
- {
33
- "type": "github",
34
- "path": "RPCS3/rpcs3-binaries-win-arm64",
35
- "pattern": "rpcs3-*_win64_aarch64_clang.7z "
36
- }
37
- ],
38
- "linux:x64": [
39
- {
40
- "type": "github",
41
- "path": "RPCS3/rpcs3-binaries-linux",
42
- "pattern": "rpcs3-*_linux64.AppImage"
43
- }
44
- ],
45
- "linux:arm64": [
46
- {
47
- "type": "github",
48
- "path": "RPCS3/rpcs3-binaries-linux-arm64",
49
- "pattern": "rpcs3-*_linux_aarch64.AppImage"
50
- }
51
- ],
52
- "darwin:x64": [
53
- {
54
- "type": "github",
55
- "path": "RPCS3/rpcs3-binaries-mac",
56
- "pattern": "rpcs3-*_macos.7z"
57
- }
58
- ],
59
- "darwin:arm64": [
60
- {
61
- "type": "github",
62
- "path": "RPCS3/rpcs3-binaries-mac-arm64",
63
- "pattern": "rpcs3-*_macos_aarch64.7z"
64
- }
65
- ]
66
- },
67
- "aliases": {
68
- "winget": "PPSSPPTeam.PPSSPP",
69
- "scoop": "games/rpcs3",
70
- "flatpak": "net.rpcs3.RPCS3"
71
- },
72
- "type": "emulator",
73
- "systems": [
74
- "ps3"
75
- ],
76
- "os": [
77
- "win32",
78
- "darwin",
79
- "linux"
80
- ]
1
+ {
2
+ "name": "RPCS3",
3
+ "description": "RPCS3 is a multi-platform open-source Sony PlayStation 3 emulator and debugger written in C++ for Windows, Linux, macOS and FreeBSD.",
4
+ "homepage": "https://rpcs3.net/",
5
+ "logo": "https://upload.wikimedia.org/wikipedia/commons/c/c5/RPCS3_logo.png",
6
+ "license": {
7
+ "identifier": "GPL-2.0",
8
+ "url": "https://github.com/RPCS3/rpcs3/blob/master/LICENSE"
9
+ },
10
+ "keywords": [
11
+ "c",
12
+ "emulation",
13
+ "emulator",
14
+ "opengl",
15
+ "playstation3",
16
+ "ps3",
17
+ "multiplatform"
18
+ ],
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/RPCS3/rpcs3.git"
22
+ },
23
+ "downloads": {
24
+ "win32:x64": [
25
+ {
26
+ "type": "github",
27
+ "path": "RPCS3/rpcs3-binaries-win",
28
+ "pattern": "rpcs3-*_win64_msvc.7z"
29
+ }
30
+ ],
31
+ "win32:arm64": [
32
+ {
33
+ "type": "github",
34
+ "path": "RPCS3/rpcs3-binaries-win-arm64",
35
+ "pattern": "rpcs3-*_win64_aarch64_clang.7z "
36
+ }
37
+ ],
38
+ "linux:x64": [
39
+ {
40
+ "type": "github",
41
+ "path": "RPCS3/rpcs3-binaries-linux",
42
+ "pattern": "rpcs3-*_linux64.AppImage"
43
+ }
44
+ ],
45
+ "linux:arm64": [
46
+ {
47
+ "type": "github",
48
+ "path": "RPCS3/rpcs3-binaries-linux-arm64",
49
+ "pattern": "rpcs3-*_linux_aarch64.AppImage"
50
+ }
51
+ ],
52
+ "darwin:x64": [
53
+ {
54
+ "type": "github",
55
+ "path": "RPCS3/rpcs3-binaries-mac",
56
+ "pattern": "rpcs3-*_macos.7z"
57
+ }
58
+ ],
59
+ "darwin:arm64": [
60
+ {
61
+ "type": "github",
62
+ "path": "RPCS3/rpcs3-binaries-mac-arm64",
63
+ "pattern": "rpcs3-*_macos_aarch64.7z"
64
+ }
65
+ ]
66
+ },
67
+ "aliases": {
68
+ "winget": "PPSSPPTeam.PPSSPP",
69
+ "scoop": "games/rpcs3",
70
+ "flatpak": "net.rpcs3.RPCS3"
71
+ },
72
+ "type": "emulator",
73
+ "systems": [
74
+ "ps3"
75
+ ],
76
+ "os": [
77
+ "win32",
78
+ "darwin",
79
+ "linux"
80
+ ]
81
81
  }
@@ -1,54 +1,54 @@
1
- {
2
- "name": "RYUJINX",
3
- "description": "Nintendo Switch 1 emulator written in C#.",
4
- "homepage": "https://ryujinx.app/",
5
- "logo": "https://raw.githubusercontent.com/Ryubing/Assets/refs/heads/main/RyujinxApp_1024.png",
6
- "license": {
7
- "identifier": "MIT",
8
- "url": "https://git.ryujinx.app/ryubing/ryujinx/-/blob/master/LICENSE.txt"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://git.ryujinx.app/ryubing/ryujinx.git"
13
- },
14
- "downloads": {
15
- "win32:x64": [
16
- {
17
- "type": "gitlab",
18
- "path": "ryubing/ryujinx",
19
- "pattern": "ryujinx-*-win_x64.zip"
20
- }
21
- ],
22
- "linux:x64": [
23
- {
24
- "type": "gitlab",
25
- "path": "ryubing/ryujinx",
26
- "pattern": "ryujinx-*-x64.AppImage"
27
- }
28
- ],
29
- "linux:arm64": [
30
- {
31
- "type": "gitlab",
32
- "path": "ryubing/ryujinx",
33
- "pattern": "ryujinx-*-arm64.AppImage"
34
- }
35
- ]
36
- },
37
- "notes": [
38
- "ATTENTION: Ryujinx requires Nintendo Switch firmware and a prod.keys file to function.",
39
- "Learn more at https://git.ryujinx.app/ryubing/ryujinx/-/wikis/FAQ-&-Troubleshooting"
40
- ],
41
- "aliases": {
42
- "scoop": "games/ryujinx",
43
- "flatpak": "io.github.ryubing.Ryujinx"
44
- },
45
- "type": "emulator",
46
- "systems": [
47
- "switch"
48
- ],
49
- "os": [
50
- "win32",
51
- "linux",
52
- "darwin"
53
- ]
1
+ {
2
+ "name": "RYUJINX",
3
+ "description": "Nintendo Switch 1 emulator written in C#.",
4
+ "homepage": "https://ryujinx.app/",
5
+ "logo": "https://raw.githubusercontent.com/Ryubing/Assets/refs/heads/main/RyujinxApp_1024.png",
6
+ "license": {
7
+ "identifier": "MIT",
8
+ "url": "https://git.ryujinx.app/ryubing/ryujinx/-/blob/master/LICENSE.txt"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://git.ryujinx.app/ryubing/ryujinx.git"
13
+ },
14
+ "downloads": {
15
+ "win32:x64": [
16
+ {
17
+ "type": "gitlab",
18
+ "path": "ryubing/ryujinx",
19
+ "pattern": "ryujinx-*-win_x64.zip"
20
+ }
21
+ ],
22
+ "linux:x64": [
23
+ {
24
+ "type": "gitlab",
25
+ "path": "ryubing/ryujinx",
26
+ "pattern": "ryujinx-*-x64.AppImage"
27
+ }
28
+ ],
29
+ "linux:arm64": [
30
+ {
31
+ "type": "gitlab",
32
+ "path": "ryubing/ryujinx",
33
+ "pattern": "ryujinx-*-arm64.AppImage"
34
+ }
35
+ ]
36
+ },
37
+ "notes": [
38
+ "ATTENTION: Ryujinx requires Nintendo Switch firmware and a prod.keys file to function.",
39
+ "Learn more at https://git.ryujinx.app/ryubing/ryujinx/-/wikis/FAQ-&-Troubleshooting"
40
+ ],
41
+ "aliases": {
42
+ "scoop": "games/ryujinx",
43
+ "flatpak": "io.github.ryubing.Ryujinx"
44
+ },
45
+ "type": "emulator",
46
+ "systems": [
47
+ "switch"
48
+ ],
49
+ "os": [
50
+ "win32",
51
+ "linux",
52
+ "darwin"
53
+ ]
54
54
  }
@@ -1,58 +1,58 @@
1
- {
2
- "name": "XEMU",
3
- "description": "A free and open-source application that emulates the original Microsoft Xbox game console. Supports connecting up to 4 controllers for local play, networking for multiplayer, resolution scaling, and more.",
4
- "homepage": "https://xemu.app/",
5
- "logo": "https://upload.wikimedia.org/wikipedia/commons/8/8e/Xemu_logo_green.svg",
6
- "license": {
7
- "identifier": "GPL-2.0",
8
- "url": "https://github.com/xemu-project/xemu/blob/master/LICENSE"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/xemu-project/xemu.git"
13
- },
14
- "downloads": {
15
- "win32:x64": [
16
- {
17
- "type": "github",
18
- "path": "xemu-project/xemu",
19
- "pattern": "xemu-*-windows-x86_64.zip"
20
- }
21
- ],
22
- "win32:arm64": [
23
- {
24
- "type": "github",
25
- "path": "xemu-project/xemu",
26
- "pattern": "xemu-*-windows-arm64.zip"
27
- }
28
- ],
29
- "linux:x64": [
30
- {
31
- "type": "github",
32
- "path": "xemu-project/xemu",
33
- "pattern": "xemu-*-x86_64.AppImage"
34
- }
35
- ],
36
- "linux:arm64": [
37
- {
38
- "type": "github",
39
- "path": "xemu-project/xemu",
40
- "pattern": "xemu-*-aarch64.AppImage"
41
- }
42
- ]
43
- },
44
- "aliases": {
45
- "winget": "xemu-project.xemu",
46
- "scoop": "games/xemu",
47
- "flatpak": "app.xemu.xemu"
48
- },
49
- "type": "emulator",
50
- "systems": [
51
- "xbox"
52
- ],
53
- "os": [
54
- "win32",
55
- "linux",
56
- "darwin"
57
- ]
1
+ {
2
+ "name": "XEMU",
3
+ "description": "A free and open-source application that emulates the original Microsoft Xbox game console. Supports connecting up to 4 controllers for local play, networking for multiplayer, resolution scaling, and more.",
4
+ "homepage": "https://xemu.app/",
5
+ "logo": "https://upload.wikimedia.org/wikipedia/commons/8/8e/Xemu_logo_green.svg",
6
+ "license": {
7
+ "identifier": "GPL-2.0",
8
+ "url": "https://github.com/xemu-project/xemu/blob/master/LICENSE"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/xemu-project/xemu.git"
13
+ },
14
+ "downloads": {
15
+ "win32:x64": [
16
+ {
17
+ "type": "github",
18
+ "path": "xemu-project/xemu",
19
+ "pattern": "xemu-*-windows-x86_64.zip"
20
+ }
21
+ ],
22
+ "win32:arm64": [
23
+ {
24
+ "type": "github",
25
+ "path": "xemu-project/xemu",
26
+ "pattern": "xemu-*-windows-arm64.zip"
27
+ }
28
+ ],
29
+ "linux:x64": [
30
+ {
31
+ "type": "github",
32
+ "path": "xemu-project/xemu",
33
+ "pattern": "xemu-*-x86_64.AppImage"
34
+ }
35
+ ],
36
+ "linux:arm64": [
37
+ {
38
+ "type": "github",
39
+ "path": "xemu-project/xemu",
40
+ "pattern": "xemu-*-aarch64.AppImage"
41
+ }
42
+ ]
43
+ },
44
+ "aliases": {
45
+ "winget": "xemu-project.xemu",
46
+ "scoop": "games/xemu",
47
+ "flatpak": "app.xemu.xemu"
48
+ },
49
+ "type": "emulator",
50
+ "systems": [
51
+ "xbox"
52
+ ],
53
+ "os": [
54
+ "win32",
55
+ "linux",
56
+ "darwin"
57
+ ]
58
58
  }
@@ -1,40 +1,40 @@
1
- {
2
- "name": "XENIA",
3
- "description": "Xenia is an open source research project for emulating Xbox 360 games on modern PCs.",
4
- "homepage": "https://xenia.jp",
5
- "logo": "https://raw.githubusercontent.com/xenia-canary/xenia/master/assets/icon/256.png",
6
- "license": {
7
- "identifier": "BSD-3-Clause",
8
- "url": "https://github.com/has207/xenia-edge/blob/edge/LICENSE"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/has207/xenia-edge.git"
13
- },
14
- "downloads": {
15
- "win32:x64": [
16
- {
17
- "type": "github",
18
- "path": "has207/xenia-edge",
19
- "pattern": "xenia_edge_windows.zip"
20
- }
21
- ],
22
- "linux:x64": [
23
- {
24
- "type": "github",
25
- "path": "has207/xenia-edge",
26
- "pattern": "xenia_edge_linux.AppImage"
27
- }
28
- ]
29
- },
30
- "aliases": {
31
- "scoop": "games/xenia-edge"
32
- },
33
- "type": "emulator",
34
- "systems": [
35
- "xbox360"
36
- ],
37
- "os": [
38
- "win32"
39
- ]
1
+ {
2
+ "name": "XENIA",
3
+ "description": "Xenia is an open source research project for emulating Xbox 360 games on modern PCs.",
4
+ "homepage": "https://xenia.jp",
5
+ "logo": "https://raw.githubusercontent.com/xenia-canary/xenia/master/assets/icon/256.png",
6
+ "license": {
7
+ "identifier": "BSD-3-Clause",
8
+ "url": "https://github.com/has207/xenia-edge/blob/edge/LICENSE"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/has207/xenia-edge.git"
13
+ },
14
+ "downloads": {
15
+ "win32:x64": [
16
+ {
17
+ "type": "github",
18
+ "path": "has207/xenia-edge",
19
+ "pattern": "xenia_edge_windows.zip"
20
+ }
21
+ ],
22
+ "linux:x64": [
23
+ {
24
+ "type": "github",
25
+ "path": "has207/xenia-edge",
26
+ "pattern": "xenia_edge_linux.AppImage"
27
+ }
28
+ ]
29
+ },
30
+ "aliases": {
31
+ "scoop": "games/xenia-edge"
32
+ },
33
+ "type": "emulator",
34
+ "systems": [
35
+ "xbox360"
36
+ ],
37
+ "os": [
38
+ "win32"
39
+ ]
40
40
  }
@@ -1,34 +1,34 @@
1
- {
2
- "name": "XENIA-EDGE",
3
- "description": "Xenia Edge is yet another experimental fork of the Xenia emulator, mainly based on Xenia Canary but with the aim of quicker iteration and improvements to Vulkan backend and Linux platform in particular. Windows of course remains fully supported as well and will benefit from changes made here especially with its Vulkan backend.",
4
- "homepage": "https://xenia.jp",
5
- "logo": "https://xenia.jp/images/logo-256x256.png",
6
- "license": {
7
- "identifier": "BSD-3-Clause",
8
- "url": "https://github.com/xenia-project/xenia/blob/master/LICENSE"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/xenia-project/xenia.git"
13
- },
14
- "downloads": {
15
- "win32:x64": [
16
- {
17
- "type": "github",
18
- "path": "xenia-project/release-builds-windows",
19
- "pattern": "xenia_master.zip"
20
- }
21
- ]
22
- },
23
- "aliases": {
24
- "winget": "xenia-project.xenia",
25
- "scoop": "games/xenia"
26
- },
27
- "type": "emulator",
28
- "systems": [
29
- "xbox360"
30
- ],
31
- "os": [
32
- "win32"
33
- ]
1
+ {
2
+ "name": "XENIA-EDGE",
3
+ "description": "Xenia Edge is yet another experimental fork of the Xenia emulator, mainly based on Xenia Canary but with the aim of quicker iteration and improvements to Vulkan backend and Linux platform in particular. Windows of course remains fully supported as well and will benefit from changes made here especially with its Vulkan backend.",
4
+ "homepage": "https://xenia.jp",
5
+ "logo": "https://xenia.jp/images/logo-256x256.png",
6
+ "license": {
7
+ "identifier": "BSD-3-Clause",
8
+ "url": "https://github.com/xenia-project/xenia/blob/master/LICENSE"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/xenia-project/xenia.git"
13
+ },
14
+ "downloads": {
15
+ "win32:x64": [
16
+ {
17
+ "type": "github",
18
+ "path": "xenia-project/release-builds-windows",
19
+ "pattern": "xenia_master.zip"
20
+ }
21
+ ]
22
+ },
23
+ "aliases": {
24
+ "winget": "xenia-project.xenia",
25
+ "scoop": "games/xenia"
26
+ },
27
+ "type": "emulator",
28
+ "systems": [
29
+ "xbox360"
30
+ ],
31
+ "os": [
32
+ "win32"
33
+ ]
34
34
  }
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
- {
2
- "name": "@simeonradivoev/gameflow-store",
3
- "version": "0.0.2",
4
- "description": "Gameflow Store",
5
- "keywords": [
6
- "store"
7
- ],
8
- "homepage": "https://github.com/simeonradivoev/gameflow-store#readme",
9
- "bugs": {
10
- "url": "https://github.com/simeonradivoev/gameflow-store/issues"
11
- },
12
- "repository": {
13
- "type": "git",
14
- "url": "git+https://github.com/simeonradivoev/gameflow-store.git"
15
- },
16
- "license": "AGPL-3.0",
17
- "author": "Simeon Radivoev",
18
- "type": "module",
19
- "main": "index.js",
20
- "files": [
21
- "buckets/**/*",
22
- "media/**/*",
23
- "schema/**/*"
24
- ],
25
- "scripts": {
26
- "release": "npx commit-and-tag-version"
27
- },
28
- "devDependencies": {},
29
- "publishConfig": {
30
- "access": "public"
31
- }
32
- }
1
+ {
2
+ "name": "@simeonradivoev/gameflow-store",
3
+ "version": "0.0.4",
4
+ "description": "Gameflow Store",
5
+ "keywords": [
6
+ "store"
7
+ ],
8
+ "homepage": "https://github.com/simeonradivoev/gameflow-store#readme",
9
+ "bugs": {
10
+ "url": "https://github.com/simeonradivoev/gameflow-store/issues"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/simeonradivoev/gameflow-store.git"
15
+ },
16
+ "license": "AGPL-3.0",
17
+ "author": "Simeon Radivoev",
18
+ "type": "module",
19
+ "main": "index.js",
20
+ "files": [
21
+ "buckets/**/*",
22
+ "media/**/*",
23
+ "schema/**/*"
24
+ ],
25
+ "scripts": {
26
+ "release": "npx commit-and-tag-version"
27
+ },
28
+ "devDependencies": {},
29
+ "publishConfig": {
30
+ "access": "public"
31
+ }
32
+ }