|
@@ -8,7 +8,9 @@
|
|
"name": "project6",
|
|
"name": "project6",
|
|
"version": "0.0.0",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "axios": "^1.11.0",
|
|
"pinia": "^3.0.3",
|
|
"pinia": "^3.0.3",
|
|
|
|
+ "sass": "^1.92.1",
|
|
"vue": "^3.5.18",
|
|
"vue": "^3.5.18",
|
|
"vue-router": "^4.5.1"
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
},
|
|
@@ -973,6 +975,302 @@
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@parcel/watcher": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "detect-libc": "^1.0.3",
|
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
|
+ "micromatch": "^4.0.5",
|
|
|
|
+ "node-addon-api": "^7.0.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ },
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
+ "@parcel/watcher-android-arm64": "2.5.1",
|
|
|
|
+ "@parcel/watcher-darwin-arm64": "2.5.1",
|
|
|
|
+ "@parcel/watcher-darwin-x64": "2.5.1",
|
|
|
|
+ "@parcel/watcher-freebsd-x64": "2.5.1",
|
|
|
|
+ "@parcel/watcher-linux-arm-glibc": "2.5.1",
|
|
|
|
+ "@parcel/watcher-linux-arm-musl": "2.5.1",
|
|
|
|
+ "@parcel/watcher-linux-arm64-glibc": "2.5.1",
|
|
|
|
+ "@parcel/watcher-linux-arm64-musl": "2.5.1",
|
|
|
|
+ "@parcel/watcher-linux-x64-glibc": "2.5.1",
|
|
|
|
+ "@parcel/watcher-linux-x64-musl": "2.5.1",
|
|
|
|
+ "@parcel/watcher-win32-arm64": "2.5.1",
|
|
|
|
+ "@parcel/watcher-win32-ia32": "2.5.1",
|
|
|
|
+ "@parcel/watcher-win32-x64": "2.5.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-android-arm64": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "android"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-darwin-arm64": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "darwin"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-darwin-x64": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "darwin"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-freebsd-x64": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "freebsd"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-linux-arm-glibc": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-linux-arm-musl": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-linux-arm64-glibc": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-linux-arm64-musl": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-linux-x64-glibc": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-linux-x64-musl": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-win32-arm64": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "win32"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-win32-ia32": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "ia32"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "win32"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@parcel/watcher-win32-x64": {
|
|
|
|
+ "version": "2.5.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "win32"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 10.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/parcel"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@polka/url": {
|
|
"node_modules/@polka/url": {
|
|
"version": "1.0.0-next.29",
|
|
"version": "1.0.0-next.29",
|
|
"resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
|
|
"resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
|
|
@@ -1678,6 +1976,23 @@
|
|
"node": ">=14"
|
|
"node": ">=14"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/asynckit": {
|
|
|
|
+ "version": "0.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/axios": {
|
|
|
|
+ "version": "1.11.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
|
|
|
|
+ "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "follow-redirects": "^1.15.6",
|
|
|
|
+ "form-data": "^4.0.4",
|
|
|
|
+ "proxy-from-env": "^1.1.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/birpc": {
|
|
"node_modules/birpc": {
|
|
"version": "2.5.0",
|
|
"version": "2.5.0",
|
|
"resolved": "https://registry.npmjs.org/birpc/-/birpc-2.5.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/birpc/-/birpc-2.5.0.tgz",
|
|
@@ -1687,6 +2002,19 @@
|
|
"url": "https://github.com/sponsors/antfu"
|
|
"url": "https://github.com/sponsors/antfu"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/braces": {
|
|
|
|
+ "version": "3.0.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
|
|
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "fill-range": "^7.1.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=8"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/browserslist": {
|
|
"node_modules/browserslist": {
|
|
"version": "4.25.4",
|
|
"version": "4.25.4",
|
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.4.tgz",
|
|
@@ -1736,6 +2064,19 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/call-bind-apply-helpers": {
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/caniuse-lite": {
|
|
"node_modules/caniuse-lite": {
|
|
"version": "1.0.30001741",
|
|
"version": "1.0.30001741",
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001741.tgz",
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001741.tgz",
|
|
@@ -1757,6 +2098,33 @@
|
|
],
|
|
],
|
|
"license": "CC-BY-4.0"
|
|
"license": "CC-BY-4.0"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/chokidar": {
|
|
|
|
+ "version": "4.0.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
|
|
|
|
+ "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "readdirp": "^4.0.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 14.16.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/combined-stream": {
|
|
|
|
+ "version": "1.0.8",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
|
|
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "delayed-stream": "~1.0.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.8"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/convert-source-map": {
|
|
"node_modules/convert-source-map": {
|
|
"version": "2.0.0",
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
@@ -1891,6 +2259,42 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/delayed-stream": {
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.4.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/detect-libc": {
|
|
|
|
+ "version": "1.0.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
|
|
|
|
+ "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "bin": {
|
|
|
|
+ "detect-libc": "bin/detect-libc.js"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.10"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/dunder-proto": {
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "call-bind-apply-helpers": "^1.0.1",
|
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
|
+ "gopd": "^1.2.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/electron-to-chromium": {
|
|
"node_modules/electron-to-chromium": {
|
|
"version": "1.5.214",
|
|
"version": "1.5.214",
|
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.214.tgz",
|
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.214.tgz",
|
|
@@ -1920,6 +2324,51 @@
|
|
"url": "https://github.com/sponsors/antfu"
|
|
"url": "https://github.com/sponsors/antfu"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/es-define-property": {
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/es-errors": {
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/es-object-atoms": {
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "es-errors": "^1.3.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/es-set-tostringtag": {
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
|
+ "get-intrinsic": "^1.2.6",
|
|
|
|
+ "has-tostringtag": "^1.0.2",
|
|
|
|
+ "hasown": "^2.0.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/esbuild": {
|
|
"node_modules/esbuild": {
|
|
"version": "0.25.9",
|
|
"version": "0.25.9",
|
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz",
|
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz",
|
|
@@ -2039,6 +2488,55 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/fill-range": {
|
|
|
|
+ "version": "7.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "to-regex-range": "^5.0.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=8"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/follow-redirects": {
|
|
|
|
+ "version": "1.15.11",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
|
|
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "type": "individual",
|
|
|
|
+ "url": "https://github.com/sponsors/RubenVerborgh"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=4.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "debug": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/form-data": {
|
|
|
|
+ "version": "4.0.4",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
|
|
|
|
+ "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "asynckit": "^0.4.0",
|
|
|
|
+ "combined-stream": "^1.0.8",
|
|
|
|
+ "es-set-tostringtag": "^2.1.0",
|
|
|
|
+ "hasown": "^2.0.2",
|
|
|
|
+ "mime-types": "^2.1.12"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/fsevents": {
|
|
"node_modules/fsevents": {
|
|
"version": "2.3.3",
|
|
"version": "2.3.3",
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
@@ -2054,6 +2552,15 @@
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/function-bind": {
|
|
|
|
+ "version": "1.1.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
|
|
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/gensync": {
|
|
"node_modules/gensync": {
|
|
"version": "1.0.0-beta.2",
|
|
"version": "1.0.0-beta.2",
|
|
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
@@ -2064,6 +2571,43 @@
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/get-intrinsic": {
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "call-bind-apply-helpers": "^1.0.2",
|
|
|
|
+ "es-define-property": "^1.0.1",
|
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
|
+ "es-object-atoms": "^1.1.1",
|
|
|
|
+ "function-bind": "^1.1.2",
|
|
|
|
+ "get-proto": "^1.0.1",
|
|
|
|
+ "gopd": "^1.2.0",
|
|
|
|
+ "has-symbols": "^1.1.0",
|
|
|
|
+ "hasown": "^2.0.2",
|
|
|
|
+ "math-intrinsics": "^1.1.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/get-proto": {
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "dunder-proto": "^1.0.1",
|
|
|
|
+ "es-object-atoms": "^1.0.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/get-stream": {
|
|
"node_modules/get-stream": {
|
|
"version": "9.0.1",
|
|
"version": "9.0.1",
|
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz",
|
|
@@ -2081,6 +2625,57 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/gopd": {
|
|
|
|
+ "version": "1.2.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
|
|
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/has-symbols": {
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/has-tostringtag": {
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "has-symbols": "^1.0.3"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/hasown": {
|
|
|
|
+ "version": "2.0.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/he": {
|
|
"node_modules/he": {
|
|
"version": "1.2.0",
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
|
@@ -2107,6 +2702,12 @@
|
|
"node": ">=18.18.0"
|
|
"node": ">=18.18.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/immutable": {
|
|
|
|
+ "version": "5.1.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.3.tgz",
|
|
|
|
+ "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/is-docker": {
|
|
"node_modules/is-docker": {
|
|
"version": "3.0.0",
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
|
|
@@ -2123,6 +2724,29 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/is-extglob": {
|
|
|
|
+ "version": "2.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/is-glob": {
|
|
|
|
+ "version": "4.0.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
|
|
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "is-extglob": "^2.1.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/is-inside-container": {
|
|
"node_modules/is-inside-container": {
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
|
@@ -2142,6 +2766,16 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/is-number": {
|
|
|
|
+ "version": "7.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.12.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/is-plain-obj": {
|
|
"node_modules/is-plain-obj": {
|
|
"version": "4.1.0",
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
@@ -2288,6 +2922,15 @@
|
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/math-intrinsics": {
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/memorystream": {
|
|
"node_modules/memorystream": {
|
|
"version": "0.3.1",
|
|
"version": "0.3.1",
|
|
"resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
|
|
@@ -2297,6 +2940,54 @@
|
|
"node": ">= 0.10.0"
|
|
"node": ">= 0.10.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/micromatch": {
|
|
|
|
+ "version": "4.0.8",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
|
|
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "braces": "^3.0.3",
|
|
|
|
+ "picomatch": "^2.3.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=8.6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/micromatch/node_modules/picomatch": {
|
|
|
|
+ "version": "2.3.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
|
|
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=8.6"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/mime-db": {
|
|
|
|
+ "version": "1.52.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
|
|
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/mime-types": {
|
|
|
|
+ "version": "2.1.35",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
|
|
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "mime-db": "1.52.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/mitt": {
|
|
"node_modules/mitt": {
|
|
"version": "3.0.1",
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
|
|
@@ -2345,6 +3036,13 @@
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/node-addon-api": {
|
|
|
|
+ "version": "7.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
"node_modules/node-releases": {
|
|
"node_modules/node-releases": {
|
|
"version": "2.0.20",
|
|
"version": "2.0.20",
|
|
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.20.tgz",
|
|
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.20.tgz",
|
|
@@ -2618,6 +3316,12 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/proxy-from-env": {
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/read-package-json-fast": {
|
|
"node_modules/read-package-json-fast": {
|
|
"version": "4.0.0",
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
|
|
@@ -2632,6 +3336,19 @@
|
|
"node": "^18.17.0 || >=20.5.0"
|
|
"node": "^18.17.0 || >=20.5.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/readdirp": {
|
|
|
|
+ "version": "4.1.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
|
|
|
|
+ "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 14.18.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "individual",
|
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/rfdc": {
|
|
"node_modules/rfdc": {
|
|
"version": "1.4.1",
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
|
|
@@ -2692,6 +3409,26 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/sass": {
|
|
|
|
+ "version": "1.92.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.92.1.tgz",
|
|
|
|
+ "integrity": "sha512-ffmsdbwqb3XeyR8jJR6KelIXARM9bFQe8A6Q3W4Klmwy5Ckd5gz7jgUNHo4UOqutU5Sk1DtKLbpDP0nLCg1xqQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "chokidar": "^4.0.0",
|
|
|
|
+ "immutable": "^5.0.2",
|
|
|
|
+ "source-map-js": ">=0.6.2 <2.0.0"
|
|
|
|
+ },
|
|
|
|
+ "bin": {
|
|
|
|
+ "sass": "sass.js"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
+ },
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
+ "@parcel/watcher": "^2.4.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/semver": {
|
|
"node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"version": "6.3.1",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -2826,6 +3563,19 @@
|
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/to-regex-range": {
|
|
|
|
+ "version": "5.0.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "is-number": "^7.0.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=8.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/totalist": {
|
|
"node_modules/totalist": {
|
|
"version": "3.0.1",
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
|