diff --git a/LICENSE b/LICENSE index 07499f66..22f51c71 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -MIT License +The MIT License -quickjs-emscripten copyright (c) 2019 Jake Teton-Landis +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/quickjs-emscripten-core/LICENSE b/packages/quickjs-emscripten-core/LICENSE new file mode 100644 index 00000000..22f51c71 --- /dev/null +++ b/packages/quickjs-emscripten-core/LICENSE @@ -0,0 +1,21 @@ +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/quickjs-emscripten-core/package.json b/packages/quickjs-emscripten-core/package.json index cdadac14..ef510604 100644 --- a/packages/quickjs-emscripten-core/package.json +++ b/packages/quickjs-emscripten-core/package.json @@ -23,6 +23,7 @@ "url": "https://github.com/justjake/quickjs-emscripten" }, "files": [ + "LICENSE", "dist/**/*", "!dist/*.test.js", "!dist/*.tsbuildinfo" diff --git a/packages/quickjs-emscripten/LICENSE b/packages/quickjs-emscripten/LICENSE new file mode 100644 index 00000000..22f51c71 --- /dev/null +++ b/packages/quickjs-emscripten/LICENSE @@ -0,0 +1,21 @@ +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/quickjs-emscripten/package.json b/packages/quickjs-emscripten/package.json index dc9cd7fb..b8f12dff 100644 --- a/packages/quickjs-emscripten/package.json +++ b/packages/quickjs-emscripten/package.json @@ -23,6 +23,7 @@ "url": "https://jake.tl" }, "files": [ + "LICENSE", "dist/**/*", "!dist/*.test.js", "!dist/*.tsbuildinfo" diff --git a/packages/quickjs-ffi-types/LICENSE b/packages/quickjs-ffi-types/LICENSE new file mode 100644 index 00000000..22f51c71 --- /dev/null +++ b/packages/quickjs-ffi-types/LICENSE @@ -0,0 +1,21 @@ +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/quickjs-ffi-types/package.json b/packages/quickjs-ffi-types/package.json index 7f477878..296c9878 100644 --- a/packages/quickjs-ffi-types/package.json +++ b/packages/quickjs-ffi-types/package.json @@ -1,6 +1,7 @@ { "name": "@jitl/quickjs-ffi-types", "version": "0.28.0", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" @@ -15,6 +16,7 @@ "clean": "git clean -fx dist" }, "files": [ + "LICENSE", "dist/**/*" ], "types": "dist/index.d.ts", diff --git a/packages/variant-quickjs-ng-wasmfile-debug-asyncify/LICENSE b/packages/variant-quickjs-ng-wasmfile-debug-asyncify/LICENSE new file mode 100644 index 00000000..f2712b5a --- /dev/null +++ b/packages/variant-quickjs-ng-wasmfile-debug-asyncify/LICENSE @@ -0,0 +1,49 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs-ng: +The MIT License (MIT) + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon +Copyright (c) 2023 Ben Noordhuis +Copyright (c) 2023 Saúl Ibarra Corretgé + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json b/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json index 9c575306..342af150 100644 --- a/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json +++ b/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-ng-wasmfile-debug-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-ng-wasmfile-debug-sync/LICENSE b/packages/variant-quickjs-ng-wasmfile-debug-sync/LICENSE new file mode 100644 index 00000000..f2712b5a --- /dev/null +++ b/packages/variant-quickjs-ng-wasmfile-debug-sync/LICENSE @@ -0,0 +1,49 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs-ng: +The MIT License (MIT) + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon +Copyright (c) 2023 Ben Noordhuis +Copyright (c) 2023 Saúl Ibarra Corretgé + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-ng-wasmfile-debug-sync/package.json b/packages/variant-quickjs-ng-wasmfile-debug-sync/package.json index faa4b4e9..77d9dc11 100644 --- a/packages/variant-quickjs-ng-wasmfile-debug-sync/package.json +++ b/packages/variant-quickjs-ng-wasmfile-debug-sync/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-ng-wasmfile-debug-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-ng-wasmfile-release-asyncify/LICENSE b/packages/variant-quickjs-ng-wasmfile-release-asyncify/LICENSE new file mode 100644 index 00000000..f2712b5a --- /dev/null +++ b/packages/variant-quickjs-ng-wasmfile-release-asyncify/LICENSE @@ -0,0 +1,49 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs-ng: +The MIT License (MIT) + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon +Copyright (c) 2023 Ben Noordhuis +Copyright (c) 2023 Saúl Ibarra Corretgé + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-ng-wasmfile-release-asyncify/package.json b/packages/variant-quickjs-ng-wasmfile-release-asyncify/package.json index cebbf5ec..efea3aa7 100644 --- a/packages/variant-quickjs-ng-wasmfile-release-asyncify/package.json +++ b/packages/variant-quickjs-ng-wasmfile-release-asyncify/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-ng-wasmfile-release-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-ng-wasmfile-release-sync/LICENSE b/packages/variant-quickjs-ng-wasmfile-release-sync/LICENSE new file mode 100644 index 00000000..f2712b5a --- /dev/null +++ b/packages/variant-quickjs-ng-wasmfile-release-sync/LICENSE @@ -0,0 +1,49 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs-ng: +The MIT License (MIT) + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon +Copyright (c) 2023 Ben Noordhuis +Copyright (c) 2023 Saúl Ibarra Corretgé + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-ng-wasmfile-release-sync/package.json b/packages/variant-quickjs-ng-wasmfile-release-sync/package.json index 80457a97..4b40f646 100644 --- a/packages/variant-quickjs-ng-wasmfile-release-sync/package.json +++ b/packages/variant-quickjs-ng-wasmfile-release-sync/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-ng-wasmfile-release-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-browser-debug-asyncify/LICENSE b/packages/variant-quickjs-singlefile-browser-debug-asyncify/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-browser-debug-asyncify/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json b/packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json index 63db3777..488b8f8b 100644 --- a/packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-browser-debug-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-browser-debug-sync/LICENSE b/packages/variant-quickjs-singlefile-browser-debug-sync/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-browser-debug-sync/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-browser-debug-sync/package.json b/packages/variant-quickjs-singlefile-browser-debug-sync/package.json index b0c7b9a4..db8ecc3b 100644 --- a/packages/variant-quickjs-singlefile-browser-debug-sync/package.json +++ b/packages/variant-quickjs-singlefile-browser-debug-sync/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-browser-debug-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-browser-release-asyncify/LICENSE b/packages/variant-quickjs-singlefile-browser-release-asyncify/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-browser-release-asyncify/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-browser-release-asyncify/package.json b/packages/variant-quickjs-singlefile-browser-release-asyncify/package.json index 0a98babd..902adbda 100644 --- a/packages/variant-quickjs-singlefile-browser-release-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-browser-release-asyncify/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-browser-release-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-browser-release-sync/LICENSE b/packages/variant-quickjs-singlefile-browser-release-sync/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-browser-release-sync/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-browser-release-sync/package.json b/packages/variant-quickjs-singlefile-browser-release-sync/package.json index f78a0de9..c4a9b1e7 100644 --- a/packages/variant-quickjs-singlefile-browser-release-sync/package.json +++ b/packages/variant-quickjs-singlefile-browser-release-sync/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-browser-release-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-cjs-debug-asyncify/LICENSE b/packages/variant-quickjs-singlefile-cjs-debug-asyncify/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-cjs-debug-asyncify/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-cjs-debug-asyncify/package.json b/packages/variant-quickjs-singlefile-cjs-debug-asyncify/package.json index dcfb9ad6..91872fcd 100644 --- a/packages/variant-quickjs-singlefile-cjs-debug-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-cjs-debug-asyncify/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-cjs-debug-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-cjs-debug-sync/LICENSE b/packages/variant-quickjs-singlefile-cjs-debug-sync/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-cjs-debug-sync/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-cjs-debug-sync/package.json b/packages/variant-quickjs-singlefile-cjs-debug-sync/package.json index 042eef39..3f222263 100644 --- a/packages/variant-quickjs-singlefile-cjs-debug-sync/package.json +++ b/packages/variant-quickjs-singlefile-cjs-debug-sync/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-cjs-debug-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-cjs-release-asyncify/LICENSE b/packages/variant-quickjs-singlefile-cjs-release-asyncify/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-cjs-release-asyncify/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-cjs-release-asyncify/package.json b/packages/variant-quickjs-singlefile-cjs-release-asyncify/package.json index b166c261..e170b5e1 100644 --- a/packages/variant-quickjs-singlefile-cjs-release-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-cjs-release-asyncify/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-cjs-release-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-cjs-release-sync/LICENSE b/packages/variant-quickjs-singlefile-cjs-release-sync/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-cjs-release-sync/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-cjs-release-sync/package.json b/packages/variant-quickjs-singlefile-cjs-release-sync/package.json index 28c24a1e..288cac6e 100644 --- a/packages/variant-quickjs-singlefile-cjs-release-sync/package.json +++ b/packages/variant-quickjs-singlefile-cjs-release-sync/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-cjs-release-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-mjs-debug-asyncify/LICENSE b/packages/variant-quickjs-singlefile-mjs-debug-asyncify/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-mjs-debug-asyncify/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-mjs-debug-asyncify/package.json b/packages/variant-quickjs-singlefile-mjs-debug-asyncify/package.json index 6816842f..a88f758f 100644 --- a/packages/variant-quickjs-singlefile-mjs-debug-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-mjs-debug-asyncify/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-mjs-debug-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-mjs-debug-sync/LICENSE b/packages/variant-quickjs-singlefile-mjs-debug-sync/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-mjs-debug-sync/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-mjs-debug-sync/package.json b/packages/variant-quickjs-singlefile-mjs-debug-sync/package.json index 15a08c46..e013c845 100644 --- a/packages/variant-quickjs-singlefile-mjs-debug-sync/package.json +++ b/packages/variant-quickjs-singlefile-mjs-debug-sync/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-mjs-debug-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-mjs-release-asyncify/LICENSE b/packages/variant-quickjs-singlefile-mjs-release-asyncify/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-mjs-release-asyncify/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-mjs-release-asyncify/package.json b/packages/variant-quickjs-singlefile-mjs-release-asyncify/package.json index 173990b7..7f318990 100644 --- a/packages/variant-quickjs-singlefile-mjs-release-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-mjs-release-asyncify/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-mjs-release-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-singlefile-mjs-release-sync/LICENSE b/packages/variant-quickjs-singlefile-mjs-release-sync/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-singlefile-mjs-release-sync/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-singlefile-mjs-release-sync/package.json b/packages/variant-quickjs-singlefile-mjs-release-sync/package.json index a1e87088..9e78bc4a 100644 --- a/packages/variant-quickjs-singlefile-mjs-release-sync/package.json +++ b/packages/variant-quickjs-singlefile-mjs-release-sync/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-singlefile-mjs-release-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-wasmfile-debug-asyncify/LICENSE b/packages/variant-quickjs-wasmfile-debug-asyncify/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-wasmfile-debug-asyncify/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-wasmfile-debug-asyncify/package.json b/packages/variant-quickjs-wasmfile-debug-asyncify/package.json index 47d4b064..8dc16ac8 100644 --- a/packages/variant-quickjs-wasmfile-debug-asyncify/package.json +++ b/packages/variant-quickjs-wasmfile-debug-asyncify/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-wasmfile-debug-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-wasmfile-debug-sync/LICENSE b/packages/variant-quickjs-wasmfile-debug-sync/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-wasmfile-debug-sync/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-wasmfile-debug-sync/package.json b/packages/variant-quickjs-wasmfile-debug-sync/package.json index d19f8426..8047ac4f 100644 --- a/packages/variant-quickjs-wasmfile-debug-sync/package.json +++ b/packages/variant-quickjs-wasmfile-debug-sync/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-wasmfile-debug-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-wasmfile-release-asyncify/LICENSE b/packages/variant-quickjs-wasmfile-release-asyncify/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-wasmfile-release-asyncify/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-wasmfile-release-asyncify/package.json b/packages/variant-quickjs-wasmfile-release-asyncify/package.json index 597afc7e..f277c65f 100644 --- a/packages/variant-quickjs-wasmfile-release-asyncify/package.json +++ b/packages/variant-quickjs-wasmfile-release-asyncify/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-wasmfile-release-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/packages/variant-quickjs-wasmfile-release-sync/LICENSE b/packages/variant-quickjs-wasmfile-release-sync/LICENSE new file mode 100644 index 00000000..92facdd2 --- /dev/null +++ b/packages/variant-quickjs-wasmfile-release-sync/LICENSE @@ -0,0 +1,47 @@ +quickjs-emscripten: +The MIT License + +quickjs-emscripten copyright (c) 2019-2024 Jake Teton-Landis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +quickjs: +QuickJS Javascript Engine + +Copyright (c) 2017-2021 Fabrice Bellard +Copyright (c) 2017-2021 Charlie Gordon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/packages/variant-quickjs-wasmfile-release-sync/package.json b/packages/variant-quickjs-wasmfile-release-sync/package.json index 55ff0245..646f04a0 100644 --- a/packages/variant-quickjs-wasmfile-release-sync/package.json +++ b/packages/variant-quickjs-wasmfile-release-sync/package.json @@ -1,5 +1,6 @@ { "name": "@jitl/quickjs-wasmfile-release-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -20,6 +21,8 @@ "prepare": "yarn clean && yarn build" }, "files": [ + "LICENSE", + "README.md", "dist/**/*", "!dist/*.tsbuildinfo" ], diff --git a/scripts/helpers.ts b/scripts/helpers.ts index 062acc40..a16b18e4 100644 --- a/scripts/helpers.ts +++ b/scripts/helpers.ts @@ -123,7 +123,8 @@ export function resolve(...parts: string[]) { export async function writePretty(filePath: string, text: string) { let output = text - const isPrettierUnsupportedType = filePath.endsWith(".mk") || filePath.endsWith("Makefile") + const isPrettierUnsupportedType = + filePath.endsWith(".mk") || filePath.endsWith("Makefile") || path.extname(filePath) === "" if (!isPrettierUnsupportedType) { const prettierConfig = (await prettier.resolveConfig(filePath)) ?? {} output = await prettier.format(text, { @@ -162,6 +163,7 @@ export function tryReadJson(filepath: string): T | undefined { export interface PackageJson { name: string + license: "MIT" | undefined type?: "module" private?: boolean version: string diff --git a/scripts/prepareVariants.ts b/scripts/prepareVariants.ts index 7148994e..daf4c355 100755 --- a/scripts/prepareVariants.ts +++ b/scripts/prepareVariants.ts @@ -308,6 +308,13 @@ async function main() { ), ) + // Maintain license files + const coreDir = path.join(repoRoot, "packages/quickjs-emscripten-core") + const mainDir = path.join(repoRoot, "packages/quickjs-emscripten") + for (const ownPackage of [coreDir, mainDir, ffiTypesDir]) { + fs.copyFileSync(path.join(repoRoot, "LICENSE"), path.join(ownPackage, "LICENSE")) + } + for (const [targetName, variants] of Object.entries(targets)) { for (const variant of variants) { const basename = getTargetPackageSuffix(targetName, variant) @@ -342,6 +349,7 @@ async function main() { const packageJson: PackageJson = { name: `@jitl/${basename}`, + license: rootPackageJson?.license, version: existingPackageJson?.version ?? rootPackageJson?.version ?? "0.0.0", description: `Variant of quickjs library: ${variant.description}`, sideEffects: false, @@ -361,7 +369,7 @@ async function main() { clean: "make clean", prepare: "yarn clean && yarn build", }, - files: ["dist/**/*", "!dist/*.tsbuildinfo"], + files: ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], types: indexExports.types, main: indexExports.main, module: indexExports.module, @@ -434,6 +442,7 @@ async function main() { variantsJson[finalVariant.dir] = finalVariant await writePretty(path.join(dir, "package.json"), JSON.stringify(packageJson)) + await writePretty(path.join(dir, "LICENSE"), renderLicense(targetName, variant)) await writePretty(path.join(dir, "tsconfig.json"), JSON.stringify(tsConfig)) await writePretty(path.join(dir, "typedoc.json"), JSON.stringify(typedocConfig)) await writePretty(path.join(dir, "README.md"), renderReadme(targetName, variant, packageJson)) @@ -738,6 +747,15 @@ function renderFfiTs(targetName: string, variant: BuildVariant): string { return buildFFI(...createContext(env)) } +function renderLicense(targetName: string, variant: BuildVariant): string { + const baseLicense = fs.readFileSync(path.join(repoRoot, "LICENSE"), "utf-8") + const libraryLicense = fs.readFileSync( + path.join(repoRoot, CLibrarySubtree[variant.library], "LICENSE"), + "utf-8", + ) + return `quickjs-emscripten:\n${baseLicense}\n\n${variant.library}:\n${libraryLicense}` +} + function getTsupExtensions(variant: BuildVariant) { const wantsESM = Boolean(variant.exports.import || variant.exports.browser) const wantsCJS = Boolean(variant.exports.require) diff --git a/variants.json b/variants.json index 8b0186a9..4d63b1c2 100644 --- a/variants.json +++ b/variants.json @@ -5,6 +5,7 @@ "dir": "packages/variant-quickjs-wasmfile-debug-sync", "packageJson": { "name": "@jitl/quickjs-wasmfile-debug-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -18,7 +19,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -71,6 +72,7 @@ "dir": "packages/variant-quickjs-wasmfile-debug-asyncify", "packageJson": { "name": "@jitl/quickjs-wasmfile-debug-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -84,7 +86,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -137,6 +139,7 @@ "dir": "packages/variant-quickjs-wasmfile-release-sync", "packageJson": { "name": "@jitl/quickjs-wasmfile-release-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -150,7 +153,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -203,6 +206,7 @@ "dir": "packages/variant-quickjs-wasmfile-release-asyncify", "packageJson": { "name": "@jitl/quickjs-wasmfile-release-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -216,7 +220,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -269,6 +273,7 @@ "dir": "packages/variant-quickjs-ng-wasmfile-debug-sync", "packageJson": { "name": "@jitl/quickjs-ng-wasmfile-debug-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -282,7 +287,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -335,6 +340,7 @@ "dir": "packages/variant-quickjs-ng-wasmfile-debug-asyncify", "packageJson": { "name": "@jitl/quickjs-ng-wasmfile-debug-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -348,7 +354,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -401,6 +407,7 @@ "dir": "packages/variant-quickjs-ng-wasmfile-release-sync", "packageJson": { "name": "@jitl/quickjs-ng-wasmfile-release-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -414,7 +421,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -467,6 +474,7 @@ "dir": "packages/variant-quickjs-ng-wasmfile-release-asyncify", "packageJson": { "name": "@jitl/quickjs-ng-wasmfile-release-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, @@ -480,7 +488,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -533,6 +541,7 @@ "dir": "packages/variant-quickjs-singlefile-cjs-debug-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-debug-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, @@ -546,7 +555,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "exports": { @@ -589,6 +598,7 @@ "dir": "packages/variant-quickjs-singlefile-cjs-debug-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-debug-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, @@ -602,7 +612,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "exports": { @@ -645,6 +655,7 @@ "dir": "packages/variant-quickjs-singlefile-cjs-release-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-release-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, @@ -658,7 +669,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "exports": { @@ -701,6 +712,7 @@ "dir": "packages/variant-quickjs-singlefile-cjs-release-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-release-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, @@ -714,7 +726,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.ts", "main": "./dist/index.js", "exports": { @@ -757,6 +769,7 @@ "dir": "packages/variant-quickjs-singlefile-mjs-debug-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-debug-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, @@ -770,7 +783,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.mts", "main": "./dist/index.mjs", "module": "./dist/index.mjs", @@ -809,6 +822,7 @@ "dir": "packages/variant-quickjs-singlefile-mjs-debug-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-debug-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, @@ -822,7 +836,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.mts", "main": "./dist/index.mjs", "module": "./dist/index.mjs", @@ -861,6 +875,7 @@ "dir": "packages/variant-quickjs-singlefile-mjs-release-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-release-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, @@ -874,7 +889,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.mts", "main": "./dist/index.mjs", "module": "./dist/index.mjs", @@ -913,6 +928,7 @@ "dir": "packages/variant-quickjs-singlefile-mjs-release-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-release-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, @@ -926,7 +942,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.mts", "main": "./dist/index.mjs", "module": "./dist/index.mjs", @@ -965,6 +981,7 @@ "dir": "packages/variant-quickjs-singlefile-browser-debug-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-browser-debug-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, @@ -978,7 +995,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.mts", "main": "./dist/index.mjs", "module": "./dist/index.mjs", @@ -1019,6 +1036,7 @@ "dir": "packages/variant-quickjs-singlefile-browser-debug-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-browser-debug-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, @@ -1032,7 +1050,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.mts", "main": "./dist/index.mjs", "module": "./dist/index.mjs", @@ -1073,6 +1091,7 @@ "dir": "packages/variant-quickjs-singlefile-browser-release-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-browser-release-sync", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, @@ -1086,7 +1105,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.mts", "main": "./dist/index.mjs", "module": "./dist/index.mjs", @@ -1127,6 +1146,7 @@ "dir": "packages/variant-quickjs-singlefile-browser-release-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-browser-release-asyncify", + "license": "MIT", "version": "0.28.0", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, @@ -1140,7 +1160,7 @@ "clean": "make clean", "prepare": "yarn clean && yarn build" }, - "files": ["dist/**/*", "!dist/*.tsbuildinfo"], + "files": ["LICENSE", "README.md", "dist/**/*", "!dist/*.tsbuildinfo"], "types": "./dist/index.d.mts", "main": "./dist/index.mjs", "module": "./dist/index.mjs",