@gesslar/uglier 2.4.0 → 2.4.1
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.txt +12 -0
- package/README.md +4 -4
- package/package.json +11 -13
- package/UNLICENSE.txt +0 -24
package/LICENSE.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Copyright (C) 2026 by Brian M. Workman bmw@gesslar.dev
|
|
2
|
+
|
|
3
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
4
|
+
purpose with or without fee is hereby granted.
|
|
5
|
+
|
|
6
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
7
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
8
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
9
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
10
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
11
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
12
|
+
PERFORMANCE OF THIS SOFTWARE.
|
package/README.md
CHANGED
|
@@ -253,17 +253,17 @@ it, you good-deed profiteer.
|
|
|
253
253
|
|
|
254
254
|
## License
|
|
255
255
|
|
|
256
|
-
uglier is released
|
|
257
|
-
[Unlicense](UNLICENSE.txt).
|
|
256
|
+
`@gesslar/uglier` is released under the [0BSD](LICENSE.txt).
|
|
258
257
|
|
|
259
258
|
This package includes or depends on third-party components under their own
|
|
260
259
|
licenses:
|
|
261
260
|
|
|
262
261
|
| Dependency | License |
|
|
263
262
|
| --- | --- |
|
|
264
|
-
| [@gesslar/colours](https://github.com/gesslar/colours) |
|
|
265
|
-
| [@gesslar/toolkit](https://github.com/gesslar/toolkit) |
|
|
263
|
+
| [@gesslar/colours](https://github.com/gesslar/colours) | 0BSD |
|
|
264
|
+
| [@gesslar/toolkit](https://github.com/gesslar/toolkit) | 0BSD |
|
|
266
265
|
| [@skarab/detect-package-manager](https://github.com/skarab42/detect-package-manager) | MIT |
|
|
267
266
|
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic) | MIT |
|
|
267
|
+
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | MIT |
|
|
268
268
|
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | BSD-3-Clause |
|
|
269
269
|
| [globals](https://github.com/sindresorhus/globals) | MIT |
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"name": "gesslar",
|
|
6
6
|
"url": "https://gesslar.dev"
|
|
7
7
|
},
|
|
8
|
-
"version": "2.4.
|
|
8
|
+
"version": "2.4.1",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/gesslar/uglier.git"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"src",
|
|
25
25
|
"bin",
|
|
26
|
-
"
|
|
26
|
+
"LICENSE.txt"
|
|
27
27
|
],
|
|
28
28
|
"keywords": [
|
|
29
29
|
"eslint",
|
|
@@ -48,26 +48,24 @@
|
|
|
48
48
|
"patch": "npm version patch",
|
|
49
49
|
"minor": "npm version minor",
|
|
50
50
|
"major": "npm version major",
|
|
51
|
-
"docs
|
|
52
|
-
"docs:build": "cd docs && npm run build",
|
|
53
|
-
"docs:deploy": "gh workflow run deploy-docs.yml"
|
|
51
|
+
"docs": "gh workflow run ReleaseStarlight.yaml"
|
|
54
52
|
},
|
|
55
|
-
"license": "
|
|
53
|
+
"license": "0BSD",
|
|
56
54
|
"engines": {
|
|
57
|
-
"node": ">=24.
|
|
55
|
+
"node": ">=24.11.0"
|
|
58
56
|
},
|
|
59
57
|
"dependencies": {
|
|
60
|
-
"@gesslar/colours": ">=0.
|
|
61
|
-
"@gesslar/toolkit": ">=
|
|
58
|
+
"@gesslar/colours": ">=1.0.0",
|
|
59
|
+
"@gesslar/toolkit": ">=5.0.1",
|
|
62
60
|
"@skarab/detect-package-manager": ">=1.0.0",
|
|
63
61
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
64
|
-
"eslint-plugin-astro": "^1.
|
|
65
|
-
"eslint-plugin-jsdoc": ">=62.
|
|
62
|
+
"eslint-plugin-astro": "^1.7.0",
|
|
63
|
+
"eslint-plugin-jsdoc": ">=62.9.0",
|
|
66
64
|
"globals": ">=17.4.0"
|
|
67
65
|
},
|
|
68
66
|
"devDependencies": {
|
|
69
|
-
"@gesslar/uglier": ">=2.
|
|
70
|
-
"eslint": ">=10.
|
|
67
|
+
"@gesslar/uglier": ">=2.4.0",
|
|
68
|
+
"eslint": ">=10.2.0",
|
|
71
69
|
"typescript": "^6.0.2"
|
|
72
70
|
}
|
|
73
71
|
}
|
package/UNLICENSE.txt
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
This is free and unencumbered software released into the public domain.
|
|
2
|
-
|
|
3
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
4
|
-
distribute this software, either in source code form or as a compiled
|
|
5
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
|
6
|
-
means.
|
|
7
|
-
|
|
8
|
-
In jurisdictions that recognize copyright laws, the author or authors
|
|
9
|
-
of this software dedicate any and all copyright interest in the
|
|
10
|
-
software to the public domain. We make this dedication for the benefit
|
|
11
|
-
of the public at large and to the detriment of our heirs and
|
|
12
|
-
successors. We intend this dedication to be an overt act of
|
|
13
|
-
relinquishment in perpetuity of all present and future rights to this
|
|
14
|
-
software under copyright law.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
19
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
20
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
21
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
22
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
23
|
-
|
|
24
|
-
For more information, please refer to <https://unlicense.org>
|