@createiq/frontend-licenses 1.0.43 → 1.0.44
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/dist/index.cjs +10 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +10 -0
- package/dist/index.js.map +1 -1
- package/oss-licenses.json +10 -0
- package/oss-licenses.json.sha256 +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -11150,6 +11150,16 @@ Exhibit B - \u201CIncompatible With Secondary Licenses\u201D Notice
|
|
|
11150
11150
|
licenseText: 'MIT License\n\nCopyright (c) 2020 Roland Groza\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
|
|
11151
11151
|
copyrightText: "Copyright (c) 2020 Roland Groza"
|
|
11152
11152
|
},
|
|
11153
|
+
{
|
|
11154
|
+
name: "flatqueue",
|
|
11155
|
+
author: "Vladimir Agafonkin",
|
|
11156
|
+
website: "https://github.com/mourner/flatqueue#readme",
|
|
11157
|
+
licenses: {
|
|
11158
|
+
license: "ISC"
|
|
11159
|
+
},
|
|
11160
|
+
licenseText: 'ISC License\n\nCopyright (c) 2025, Volodymyr Agafonkin\n\nPermission to use, copy, modify, and/or distribute this software for any purpose\nwith or without fee is hereby granted, provided that the above copyright notice\nand this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\nOF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\nTORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\nTHIS SOFTWARE.\n',
|
|
11161
|
+
copyrightText: "Copyright (c) 2025, Volodymyr Agafonkin"
|
|
11162
|
+
},
|
|
11153
11163
|
{
|
|
11154
11164
|
name: "fold-to-ascii",
|
|
11155
11165
|
author: "Moritz Platt",
|