permanent-underclass-darwin-x64 0.1.0-beta.7
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/README.md +14 -0
- package/bin/permanent-underclass +0 -0
- package/data/events/ai_researcher.jsonl +140 -0
- package/data/events/angel_investor.jsonl +137 -0
- package/data/events/chief_of_staff.jsonl +140 -0
- package/data/events/crypto_bro.jsonl +140 -0
- package/data/events/digital_nomad.jsonl +140 -0
- package/data/events/ex_faang_engineer.jsonl +140 -0
- package/data/events/freelance_designer.jsonl +140 -0
- package/data/events/hr_lady.jsonl +140 -0
- package/data/events/junior_dev.jsonl +148 -0
- package/data/events/marketing_manager.jsonl +150 -0
- package/data/events/plumber.jsonl +141 -0
- package/data/events/podcaster.jsonl +140 -0
- package/data/events/product_designer.jsonl +140 -0
- package/data/events/product_guy.jsonl +140 -0
- package/data/events/stealth_founder.jsonl +140 -0
- package/data/events/twitter_anon.jsonl +140 -0
- package/data/events/universal.jsonl +63 -0
- package/data/headlines.jsonl +61 -0
- package/data/sfx/GAMEVideo-seamless_looping_tra-Elevenlabs.mp3 +0 -0
- package/data/sfx/cutilatk-ringtone-4-387502.mp3 +0 -0
- package/data/sfx/glitch-004.mp3 +0 -0
- package/data/sfx/lesiakower-8-bit-energetic-drums-chiptune-beat-384593.mp3 +0 -0
- package/data/sprites/sprite_library.jsonl +2118 -0
- package/package.json +26 -0
- package/postinstall.cjs +12 -0
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# permanent-underclass-darwin-x64
|
|
2
|
+
|
|
3
|
+
Platform binary package for `permanent-underclass` on:
|
|
4
|
+
- macOS x64
|
|
5
|
+
|
|
6
|
+
This package also includes bundled runtime assets:
|
|
7
|
+
- `data/**/*.jsonl` runtime catalogs/content
|
|
8
|
+
- `data/sfx/*.mp3`
|
|
9
|
+
|
|
10
|
+
Users should install/run via the wrapper package:
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
npx --yes permanent-underclass@beta
|
|
14
|
+
```
|
|
Binary file
|