|
@@ -8,7 +8,12 @@
|
|
|
"name": "toeasy",
|
|
"name": "toeasy",
|
|
|
"version": "0.0.1",
|
|
"version": "0.0.1",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "layerchart": "^1.0.12"
|
|
|
|
|
|
|
+ "@schedule-x/calendar": "^3.3.0",
|
|
|
|
|
+ "@schedule-x/svelte": "^3.0.0",
|
|
|
|
|
+ "@schedule-x/theme-default": "^3.3.0",
|
|
|
|
|
+ "flatpickr": "^4.6.13",
|
|
|
|
|
+ "layerchart": "^1.0.12",
|
|
|
|
|
+ "temporal-polyfill": "^0.3.0"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
@@ -690,6 +695,34 @@
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@preact/signals": {
|
|
|
|
|
+ "version": "2.3.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@preact/signals/-/signals-2.3.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-Q22avIn4z0BQnmFeo6Y5HCnJTo8VufN84zN51OtqeNgZOVCYgdwEOcJKVX1x/IrjRVxUnOy6Ubn7H5aVFujXaQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peer": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@preact/signals-core": "^1.12.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/preact"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "preact": ">= 10.25.0 || >=11.0.0-0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@preact/signals-core": {
|
|
|
|
|
+ "version": "1.12.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@preact/signals-core/-/signals-core-1.12.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-BwbTXpj+9QutoZLQvbttRg5x3l5468qaV2kufh+51yha1c53ep5dY4kTuZR35+3pAZxpfQerGJiQqg34ZNZ6uA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peer": true,
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/preact"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
|
"version": "4.49.0",
|
|
"version": "4.49.0",
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.49.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.49.0.tgz",
|
|
@@ -970,6 +1003,44 @@
|
|
|
"win32"
|
|
"win32"
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@schedule-x/calendar": {
|
|
|
|
|
+ "version": "3.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@schedule-x/calendar/-/calendar-3.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-wPzRM/zlTy1HTeqxJfGGp5PdhAyFEKvNb1Kcsdavig+X+80mWEpBbxvachoQgy5TUI9gSVdcPdxBIOmnW8bS9w==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@preact/signals": "^2.0.2",
|
|
|
|
|
+ "preact": "^10.19.2",
|
|
|
|
|
+ "temporal-polyfill": "0.3.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@schedule-x/shared": {
|
|
|
|
|
+ "version": "3.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@schedule-x/shared/-/shared-3.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-VbPsoXEmQUZlANFEs58yDUS6fizsKZ8T8RwcTk6D9hvaNdjblZdHF7vj94ZcDukIjC4eLGPjubxER0MI4czzVQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peer": true,
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@preact/signals": "^2.0.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@schedule-x/svelte": {
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@schedule-x/svelte/-/svelte-3.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-/p91n/sl3iR/pdgvu3QwWTU3OiQoZCm4ftchU8NUcG1exReSxyKnWkiLWc00eK0eS2oTC+cG2v8H8pwggIzIng==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@schedule-x/calendar": "^3.0.0",
|
|
|
|
|
+ "@schedule-x/shared": "^3.0.0",
|
|
|
|
|
+ "svelte": "^4 || ^5"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@schedule-x/theme-default": {
|
|
|
|
|
+ "version": "3.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@schedule-x/theme-default/-/theme-default-3.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-B9TT7+CQUFdZL2IfmT9Tt9GWfhB6Dxqerl07bPtuQebjHPuJcsYKVnyAc646x6rI6lzVhe2wnde4oa6PGGKz6g==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/@standard-schema/spec": {
|
|
"node_modules/@standard-schema/spec": {
|
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz",
|
|
@@ -1796,18 +1867,6 @@
|
|
|
"robust-predicates": "^3.0.2"
|
|
"robust-predicates": "^3.0.2"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/detect-libc": {
|
|
|
|
|
- "version": "2.0.4",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
|
|
|
|
|
- "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">=8"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/devalue": {
|
|
"node_modules/devalue": {
|
|
|
"version": "5.3.2",
|
|
"version": "5.3.2",
|
|
|
"resolved": "https://registry.npmjs.org/devalue/-/devalue-5.3.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/devalue/-/devalue-5.3.2.tgz",
|
|
@@ -1980,6 +2039,12 @@
|
|
|
"node": ">=8"
|
|
"node": ">=8"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/flatpickr": {
|
|
|
|
|
+ "version": "4.6.13",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/flatpickr/-/flatpickr-4.6.13.tgz",
|
|
|
|
|
+ "integrity": "sha512-97PMG/aywoYpB4IvbvUJi0RQi8vearvU0oov1WW3k0WZPBMrTQVqekSX5CjSG/M4Q3i6A/0FKXC7RyAoAUUSPw==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/foreground-child": {
|
|
"node_modules/foreground-child": {
|
|
|
"version": "3.3.1",
|
|
"version": "3.3.1",
|
|
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
@@ -2204,18 +2269,6 @@
|
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/jiti": {
|
|
|
|
|
- "version": "2.5.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.1.tgz",
|
|
|
|
|
- "integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==",
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "bin": {
|
|
|
|
|
- "jiti": "lib/jiti-cli.mjs"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/kleur": {
|
|
"node_modules/kleur": {
|
|
|
"version": "4.1.5",
|
|
"version": "4.1.5",
|
|
|
"resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
|
|
"resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
|
|
@@ -2280,257 +2333,6 @@
|
|
|
"svelte": "^3.56.0 || ^4.0.0 || ^5.0.0"
|
|
"svelte": "^3.56.0 || ^4.0.0 || ^5.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/lightningcss": {
|
|
|
|
|
- "version": "1.30.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz",
|
|
|
|
|
- "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==",
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "detect-libc": "^2.0.3"
|
|
|
|
|
- },
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">= 12.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/parcel"
|
|
|
|
|
- },
|
|
|
|
|
- "optionalDependencies": {
|
|
|
|
|
- "lightningcss-darwin-arm64": "1.30.1",
|
|
|
|
|
- "lightningcss-darwin-x64": "1.30.1",
|
|
|
|
|
- "lightningcss-freebsd-x64": "1.30.1",
|
|
|
|
|
- "lightningcss-linux-arm-gnueabihf": "1.30.1",
|
|
|
|
|
- "lightningcss-linux-arm64-gnu": "1.30.1",
|
|
|
|
|
- "lightningcss-linux-arm64-musl": "1.30.1",
|
|
|
|
|
- "lightningcss-linux-x64-gnu": "1.30.1",
|
|
|
|
|
- "lightningcss-linux-x64-musl": "1.30.1",
|
|
|
|
|
- "lightningcss-win32-arm64-msvc": "1.30.1",
|
|
|
|
|
- "lightningcss-win32-x64-msvc": "1.30.1"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/lightningcss-darwin-arm64": {
|
|
|
|
|
- "version": "1.30.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz",
|
|
|
|
|
- "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "arm64"
|
|
|
|
|
- ],
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "darwin"
|
|
|
|
|
- ],
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">= 12.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/parcel"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/lightningcss-darwin-x64": {
|
|
|
|
|
- "version": "1.30.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz",
|
|
|
|
|
- "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "x64"
|
|
|
|
|
- ],
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "darwin"
|
|
|
|
|
- ],
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">= 12.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/parcel"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/lightningcss-freebsd-x64": {
|
|
|
|
|
- "version": "1.30.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz",
|
|
|
|
|
- "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "x64"
|
|
|
|
|
- ],
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "freebsd"
|
|
|
|
|
- ],
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">= 12.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/parcel"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
|
|
|
- "version": "1.30.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz",
|
|
|
|
|
- "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "arm"
|
|
|
|
|
- ],
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "linux"
|
|
|
|
|
- ],
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">= 12.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/parcel"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/lightningcss-linux-arm64-gnu": {
|
|
|
|
|
- "version": "1.30.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz",
|
|
|
|
|
- "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "arm64"
|
|
|
|
|
- ],
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "linux"
|
|
|
|
|
- ],
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">= 12.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/parcel"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/lightningcss-linux-arm64-musl": {
|
|
|
|
|
- "version": "1.30.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz",
|
|
|
|
|
- "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "arm64"
|
|
|
|
|
- ],
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "linux"
|
|
|
|
|
- ],
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">= 12.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/parcel"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/lightningcss-linux-x64-gnu": {
|
|
|
|
|
- "version": "1.30.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz",
|
|
|
|
|
- "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "x64"
|
|
|
|
|
- ],
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "linux"
|
|
|
|
|
- ],
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">= 12.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/parcel"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/lightningcss-linux-x64-musl": {
|
|
|
|
|
- "version": "1.30.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz",
|
|
|
|
|
- "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "x64"
|
|
|
|
|
- ],
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "linux"
|
|
|
|
|
- ],
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">= 12.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/parcel"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/lightningcss-win32-arm64-msvc": {
|
|
|
|
|
- "version": "1.30.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz",
|
|
|
|
|
- "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "arm64"
|
|
|
|
|
- ],
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "win32"
|
|
|
|
|
- ],
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">= 12.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/parcel"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/lightningcss-win32-x64-msvc": {
|
|
|
|
|
- "version": "1.30.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz",
|
|
|
|
|
- "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "x64"
|
|
|
|
|
- ],
|
|
|
|
|
- "dev": true,
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "win32"
|
|
|
|
|
- ],
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">= 12.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/parcel"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/lilconfig": {
|
|
"node_modules/lilconfig": {
|
|
|
"version": "3.1.3",
|
|
"version": "3.1.3",
|
|
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
@@ -2951,6 +2753,17 @@
|
|
|
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
|
|
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/preact": {
|
|
|
|
|
+ "version": "10.27.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/preact/-/preact-10.27.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-5SYSgFKSyhCbk6SrXyMpqjb5+MQBgfvEKE/OC+PujcY34sOpqtr+0AZQtPYx5IA6VxynQ7rUPCtKzyovpj9Bpg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peer": true,
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/preact"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/prettier": {
|
|
"node_modules/prettier": {
|
|
|
"version": "3.6.2",
|
|
"version": "3.6.2",
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
|
|
@@ -3517,6 +3330,21 @@
|
|
|
"jiti": "bin/jiti.js"
|
|
"jiti": "bin/jiti.js"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/temporal-polyfill": {
|
|
|
|
|
+ "version": "0.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-qNsTkX9K8hi+FHDfHmf22e/OGuXmfBm9RqNismxBrnSmZVJKegQ+HYYXT+R7Ha8F/YSm2Y34vmzD4cxMu2u95g==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "temporal-spec": "0.3.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/temporal-spec": {
|
|
|
|
|
+ "version": "0.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-n+noVpIqz4hYgFSMOSiINNOUOMFtV5cZQNCmmszA6GiVFVRt3G7AqVyhXjhCSmowvQn+NsGn+jMDMKJYHd3bSQ==",
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
"node_modules/thenify": {
|
|
"node_modules/thenify": {
|
|
|
"version": "3.3.1",
|
|
"version": "3.3.1",
|
|
|
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
|