pingthings 1.1.0 → 1.3.0
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.
- package/LICENSE +15 -0
- package/README.md +40 -0
- package/package.json +1 -1
- package/packs/mduel-retro/manifest.json +58 -0
- package/packs/mduel-retro/sounds/boots.ogg +0 -0
- package/packs/mduel-retro/sounds/bullet-reflect.ogg +0 -0
- package/packs/mduel-retro/sounds/explosion.ogg +0 -0
- package/packs/mduel-retro/sounds/hook-hit.ogg +0 -0
- package/packs/mduel-retro/sounds/lightning.ogg +0 -0
- package/packs/mduel-retro/sounds/menu-cancel.ogg +0 -0
- package/packs/mduel-retro/sounds/menu-move.ogg +0 -0
- package/packs/mduel-retro/sounds/menu-ok.ogg +0 -0
- package/packs/mduel-retro/sounds/mine-drop.ogg +0 -0
- package/packs/mduel-retro/sounds/pickup.ogg +0 -0
- package/packs/mduel-retro/sounds/platform-explode.ogg +0 -0
- package/packs/mduel-retro/sounds/skull-pickup.ogg +0 -0
- package/packs/mduel-retro/sounds/skull.ogg +0 -0
- package/packs/mduel-retro/sounds/spawn.ogg +0 -0
- package/packs/mduel-retro/sounds/splash-big.ogg +0 -0
- package/packs/mduel-retro/sounds/splash-small.ogg +0 -0
- package/packs/mduel-retro/sounds/teleport.ogg +0 -0
- package/packs/mduel-retro/sounds/throw.ogg +0 -0
- package/packs/nature-animals/openpeon.json +107 -0
- package/packs/nature-forest/manifest.json +13 -5
- package/packs/nature-forest/openpeon.json +102 -0
- package/packs/nature-forest/sounds/pebbles-1.ogg +0 -0
- package/packs/nature-forest/sounds/pebbles-2.ogg +0 -0
- package/packs/nature-forest/sounds/pebbles-3.ogg +0 -0
- package/packs/nature-forest/sounds/wood-creak-1.ogg +0 -0
- package/packs/nature-night/openpeon.json +102 -0
- package/packs/nature-ocean/manifest.json +18 -11
- package/packs/nature-ocean/openpeon.json +92 -0
- package/packs/nature-ocean/sounds/ambient-shore.ogg +0 -0
- package/packs/nature-ocean/sounds/splash.ogg +0 -0
- package/packs/nature-ocean/sounds/tide-1.ogg +0 -0
- package/packs/nature-ocean/sounds/tide-2.ogg +0 -0
- package/packs/nature-weather/manifest.json +18 -10
- package/packs/nature-weather/openpeon.json +97 -0
- package/packs/nature-weather/sounds/breeze-1.ogg +0 -0
- package/packs/nature-weather/sounds/breeze-2.ogg +0 -0
- package/packs/nature-weather/sounds/breeze-3.ogg +0 -0
- package/packs/nature-weather/sounds/real-thunder.ogg +0 -0
- package/packs/office-classic/manifest.json +11 -3
- package/packs/office-classic/openpeon.json +107 -0
- package/packs/office-classic/sounds/clock-tick.ogg +0 -0
- package/packs/office-classic/sounds/heavy-door.ogg +0 -0
- package/packs/office-classic/sounds/item-place.ogg +0 -0
- package/packs/office-classic/sounds/lock-open.ogg +0 -0
- package/packs/office-digital/manifest.json +12 -6
- package/packs/office-digital/openpeon.json +107 -0
- package/packs/office-digital/sounds/soft-switch-1.ogg +0 -0
- package/packs/office-digital/sounds/soft-switch-2.ogg +0 -0
- package/packs/office-digital/sounds/soft-switch-3.ogg +0 -0
- package/packs/office-mechanical/manifest.json +10 -4
- package/packs/office-mechanical/openpeon.json +107 -0
- package/packs/office-mechanical/sounds/power-switch.ogg +0 -0
- package/packs/office-mechanical/sounds/whir-1.ogg +0 -0
- package/packs/office-mechanical/sounds/whir-2.ogg +0 -0
- package/packs/office-minimal/manifest.json +14 -8
- package/packs/office-minimal/openpeon.json +107 -0
- package/packs/office-minimal/sounds/click-soft-1.ogg +0 -0
- package/packs/office-minimal/sounds/click-soft-2.ogg +0 -0
- package/packs/office-minimal/sounds/mouse-click.ogg +0 -0
- package/packs/serene-bells/manifest.json +17 -8
- package/packs/serene-bells/openpeon.json +102 -0
- package/packs/serene-bells/sounds/glass-chime-1.ogg +0 -0
- package/packs/serene-bells/sounds/glass-chime-2.ogg +0 -0
- package/packs/serene-bells/sounds/glass-chime-3.ogg +0 -0
- package/packs/serene-bells/sounds/metal-chime-1.ogg +0 -0
- package/packs/serene-bells/sounds/metal-chime-2.ogg +0 -0
- package/packs/serene-tones/manifest.json +21 -10
- package/packs/serene-tones/openpeon.json +97 -0
- package/packs/serene-tones/sounds/ambient-1.ogg +0 -0
- package/packs/serene-tones/sounds/ambient-2.ogg +0 -0
- package/packs/serene-tones/sounds/ambient-3.ogg +0 -0
- package/packs/serene-tones/sounds/soft-tone-1.ogg +0 -0
- package/packs/serene-tones/sounds/soft-tone-2.ogg +0 -0
- package/packs/serene-tones/sounds/soft-tone-3.ogg +0 -0
- package/packs/serene-water/manifest.json +14 -9
- package/packs/serene-water/openpeon.json +97 -0
- package/packs/serene-water/sounds/flowing-1.ogg +0 -0
- package/packs/serene-water/sounds/flowing-2.ogg +0 -0
- package/packs/serene-water/sounds/flowing-3.ogg +0 -0
- package/packs/serene-wind/manifest.json +52 -0
- package/packs/serene-wind/sounds/breeze-soft-1.ogg +0 -0
- package/packs/serene-wind/sounds/breeze-soft-2.ogg +0 -0
- package/packs/serene-wind/sounds/breeze-soft-3.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-20s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-45s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-5s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-70s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-20s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-45s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-5s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-70s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-20s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-45s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-5s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-70s.ogg +0 -0
- package/src/cli/browse.js +4 -1
- package/src/cli/completions.js +2 -1
- package/src/cli/theme.js +45 -1
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cesp_version": "1.0",
|
|
3
|
+
"name": "serene-water",
|
|
4
|
+
"display_name": "Water drops, drips, and gentle splashes",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"license": "CC0-1.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "rubberduck (https://opengameart.org/content/100-cc0-sfx)"
|
|
9
|
+
},
|
|
10
|
+
"categories": {
|
|
11
|
+
"task.acknowledge": {
|
|
12
|
+
"sounds": [
|
|
13
|
+
{
|
|
14
|
+
"file": "sounds/bamboo-1.ogg",
|
|
15
|
+
"label": "bamboo 1",
|
|
16
|
+
"sha256": "37258414f552ff42613355f85a02c56645b22ad0cfabe6e645a53c7fdcc0c34e"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"file": "sounds/bamboo-2.ogg",
|
|
20
|
+
"label": "bamboo 2",
|
|
21
|
+
"sha256": "e44042cf1ac39052a34fffa7fc0e5f26d65c1045729398d51d2675cded4dcbf7"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "sounds/bowl-1.ogg",
|
|
25
|
+
"label": "bowl 1",
|
|
26
|
+
"sha256": "370e8423d92170accb667559f9d57265e3f1137fcc02ea749a24926ad68ec611"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"file": "sounds/bowl-2.ogg",
|
|
30
|
+
"label": "bowl 2",
|
|
31
|
+
"sha256": "0e390821c41d91edcd12f6013f45d6a438d5a342f6b0467cbe573f65c5a69c31"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"input.required": {
|
|
36
|
+
"sounds": [
|
|
37
|
+
{
|
|
38
|
+
"file": "sounds/bowl-3.ogg",
|
|
39
|
+
"label": "bowl 3",
|
|
40
|
+
"sha256": "8ef79f1240c68addb90fd9e92dc1be91cdb82dff37fba2038e80b303ba0eb486"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"file": "sounds/bowl-4.ogg",
|
|
44
|
+
"label": "bowl 4",
|
|
45
|
+
"sha256": "8cf85c5758ffc729f6ce3fd2cf9c00fc5bcc66c902b6a854aa8d60f416a10932"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "sounds/drip-1.ogg",
|
|
49
|
+
"label": "drip 1",
|
|
50
|
+
"sha256": "46d21e06a3054e61ba5cb18215ef74db5ad0ce317b695697945bebd9e70a048d"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"task.complete": {
|
|
55
|
+
"sounds": [
|
|
56
|
+
{
|
|
57
|
+
"file": "sounds/drip-2.ogg",
|
|
58
|
+
"label": "drip 2",
|
|
59
|
+
"sha256": "4d2c911208981f31d985095a756c3fb512cae59c3c6fe438758de9d4a2d34a20"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"file": "sounds/vessel-1.ogg",
|
|
63
|
+
"label": "vessel 1",
|
|
64
|
+
"sha256": "48e5f10e729250fe6bd2bf8eef77cabc616e77895c7c94dfb5b1488ddc54d097"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"file": "sounds/vessel-2.ogg",
|
|
68
|
+
"label": "vessel 2",
|
|
69
|
+
"sha256": "21cb21aa19bd7262ca973d2bbd8488541795ffec1fb4dab741f47469a6833f6b"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"task.error": {
|
|
74
|
+
"sounds": [
|
|
75
|
+
{
|
|
76
|
+
"file": "sounds/water-drop-1.ogg",
|
|
77
|
+
"label": "water drop 1",
|
|
78
|
+
"sha256": "4ef62d23b2b9fcb70d0fe2fcf0dfb95a496ca12917be396e9e5fc99ce17aa6bf"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"file": "sounds/water-drop-2.ogg",
|
|
82
|
+
"label": "water drop 2",
|
|
83
|
+
"sha256": "78c414eb1f73dc23c6a79bdafbfa24619ad87d56eac60bc19a42d4dec5a33222"
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
"resource.limit": {
|
|
88
|
+
"sounds": [
|
|
89
|
+
{
|
|
90
|
+
"file": "sounds/bamboo-1.ogg",
|
|
91
|
+
"label": "bamboo 1",
|
|
92
|
+
"sha256": "37258414f552ff42613355f85a02c56645b22ad0cfabe6e645a53c7fdcc0c34e"
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "serene-wind",
|
|
3
|
+
"description": "Wind chimes and gentle breezes — peaceful air sounds",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"license": "CC0-1.0",
|
|
6
|
+
"credits": "pmiller (https://opengameart.org/content/wind-chimes) and rubberduck (https://opengameart.org)",
|
|
7
|
+
"category": "wind",
|
|
8
|
+
"sounds": [
|
|
9
|
+
"sounds/breeze-soft-1.ogg",
|
|
10
|
+
"sounds/breeze-soft-2.ogg",
|
|
11
|
+
"sounds/breeze-soft-3.ogg",
|
|
12
|
+
"sounds/wind-chime-1-20s.ogg",
|
|
13
|
+
"sounds/wind-chime-1-45s.ogg",
|
|
14
|
+
"sounds/wind-chime-1-5s.ogg",
|
|
15
|
+
"sounds/wind-chime-1-70s.ogg",
|
|
16
|
+
"sounds/wind-chime-2-20s.ogg",
|
|
17
|
+
"sounds/wind-chime-2-45s.ogg",
|
|
18
|
+
"sounds/wind-chime-2-5s.ogg",
|
|
19
|
+
"sounds/wind-chime-2-70s.ogg",
|
|
20
|
+
"sounds/wind-chime-3-20s.ogg",
|
|
21
|
+
"sounds/wind-chime-3-45s.ogg",
|
|
22
|
+
"sounds/wind-chime-3-5s.ogg",
|
|
23
|
+
"sounds/wind-chime-3-70s.ogg"
|
|
24
|
+
],
|
|
25
|
+
"events": {
|
|
26
|
+
"done": [
|
|
27
|
+
"sounds/wind-chime-1-5s.ogg",
|
|
28
|
+
"sounds/wind-chime-2-5s.ogg",
|
|
29
|
+
"sounds/wind-chime-3-5s.ogg"
|
|
30
|
+
],
|
|
31
|
+
"permission": [
|
|
32
|
+
"sounds/wind-chime-1-20s.ogg",
|
|
33
|
+
"sounds/wind-chime-2-20s.ogg",
|
|
34
|
+
"sounds/wind-chime-3-20s.ogg"
|
|
35
|
+
],
|
|
36
|
+
"complete": [
|
|
37
|
+
"sounds/wind-chime-1-45s.ogg",
|
|
38
|
+
"sounds/wind-chime-2-45s.ogg",
|
|
39
|
+
"sounds/wind-chime-3-45s.ogg"
|
|
40
|
+
],
|
|
41
|
+
"error": [
|
|
42
|
+
"sounds/breeze-soft-1.ogg",
|
|
43
|
+
"sounds/breeze-soft-2.ogg",
|
|
44
|
+
"sounds/breeze-soft-3.ogg"
|
|
45
|
+
],
|
|
46
|
+
"blocked": [
|
|
47
|
+
"sounds/wind-chime-1-70s.ogg",
|
|
48
|
+
"sounds/wind-chime-2-70s.ogg",
|
|
49
|
+
"sounds/wind-chime-3-70s.ogg"
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/cli/browse.js
CHANGED
|
@@ -10,7 +10,10 @@ Browse packs by category.
|
|
|
10
10
|
With no arguments, shows all categories with pack counts.
|
|
11
11
|
With a category, shows packs in that category.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Gaming: military, arena, fantasy, sci-fi, fps, retro, ui
|
|
14
|
+
Serene: bells, water, tones
|
|
15
|
+
Office: minimal, digital, classic, mechanical
|
|
16
|
+
Nature: animals, ocean, night, weather, forest
|
|
14
17
|
|
|
15
18
|
Examples:
|
|
16
19
|
pingthings browse List all categories
|
package/src/cli/completions.js
CHANGED
|
@@ -24,7 +24,8 @@ const COMMANDS = [
|
|
|
24
24
|
const THEMES = [
|
|
25
25
|
'retro', 'sci-fi', 'arena', 'fantasy', 'ancient',
|
|
26
26
|
'professional', '8bit', 'space', 'developer', 'arcade',
|
|
27
|
-
'tabletop', 'tournament', '
|
|
27
|
+
'tabletop', 'tournament', 'zen', 'corporate', 'outdoors',
|
|
28
|
+
'nightshift', 'chaos', 'reset',
|
|
28
29
|
];
|
|
29
30
|
|
|
30
31
|
const EVENTS = ['done', 'permission', 'complete', 'error', 'blocked'];
|
package/src/cli/theme.js
CHANGED
|
@@ -134,6 +134,50 @@ const THEMES = {
|
|
|
134
134
|
blocked: 'xonotic-announcer',
|
|
135
135
|
},
|
|
136
136
|
},
|
|
137
|
+
'zen': {
|
|
138
|
+
description: 'Calm and centered — bells, water, and soft tones',
|
|
139
|
+
activePack: 'serene-bells',
|
|
140
|
+
eventPacks: {
|
|
141
|
+
done: 'serene-bells',
|
|
142
|
+
permission: 'serene-tones',
|
|
143
|
+
complete: 'serene-bells',
|
|
144
|
+
error: 'serene-water',
|
|
145
|
+
blocked: 'serene-tones',
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
'corporate': {
|
|
149
|
+
description: 'Workplace appropriate — clean clicks and subtle pings',
|
|
150
|
+
activePack: 'office-minimal',
|
|
151
|
+
eventPacks: {
|
|
152
|
+
done: 'office-minimal',
|
|
153
|
+
permission: 'office-digital',
|
|
154
|
+
complete: 'office-digital',
|
|
155
|
+
error: 'office-minimal',
|
|
156
|
+
blocked: 'office-classic',
|
|
157
|
+
},
|
|
158
|
+
},
|
|
159
|
+
'outdoors': {
|
|
160
|
+
description: 'Bring nature inside — birds, waves, and weather',
|
|
161
|
+
activePack: 'nature-forest',
|
|
162
|
+
eventPacks: {
|
|
163
|
+
done: 'nature-forest',
|
|
164
|
+
permission: 'nature-animals',
|
|
165
|
+
complete: 'nature-ocean',
|
|
166
|
+
error: 'nature-weather',
|
|
167
|
+
blocked: 'nature-night',
|
|
168
|
+
},
|
|
169
|
+
},
|
|
170
|
+
'nightshift': {
|
|
171
|
+
description: 'Late night coding — crickets, owls, and soft tones',
|
|
172
|
+
activePack: 'nature-night',
|
|
173
|
+
eventPacks: {
|
|
174
|
+
done: 'serene-tones',
|
|
175
|
+
permission: 'nature-night',
|
|
176
|
+
complete: 'serene-bells',
|
|
177
|
+
error: 'nature-weather',
|
|
178
|
+
blocked: 'nature-night',
|
|
179
|
+
},
|
|
180
|
+
},
|
|
137
181
|
'chaos': {
|
|
138
182
|
description: 'Random pack for every event — maximum variety',
|
|
139
183
|
activePack: '7kaa-soldiers',
|
|
@@ -142,7 +186,7 @@ const THEMES = {
|
|
|
142
186
|
permission: 'openarena-announcer',
|
|
143
187
|
complete: 'warzone2100-command',
|
|
144
188
|
error: 'freedoom-arsenal',
|
|
145
|
-
blocked: '
|
|
189
|
+
blocked: 'nature-weather',
|
|
146
190
|
},
|
|
147
191
|
},
|
|
148
192
|
};
|