Spaces:
Running
Running
{ | |
"name": "smolplayground", | |
"version": "0.0.1", | |
"lockfileVersion": 3, | |
"requires": true, | |
"packages": { | |
"": { | |
"name": "smolplayground", | |
"version": "0.0.1", | |
"dependencies": { | |
"@mlc-ai/web-llm": "^0.2.60", | |
"clsx": "^2.1.1", | |
"tailwind-merge": "^2.5.2", | |
"tailwind-variants": "^0.2.1" | |
}, | |
"devDependencies": { | |
"@sveltejs/adapter-auto": "^3.0.0", | |
"@sveltejs/kit": "^2.0.0", | |
"@sveltejs/vite-plugin-svelte": "^3.0.0", | |
"@tailwindcss/typography": "^0.5.14", | |
"autoprefixer": "^10.4.20", | |
"svelte": "^4.2.7", | |
"svelte-adapter-bun": "^0.5.2", | |
"svelte-check": "^3.6.0", | |
"tailwindcss": "^3.4.9", | |
"typescript": "^5.0.0", | |
"vite": "^5.0.3" | |
} | |
}, | |
"node_modules/@alloc/quick-lru": { | |
"version": "5.2.0", | |
"license": "MIT", | |
"engines": { | |
"node": ">=10" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/sindresorhus" | |
} | |
}, | |
"node_modules/@ampproject/remapping": { | |
"version": "2.3.0", | |
"dev": true, | |
"license": "Apache-2.0", | |
"dependencies": { | |
"@jridgewell/gen-mapping": "^0.3.5", | |
"@jridgewell/trace-mapping": "^0.3.24" | |
}, | |
"engines": { | |
"node": ">=6.0.0" | |
} | |
}, | |
"node_modules/@esbuild/darwin-arm64": { | |
"version": "0.21.5", | |
"cpu": [ | |
"arm64" | |
], | |
"dev": true, | |
"license": "MIT", | |
"optional": true, | |
"os": [ | |
"darwin" | |
], | |
"engines": { | |
"node": ">=12" | |
} | |
}, | |
"node_modules/@isaacs/cliui": { | |
"version": "8.0.2", | |
"license": "ISC", | |
"dependencies": { | |
"string-width": "^5.1.2", | |
"string-width-cjs": "npm:string-width@^4.2.0", | |
"strip-ansi": "^7.0.1", | |
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1", | |
"wrap-ansi": "^8.1.0", | |
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" | |
}, | |
"engines": { | |
"node": ">=12" | |
} | |
}, | |
"node_modules/@jridgewell/gen-mapping": { | |
"version": "0.3.5", | |
"license": "MIT", | |
"dependencies": { | |
"@jridgewell/set-array": "^1.2.1", | |
"@jridgewell/sourcemap-codec": "^1.4.10", | |
"@jridgewell/trace-mapping": "^0.3.24" | |
}, | |
"engines": { | |
"node": ">=6.0.0" | |
} | |
}, | |
"node_modules/@jridgewell/resolve-uri": { | |
"version": "3.1.2", | |
"license": "MIT", | |
"engines": { | |
"node": ">=6.0.0" | |
} | |
}, | |
"node_modules/@jridgewell/set-array": { | |
"version": "1.2.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">=6.0.0" | |
} | |
}, | |
"node_modules/@jridgewell/sourcemap-codec": { | |
"version": "1.5.0", | |
"license": "MIT" | |
}, | |
"node_modules/@jridgewell/trace-mapping": { | |
"version": "0.3.25", | |
"license": "MIT", | |
"dependencies": { | |
"@jridgewell/resolve-uri": "^3.1.0", | |
"@jridgewell/sourcemap-codec": "^1.4.14" | |
} | |
}, | |
"node_modules/@mlc-ai/web-llm": { | |
"version": "0.2.60", | |
"license": "Apache-2.0", | |
"dependencies": { | |
"loglevel": "^1.9.1" | |
} | |
}, | |
"node_modules/@nodelib/fs.scandir": { | |
"version": "2.1.5", | |
"license": "MIT", | |
"dependencies": { | |
"@nodelib/fs.stat": "2.0.5", | |
"run-parallel": "^1.1.9" | |
}, | |
"engines": { | |
"node": ">= 8" | |
} | |
}, | |
"node_modules/@nodelib/fs.stat": { | |
"version": "2.0.5", | |
"license": "MIT", | |
"engines": { | |
"node": ">= 8" | |
} | |
}, | |
"node_modules/@nodelib/fs.walk": { | |
"version": "1.2.8", | |
"license": "MIT", | |
"dependencies": { | |
"@nodelib/fs.scandir": "2.1.5", | |
"fastq": "^1.6.0" | |
}, | |
"engines": { | |
"node": ">= 8" | |
} | |
}, | |
"node_modules/@pkgjs/parseargs": { | |
"version": "0.11.0", | |
"license": "MIT", | |
"optional": true, | |
"engines": { | |
"node": ">=14" | |
} | |
}, | |
"node_modules/@polka/url": { | |
"version": "1.0.0-next.25", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/@rollup/rollup-darwin-arm64": { | |
"version": "4.20.0", | |
"cpu": [ | |
"arm64" | |
], | |
"dev": true, | |
"license": "MIT", | |
"optional": true, | |
"os": [ | |
"darwin" | |
] | |
}, | |
"node_modules/@sveltejs/adapter-auto": { | |
"version": "3.2.4", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"import-meta-resolve": "^4.1.0" | |
}, | |
"peerDependencies": { | |
"@sveltejs/kit": "^2.0.0" | |
} | |
}, | |
"node_modules/@sveltejs/kit": { | |
"version": "2.5.22", | |
"dev": true, | |
"hasInstallScript": true, | |
"license": "MIT", | |
"dependencies": { | |
"@types/cookie": "^0.6.0", | |
"cookie": "^0.6.0", | |
"devalue": "^5.0.0", | |
"esm-env": "^1.0.0", | |
"import-meta-resolve": "^4.1.0", | |
"kleur": "^4.1.5", | |
"magic-string": "^0.30.5", | |
"mrmime": "^2.0.0", | |
"sade": "^1.8.1", | |
"set-cookie-parser": "^2.6.0", | |
"sirv": "^2.0.4", | |
"tiny-glob": "^0.2.9" | |
}, | |
"bin": { | |
"svelte-kit": "svelte-kit.js" | |
}, | |
"engines": { | |
"node": ">=18.13" | |
}, | |
"peerDependencies": { | |
"@sveltejs/vite-plugin-svelte": "^3.0.0", | |
"svelte": "^4.0.0 || ^5.0.0-next.0", | |
"vite": "^5.0.3" | |
} | |
}, | |
"node_modules/@sveltejs/vite-plugin-svelte": { | |
"version": "3.1.1", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@sveltejs/vite-plugin-svelte-inspector": "^2.1.0", | |
"debug": "^4.3.4", | |
"deepmerge": "^4.3.1", | |
"kleur": "^4.1.5", | |
"magic-string": "^0.30.10", | |
"svelte-hmr": "^0.16.0", | |
"vitefu": "^0.2.5" | |
}, | |
"engines": { | |
"node": "^18.0.0 || >=20" | |
}, | |
"peerDependencies": { | |
"svelte": "^4.0.0 || ^5.0.0-next.0", | |
"vite": "^5.0.0" | |
} | |
}, | |
"node_modules/@sveltejs/vite-plugin-svelte-inspector": { | |
"version": "2.1.0", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"debug": "^4.3.4" | |
}, | |
"engines": { | |
"node": "^18.0.0 || >=20" | |
}, | |
"peerDependencies": { | |
"@sveltejs/vite-plugin-svelte": "^3.0.0", | |
"svelte": "^4.0.0 || ^5.0.0-next.0", | |
"vite": "^5.0.0" | |
} | |
}, | |
"node_modules/@tailwindcss/typography": { | |
"version": "0.5.14", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"lodash.castarray": "^4.4.0", | |
"lodash.isplainobject": "^4.0.6", | |
"lodash.merge": "^4.6.2", | |
"postcss-selector-parser": "6.0.10" | |
}, | |
"peerDependencies": { | |
"tailwindcss": ">=3.0.0 || insiders" | |
} | |
}, | |
"node_modules/@types/cookie": { | |
"version": "0.6.0", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/@types/estree": { | |
"version": "1.0.5", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/@types/pug": { | |
"version": "2.0.10", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/acorn": { | |
"version": "8.12.1", | |
"dev": true, | |
"license": "MIT", | |
"bin": { | |
"acorn": "bin/acorn" | |
}, | |
"engines": { | |
"node": ">=0.4.0" | |
} | |
}, | |
"node_modules/ansi-regex": { | |
"version": "6.0.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">=12" | |
}, | |
"funding": { | |
"url": "https://github.com/chalk/ansi-regex?sponsor=1" | |
} | |
}, | |
"node_modules/ansi-styles": { | |
"version": "6.2.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">=12" | |
}, | |
"funding": { | |
"url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
} | |
}, | |
"node_modules/any-promise": { | |
"version": "1.3.0", | |
"license": "MIT" | |
}, | |
"node_modules/anymatch": { | |
"version": "3.1.3", | |
"license": "ISC", | |
"dependencies": { | |
"normalize-path": "^3.0.0", | |
"picomatch": "^2.0.4" | |
}, | |
"engines": { | |
"node": ">= 8" | |
} | |
}, | |
"node_modules/arg": { | |
"version": "5.0.2", | |
"license": "MIT" | |
}, | |
"node_modules/aria-query": { | |
"version": "5.3.0", | |
"dev": true, | |
"license": "Apache-2.0", | |
"dependencies": { | |
"dequal": "^2.0.3" | |
} | |
}, | |
"node_modules/autoprefixer": { | |
"version": "10.4.20", | |
"dev": true, | |
"funding": [ | |
{ | |
"type": "opencollective", | |
"url": "https://opencollective.com/postcss/" | |
}, | |
{ | |
"type": "tidelift", | |
"url": "https://tidelift.com/funding/github/npm/autoprefixer" | |
}, | |
{ | |
"type": "github", | |
"url": "https://github.com/sponsors/ai" | |
} | |
], | |
"license": "MIT", | |
"dependencies": { | |
"browserslist": "^4.23.3", | |
"caniuse-lite": "^1.0.30001646", | |
"fraction.js": "^4.3.7", | |
"normalize-range": "^0.1.2", | |
"picocolors": "^1.0.1", | |
"postcss-value-parser": "^4.2.0" | |
}, | |
"bin": { | |
"autoprefixer": "bin/autoprefixer" | |
}, | |
"engines": { | |
"node": "^10 || ^12 || >=14" | |
}, | |
"peerDependencies": { | |
"postcss": "^8.1.0" | |
} | |
}, | |
"node_modules/axobject-query": { | |
"version": "4.1.0", | |
"dev": true, | |
"license": "Apache-2.0", | |
"engines": { | |
"node": ">= 0.4" | |
} | |
}, | |
"node_modules/balanced-match": { | |
"version": "1.0.2", | |
"license": "MIT" | |
}, | |
"node_modules/binary-extensions": { | |
"version": "2.3.0", | |
"license": "MIT", | |
"engines": { | |
"node": ">=8" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/sindresorhus" | |
} | |
}, | |
"node_modules/brace-expansion": { | |
"version": "2.0.1", | |
"license": "MIT", | |
"dependencies": { | |
"balanced-match": "^1.0.0" | |
} | |
}, | |
"node_modules/braces": { | |
"version": "3.0.3", | |
"license": "MIT", | |
"dependencies": { | |
"fill-range": "^7.1.1" | |
}, | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/browserslist": { | |
"version": "4.23.3", | |
"dev": true, | |
"funding": [ | |
{ | |
"type": "opencollective", | |
"url": "https://opencollective.com/browserslist" | |
}, | |
{ | |
"type": "tidelift", | |
"url": "https://tidelift.com/funding/github/npm/browserslist" | |
}, | |
{ | |
"type": "github", | |
"url": "https://github.com/sponsors/ai" | |
} | |
], | |
"license": "MIT", | |
"dependencies": { | |
"caniuse-lite": "^1.0.30001646", | |
"electron-to-chromium": "^1.5.4", | |
"node-releases": "^2.0.18", | |
"update-browserslist-db": "^1.1.0" | |
}, | |
"bin": { | |
"browserslist": "cli.js" | |
}, | |
"engines": { | |
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" | |
} | |
}, | |
"node_modules/buffer-crc32": { | |
"version": "1.0.0", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=8.0.0" | |
} | |
}, | |
"node_modules/camelcase-css": { | |
"version": "2.0.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">= 6" | |
} | |
}, | |
"node_modules/caniuse-lite": { | |
"version": "1.0.30001651", | |
"dev": true, | |
"funding": [ | |
{ | |
"type": "opencollective", | |
"url": "https://opencollective.com/browserslist" | |
}, | |
{ | |
"type": "tidelift", | |
"url": "https://tidelift.com/funding/github/npm/caniuse-lite" | |
}, | |
{ | |
"type": "github", | |
"url": "https://github.com/sponsors/ai" | |
} | |
], | |
"license": "CC-BY-4.0" | |
}, | |
"node_modules/chokidar": { | |
"version": "3.6.0", | |
"license": "MIT", | |
"dependencies": { | |
"anymatch": "~3.1.2", | |
"braces": "~3.0.2", | |
"glob-parent": "~5.1.2", | |
"is-binary-path": "~2.1.0", | |
"is-glob": "~4.0.1", | |
"normalize-path": "~3.0.0", | |
"readdirp": "~3.6.0" | |
}, | |
"engines": { | |
"node": ">= 8.10.0" | |
}, | |
"funding": { | |
"url": "https://paulmillr.com/funding/" | |
}, | |
"optionalDependencies": { | |
"fsevents": "~2.3.2" | |
} | |
}, | |
"node_modules/chokidar/node_modules/glob-parent": { | |
"version": "5.1.2", | |
"license": "ISC", | |
"dependencies": { | |
"is-glob": "^4.0.1" | |
}, | |
"engines": { | |
"node": ">= 6" | |
} | |
}, | |
"node_modules/clsx": { | |
"version": "2.1.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">=6" | |
} | |
}, | |
"node_modules/code-red": { | |
"version": "1.0.4", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@jridgewell/sourcemap-codec": "^1.4.15", | |
"@types/estree": "^1.0.1", | |
"acorn": "^8.10.0", | |
"estree-walker": "^3.0.3", | |
"periscopic": "^3.1.0" | |
} | |
}, | |
"node_modules/color-convert": { | |
"version": "2.0.1", | |
"license": "MIT", | |
"dependencies": { | |
"color-name": "~1.1.4" | |
}, | |
"engines": { | |
"node": ">=7.0.0" | |
} | |
}, | |
"node_modules/color-name": { | |
"version": "1.1.4", | |
"license": "MIT" | |
}, | |
"node_modules/commander": { | |
"version": "4.1.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">= 6" | |
} | |
}, | |
"node_modules/concat-map": { | |
"version": "0.0.1", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/cookie": { | |
"version": "0.6.0", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">= 0.6" | |
} | |
}, | |
"node_modules/cross-spawn": { | |
"version": "7.0.3", | |
"license": "MIT", | |
"dependencies": { | |
"path-key": "^3.1.0", | |
"shebang-command": "^2.0.0", | |
"which": "^2.0.1" | |
}, | |
"engines": { | |
"node": ">= 8" | |
} | |
}, | |
"node_modules/css-tree": { | |
"version": "2.3.1", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"mdn-data": "2.0.30", | |
"source-map-js": "^1.0.1" | |
}, | |
"engines": { | |
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" | |
} | |
}, | |
"node_modules/cssesc": { | |
"version": "3.0.0", | |
"license": "MIT", | |
"bin": { | |
"cssesc": "bin/cssesc" | |
}, | |
"engines": { | |
"node": ">=4" | |
} | |
}, | |
"node_modules/debug": { | |
"version": "4.3.6", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"ms": "2.1.2" | |
}, | |
"engines": { | |
"node": ">=6.0" | |
}, | |
"peerDependenciesMeta": { | |
"supports-color": { | |
"optional": true | |
} | |
} | |
}, | |
"node_modules/deepmerge": { | |
"version": "4.3.1", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=0.10.0" | |
} | |
}, | |
"node_modules/dequal": { | |
"version": "2.0.3", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=6" | |
} | |
}, | |
"node_modules/detect-indent": { | |
"version": "6.1.0", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/devalue": { | |
"version": "5.0.0", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/didyoumean": { | |
"version": "1.2.2", | |
"license": "Apache-2.0" | |
}, | |
"node_modules/dlv": { | |
"version": "1.1.3", | |
"license": "MIT" | |
}, | |
"node_modules/eastasianwidth": { | |
"version": "0.2.0", | |
"license": "MIT" | |
}, | |
"node_modules/electron-to-chromium": { | |
"version": "1.5.7", | |
"dev": true, | |
"license": "ISC" | |
}, | |
"node_modules/emoji-regex": { | |
"version": "9.2.2", | |
"license": "MIT" | |
}, | |
"node_modules/es6-promise": { | |
"version": "3.3.1", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/esbuild": { | |
"version": "0.21.5", | |
"dev": true, | |
"hasInstallScript": true, | |
"license": "MIT", | |
"bin": { | |
"esbuild": "bin/esbuild" | |
}, | |
"engines": { | |
"node": ">=12" | |
}, | |
"optionalDependencies": { | |
"@esbuild/aix-ppc64": "0.21.5", | |
"@esbuild/android-arm": "0.21.5", | |
"@esbuild/android-arm64": "0.21.5", | |
"@esbuild/android-x64": "0.21.5", | |
"@esbuild/darwin-arm64": "0.21.5", | |
"@esbuild/darwin-x64": "0.21.5", | |
"@esbuild/freebsd-arm64": "0.21.5", | |
"@esbuild/freebsd-x64": "0.21.5", | |
"@esbuild/linux-arm": "0.21.5", | |
"@esbuild/linux-arm64": "0.21.5", | |
"@esbuild/linux-ia32": "0.21.5", | |
"@esbuild/linux-loong64": "0.21.5", | |
"@esbuild/linux-mips64el": "0.21.5", | |
"@esbuild/linux-ppc64": "0.21.5", | |
"@esbuild/linux-riscv64": "0.21.5", | |
"@esbuild/linux-s390x": "0.21.5", | |
"@esbuild/linux-x64": "0.21.5", | |
"@esbuild/netbsd-x64": "0.21.5", | |
"@esbuild/openbsd-x64": "0.21.5", | |
"@esbuild/sunos-x64": "0.21.5", | |
"@esbuild/win32-arm64": "0.21.5", | |
"@esbuild/win32-ia32": "0.21.5", | |
"@esbuild/win32-x64": "0.21.5" | |
} | |
}, | |
"node_modules/escalade": { | |
"version": "3.1.2", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=6" | |
} | |
}, | |
"node_modules/esm-env": { | |
"version": "1.0.0", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/estree-walker": { | |
"version": "3.0.3", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@types/estree": "^1.0.0" | |
} | |
}, | |
"node_modules/fast-glob": { | |
"version": "3.3.2", | |
"license": "MIT", | |
"dependencies": { | |
"@nodelib/fs.stat": "^2.0.2", | |
"@nodelib/fs.walk": "^1.2.3", | |
"glob-parent": "^5.1.2", | |
"merge2": "^1.3.0", | |
"micromatch": "^4.0.4" | |
}, | |
"engines": { | |
"node": ">=8.6.0" | |
} | |
}, | |
"node_modules/fast-glob/node_modules/glob-parent": { | |
"version": "5.1.2", | |
"license": "ISC", | |
"dependencies": { | |
"is-glob": "^4.0.1" | |
}, | |
"engines": { | |
"node": ">= 6" | |
} | |
}, | |
"node_modules/fastq": { | |
"version": "1.17.1", | |
"license": "ISC", | |
"dependencies": { | |
"reusify": "^1.0.4" | |
} | |
}, | |
"node_modules/fill-range": { | |
"version": "7.1.1", | |
"license": "MIT", | |
"dependencies": { | |
"to-regex-range": "^5.0.1" | |
}, | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/foreground-child": { | |
"version": "3.3.0", | |
"license": "ISC", | |
"dependencies": { | |
"cross-spawn": "^7.0.0", | |
"signal-exit": "^4.0.1" | |
}, | |
"engines": { | |
"node": ">=14" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/isaacs" | |
} | |
}, | |
"node_modules/fraction.js": { | |
"version": "4.3.7", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": "*" | |
}, | |
"funding": { | |
"type": "patreon", | |
"url": "https://github.com/sponsors/rawify" | |
} | |
}, | |
"node_modules/fs.realpath": { | |
"version": "1.0.0", | |
"dev": true, | |
"license": "ISC" | |
}, | |
"node_modules/fsevents": { | |
"version": "2.3.3", | |
"license": "MIT", | |
"optional": true, | |
"os": [ | |
"darwin" | |
], | |
"engines": { | |
"node": "^8.16.0 || ^10.6.0 || >=11.0.0" | |
} | |
}, | |
"node_modules/function-bind": { | |
"version": "1.1.2", | |
"license": "MIT", | |
"funding": { | |
"url": "https://github.com/sponsors/ljharb" | |
} | |
}, | |
"node_modules/glob": { | |
"version": "10.4.5", | |
"license": "ISC", | |
"dependencies": { | |
"foreground-child": "^3.1.0", | |
"jackspeak": "^3.1.2", | |
"minimatch": "^9.0.4", | |
"minipass": "^7.1.2", | |
"package-json-from-dist": "^1.0.0", | |
"path-scurry": "^1.11.1" | |
}, | |
"bin": { | |
"glob": "dist/esm/bin.mjs" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/isaacs" | |
} | |
}, | |
"node_modules/glob-parent": { | |
"version": "6.0.2", | |
"license": "ISC", | |
"dependencies": { | |
"is-glob": "^4.0.3" | |
}, | |
"engines": { | |
"node": ">=10.13.0" | |
} | |
}, | |
"node_modules/globalyzer": { | |
"version": "0.1.0", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/globrex": { | |
"version": "0.1.2", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/graceful-fs": { | |
"version": "4.2.11", | |
"dev": true, | |
"license": "ISC" | |
}, | |
"node_modules/hasown": { | |
"version": "2.0.2", | |
"license": "MIT", | |
"dependencies": { | |
"function-bind": "^1.1.2" | |
}, | |
"engines": { | |
"node": ">= 0.4" | |
} | |
}, | |
"node_modules/import-meta-resolve": { | |
"version": "4.1.0", | |
"dev": true, | |
"license": "MIT", | |
"funding": { | |
"type": "github", | |
"url": "https://github.com/sponsors/wooorm" | |
} | |
}, | |
"node_modules/inflight": { | |
"version": "1.0.6", | |
"dev": true, | |
"license": "ISC", | |
"dependencies": { | |
"once": "^1.3.0", | |
"wrappy": "1" | |
} | |
}, | |
"node_modules/inherits": { | |
"version": "2.0.4", | |
"dev": true, | |
"license": "ISC" | |
}, | |
"node_modules/is-binary-path": { | |
"version": "2.1.0", | |
"license": "MIT", | |
"dependencies": { | |
"binary-extensions": "^2.0.0" | |
}, | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/is-core-module": { | |
"version": "2.15.0", | |
"license": "MIT", | |
"dependencies": { | |
"hasown": "^2.0.2" | |
}, | |
"engines": { | |
"node": ">= 0.4" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/ljharb" | |
} | |
}, | |
"node_modules/is-extglob": { | |
"version": "2.1.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">=0.10.0" | |
} | |
}, | |
"node_modules/is-fullwidth-code-point": { | |
"version": "3.0.0", | |
"license": "MIT", | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/is-glob": { | |
"version": "4.0.3", | |
"license": "MIT", | |
"dependencies": { | |
"is-extglob": "^2.1.1" | |
}, | |
"engines": { | |
"node": ">=0.10.0" | |
} | |
}, | |
"node_modules/is-number": { | |
"version": "7.0.0", | |
"license": "MIT", | |
"engines": { | |
"node": ">=0.12.0" | |
} | |
}, | |
"node_modules/is-reference": { | |
"version": "3.0.2", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@types/estree": "*" | |
} | |
}, | |
"node_modules/isexe": { | |
"version": "2.0.0", | |
"license": "ISC" | |
}, | |
"node_modules/jackspeak": { | |
"version": "3.4.3", | |
"license": "BlueOak-1.0.0", | |
"dependencies": { | |
"@isaacs/cliui": "^8.0.2" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/isaacs" | |
}, | |
"optionalDependencies": { | |
"@pkgjs/parseargs": "^0.11.0" | |
} | |
}, | |
"node_modules/jiti": { | |
"version": "1.21.6", | |
"license": "MIT", | |
"bin": { | |
"jiti": "bin/jiti.js" | |
} | |
}, | |
"node_modules/kleur": { | |
"version": "4.1.5", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=6" | |
} | |
}, | |
"node_modules/lilconfig": { | |
"version": "2.1.0", | |
"license": "MIT", | |
"engines": { | |
"node": ">=10" | |
} | |
}, | |
"node_modules/lines-and-columns": { | |
"version": "1.2.4", | |
"license": "MIT" | |
}, | |
"node_modules/locate-character": { | |
"version": "3.0.0", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/lodash.castarray": { | |
"version": "4.4.0", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/lodash.isplainobject": { | |
"version": "4.0.6", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/lodash.merge": { | |
"version": "4.6.2", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/loglevel": { | |
"version": "1.9.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">= 0.6.0" | |
}, | |
"funding": { | |
"type": "tidelift", | |
"url": "https://tidelift.com/funding/github/npm/loglevel" | |
} | |
}, | |
"node_modules/lru-cache": { | |
"version": "10.4.3", | |
"license": "ISC" | |
}, | |
"node_modules/magic-string": { | |
"version": "0.30.11", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@jridgewell/sourcemap-codec": "^1.5.0" | |
} | |
}, | |
"node_modules/mdn-data": { | |
"version": "2.0.30", | |
"dev": true, | |
"license": "CC0-1.0" | |
}, | |
"node_modules/merge2": { | |
"version": "1.4.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">= 8" | |
} | |
}, | |
"node_modules/micromatch": { | |
"version": "4.0.7", | |
"license": "MIT", | |
"dependencies": { | |
"braces": "^3.0.3", | |
"picomatch": "^2.3.1" | |
}, | |
"engines": { | |
"node": ">=8.6" | |
} | |
}, | |
"node_modules/min-indent": { | |
"version": "1.0.1", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=4" | |
} | |
}, | |
"node_modules/minimatch": { | |
"version": "9.0.5", | |
"license": "ISC", | |
"dependencies": { | |
"brace-expansion": "^2.0.1" | |
}, | |
"engines": { | |
"node": ">=16 || 14 >=14.17" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/isaacs" | |
} | |
}, | |
"node_modules/minimist": { | |
"version": "1.2.8", | |
"dev": true, | |
"license": "MIT", | |
"funding": { | |
"url": "https://github.com/sponsors/ljharb" | |
} | |
}, | |
"node_modules/minipass": { | |
"version": "7.1.2", | |
"license": "ISC", | |
"engines": { | |
"node": ">=16 || 14 >=14.17" | |
} | |
}, | |
"node_modules/mkdirp": { | |
"version": "0.5.6", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"minimist": "^1.2.6" | |
}, | |
"bin": { | |
"mkdirp": "bin/cmd.js" | |
} | |
}, | |
"node_modules/mri": { | |
"version": "1.2.0", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=4" | |
} | |
}, | |
"node_modules/mrmime": { | |
"version": "2.0.0", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=10" | |
} | |
}, | |
"node_modules/ms": { | |
"version": "2.1.2", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/mz": { | |
"version": "2.7.0", | |
"license": "MIT", | |
"dependencies": { | |
"any-promise": "^1.0.0", | |
"object-assign": "^4.0.1", | |
"thenify-all": "^1.0.0" | |
} | |
}, | |
"node_modules/nanoid": { | |
"version": "3.3.7", | |
"funding": [ | |
{ | |
"type": "github", | |
"url": "https://github.com/sponsors/ai" | |
} | |
], | |
"license": "MIT", | |
"bin": { | |
"nanoid": "bin/nanoid.cjs" | |
}, | |
"engines": { | |
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" | |
} | |
}, | |
"node_modules/node-releases": { | |
"version": "2.0.18", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/normalize-path": { | |
"version": "3.0.0", | |
"license": "MIT", | |
"engines": { | |
"node": ">=0.10.0" | |
} | |
}, | |
"node_modules/normalize-range": { | |
"version": "0.1.2", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=0.10.0" | |
} | |
}, | |
"node_modules/object-assign": { | |
"version": "4.1.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">=0.10.0" | |
} | |
}, | |
"node_modules/object-hash": { | |
"version": "3.0.0", | |
"license": "MIT", | |
"engines": { | |
"node": ">= 6" | |
} | |
}, | |
"node_modules/once": { | |
"version": "1.4.0", | |
"dev": true, | |
"license": "ISC", | |
"dependencies": { | |
"wrappy": "1" | |
} | |
}, | |
"node_modules/package-json-from-dist": { | |
"version": "1.0.0", | |
"license": "BlueOak-1.0.0" | |
}, | |
"node_modules/path-is-absolute": { | |
"version": "1.0.1", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=0.10.0" | |
} | |
}, | |
"node_modules/path-key": { | |
"version": "3.1.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/path-parse": { | |
"version": "1.0.7", | |
"license": "MIT" | |
}, | |
"node_modules/path-scurry": { | |
"version": "1.11.1", | |
"license": "BlueOak-1.0.0", | |
"dependencies": { | |
"lru-cache": "^10.2.0", | |
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" | |
}, | |
"engines": { | |
"node": ">=16 || 14 >=14.18" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/isaacs" | |
} | |
}, | |
"node_modules/periscopic": { | |
"version": "3.1.0", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@types/estree": "^1.0.0", | |
"estree-walker": "^3.0.0", | |
"is-reference": "^3.0.0" | |
} | |
}, | |
"node_modules/picocolors": { | |
"version": "1.0.1", | |
"license": "ISC" | |
}, | |
"node_modules/picomatch": { | |
"version": "2.3.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">=8.6" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/jonschlinkert" | |
} | |
}, | |
"node_modules/pify": { | |
"version": "2.3.0", | |
"license": "MIT", | |
"engines": { | |
"node": ">=0.10.0" | |
} | |
}, | |
"node_modules/pirates": { | |
"version": "4.0.6", | |
"license": "MIT", | |
"engines": { | |
"node": ">= 6" | |
} | |
}, | |
"node_modules/postcss": { | |
"version": "8.4.41", | |
"funding": [ | |
{ | |
"type": "opencollective", | |
"url": "https://opencollective.com/postcss/" | |
}, | |
{ | |
"type": "tidelift", | |
"url": "https://tidelift.com/funding/github/npm/postcss" | |
}, | |
{ | |
"type": "github", | |
"url": "https://github.com/sponsors/ai" | |
} | |
], | |
"license": "MIT", | |
"dependencies": { | |
"nanoid": "^3.3.7", | |
"picocolors": "^1.0.1", | |
"source-map-js": "^1.2.0" | |
}, | |
"engines": { | |
"node": "^10 || ^12 || >=14" | |
} | |
}, | |
"node_modules/postcss-import": { | |
"version": "15.1.0", | |
"license": "MIT", | |
"dependencies": { | |
"postcss-value-parser": "^4.0.0", | |
"read-cache": "^1.0.0", | |
"resolve": "^1.1.7" | |
}, | |
"engines": { | |
"node": ">=14.0.0" | |
}, | |
"peerDependencies": { | |
"postcss": "^8.0.0" | |
} | |
}, | |
"node_modules/postcss-js": { | |
"version": "4.0.1", | |
"license": "MIT", | |
"dependencies": { | |
"camelcase-css": "^2.0.1" | |
}, | |
"engines": { | |
"node": "^12 || ^14 || >= 16" | |
}, | |
"funding": { | |
"type": "opencollective", | |
"url": "https://opencollective.com/postcss/" | |
}, | |
"peerDependencies": { | |
"postcss": "^8.4.21" | |
} | |
}, | |
"node_modules/postcss-load-config": { | |
"version": "4.0.2", | |
"funding": [ | |
{ | |
"type": "opencollective", | |
"url": "https://opencollective.com/postcss/" | |
}, | |
{ | |
"type": "github", | |
"url": "https://github.com/sponsors/ai" | |
} | |
], | |
"license": "MIT", | |
"dependencies": { | |
"lilconfig": "^3.0.0", | |
"yaml": "^2.3.4" | |
}, | |
"engines": { | |
"node": ">= 14" | |
}, | |
"peerDependencies": { | |
"postcss": ">=8.0.9", | |
"ts-node": ">=9.0.0" | |
}, | |
"peerDependenciesMeta": { | |
"postcss": { | |
"optional": true | |
}, | |
"ts-node": { | |
"optional": true | |
} | |
} | |
}, | |
"node_modules/postcss-load-config/node_modules/lilconfig": { | |
"version": "3.1.2", | |
"license": "MIT", | |
"engines": { | |
"node": ">=14" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/antonk52" | |
} | |
}, | |
"node_modules/postcss-nested": { | |
"version": "6.2.0", | |
"funding": [ | |
{ | |
"type": "opencollective", | |
"url": "https://opencollective.com/postcss/" | |
}, | |
{ | |
"type": "github", | |
"url": "https://github.com/sponsors/ai" | |
} | |
], | |
"license": "MIT", | |
"dependencies": { | |
"postcss-selector-parser": "^6.1.1" | |
}, | |
"engines": { | |
"node": ">=12.0" | |
}, | |
"peerDependencies": { | |
"postcss": "^8.2.14" | |
} | |
}, | |
"node_modules/postcss-nested/node_modules/postcss-selector-parser": { | |
"version": "6.1.2", | |
"license": "MIT", | |
"dependencies": { | |
"cssesc": "^3.0.0", | |
"util-deprecate": "^1.0.2" | |
}, | |
"engines": { | |
"node": ">=4" | |
} | |
}, | |
"node_modules/postcss-selector-parser": { | |
"version": "6.0.10", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"cssesc": "^3.0.0", | |
"util-deprecate": "^1.0.2" | |
}, | |
"engines": { | |
"node": ">=4" | |
} | |
}, | |
"node_modules/postcss-value-parser": { | |
"version": "4.2.0", | |
"license": "MIT" | |
}, | |
"node_modules/queue-microtask": { | |
"version": "1.2.3", | |
"funding": [ | |
{ | |
"type": "github", | |
"url": "https://github.com/sponsors/feross" | |
}, | |
{ | |
"type": "patreon", | |
"url": "https://www.patreon.com/feross" | |
}, | |
{ | |
"type": "consulting", | |
"url": "https://feross.org/support" | |
} | |
], | |
"license": "MIT" | |
}, | |
"node_modules/read-cache": { | |
"version": "1.0.0", | |
"license": "MIT", | |
"dependencies": { | |
"pify": "^2.3.0" | |
} | |
}, | |
"node_modules/readdirp": { | |
"version": "3.6.0", | |
"license": "MIT", | |
"dependencies": { | |
"picomatch": "^2.2.1" | |
}, | |
"engines": { | |
"node": ">=8.10.0" | |
} | |
}, | |
"node_modules/resolve": { | |
"version": "1.22.8", | |
"license": "MIT", | |
"dependencies": { | |
"is-core-module": "^2.13.0", | |
"path-parse": "^1.0.7", | |
"supports-preserve-symlinks-flag": "^1.0.0" | |
}, | |
"bin": { | |
"resolve": "bin/resolve" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/ljharb" | |
} | |
}, | |
"node_modules/reusify": { | |
"version": "1.0.4", | |
"license": "MIT", | |
"engines": { | |
"iojs": ">=1.0.0", | |
"node": ">=0.10.0" | |
} | |
}, | |
"node_modules/rimraf": { | |
"version": "2.7.1", | |
"dev": true, | |
"license": "ISC", | |
"dependencies": { | |
"glob": "^7.1.3" | |
}, | |
"bin": { | |
"rimraf": "bin.js" | |
} | |
}, | |
"node_modules/rimraf/node_modules/glob": { | |
"version": "7.2.3", | |
"dev": true, | |
"license": "ISC", | |
"dependencies": { | |
"fs.realpath": "^1.0.0", | |
"inflight": "^1.0.4", | |
"inherits": "2", | |
"minimatch": "^3.1.1", | |
"once": "^1.3.0", | |
"path-is-absolute": "^1.0.0" | |
}, | |
"engines": { | |
"node": "*" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/isaacs" | |
} | |
}, | |
"node_modules/rimraf/node_modules/glob/node_modules/minimatch": { | |
"version": "3.1.2", | |
"dev": true, | |
"license": "ISC", | |
"dependencies": { | |
"brace-expansion": "^1.1.7" | |
}, | |
"engines": { | |
"node": "*" | |
} | |
}, | |
"node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion": { | |
"version": "1.1.11", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"balanced-match": "^1.0.0", | |
"concat-map": "0.0.1" | |
} | |
}, | |
"node_modules/rollup": { | |
"version": "4.20.0", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@types/estree": "1.0.5" | |
}, | |
"bin": { | |
"rollup": "dist/bin/rollup" | |
}, | |
"engines": { | |
"node": ">=18.0.0", | |
"npm": ">=8.0.0" | |
}, | |
"optionalDependencies": { | |
"@rollup/rollup-android-arm-eabi": "4.20.0", | |
"@rollup/rollup-android-arm64": "4.20.0", | |
"@rollup/rollup-darwin-arm64": "4.20.0", | |
"@rollup/rollup-darwin-x64": "4.20.0", | |
"@rollup/rollup-linux-arm-gnueabihf": "4.20.0", | |
"@rollup/rollup-linux-arm-musleabihf": "4.20.0", | |
"@rollup/rollup-linux-arm64-gnu": "4.20.0", | |
"@rollup/rollup-linux-arm64-musl": "4.20.0", | |
"@rollup/rollup-linux-powerpc64le-gnu": "4.20.0", | |
"@rollup/rollup-linux-riscv64-gnu": "4.20.0", | |
"@rollup/rollup-linux-s390x-gnu": "4.20.0", | |
"@rollup/rollup-linux-x64-gnu": "4.20.0", | |
"@rollup/rollup-linux-x64-musl": "4.20.0", | |
"@rollup/rollup-win32-arm64-msvc": "4.20.0", | |
"@rollup/rollup-win32-ia32-msvc": "4.20.0", | |
"@rollup/rollup-win32-x64-msvc": "4.20.0", | |
"fsevents": "~2.3.2" | |
} | |
}, | |
"node_modules/run-parallel": { | |
"version": "1.2.0", | |
"funding": [ | |
{ | |
"type": "github", | |
"url": "https://github.com/sponsors/feross" | |
}, | |
{ | |
"type": "patreon", | |
"url": "https://www.patreon.com/feross" | |
}, | |
{ | |
"type": "consulting", | |
"url": "https://feross.org/support" | |
} | |
], | |
"license": "MIT", | |
"dependencies": { | |
"queue-microtask": "^1.2.2" | |
} | |
}, | |
"node_modules/sade": { | |
"version": "1.8.1", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"mri": "^1.1.0" | |
}, | |
"engines": { | |
"node": ">=6" | |
} | |
}, | |
"node_modules/sander": { | |
"version": "0.5.1", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"es6-promise": "^3.1.2", | |
"graceful-fs": "^4.1.3", | |
"mkdirp": "^0.5.1", | |
"rimraf": "^2.5.2" | |
} | |
}, | |
"node_modules/set-cookie-parser": { | |
"version": "2.7.0", | |
"dev": true, | |
"license": "MIT" | |
}, | |
"node_modules/shebang-command": { | |
"version": "2.0.0", | |
"license": "MIT", | |
"dependencies": { | |
"shebang-regex": "^3.0.0" | |
}, | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/shebang-regex": { | |
"version": "3.0.0", | |
"license": "MIT", | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/signal-exit": { | |
"version": "4.1.0", | |
"license": "ISC", | |
"engines": { | |
"node": ">=14" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/isaacs" | |
} | |
}, | |
"node_modules/sirv": { | |
"version": "2.0.4", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@polka/url": "^1.0.0-next.24", | |
"mrmime": "^2.0.0", | |
"totalist": "^3.0.0" | |
}, | |
"engines": { | |
"node": ">= 10" | |
} | |
}, | |
"node_modules/sorcery": { | |
"version": "0.11.1", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@jridgewell/sourcemap-codec": "^1.4.14", | |
"buffer-crc32": "^1.0.0", | |
"minimist": "^1.2.0", | |
"sander": "^0.5.0" | |
}, | |
"bin": { | |
"sorcery": "bin/sorcery" | |
} | |
}, | |
"node_modules/source-map-js": { | |
"version": "1.2.0", | |
"license": "BSD-3-Clause", | |
"engines": { | |
"node": ">=0.10.0" | |
} | |
}, | |
"node_modules/string-width": { | |
"version": "5.1.2", | |
"license": "MIT", | |
"dependencies": { | |
"eastasianwidth": "^0.2.0", | |
"emoji-regex": "^9.2.2", | |
"strip-ansi": "^7.0.1" | |
}, | |
"engines": { | |
"node": ">=12" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/sindresorhus" | |
} | |
}, | |
"node_modules/string-width-cjs": { | |
"name": "string-width", | |
"version": "4.2.3", | |
"license": "MIT", | |
"dependencies": { | |
"emoji-regex": "^8.0.0", | |
"is-fullwidth-code-point": "^3.0.0", | |
"strip-ansi": "^6.0.1" | |
}, | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/string-width-cjs/node_modules/emoji-regex": { | |
"version": "8.0.0", | |
"license": "MIT" | |
}, | |
"node_modules/string-width-cjs/node_modules/strip-ansi": { | |
"version": "6.0.1", | |
"license": "MIT", | |
"dependencies": { | |
"ansi-regex": "^5.0.1" | |
}, | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/string-width-cjs/node_modules/strip-ansi/node_modules/ansi-regex": { | |
"version": "5.0.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/strip-ansi": { | |
"version": "7.1.0", | |
"license": "MIT", | |
"dependencies": { | |
"ansi-regex": "^6.0.1" | |
}, | |
"engines": { | |
"node": ">=12" | |
}, | |
"funding": { | |
"url": "https://github.com/chalk/strip-ansi?sponsor=1" | |
} | |
}, | |
"node_modules/strip-ansi-cjs": { | |
"name": "strip-ansi", | |
"version": "6.0.1", | |
"license": "MIT", | |
"dependencies": { | |
"ansi-regex": "^5.0.1" | |
}, | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": { | |
"version": "5.0.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/strip-indent": { | |
"version": "3.0.0", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"min-indent": "^1.0.0" | |
}, | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/sucrase": { | |
"version": "3.35.0", | |
"license": "MIT", | |
"dependencies": { | |
"@jridgewell/gen-mapping": "^0.3.2", | |
"commander": "^4.0.0", | |
"glob": "^10.3.10", | |
"lines-and-columns": "^1.1.6", | |
"mz": "^2.7.0", | |
"pirates": "^4.0.1", | |
"ts-interface-checker": "^0.1.9" | |
}, | |
"bin": { | |
"sucrase": "bin/sucrase", | |
"sucrase-node": "bin/sucrase-node" | |
}, | |
"engines": { | |
"node": ">=16 || 14 >=14.17" | |
} | |
}, | |
"node_modules/supports-preserve-symlinks-flag": { | |
"version": "1.0.0", | |
"license": "MIT", | |
"engines": { | |
"node": ">= 0.4" | |
}, | |
"funding": { | |
"url": "https://github.com/sponsors/ljharb" | |
} | |
}, | |
"node_modules/svelte": { | |
"version": "4.2.18", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@ampproject/remapping": "^2.2.1", | |
"@jridgewell/sourcemap-codec": "^1.4.15", | |
"@jridgewell/trace-mapping": "^0.3.18", | |
"@types/estree": "^1.0.1", | |
"acorn": "^8.9.0", | |
"aria-query": "^5.3.0", | |
"axobject-query": "^4.0.0", | |
"code-red": "^1.0.3", | |
"css-tree": "^2.3.1", | |
"estree-walker": "^3.0.3", | |
"is-reference": "^3.0.1", | |
"locate-character": "^3.0.0", | |
"magic-string": "^0.30.4", | |
"periscopic": "^3.1.0" | |
}, | |
"engines": { | |
"node": ">=16" | |
} | |
}, | |
"node_modules/svelte-adapter-bun": { | |
"version": "0.5.2", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"tiny-glob": "^0.2.9" | |
} | |
}, | |
"node_modules/svelte-check": { | |
"version": "3.8.5", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@jridgewell/trace-mapping": "^0.3.17", | |
"chokidar": "^3.4.1", | |
"picocolors": "^1.0.0", | |
"sade": "^1.7.4", | |
"svelte-preprocess": "^5.1.3", | |
"typescript": "^5.0.3" | |
}, | |
"bin": { | |
"svelte-check": "bin/svelte-check" | |
}, | |
"peerDependencies": { | |
"svelte": "^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0" | |
} | |
}, | |
"node_modules/svelte-hmr": { | |
"version": "0.16.0", | |
"dev": true, | |
"license": "ISC", | |
"engines": { | |
"node": "^12.20 || ^14.13.1 || >= 16" | |
}, | |
"peerDependencies": { | |
"svelte": "^3.19.0 || ^4.0.0" | |
} | |
}, | |
"node_modules/svelte-preprocess": { | |
"version": "5.1.4", | |
"dev": true, | |
"hasInstallScript": true, | |
"license": "MIT", | |
"dependencies": { | |
"@types/pug": "^2.0.6", | |
"detect-indent": "^6.1.0", | |
"magic-string": "^0.30.5", | |
"sorcery": "^0.11.0", | |
"strip-indent": "^3.0.0" | |
}, | |
"engines": { | |
"node": ">= 16.0.0" | |
}, | |
"peerDependencies": { | |
"@babel/core": "^7.10.2", | |
"coffeescript": "^2.5.1", | |
"less": "^3.11.3 || ^4.0.0", | |
"postcss": "^7 || ^8", | |
"postcss-load-config": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", | |
"pug": "^3.0.0", | |
"sass": "^1.26.8", | |
"stylus": "^0.55.0", | |
"sugarss": "^2.0.0 || ^3.0.0 || ^4.0.0", | |
"svelte": "^3.23.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0", | |
"typescript": ">=3.9.5 || ^4.0.0 || ^5.0.0" | |
}, | |
"peerDependenciesMeta": { | |
"@babel/core": { | |
"optional": true | |
}, | |
"coffeescript": { | |
"optional": true | |
}, | |
"less": { | |
"optional": true | |
}, | |
"postcss": { | |
"optional": true | |
}, | |
"postcss-load-config": { | |
"optional": true | |
}, | |
"pug": { | |
"optional": true | |
}, | |
"sass": { | |
"optional": true | |
}, | |
"stylus": { | |
"optional": true | |
}, | |
"sugarss": { | |
"optional": true | |
}, | |
"typescript": { | |
"optional": true | |
} | |
} | |
}, | |
"node_modules/tailwind-merge": { | |
"version": "2.5.2", | |
"license": "MIT", | |
"funding": { | |
"type": "github", | |
"url": "https://github.com/sponsors/dcastil" | |
} | |
}, | |
"node_modules/tailwind-variants": { | |
"version": "0.2.1", | |
"license": "MIT", | |
"dependencies": { | |
"tailwind-merge": "^2.2.0" | |
}, | |
"engines": { | |
"node": ">=16.x", | |
"pnpm": ">=7.x" | |
}, | |
"peerDependencies": { | |
"tailwindcss": "*" | |
} | |
}, | |
"node_modules/tailwindcss": { | |
"version": "3.4.10", | |
"license": "MIT", | |
"dependencies": { | |
"@alloc/quick-lru": "^5.2.0", | |
"arg": "^5.0.2", | |
"chokidar": "^3.5.3", | |
"didyoumean": "^1.2.2", | |
"dlv": "^1.1.3", | |
"fast-glob": "^3.3.0", | |
"glob-parent": "^6.0.2", | |
"is-glob": "^4.0.3", | |
"jiti": "^1.21.0", | |
"lilconfig": "^2.1.0", | |
"micromatch": "^4.0.5", | |
"normalize-path": "^3.0.0", | |
"object-hash": "^3.0.0", | |
"picocolors": "^1.0.0", | |
"postcss": "^8.4.23", | |
"postcss-import": "^15.1.0", | |
"postcss-js": "^4.0.1", | |
"postcss-load-config": "^4.0.1", | |
"postcss-nested": "^6.0.1", | |
"postcss-selector-parser": "^6.0.11", | |
"resolve": "^1.22.2", | |
"sucrase": "^3.32.0" | |
}, | |
"bin": { | |
"tailwind": "lib/cli.js", | |
"tailwindcss": "lib/cli.js" | |
}, | |
"engines": { | |
"node": ">=14.0.0" | |
} | |
}, | |
"node_modules/tailwindcss/node_modules/postcss-selector-parser": { | |
"version": "6.1.2", | |
"license": "MIT", | |
"dependencies": { | |
"cssesc": "^3.0.0", | |
"util-deprecate": "^1.0.2" | |
}, | |
"engines": { | |
"node": ">=4" | |
} | |
}, | |
"node_modules/thenify": { | |
"version": "3.3.1", | |
"license": "MIT", | |
"dependencies": { | |
"any-promise": "^1.0.0" | |
} | |
}, | |
"node_modules/thenify-all": { | |
"version": "1.6.0", | |
"license": "MIT", | |
"dependencies": { | |
"thenify": ">= 3.1.0 < 4" | |
}, | |
"engines": { | |
"node": ">=0.8" | |
} | |
}, | |
"node_modules/tiny-glob": { | |
"version": "0.2.9", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"globalyzer": "0.1.0", | |
"globrex": "^0.1.2" | |
} | |
}, | |
"node_modules/to-regex-range": { | |
"version": "5.0.1", | |
"license": "MIT", | |
"dependencies": { | |
"is-number": "^7.0.0" | |
}, | |
"engines": { | |
"node": ">=8.0" | |
} | |
}, | |
"node_modules/totalist": { | |
"version": "3.0.1", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=6" | |
} | |
}, | |
"node_modules/ts-interface-checker": { | |
"version": "0.1.13", | |
"license": "Apache-2.0" | |
}, | |
"node_modules/typescript": { | |
"version": "5.5.4", | |
"dev": true, | |
"license": "Apache-2.0", | |
"bin": { | |
"tsc": "bin/tsc", | |
"tsserver": "bin/tsserver" | |
}, | |
"engines": { | |
"node": ">=14.17" | |
} | |
}, | |
"node_modules/update-browserslist-db": { | |
"version": "1.1.0", | |
"dev": true, | |
"funding": [ | |
{ | |
"type": "opencollective", | |
"url": "https://opencollective.com/browserslist" | |
}, | |
{ | |
"type": "tidelift", | |
"url": "https://tidelift.com/funding/github/npm/browserslist" | |
}, | |
{ | |
"type": "github", | |
"url": "https://github.com/sponsors/ai" | |
} | |
], | |
"license": "MIT", | |
"dependencies": { | |
"escalade": "^3.1.2", | |
"picocolors": "^1.0.1" | |
}, | |
"bin": { | |
"update-browserslist-db": "cli.js" | |
}, | |
"peerDependencies": { | |
"browserslist": ">= 4.21.0" | |
} | |
}, | |
"node_modules/util-deprecate": { | |
"version": "1.0.2", | |
"license": "MIT" | |
}, | |
"node_modules/vite": { | |
"version": "5.4.0", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"esbuild": "^0.21.3", | |
"postcss": "^8.4.40", | |
"rollup": "^4.13.0" | |
}, | |
"bin": { | |
"vite": "bin/vite.js" | |
}, | |
"engines": { | |
"node": "^18.0.0 || >=20.0.0" | |
}, | |
"funding": { | |
"url": "https://github.com/vitejs/vite?sponsor=1" | |
}, | |
"optionalDependencies": { | |
"fsevents": "~2.3.3" | |
}, | |
"peerDependencies": { | |
"@types/node": "^18.0.0 || >=20.0.0", | |
"less": "*", | |
"lightningcss": "^1.21.0", | |
"sass": "*", | |
"sass-embedded": "*", | |
"stylus": "*", | |
"sugarss": "*", | |
"terser": "^5.4.0" | |
}, | |
"peerDependenciesMeta": { | |
"@types/node": { | |
"optional": true | |
}, | |
"less": { | |
"optional": true | |
}, | |
"lightningcss": { | |
"optional": true | |
}, | |
"sass": { | |
"optional": true | |
}, | |
"sass-embedded": { | |
"optional": true | |
}, | |
"stylus": { | |
"optional": true | |
}, | |
"sugarss": { | |
"optional": true | |
}, | |
"terser": { | |
"optional": true | |
} | |
} | |
}, | |
"node_modules/vitefu": { | |
"version": "0.2.5", | |
"dev": true, | |
"license": "MIT", | |
"peerDependencies": { | |
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0" | |
}, | |
"peerDependenciesMeta": { | |
"vite": { | |
"optional": true | |
} | |
} | |
}, | |
"node_modules/which": { | |
"version": "2.0.2", | |
"license": "ISC", | |
"dependencies": { | |
"isexe": "^2.0.0" | |
}, | |
"bin": { | |
"node-which": "bin/node-which" | |
}, | |
"engines": { | |
"node": ">= 8" | |
} | |
}, | |
"node_modules/wrap-ansi": { | |
"version": "8.1.0", | |
"license": "MIT", | |
"dependencies": { | |
"ansi-styles": "^6.1.0", | |
"string-width": "^5.0.1", | |
"strip-ansi": "^7.0.1" | |
}, | |
"engines": { | |
"node": ">=12" | |
}, | |
"funding": { | |
"url": "https://github.com/chalk/wrap-ansi?sponsor=1" | |
} | |
}, | |
"node_modules/wrap-ansi-cjs": { | |
"name": "wrap-ansi", | |
"version": "7.0.0", | |
"license": "MIT", | |
"dependencies": { | |
"ansi-styles": "^4.0.0", | |
"string-width": "^4.1.0", | |
"strip-ansi": "^6.0.0" | |
}, | |
"engines": { | |
"node": ">=10" | |
}, | |
"funding": { | |
"url": "https://github.com/chalk/wrap-ansi?sponsor=1" | |
} | |
}, | |
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { | |
"version": "4.3.0", | |
"license": "MIT", | |
"dependencies": { | |
"color-convert": "^2.0.1" | |
}, | |
"engines": { | |
"node": ">=8" | |
}, | |
"funding": { | |
"url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
} | |
}, | |
"node_modules/wrap-ansi-cjs/node_modules/string-width": { | |
"version": "4.2.3", | |
"license": "MIT", | |
"dependencies": { | |
"emoji-regex": "^8.0.0", | |
"is-fullwidth-code-point": "^3.0.0", | |
"strip-ansi": "^6.0.1" | |
}, | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/wrap-ansi-cjs/node_modules/string-width/node_modules/emoji-regex": { | |
"version": "8.0.0", | |
"license": "MIT" | |
}, | |
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { | |
"version": "6.0.1", | |
"license": "MIT", | |
"dependencies": { | |
"ansi-regex": "^5.0.1" | |
}, | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi/node_modules/ansi-regex": { | |
"version": "5.0.1", | |
"license": "MIT", | |
"engines": { | |
"node": ">=8" | |
} | |
}, | |
"node_modules/wrappy": { | |
"version": "1.0.2", | |
"dev": true, | |
"license": "ISC" | |
}, | |
"node_modules/yaml": { | |
"version": "2.5.0", | |
"license": "ISC", | |
"bin": { | |
"yaml": "bin.mjs" | |
}, | |
"engines": { | |
"node": ">= 14" | |
} | |
} | |
} | |
} | |