muuuuse 0.1.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.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/index.js +4 -0
  3. package/package.json +16 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # muuuuse
2
+
3
+ Reserved npm handle for the Muuuuse local multi-seat lane.
4
+
5
+ This package currently exists to reserve the npm namespace for the corresponding lmtlssss project lane.
package/index.js ADDED
@@ -0,0 +1,4 @@
1
+ module.exports = {
2
+ name: 'muuuuse',
3
+ purpose: "Reserved npm handle for the Muuuuse local multi-seat lane."
4
+ };
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "muuuuse",
3
+ "version": "0.1.0",
4
+ "description": "Reserved npm handle for the Muuuuse local multi-seat lane.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/lmtlssss/muuuuse.git"
9
+ },
10
+ "homepage": "https://lmtlssss.fun/",
11
+ "keywords": [
12
+ "lmtlssss",
13
+ "reserved-handle"
14
+ ],
15
+ "main": "index.js"
16
+ }