You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12307 lines
265 KiB
12307 lines
265 KiB
{ |
|
"name": "website", |
|
"lockfileVersion": 3, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"name": "website", |
|
"hasInstallScript": true, |
|
"dependencies": { |
|
"@pinia/nuxt": "^0.10.1", |
|
"@primevue/forms": "^4.2.3", |
|
"@primevue/themes": "^4.2.3", |
|
"nuxt": "^3.14.1592", |
|
"pinia-plugin-persistedstate": "^4.1.3", |
|
"primeicons": "^7.0.0", |
|
"primevue": "^4.2.3", |
|
"uuid": "^11.0.3", |
|
"vue": "latest", |
|
"vue-router": "latest", |
|
"zod": "^3.23.8" |
|
}, |
|
"devDependencies": { |
|
"@nuxt/content": "^3.4.0", |
|
"@nuxt/eslint": "^1.2.0", |
|
"@primevue/nuxt-module": "^4.2.3", |
|
"@types/bun": "latest", |
|
"@vue/language-server": "^2.1.10", |
|
"@vue/typescript-plugin": "^2.1.10", |
|
"typescript": "^5.7.2" |
|
} |
|
}, |
|
"node_modules/@ampproject/remapping": { |
|
"version": "2.3.0", |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"@jridgewell/gen-mapping": "^0.3.5", |
|
"@jridgewell/trace-mapping": "^0.3.24" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/@antfu/install-pkg": { |
|
"version": "1.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"package-manager-detector": "^0.2.8", |
|
"tinyexec": "^0.3.2" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
} |
|
}, |
|
"node_modules/@antfu/install-pkg/node_modules/package-manager-detector": { |
|
"version": "0.2.11", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"quansync": "^0.2.7" |
|
} |
|
}, |
|
"node_modules/@apidevtools/json-schema-ref-parser": { |
|
"version": "11.9.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jsdevtools/ono": "^7.1.3", |
|
"@types/json-schema": "^7.0.15", |
|
"js-yaml": "^4.1.0" |
|
}, |
|
"engines": { |
|
"node": ">= 16" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/philsturgeon" |
|
} |
|
}, |
|
"node_modules/@babel/code-frame": { |
|
"version": "7.26.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-validator-identifier": "^7.25.9", |
|
"js-tokens": "^4.0.0", |
|
"picocolors": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/code-frame/node_modules/js-tokens": { |
|
"version": "4.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@babel/compat-data": { |
|
"version": "7.26.8", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/core": { |
|
"version": "7.26.10", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@ampproject/remapping": "^2.2.0", |
|
"@babel/code-frame": "^7.26.2", |
|
"@babel/generator": "^7.26.10", |
|
"@babel/helper-compilation-targets": "^7.26.5", |
|
"@babel/helper-module-transforms": "^7.26.0", |
|
"@babel/helpers": "^7.26.10", |
|
"@babel/parser": "^7.26.10", |
|
"@babel/template": "^7.26.9", |
|
"@babel/traverse": "^7.26.10", |
|
"@babel/types": "^7.26.10", |
|
"convert-source-map": "^2.0.0", |
|
"debug": "^4.1.0", |
|
"gensync": "^1.0.0-beta.2", |
|
"json5": "^2.2.3", |
|
"semver": "^6.3.1" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/babel" |
|
} |
|
}, |
|
"node_modules/@babel/core/node_modules/semver": { |
|
"version": "6.3.1", |
|
"license": "ISC", |
|
"bin": { |
|
"semver": "bin/semver.js" |
|
} |
|
}, |
|
"node_modules/@babel/generator": { |
|
"version": "7.27.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.27.0", |
|
"@babel/types": "^7.27.0", |
|
"@jridgewell/gen-mapping": "^0.3.5", |
|
"@jridgewell/trace-mapping": "^0.3.25", |
|
"jsesc": "^3.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-annotate-as-pure": { |
|
"version": "7.25.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/types": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-compilation-targets": { |
|
"version": "7.27.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/compat-data": "^7.26.8", |
|
"@babel/helper-validator-option": "^7.25.9", |
|
"browserslist": "^4.24.0", |
|
"lru-cache": "^5.1.1", |
|
"semver": "^6.3.1" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { |
|
"version": "5.1.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"yallist": "^3.0.2" |
|
} |
|
}, |
|
"node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist": { |
|
"version": "3.1.1", |
|
"license": "ISC" |
|
}, |
|
"node_modules/@babel/helper-compilation-targets/node_modules/semver": { |
|
"version": "6.3.1", |
|
"license": "ISC", |
|
"bin": { |
|
"semver": "bin/semver.js" |
|
} |
|
}, |
|
"node_modules/@babel/helper-create-class-features-plugin": { |
|
"version": "7.27.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-annotate-as-pure": "^7.25.9", |
|
"@babel/helper-member-expression-to-functions": "^7.25.9", |
|
"@babel/helper-optimise-call-expression": "^7.25.9", |
|
"@babel/helper-replace-supers": "^7.26.5", |
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", |
|
"@babel/traverse": "^7.27.0", |
|
"semver": "^6.3.1" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { |
|
"version": "6.3.1", |
|
"license": "ISC", |
|
"bin": { |
|
"semver": "bin/semver.js" |
|
} |
|
}, |
|
"node_modules/@babel/helper-member-expression-to-functions": { |
|
"version": "7.25.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/traverse": "^7.25.9", |
|
"@babel/types": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-module-imports": { |
|
"version": "7.25.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/traverse": "^7.25.9", |
|
"@babel/types": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-module-transforms": { |
|
"version": "7.26.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-module-imports": "^7.25.9", |
|
"@babel/helper-validator-identifier": "^7.25.9", |
|
"@babel/traverse": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-optimise-call-expression": { |
|
"version": "7.25.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/types": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-plugin-utils": { |
|
"version": "7.26.5", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-replace-supers": { |
|
"version": "7.26.5", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-member-expression-to-functions": "^7.25.9", |
|
"@babel/helper-optimise-call-expression": "^7.25.9", |
|
"@babel/traverse": "^7.26.5" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": { |
|
"version": "7.25.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/traverse": "^7.25.9", |
|
"@babel/types": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-string-parser": { |
|
"version": "7.25.9", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-validator-identifier": { |
|
"version": "7.25.9", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-validator-option": { |
|
"version": "7.25.9", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helpers": { |
|
"version": "7.27.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/template": "^7.27.0", |
|
"@babel/types": "^7.27.0" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/parser": { |
|
"version": "7.27.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/types": "^7.27.0" |
|
}, |
|
"bin": { |
|
"parser": "bin/babel-parser.js" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/@babel/plugin-syntax-jsx": { |
|
"version": "7.25.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-plugin-utils": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0-0" |
|
} |
|
}, |
|
"node_modules/@babel/plugin-syntax-typescript": { |
|
"version": "7.25.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-plugin-utils": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0-0" |
|
} |
|
}, |
|
"node_modules/@babel/plugin-transform-typescript": { |
|
"version": "7.27.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-annotate-as-pure": "^7.25.9", |
|
"@babel/helper-create-class-features-plugin": "^7.27.0", |
|
"@babel/helper-plugin-utils": "^7.26.5", |
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", |
|
"@babel/plugin-syntax-typescript": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0-0" |
|
} |
|
}, |
|
"node_modules/@babel/template": { |
|
"version": "7.27.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/code-frame": "^7.26.2", |
|
"@babel/parser": "^7.27.0", |
|
"@babel/types": "^7.27.0" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/traverse": { |
|
"version": "7.27.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/code-frame": "^7.26.2", |
|
"@babel/generator": "^7.27.0", |
|
"@babel/parser": "^7.27.0", |
|
"@babel/template": "^7.27.0", |
|
"@babel/types": "^7.27.0", |
|
"debug": "^4.3.1", |
|
"globals": "^11.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/traverse/node_modules/globals": { |
|
"version": "11.12.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/@babel/types": { |
|
"version": "7.27.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-string-parser": "^7.25.9", |
|
"@babel/helper-validator-identifier": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@clack/core": { |
|
"version": "0.4.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"picocolors": "^1.0.0", |
|
"sisteransi": "^1.0.5" |
|
} |
|
}, |
|
"node_modules/@clack/prompts": { |
|
"version": "0.10.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@clack/core": "0.4.1", |
|
"picocolors": "^1.0.0", |
|
"sisteransi": "^1.0.5" |
|
} |
|
}, |
|
"node_modules/@cloudflare/kv-asset-handler": { |
|
"version": "0.4.0", |
|
"license": "MIT OR Apache-2.0", |
|
"dependencies": { |
|
"mime": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18.0.0" |
|
} |
|
}, |
|
"node_modules/@cloudflare/kv-asset-handler/node_modules/mime": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"bin": { |
|
"mime": "cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=10.0.0" |
|
} |
|
}, |
|
"node_modules/@emmetio/abbreviation": { |
|
"version": "2.3.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@emmetio/scanner": "^1.0.4" |
|
} |
|
}, |
|
"node_modules/@emmetio/css-abbreviation": { |
|
"version": "2.1.8", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@emmetio/scanner": "^1.0.4" |
|
} |
|
}, |
|
"node_modules/@emmetio/css-parser": { |
|
"version": "0.4.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@emmetio/stream-reader": "^2.2.0", |
|
"@emmetio/stream-reader-utils": "^0.1.0" |
|
} |
|
}, |
|
"node_modules/@emmetio/html-matcher": { |
|
"version": "1.3.0", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"@emmetio/scanner": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@emmetio/scanner": { |
|
"version": "1.0.4", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@emmetio/stream-reader": { |
|
"version": "2.2.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@emmetio/stream-reader-utils": { |
|
"version": "0.1.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@es-joy/jsdoccomment": { |
|
"version": "0.49.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"comment-parser": "1.4.1", |
|
"esquery": "^1.6.0", |
|
"jsdoc-type-pratt-parser": "~4.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=16" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-x64": { |
|
"version": "0.25.1", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@eslint-community/eslint-utils": { |
|
"version": "4.5.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"eslint-visitor-keys": "^3.4.3" |
|
}, |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" |
|
} |
|
}, |
|
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { |
|
"version": "3.4.3", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/@eslint-community/regexpp": { |
|
"version": "4.12.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/@eslint/compat": { |
|
"version": "1.2.7", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^9.10.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"eslint": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@eslint/config-array": { |
|
"version": "0.19.2", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"dependencies": { |
|
"@eslint/object-schema": "^2.1.6", |
|
"debug": "^4.3.1", |
|
"minimatch": "^3.1.2" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@eslint/config-array/node_modules/minimatch": { |
|
"version": "3.1.2", |
|
"devOptional": true, |
|
"license": "ISC", |
|
"peer": true, |
|
"dependencies": { |
|
"brace-expansion": "^1.1.7" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
} |
|
}, |
|
"node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion": { |
|
"version": "1.1.11", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"balanced-match": "^1.0.0", |
|
"concat-map": "0.0.1" |
|
} |
|
}, |
|
"node_modules/@eslint/config-helpers": { |
|
"version": "0.2.0", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@eslint/config-inspector": { |
|
"version": "1.0.2", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"@nodelib/fs.walk": "^3.0.1", |
|
"ansis": "^3.17.0", |
|
"bundle-require": "^5.1.0", |
|
"cac": "^6.7.14", |
|
"chokidar": "^4.0.3", |
|
"debug": "^4.4.0", |
|
"esbuild": "^0.25.0", |
|
"find-up": "^7.0.0", |
|
"get-port-please": "^3.1.2", |
|
"h3": "^1.15.1", |
|
"mlly": "^1.7.4", |
|
"mrmime": "^2.0.1", |
|
"open": "^10.1.0", |
|
"tinyglobby": "^0.2.12", |
|
"ws": "^8.18.1" |
|
}, |
|
"bin": { |
|
"config-inspector": "bin.mjs", |
|
"eslint-config-inspector": "bin.mjs" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.50.0 || ^9.0.0" |
|
} |
|
}, |
|
"node_modules/@eslint/config-inspector/node_modules/@nodelib/fs.walk": { |
|
"version": "3.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nodelib/fs.scandir": "4.0.1", |
|
"fastq": "^1.15.0" |
|
}, |
|
"engines": { |
|
"node": ">=18.18.0" |
|
} |
|
}, |
|
"node_modules/@eslint/config-inspector/node_modules/@nodelib/fs.walk/node_modules/@nodelib/fs.scandir": { |
|
"version": "4.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nodelib/fs.stat": "4.0.0", |
|
"run-parallel": "^1.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=18.18.0" |
|
} |
|
}, |
|
"node_modules/@eslint/config-inspector/node_modules/@nodelib/fs.walk/node_modules/@nodelib/fs.scandir/node_modules/@nodelib/fs.stat": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18.18.0" |
|
} |
|
}, |
|
"node_modules/@eslint/core": { |
|
"version": "0.12.0", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"dependencies": { |
|
"@types/json-schema": "^7.0.15" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@eslint/eslintrc": { |
|
"version": "3.3.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"ajv": "^6.12.4", |
|
"debug": "^4.3.2", |
|
"espree": "^10.0.1", |
|
"globals": "^14.0.0", |
|
"ignore": "^5.2.0", |
|
"import-fresh": "^3.2.1", |
|
"js-yaml": "^4.1.0", |
|
"minimatch": "^3.1.2", |
|
"strip-json-comments": "^3.1.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/@eslint/eslintrc/node_modules/globals": { |
|
"version": "14.0.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/@eslint/eslintrc/node_modules/ignore": { |
|
"version": "5.3.2", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">= 4" |
|
} |
|
}, |
|
"node_modules/@eslint/eslintrc/node_modules/minimatch": { |
|
"version": "3.1.2", |
|
"devOptional": true, |
|
"license": "ISC", |
|
"peer": true, |
|
"dependencies": { |
|
"brace-expansion": "^1.1.7" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
} |
|
}, |
|
"node_modules/@eslint/eslintrc/node_modules/minimatch/node_modules/brace-expansion": { |
|
"version": "1.1.11", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"balanced-match": "^1.0.0", |
|
"concat-map": "0.0.1" |
|
} |
|
}, |
|
"node_modules/@eslint/js": { |
|
"version": "9.23.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@eslint/object-schema": { |
|
"version": "2.1.6", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@eslint/plugin-kit": { |
|
"version": "0.2.7", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"dependencies": { |
|
"@eslint/core": "^0.12.0", |
|
"levn": "^0.4.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@humanfs/core": { |
|
"version": "0.19.1", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=18.18.0" |
|
} |
|
}, |
|
"node_modules/@humanfs/node": { |
|
"version": "0.16.6", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"dependencies": { |
|
"@humanfs/core": "^0.19.1", |
|
"@humanwhocodes/retry": "^0.3.0" |
|
}, |
|
"engines": { |
|
"node": ">=18.18.0" |
|
} |
|
}, |
|
"node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { |
|
"version": "0.3.1", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=18.18" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/nzakas" |
|
} |
|
}, |
|
"node_modules/@humanwhocodes/module-importer": { |
|
"version": "1.0.1", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=12.22" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/nzakas" |
|
} |
|
}, |
|
"node_modules/@humanwhocodes/retry": { |
|
"version": "0.4.2", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=18.18" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/nzakas" |
|
} |
|
}, |
|
"node_modules/@ioredis/commands": { |
|
"version": "1.2.0", |
|
"license": "MIT" |
|
}, |
|
"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/@isaacs/cliui/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/@isaacs/cliui/node_modules/string-width/node_modules/emoji-regex": { |
|
"version": "9.2.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@isaacs/cliui/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/@isaacs/cliui/node_modules/wrap-ansi/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/@isaacs/fs-minipass": { |
|
"version": "4.0.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"minipass": "^7.0.4" |
|
}, |
|
"engines": { |
|
"node": ">=18.0.0" |
|
} |
|
}, |
|
"node_modules/@johnsoncodehk/pug-beautify": { |
|
"version": "0.2.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@jridgewell/gen-mapping": { |
|
"version": "0.3.8", |
|
"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/source-map": { |
|
"version": "0.3.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/gen-mapping": "^0.3.5", |
|
"@jridgewell/trace-mapping": "^0.3.25" |
|
} |
|
}, |
|
"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/@jsdevtools/ono": { |
|
"version": "7.1.3", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@kwsites/file-exists": { |
|
"version": "1.1.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"debug": "^4.1.1" |
|
} |
|
}, |
|
"node_modules/@kwsites/promise-deferred": { |
|
"version": "1.1.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@mapbox/node-pre-gyp": { |
|
"version": "2.0.0", |
|
"license": "BSD-3-Clause", |
|
"dependencies": { |
|
"consola": "^3.2.3", |
|
"detect-libc": "^2.0.0", |
|
"https-proxy-agent": "^7.0.5", |
|
"node-fetch": "^2.6.7", |
|
"nopt": "^8.0.0", |
|
"semver": "^7.5.3", |
|
"tar": "^7.4.0" |
|
}, |
|
"bin": { |
|
"node-pre-gyp": "bin/node-pre-gyp" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@netlify/functions": { |
|
"version": "3.0.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@netlify/serverless-functions-api": "1.36.0" |
|
}, |
|
"engines": { |
|
"node": ">=18.0.0" |
|
} |
|
}, |
|
"node_modules/@netlify/serverless-functions-api": { |
|
"version": "1.36.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18.0.0" |
|
} |
|
}, |
|
"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/@nuxt/cli": { |
|
"version": "3.23.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"c12": "^3.0.2", |
|
"chokidar": "^4.0.3", |
|
"citty": "^0.1.6", |
|
"clipboardy": "^4.0.0", |
|
"consola": "^3.4.2", |
|
"defu": "^6.1.4", |
|
"fuse.js": "^7.1.0", |
|
"giget": "^2.0.0", |
|
"h3": "^1.15.1", |
|
"httpxy": "^0.1.7", |
|
"jiti": "^2.4.2", |
|
"listhen": "^1.9.0", |
|
"nypm": "^0.6.0", |
|
"ofetch": "^1.4.1", |
|
"ohash": "^2.0.11", |
|
"pathe": "^2.0.3", |
|
"perfect-debounce": "^1.0.0", |
|
"pkg-types": "^2.1.0", |
|
"scule": "^1.3.0", |
|
"semver": "^7.7.1", |
|
"std-env": "^3.8.1", |
|
"tinyexec": "^0.3.2", |
|
"ufo": "^1.5.4" |
|
}, |
|
"bin": { |
|
"nuxi": "bin/nuxi.mjs", |
|
"nuxi-ng": "bin/nuxi.mjs", |
|
"nuxt": "bin/nuxi.mjs", |
|
"nuxt-cli": "bin/nuxi.mjs" |
|
}, |
|
"engines": { |
|
"node": "^16.10.0 || >=18.0.0" |
|
} |
|
}, |
|
"node_modules/@nuxt/content": { |
|
"version": "3.4.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nuxt/kit": "^3.16.1", |
|
"@nuxtjs/mdc": "^0.16.1", |
|
"@shikijs/langs": "^3.2.1", |
|
"@sqlite.org/sqlite-wasm": "3.49.1-build2", |
|
"@webcontainer/env": "^1.1.1", |
|
"better-sqlite3": "^11.9.1", |
|
"c12": "^3.0.2", |
|
"chokidar": "^4.0.3", |
|
"consola": "^3.4.2", |
|
"db0": "^0.3.1", |
|
"defu": "^6.1.4", |
|
"destr": "^2.0.3", |
|
"fast-glob": "^3.3.3", |
|
"git-url-parse": "^16.0.1", |
|
"jiti": "^2.4.2", |
|
"knitwork": "^1.2.0", |
|
"listhen": "^1.9.0", |
|
"mdast-util-to-hast": "^13.2.0", |
|
"mdast-util-to-string": "^4.0.0", |
|
"micromark": "^4.0.2", |
|
"micromark-util-character": "^2.1.1", |
|
"micromark-util-chunked": "^2.0.1", |
|
"micromark-util-resolve-all": "^2.0.1", |
|
"micromark-util-sanitize-uri": "^2.0.1", |
|
"micromatch": "^4.0.8", |
|
"minimatch": "^10.0.1", |
|
"nuxt-component-meta": "^0.10.0", |
|
"ohash": "^2.0.11", |
|
"pathe": "^2.0.3", |
|
"pkg-types": "^2.1.0", |
|
"remark-mdc": "^3.5.3", |
|
"scule": "^1.3.0", |
|
"shiki": "^3.2.1", |
|
"slugify": "^1.6.6", |
|
"socket.io-client": "^4.8.1", |
|
"tar": "^7.4.3", |
|
"ufo": "^1.5.4", |
|
"unified": "^11.0.5", |
|
"unist-util-stringify-position": "^4.0.0", |
|
"unist-util-visit": "^5.0.0", |
|
"ws": "^8.18.1", |
|
"zod": "^3.24.2", |
|
"zod-to-json-schema": "^3.24.4", |
|
"zod-to-ts": "^1.2.0" |
|
}, |
|
"peerDependencies": { |
|
"@electric-sql/pglite": "*", |
|
"@libsql/client": "*", |
|
"sqlite3": "*" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@electric-sql/pglite": { |
|
"optional": true |
|
}, |
|
"@libsql/client": { |
|
"optional": true |
|
}, |
|
"sqlite3": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@nuxt/devalue": { |
|
"version": "2.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@nuxt/devtools": { |
|
"version": "2.3.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nuxt/devtools-kit": "2.3.2", |
|
"@nuxt/devtools-wizard": "2.3.2", |
|
"@nuxt/kit": "^3.16.1", |
|
"@vue/devtools-core": "^7.7.2", |
|
"@vue/devtools-kit": "^7.7.2", |
|
"birpc": "^2.3.0", |
|
"consola": "^3.4.2", |
|
"destr": "^2.0.3", |
|
"error-stack-parser-es": "^1.0.5", |
|
"execa": "^8.0.1", |
|
"fast-npm-meta": "^0.3.1", |
|
"get-port-please": "^3.1.2", |
|
"hookable": "^5.5.3", |
|
"image-meta": "^0.2.1", |
|
"is-installed-globally": "^1.0.0", |
|
"launch-editor": "^2.10.0", |
|
"local-pkg": "^1.1.1", |
|
"magicast": "^0.3.5", |
|
"nypm": "^0.6.0", |
|
"ohash": "^2.0.11", |
|
"pathe": "^2.0.3", |
|
"perfect-debounce": "^1.0.0", |
|
"pkg-types": "^2.1.0", |
|
"semver": "^7.7.1", |
|
"simple-git": "^3.27.0", |
|
"sirv": "^3.0.1", |
|
"structured-clone-es": "^1.0.0", |
|
"tinyglobby": "^0.2.12", |
|
"vite-plugin-inspect": "^11.0.0", |
|
"vite-plugin-vue-tracer": "^0.1.3", |
|
"which": "^5.0.0", |
|
"ws": "^8.18.1" |
|
}, |
|
"bin": { |
|
"devtools": "cli.mjs" |
|
}, |
|
"peerDependencies": { |
|
"vite": ">=6.0" |
|
} |
|
}, |
|
"node_modules/@nuxt/devtools-kit": { |
|
"version": "2.3.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nuxt/kit": "^3.16.1", |
|
"@nuxt/schema": "^3.16.1", |
|
"execa": "^8.0.1" |
|
}, |
|
"peerDependencies": { |
|
"vite": ">=6.0" |
|
} |
|
}, |
|
"node_modules/@nuxt/devtools-wizard": { |
|
"version": "2.3.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"consola": "^3.4.2", |
|
"diff": "^7.0.0", |
|
"execa": "^8.0.1", |
|
"magicast": "^0.3.5", |
|
"pathe": "^2.0.3", |
|
"pkg-types": "^2.1.0", |
|
"prompts": "^2.4.2", |
|
"semver": "^7.7.1" |
|
}, |
|
"bin": { |
|
"devtools-wizard": "cli.mjs" |
|
} |
|
}, |
|
"node_modules/@nuxt/eslint": { |
|
"version": "1.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint/config-inspector": "^1.0.2", |
|
"@nuxt/devtools-kit": "^2.2.1", |
|
"@nuxt/eslint-config": "1.2.0", |
|
"@nuxt/eslint-plugin": "1.2.0", |
|
"@nuxt/kit": "^3.16.0", |
|
"chokidar": "^4.0.3", |
|
"eslint-flat-config-utils": "^2.0.1", |
|
"eslint-typegen": "^2.0.0", |
|
"find-up": "^7.0.0", |
|
"get-port-please": "^3.1.2", |
|
"mlly": "^1.7.4", |
|
"pathe": "^2.0.3", |
|
"unimport": "^4.1.2" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^9.0.0", |
|
"eslint-webpack-plugin": "^4.1.0", |
|
"vite-plugin-eslint2": "^5.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"eslint-webpack-plugin": { |
|
"optional": true |
|
}, |
|
"vite-plugin-eslint2": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@nuxt/eslint-config": { |
|
"version": "1.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@antfu/install-pkg": "^1.0.0", |
|
"@clack/prompts": "^0.10.0", |
|
"@eslint/js": "^9.22.0", |
|
"@nuxt/eslint-plugin": "1.2.0", |
|
"@stylistic/eslint-plugin": "^4.2.0", |
|
"@typescript-eslint/eslint-plugin": "^8.26.0", |
|
"@typescript-eslint/parser": "^8.26.0", |
|
"eslint-config-flat-gitignore": "^2.1.0", |
|
"eslint-flat-config-utils": "^2.0.1", |
|
"eslint-merge-processors": "^2.0.0", |
|
"eslint-plugin-import-x": "^4.6.1", |
|
"eslint-plugin-jsdoc": "^50.6.3", |
|
"eslint-plugin-regexp": "^2.7.0", |
|
"eslint-plugin-unicorn": "^57.0.0", |
|
"eslint-plugin-vue": "^10.0.0", |
|
"eslint-processor-vue-blocks": "^2.0.0", |
|
"globals": "^16.0.0", |
|
"local-pkg": "^1.1.1", |
|
"pathe": "^2.0.3", |
|
"vue-eslint-parser": "^10.1.1" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^9.0.0", |
|
"eslint-plugin-format": "*" |
|
}, |
|
"peerDependenciesMeta": { |
|
"eslint-plugin-format": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@nuxt/eslint-plugin": { |
|
"version": "1.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/types": "^8.26.0", |
|
"@typescript-eslint/utils": "^8.26.0" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^9.0.0" |
|
} |
|
}, |
|
"node_modules/@nuxt/kit": { |
|
"version": "3.16.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"c12": "^3.0.2", |
|
"consola": "^3.4.2", |
|
"defu": "^6.1.4", |
|
"destr": "^2.0.3", |
|
"errx": "^0.1.0", |
|
"exsolve": "^1.0.4", |
|
"globby": "^14.1.0", |
|
"ignore": "^7.0.3", |
|
"jiti": "^2.4.2", |
|
"klona": "^2.0.6", |
|
"knitwork": "^1.2.0", |
|
"mlly": "^1.7.4", |
|
"ohash": "^2.0.11", |
|
"pathe": "^2.0.3", |
|
"pkg-types": "^2.1.0", |
|
"scule": "^1.3.0", |
|
"semver": "^7.7.1", |
|
"std-env": "^3.8.1", |
|
"ufo": "^1.5.4", |
|
"unctx": "^2.4.1", |
|
"unimport": "^4.1.2", |
|
"untyped": "^2.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18.12.0" |
|
} |
|
}, |
|
"node_modules/@nuxt/schema": { |
|
"version": "3.16.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"consola": "^3.4.2", |
|
"defu": "^6.1.4", |
|
"pathe": "^2.0.3", |
|
"std-env": "^3.8.1" |
|
}, |
|
"engines": { |
|
"node": "^14.18.0 || >=16.10.0" |
|
} |
|
}, |
|
"node_modules/@nuxt/telemetry": { |
|
"version": "2.6.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nuxt/kit": "^3.15.4", |
|
"citty": "^0.1.6", |
|
"consola": "^3.4.2", |
|
"destr": "^2.0.3", |
|
"dotenv": "^16.4.7", |
|
"git-url-parse": "^16.0.1", |
|
"is-docker": "^3.0.0", |
|
"ofetch": "^1.4.1", |
|
"package-manager-detector": "^1.1.0", |
|
"pathe": "^2.0.3", |
|
"rc9": "^2.1.2", |
|
"std-env": "^3.8.1" |
|
}, |
|
"bin": { |
|
"nuxt-telemetry": "bin/nuxt-telemetry.mjs" |
|
}, |
|
"engines": { |
|
"node": ">=18.12.0" |
|
} |
|
}, |
|
"node_modules/@nuxt/vite-builder": { |
|
"version": "3.16.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nuxt/kit": "3.16.1", |
|
"@rollup/plugin-replace": "^6.0.2", |
|
"@vitejs/plugin-vue": "^5.2.3", |
|
"@vitejs/plugin-vue-jsx": "^4.1.2", |
|
"autoprefixer": "^10.4.21", |
|
"consola": "^3.4.2", |
|
"cssnano": "^7.0.6", |
|
"defu": "^6.1.4", |
|
"esbuild": "^0.25.1", |
|
"escape-string-regexp": "^5.0.0", |
|
"exsolve": "^1.0.4", |
|
"externality": "^1.0.2", |
|
"get-port-please": "^3.1.2", |
|
"h3": "^1.15.1", |
|
"jiti": "^2.4.2", |
|
"knitwork": "^1.2.0", |
|
"magic-string": "^0.30.17", |
|
"mlly": "^1.7.4", |
|
"mocked-exports": "^0.1.1", |
|
"ohash": "^2.0.11", |
|
"pathe": "^2.0.3", |
|
"perfect-debounce": "^1.0.0", |
|
"pkg-types": "^2.1.0", |
|
"postcss": "^8.5.3", |
|
"rollup-plugin-visualizer": "^5.14.0", |
|
"std-env": "^3.8.1", |
|
"ufo": "^1.5.4", |
|
"unenv": "^2.0.0-rc.15", |
|
"unplugin": "^2.2.1", |
|
"vite": "^6.2.2", |
|
"vite-node": "^3.0.9", |
|
"vite-plugin-checker": "^0.9.1", |
|
"vue-bundle-renderer": "^2.1.1" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" |
|
}, |
|
"peerDependencies": { |
|
"vue": "^3.3.4" |
|
} |
|
}, |
|
"node_modules/@nuxtjs/mdc": { |
|
"version": "0.16.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nuxt/kit": "^3.16.1", |
|
"@shikijs/transformers": "^3.2.1", |
|
"@types/hast": "^3.0.4", |
|
"@types/mdast": "^4.0.4", |
|
"@vue/compiler-core": "^3.5.13", |
|
"consola": "^3.4.2", |
|
"debug": "4.4.0", |
|
"defu": "^6.1.4", |
|
"destr": "^2.0.3", |
|
"detab": "^3.0.2", |
|
"github-slugger": "^2.0.0", |
|
"hast-util-format": "^1.1.0", |
|
"hast-util-to-mdast": "^10.1.2", |
|
"hast-util-to-string": "^3.0.1", |
|
"mdast-util-to-hast": "^13.2.0", |
|
"micromark-util-sanitize-uri": "^2.0.1", |
|
"parse5": "^7.2.1", |
|
"pathe": "^2.0.3", |
|
"property-information": "^7.0.0", |
|
"rehype-external-links": "^3.0.0", |
|
"rehype-minify-whitespace": "^6.0.2", |
|
"rehype-raw": "^7.0.0", |
|
"rehype-remark": "^10.0.0", |
|
"rehype-slug": "^6.0.0", |
|
"rehype-sort-attribute-values": "^5.0.1", |
|
"rehype-sort-attributes": "^5.0.1", |
|
"remark-emoji": "^5.0.1", |
|
"remark-gfm": "^4.0.1", |
|
"remark-mdc": "^3.5.3", |
|
"remark-parse": "^11.0.0", |
|
"remark-rehype": "^11.1.1", |
|
"remark-stringify": "^11.0.0", |
|
"scule": "^1.3.0", |
|
"shiki": "^3.2.1", |
|
"ufo": "^1.5.4", |
|
"unified": "^11.0.5", |
|
"unist-builder": "^4.0.0", |
|
"unist-util-visit": "^5.0.0", |
|
"unwasm": "^0.3.9", |
|
"vfile": "^6.0.3" |
|
} |
|
}, |
|
"node_modules/@oxc-parser/binding-linux-x64-gnu": { |
|
"version": "0.56.5", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/@oxc-parser/binding-linux-x64-musl": { |
|
"version": "0.56.5", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/@oxc-parser/wasm": { |
|
"version": "0.60.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@oxc-project/types": "^0.60.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/Boshen" |
|
} |
|
}, |
|
"node_modules/@oxc-project/types": { |
|
"version": "0.60.0", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/Boshen" |
|
} |
|
}, |
|
"node_modules/@parcel/watcher": { |
|
"version": "2.5.1", |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"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-linux-x64-glibc": { |
|
"version": "2.5.1", |
|
"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", |
|
"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-wasm": { |
|
"version": "2.5.1", |
|
"bundleDependencies": [ |
|
"napi-wasm" |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-glob": "^4.0.3", |
|
"micromatch": "^4.0.5", |
|
"napi-wasm": "^1.1.0" |
|
}, |
|
"engines": { |
|
"node": ">= 10.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": { |
|
"version": "1.1.0", |
|
"inBundle": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@parcel/watcher/node_modules/detect-libc": { |
|
"version": "1.0.3", |
|
"license": "Apache-2.0", |
|
"bin": { |
|
"detect-libc": "bin/detect-libc.js" |
|
}, |
|
"engines": { |
|
"node": ">=0.10" |
|
} |
|
}, |
|
"node_modules/@pinia/nuxt": { |
|
"version": "0.10.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nuxt/kit": "^3.9.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/posva" |
|
}, |
|
"peerDependencies": { |
|
"pinia": "^3.0.1" |
|
} |
|
}, |
|
"node_modules/@pkgjs/parseargs": { |
|
"version": "0.11.0", |
|
"license": "MIT", |
|
"optional": true, |
|
"engines": { |
|
"node": ">=14" |
|
} |
|
}, |
|
"node_modules/@pkgr/core": { |
|
"version": "0.1.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/unts" |
|
} |
|
}, |
|
"node_modules/@polka/url": { |
|
"version": "1.0.0-next.28", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@poppinss/colors": { |
|
"version": "4.1.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"kleur": "^4.1.5" |
|
}, |
|
"engines": { |
|
"node": ">=18.16.0" |
|
} |
|
}, |
|
"node_modules/@poppinss/colors/node_modules/kleur": { |
|
"version": "4.1.5", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/@poppinss/dumper": { |
|
"version": "0.6.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@poppinss/colors": "^4.1.4", |
|
"@sindresorhus/is": "^7.0.1", |
|
"supports-color": "^10.0.0" |
|
} |
|
}, |
|
"node_modules/@poppinss/dumper/node_modules/@sindresorhus/is": { |
|
"version": "7.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sindresorhus/is?sponsor=1" |
|
} |
|
}, |
|
"node_modules/@poppinss/dumper/node_modules/supports-color": { |
|
"version": "10.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/supports-color?sponsor=1" |
|
} |
|
}, |
|
"node_modules/@poppinss/exception": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@primeuix/forms": { |
|
"version": "0.0.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@primeuix/utils": "^0.4.0" |
|
}, |
|
"engines": { |
|
"node": ">=12.11.0" |
|
} |
|
}, |
|
"node_modules/@primeuix/forms/node_modules/@primeuix/utils": { |
|
"version": "0.4.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12.11.0" |
|
} |
|
}, |
|
"node_modules/@primeuix/styled": { |
|
"version": "0.5.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@primeuix/utils": "^0.5.0" |
|
}, |
|
"engines": { |
|
"node": ">=12.11.0" |
|
} |
|
}, |
|
"node_modules/@primeuix/styles": { |
|
"version": "1.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@primeuix/styled": "^0.5.0" |
|
} |
|
}, |
|
"node_modules/@primeuix/themes": { |
|
"version": "1.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@primeuix/styled": "^0.5.0" |
|
} |
|
}, |
|
"node_modules/@primeuix/utils": { |
|
"version": "0.5.2", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12.11.0" |
|
} |
|
}, |
|
"node_modules/@primevue/auto-import-resolver": { |
|
"version": "4.3.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@primevue/metadata": "4.3.3" |
|
}, |
|
"engines": { |
|
"node": ">=12.11.0" |
|
} |
|
}, |
|
"node_modules/@primevue/core": { |
|
"version": "4.3.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@primeuix/styled": "^0.5.0", |
|
"@primeuix/utils": "^0.5.1" |
|
}, |
|
"engines": { |
|
"node": ">=12.11.0" |
|
}, |
|
"peerDependencies": { |
|
"vue": "^3.5.0" |
|
} |
|
}, |
|
"node_modules/@primevue/forms": { |
|
"version": "4.3.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@primeuix/forms": "^0.0.4", |
|
"@primeuix/utils": "^0.5.1", |
|
"@primevue/core": "4.3.3" |
|
}, |
|
"engines": { |
|
"node": ">=12.11.0" |
|
} |
|
}, |
|
"node_modules/@primevue/icons": { |
|
"version": "4.3.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@primeuix/utils": "^0.5.1", |
|
"@primevue/core": "4.3.3" |
|
}, |
|
"engines": { |
|
"node": ">=12.11.0" |
|
} |
|
}, |
|
"node_modules/@primevue/metadata": { |
|
"version": "4.3.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12.11.0" |
|
} |
|
}, |
|
"node_modules/@primevue/nuxt-module": { |
|
"version": "4.3.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nuxt/kit": "^3", |
|
"@primeuix/styled": "^0.5.0", |
|
"@primeuix/utils": "^0.5.1", |
|
"@primevue/auto-import-resolver": "4.3.3", |
|
"@primevue/metadata": "4.3.3", |
|
"pathe": "^1.1.2", |
|
"primevue": "4.3.3", |
|
"unplugin-vue-components": "28.4.1" |
|
}, |
|
"engines": { |
|
"node": ">=12.11.0" |
|
} |
|
}, |
|
"node_modules/@primevue/nuxt-module/node_modules/pathe": { |
|
"version": "1.1.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@primevue/themes": { |
|
"version": "4.3.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@primeuix/styled": "^0.5.0", |
|
"@primeuix/themes": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=12.11.0" |
|
} |
|
}, |
|
"node_modules/@rollup/plugin-alias": { |
|
"version": "5.1.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=14.0.0" |
|
}, |
|
"peerDependencies": { |
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"rollup": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@rollup/plugin-commonjs": { |
|
"version": "28.0.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@rollup/pluginutils": "^5.0.1", |
|
"commondir": "^1.0.1", |
|
"estree-walker": "^2.0.2", |
|
"fdir": "^6.2.0", |
|
"is-reference": "1.2.1", |
|
"magic-string": "^0.30.3", |
|
"picomatch": "^4.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=16.0.0 || 14 >= 14.17" |
|
}, |
|
"peerDependencies": { |
|
"rollup": "^2.68.0||^3.0.0||^4.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"rollup": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": { |
|
"version": "2.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@rollup/plugin-inject": { |
|
"version": "5.0.5", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@rollup/pluginutils": "^5.0.1", |
|
"estree-walker": "^2.0.2", |
|
"magic-string": "^0.30.3" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
}, |
|
"peerDependencies": { |
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"rollup": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@rollup/plugin-inject/node_modules/estree-walker": { |
|
"version": "2.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@rollup/plugin-json": { |
|
"version": "6.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@rollup/pluginutils": "^5.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
}, |
|
"peerDependencies": { |
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"rollup": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@rollup/plugin-node-resolve": { |
|
"version": "16.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@rollup/pluginutils": "^5.0.1", |
|
"@types/resolve": "1.20.2", |
|
"deepmerge": "^4.2.2", |
|
"is-module": "^1.0.0", |
|
"resolve": "^1.22.1" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
}, |
|
"peerDependencies": { |
|
"rollup": "^2.78.0||^3.0.0||^4.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"rollup": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@rollup/plugin-replace": { |
|
"version": "6.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@rollup/pluginutils": "^5.0.1", |
|
"magic-string": "^0.30.3" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
}, |
|
"peerDependencies": { |
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"rollup": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@rollup/plugin-terser": { |
|
"version": "0.4.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"serialize-javascript": "^6.0.1", |
|
"smob": "^1.0.0", |
|
"terser": "^5.17.4" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
}, |
|
"peerDependencies": { |
|
"rollup": "^2.0.0||^3.0.0||^4.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"rollup": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@rollup/pluginutils": { |
|
"version": "5.1.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/estree": "^1.0.0", |
|
"estree-walker": "^2.0.2", |
|
"picomatch": "^4.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
}, |
|
"peerDependencies": { |
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"rollup": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@rollup/pluginutils/node_modules/estree-walker": { |
|
"version": "2.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@rollup/rollup-linux-x64-gnu": { |
|
"version": "4.38.0", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-x64-musl": { |
|
"version": "4.38.0", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@shikijs/core": { |
|
"version": "3.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@shikijs/types": "3.2.1", |
|
"@shikijs/vscode-textmate": "^10.0.2", |
|
"@types/hast": "^3.0.4", |
|
"hast-util-to-html": "^9.0.5" |
|
} |
|
}, |
|
"node_modules/@shikijs/engine-javascript": { |
|
"version": "3.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@shikijs/types": "3.2.1", |
|
"@shikijs/vscode-textmate": "^10.0.2", |
|
"oniguruma-to-es": "^4.1.0" |
|
} |
|
}, |
|
"node_modules/@shikijs/engine-oniguruma": { |
|
"version": "3.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@shikijs/types": "3.2.1", |
|
"@shikijs/vscode-textmate": "^10.0.2" |
|
} |
|
}, |
|
"node_modules/@shikijs/langs": { |
|
"version": "3.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@shikijs/types": "3.2.1" |
|
} |
|
}, |
|
"node_modules/@shikijs/themes": { |
|
"version": "3.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@shikijs/types": "3.2.1" |
|
} |
|
}, |
|
"node_modules/@shikijs/transformers": { |
|
"version": "3.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@shikijs/core": "3.2.1", |
|
"@shikijs/types": "3.2.1" |
|
} |
|
}, |
|
"node_modules/@shikijs/types": { |
|
"version": "3.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@shikijs/vscode-textmate": "^10.0.2", |
|
"@types/hast": "^3.0.4" |
|
} |
|
}, |
|
"node_modules/@shikijs/vscode-textmate": { |
|
"version": "10.0.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@sindresorhus/is": { |
|
"version": "4.6.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sindresorhus/is?sponsor=1" |
|
} |
|
}, |
|
"node_modules/@sindresorhus/merge-streams": { |
|
"version": "2.3.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/@socket.io/component-emitter": { |
|
"version": "3.1.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@speed-highlight/core": { |
|
"version": "1.2.7", |
|
"license": "CC0-1.0" |
|
}, |
|
"node_modules/@sqlite.org/sqlite-wasm": { |
|
"version": "3.49.1-build2", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"bin": { |
|
"sqlite-wasm": "bin/index.js" |
|
} |
|
}, |
|
"node_modules/@stylistic/eslint-plugin": { |
|
"version": "4.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/utils": "^8.23.0", |
|
"eslint-visitor-keys": "^4.2.0", |
|
"espree": "^10.3.0", |
|
"estraverse": "^5.3.0", |
|
"picomatch": "^4.0.2" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"peerDependencies": { |
|
"eslint": ">=9.0.0" |
|
} |
|
}, |
|
"node_modules/@trysound/sax": { |
|
"version": "0.2.0", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=10.13.0" |
|
} |
|
}, |
|
"node_modules/@types/bun": { |
|
"version": "1.2.8", |
|
"resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.2.8.tgz", |
|
"integrity": "sha512-t8L1RvJVUghW5V+M/fL3Thbxcs0HwNsXsnTEBEfEVqGteiJToOlZ/fyOEaR1kZsNqnu+3XA4RI/qmnX4w6+S+w==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"bun-types": "1.2.7" |
|
} |
|
}, |
|
"node_modules/@types/debug": { |
|
"version": "4.1.12", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/ms": "*" |
|
} |
|
}, |
|
"node_modules/@types/doctrine": { |
|
"version": "0.0.9", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/estree": { |
|
"version": "1.0.7", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/hast": { |
|
"version": "3.0.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "*" |
|
} |
|
}, |
|
"node_modules/@types/json-schema": { |
|
"version": "7.0.15", |
|
"devOptional": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/mdast": { |
|
"version": "4.0.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "*" |
|
} |
|
}, |
|
"node_modules/@types/ms": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/node": { |
|
"version": "22.13.14", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"undici-types": "~6.20.0" |
|
} |
|
}, |
|
"node_modules/@types/normalize-package-data": { |
|
"version": "2.4.4", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/parse-path": { |
|
"version": "7.0.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/resolve": { |
|
"version": "1.20.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/unist": { |
|
"version": "3.0.3", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/ws": { |
|
"version": "8.18.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/node": "*" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/eslint-plugin": { |
|
"version": "8.28.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/regexpp": "^4.10.0", |
|
"@typescript-eslint/scope-manager": "8.28.0", |
|
"@typescript-eslint/type-utils": "8.28.0", |
|
"@typescript-eslint/utils": "8.28.0", |
|
"@typescript-eslint/visitor-keys": "8.28.0", |
|
"graphemer": "^1.4.0", |
|
"ignore": "^5.3.1", |
|
"natural-compare": "^1.4.0", |
|
"ts-api-utils": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", |
|
"eslint": "^8.57.0 || ^9.0.0", |
|
"typescript": ">=4.8.4 <5.9.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { |
|
"version": "5.3.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 4" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/parser": { |
|
"version": "8.28.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/scope-manager": "8.28.0", |
|
"@typescript-eslint/types": "8.28.0", |
|
"@typescript-eslint/typescript-estree": "8.28.0", |
|
"@typescript-eslint/visitor-keys": "8.28.0", |
|
"debug": "^4.3.4" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.57.0 || ^9.0.0", |
|
"typescript": ">=4.8.4 <5.9.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/scope-manager": { |
|
"version": "8.28.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/types": "8.28.0", |
|
"@typescript-eslint/visitor-keys": "8.28.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/type-utils": { |
|
"version": "8.28.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/typescript-estree": "8.28.0", |
|
"@typescript-eslint/utils": "8.28.0", |
|
"debug": "^4.3.4", |
|
"ts-api-utils": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.57.0 || ^9.0.0", |
|
"typescript": ">=4.8.4 <5.9.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/types": { |
|
"version": "8.28.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/typescript-estree": { |
|
"version": "8.28.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/types": "8.28.0", |
|
"@typescript-eslint/visitor-keys": "8.28.0", |
|
"debug": "^4.3.4", |
|
"fast-glob": "^3.3.2", |
|
"is-glob": "^4.0.3", |
|
"minimatch": "^9.0.4", |
|
"semver": "^7.6.0", |
|
"ts-api-utils": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"typescript": ">=4.8.4 <5.9.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { |
|
"version": "9.0.5", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=16 || 14 >=14.17" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/utils": { |
|
"version": "8.28.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/eslint-utils": "^4.4.0", |
|
"@typescript-eslint/scope-manager": "8.28.0", |
|
"@typescript-eslint/types": "8.28.0", |
|
"@typescript-eslint/typescript-estree": "8.28.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.57.0 || ^9.0.0", |
|
"typescript": ">=4.8.4 <5.9.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/visitor-keys": { |
|
"version": "8.28.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/types": "8.28.0", |
|
"eslint-visitor-keys": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
} |
|
}, |
|
"node_modules/@ungap/structured-clone": { |
|
"version": "1.3.0", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/@unhead/vue": { |
|
"version": "2.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"hookable": "^5.5.3", |
|
"unhead": "2.0.2" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/harlan-zw" |
|
}, |
|
"peerDependencies": { |
|
"vue": ">=3.5.13" |
|
} |
|
}, |
|
"node_modules/@unrs/resolver-binding-linux-x64-gnu": { |
|
"version": "1.3.3", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@unrs/resolver-binding-linux-x64-musl": { |
|
"version": "1.3.3", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@vercel/nft": { |
|
"version": "0.29.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@mapbox/node-pre-gyp": "^2.0.0", |
|
"@rollup/pluginutils": "^5.1.3", |
|
"acorn": "^8.6.0", |
|
"acorn-import-attributes": "^1.9.5", |
|
"async-sema": "^3.1.1", |
|
"bindings": "^1.4.0", |
|
"estree-walker": "2.0.2", |
|
"glob": "^10.4.5", |
|
"graceful-fs": "^4.2.9", |
|
"node-gyp-build": "^4.2.2", |
|
"picomatch": "^4.0.2", |
|
"resolve-from": "^5.0.0" |
|
}, |
|
"bin": { |
|
"nft": "out/cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@vercel/nft/node_modules/estree-walker": { |
|
"version": "2.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@vitejs/plugin-vue": { |
|
"version": "5.2.3", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.0.0 || >=20.0.0" |
|
}, |
|
"peerDependencies": { |
|
"vite": "^5.0.0 || ^6.0.0", |
|
"vue": "^3.2.25" |
|
} |
|
}, |
|
"node_modules/@vitejs/plugin-vue-jsx": { |
|
"version": "4.1.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/core": "^7.26.7", |
|
"@babel/plugin-transform-typescript": "^7.26.7", |
|
"@vue/babel-plugin-jsx": "^1.2.5" |
|
}, |
|
"engines": { |
|
"node": "^18.0.0 || >=20.0.0" |
|
}, |
|
"peerDependencies": { |
|
"vite": "^5.0.0 || ^6.0.0", |
|
"vue": "^3.0.0" |
|
} |
|
}, |
|
"node_modules/@volar/language-core": { |
|
"version": "2.4.12", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@volar/source-map": "2.4.12" |
|
} |
|
}, |
|
"node_modules/@volar/language-server": { |
|
"version": "2.4.12", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@volar/language-core": "2.4.12", |
|
"@volar/language-service": "2.4.12", |
|
"@volar/typescript": "2.4.12", |
|
"path-browserify": "^1.0.1", |
|
"request-light": "^0.7.0", |
|
"vscode-languageserver": "^9.0.1", |
|
"vscode-languageserver-protocol": "^3.17.5", |
|
"vscode-languageserver-textdocument": "^1.0.11", |
|
"vscode-uri": "^3.0.8" |
|
} |
|
}, |
|
"node_modules/@volar/language-service": { |
|
"version": "2.4.12", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@volar/language-core": "2.4.12", |
|
"vscode-languageserver-protocol": "^3.17.5", |
|
"vscode-languageserver-textdocument": "^1.0.11", |
|
"vscode-uri": "^3.0.8" |
|
} |
|
}, |
|
"node_modules/@volar/source-map": { |
|
"version": "2.4.12", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@volar/test-utils": { |
|
"version": "2.4.12", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@volar/language-core": "2.4.12", |
|
"@volar/language-server": "2.4.12", |
|
"vscode-languageserver-textdocument": "^1.0.11", |
|
"vscode-uri": "^3.0.8" |
|
} |
|
}, |
|
"node_modules/@volar/typescript": { |
|
"version": "2.4.12", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@volar/language-core": "2.4.12", |
|
"path-browserify": "^1.0.1", |
|
"vscode-uri": "^3.0.8" |
|
} |
|
}, |
|
"node_modules/@vscode/emmet-helper": { |
|
"version": "2.11.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"emmet": "^2.4.3", |
|
"jsonc-parser": "^2.3.0", |
|
"vscode-languageserver-textdocument": "^1.0.1", |
|
"vscode-languageserver-types": "^3.15.1", |
|
"vscode-uri": "^3.0.8" |
|
} |
|
}, |
|
"node_modules/@vscode/l10n": { |
|
"version": "0.0.18", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@vue-macros/common": { |
|
"version": "1.16.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vue/compiler-sfc": "^3.5.13", |
|
"ast-kit": "^1.4.0", |
|
"local-pkg": "^1.0.0", |
|
"magic-string-ast": "^0.7.0", |
|
"pathe": "^2.0.2", |
|
"picomatch": "^4.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=16.14.0" |
|
}, |
|
"peerDependencies": { |
|
"vue": "^2.7.0 || ^3.2.25" |
|
}, |
|
"peerDependenciesMeta": { |
|
"vue": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@vue/babel-helper-vue-transform-on": { |
|
"version": "1.4.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@vue/babel-plugin-jsx": { |
|
"version": "1.4.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-module-imports": "^7.25.9", |
|
"@babel/helper-plugin-utils": "^7.26.5", |
|
"@babel/plugin-syntax-jsx": "^7.25.9", |
|
"@babel/template": "^7.26.9", |
|
"@babel/traverse": "^7.26.9", |
|
"@babel/types": "^7.26.9", |
|
"@vue/babel-helper-vue-transform-on": "1.4.0", |
|
"@vue/babel-plugin-resolve-type": "1.4.0", |
|
"@vue/shared": "^3.5.13" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0-0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@babel/core": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@vue/babel-plugin-resolve-type": { |
|
"version": "1.4.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/code-frame": "^7.26.2", |
|
"@babel/helper-module-imports": "^7.25.9", |
|
"@babel/helper-plugin-utils": "^7.26.5", |
|
"@babel/parser": "^7.26.9", |
|
"@vue/compiler-sfc": "^3.5.13" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sxzz" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0-0" |
|
} |
|
}, |
|
"node_modules/@vue/compiler-core": { |
|
"version": "3.5.13", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.25.3", |
|
"@vue/shared": "3.5.13", |
|
"entities": "^4.5.0", |
|
"estree-walker": "^2.0.2", |
|
"source-map-js": "^1.2.0" |
|
} |
|
}, |
|
"node_modules/@vue/compiler-core/node_modules/estree-walker": { |
|
"version": "2.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@vue/compiler-dom": { |
|
"version": "3.5.13", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vue/compiler-core": "3.5.13", |
|
"@vue/shared": "3.5.13" |
|
} |
|
}, |
|
"node_modules/@vue/compiler-sfc": { |
|
"version": "3.5.13", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.25.3", |
|
"@vue/compiler-core": "3.5.13", |
|
"@vue/compiler-dom": "3.5.13", |
|
"@vue/compiler-ssr": "3.5.13", |
|
"@vue/shared": "3.5.13", |
|
"estree-walker": "^2.0.2", |
|
"magic-string": "^0.30.11", |
|
"postcss": "^8.4.48", |
|
"source-map-js": "^1.2.0" |
|
} |
|
}, |
|
"node_modules/@vue/compiler-sfc/node_modules/estree-walker": { |
|
"version": "2.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@vue/compiler-ssr": { |
|
"version": "3.5.13", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vue/compiler-dom": "3.5.13", |
|
"@vue/shared": "3.5.13" |
|
} |
|
}, |
|
"node_modules/@vue/compiler-vue2": { |
|
"version": "2.7.16", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"de-indent": "^1.0.2", |
|
"he": "^1.2.0" |
|
} |
|
}, |
|
"node_modules/@vue/devtools-api": { |
|
"version": "6.6.4", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@vue/devtools-core": { |
|
"version": "7.7.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vue/devtools-kit": "^7.7.2", |
|
"@vue/devtools-shared": "^7.7.2", |
|
"mitt": "^3.0.1", |
|
"nanoid": "^5.0.9", |
|
"pathe": "^2.0.2", |
|
"vite-hot-client": "^0.2.4" |
|
}, |
|
"peerDependencies": { |
|
"vue": "^3.0.0" |
|
} |
|
}, |
|
"node_modules/@vue/devtools-kit": { |
|
"version": "7.7.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vue/devtools-shared": "^7.7.2", |
|
"birpc": "^0.2.19", |
|
"hookable": "^5.5.3", |
|
"mitt": "^3.0.1", |
|
"perfect-debounce": "^1.0.0", |
|
"speakingurl": "^14.0.1", |
|
"superjson": "^2.2.1" |
|
} |
|
}, |
|
"node_modules/@vue/devtools-kit/node_modules/birpc": { |
|
"version": "0.2.19", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
} |
|
}, |
|
"node_modules/@vue/devtools-shared": { |
|
"version": "7.7.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"rfdc": "^1.4.1" |
|
} |
|
}, |
|
"node_modules/@vue/language-core": { |
|
"version": "2.2.8", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@volar/language-core": "~2.4.11", |
|
"@vue/compiler-dom": "^3.5.0", |
|
"@vue/compiler-vue2": "^2.7.16", |
|
"@vue/shared": "^3.5.0", |
|
"alien-signals": "^1.0.3", |
|
"minimatch": "^9.0.3", |
|
"muggle-string": "^0.4.1", |
|
"path-browserify": "^1.0.1" |
|
}, |
|
"peerDependencies": { |
|
"typescript": "*" |
|
}, |
|
"peerDependenciesMeta": { |
|
"typescript": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@vue/language-core/node_modules/minimatch": { |
|
"version": "9.0.5", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=16 || 14 >=14.17" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/@vue/language-server": { |
|
"version": "2.2.8", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@volar/language-core": "~2.4.11", |
|
"@volar/language-server": "~2.4.11", |
|
"@volar/test-utils": "~2.4.11", |
|
"@vue/language-core": "2.2.8", |
|
"@vue/language-service": "2.2.8", |
|
"@vue/typescript-plugin": "2.2.8", |
|
"vscode-languageserver-protocol": "^3.17.5", |
|
"vscode-uri": "^3.0.8" |
|
}, |
|
"bin": { |
|
"vue-language-server": "bin/vue-language-server.js" |
|
} |
|
}, |
|
"node_modules/@vue/language-service": { |
|
"version": "2.2.8", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@volar/language-core": "~2.4.11", |
|
"@volar/language-service": "~2.4.11", |
|
"@volar/typescript": "~2.4.11", |
|
"@vue/compiler-dom": "^3.5.0", |
|
"@vue/language-core": "2.2.8", |
|
"@vue/shared": "^3.5.0", |
|
"@vue/typescript-plugin": "2.2.8", |
|
"alien-signals": "^1.0.3", |
|
"path-browserify": "^1.0.1", |
|
"volar-service-css": "0.0.62", |
|
"volar-service-emmet": "0.0.62", |
|
"volar-service-html": "0.0.62", |
|
"volar-service-json": "0.0.62", |
|
"volar-service-pug": "0.0.62", |
|
"volar-service-pug-beautify": "0.0.62", |
|
"volar-service-typescript": "0.0.62", |
|
"volar-service-typescript-twoslash-queries": "0.0.62", |
|
"vscode-css-languageservice": "^6.3.1", |
|
"vscode-html-languageservice": "^5.2.0", |
|
"vscode-languageserver-textdocument": "^1.0.11", |
|
"vscode-uri": "^3.0.8" |
|
} |
|
}, |
|
"node_modules/@vue/reactivity": { |
|
"version": "3.5.13", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vue/shared": "3.5.13" |
|
} |
|
}, |
|
"node_modules/@vue/runtime-core": { |
|
"version": "3.5.13", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vue/reactivity": "3.5.13", |
|
"@vue/shared": "3.5.13" |
|
} |
|
}, |
|
"node_modules/@vue/runtime-dom": { |
|
"version": "3.5.13", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vue/reactivity": "3.5.13", |
|
"@vue/runtime-core": "3.5.13", |
|
"@vue/shared": "3.5.13", |
|
"csstype": "^3.1.3" |
|
} |
|
}, |
|
"node_modules/@vue/server-renderer": { |
|
"version": "3.5.13", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vue/compiler-ssr": "3.5.13", |
|
"@vue/shared": "3.5.13" |
|
}, |
|
"peerDependencies": { |
|
"vue": "3.5.13" |
|
} |
|
}, |
|
"node_modules/@vue/shared": { |
|
"version": "3.5.13", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@vue/typescript-plugin": { |
|
"version": "2.2.8", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@volar/typescript": "~2.4.11", |
|
"@vue/language-core": "2.2.8", |
|
"@vue/shared": "^3.5.0" |
|
} |
|
}, |
|
"node_modules/@webcontainer/env": { |
|
"version": "1.1.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/abbrev": { |
|
"version": "3.0.0", |
|
"license": "ISC", |
|
"engines": { |
|
"node": "^18.17.0 || >=20.5.0" |
|
} |
|
}, |
|
"node_modules/abort-controller": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"event-target-shim": "^5.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6.5" |
|
} |
|
}, |
|
"node_modules/acorn": { |
|
"version": "8.14.1", |
|
"license": "MIT", |
|
"bin": { |
|
"acorn": "bin/acorn" |
|
}, |
|
"engines": { |
|
"node": ">=0.4.0" |
|
} |
|
}, |
|
"node_modules/acorn-import-attributes": { |
|
"version": "1.9.5", |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"acorn": "^8" |
|
} |
|
}, |
|
"node_modules/acorn-jsx": { |
|
"version": "5.3.2", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" |
|
} |
|
}, |
|
"node_modules/agent-base": { |
|
"version": "7.1.3", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/ajv": { |
|
"version": "6.12.6", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"fast-deep-equal": "^3.1.1", |
|
"fast-json-stable-stringify": "^2.0.0", |
|
"json-schema-traverse": "^0.4.1", |
|
"uri-js": "^4.2.2" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/epoberezkin" |
|
} |
|
}, |
|
"node_modules/alien-signals": { |
|
"version": "1.0.10", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/ansi-regex": { |
|
"version": "6.1.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1" |
|
} |
|
}, |
|
"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/ansis": { |
|
"version": "3.17.0", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=14" |
|
} |
|
}, |
|
"node_modules/anymatch": { |
|
"version": "3.1.3", |
|
"license": "ISC", |
|
"dependencies": { |
|
"normalize-path": "^3.0.0", |
|
"picomatch": "^2.0.4" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/anymatch/node_modules/picomatch": { |
|
"version": "2.3.1", |
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", |
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8.6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
} |
|
}, |
|
"node_modules/archiver": { |
|
"version": "7.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"archiver-utils": "^5.0.2", |
|
"async": "^3.2.4", |
|
"buffer-crc32": "^1.0.0", |
|
"readable-stream": "^4.0.0", |
|
"readdir-glob": "^1.1.2", |
|
"tar-stream": "^3.0.0", |
|
"zip-stream": "^6.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/archiver-utils": { |
|
"version": "5.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"glob": "^10.0.0", |
|
"graceful-fs": "^4.2.0", |
|
"is-stream": "^2.0.1", |
|
"lazystream": "^1.0.0", |
|
"lodash": "^4.17.15", |
|
"normalize-path": "^3.0.0", |
|
"readable-stream": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/archiver-utils/node_modules/is-stream": { |
|
"version": "2.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/are-docs-informative": { |
|
"version": "0.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=14" |
|
} |
|
}, |
|
"node_modules/argparse": { |
|
"version": "2.0.1", |
|
"devOptional": true, |
|
"license": "Python-2.0" |
|
}, |
|
"node_modules/ast-kit": { |
|
"version": "1.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.26.9", |
|
"pathe": "^2.0.3" |
|
}, |
|
"engines": { |
|
"node": ">=16.14.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sxzz" |
|
} |
|
}, |
|
"node_modules/ast-walker-scope": { |
|
"version": "0.6.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.25.3", |
|
"ast-kit": "^1.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=16.14.0" |
|
} |
|
}, |
|
"node_modules/async": { |
|
"version": "3.2.6", |
|
"license": "MIT" |
|
}, |
|
"node_modules/async-sema": { |
|
"version": "3.1.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/autoprefixer": { |
|
"version": "10.4.21", |
|
"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.24.4", |
|
"caniuse-lite": "^1.0.30001702", |
|
"fraction.js": "^4.3.7", |
|
"normalize-range": "^0.1.2", |
|
"picocolors": "^1.1.1", |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"bin": { |
|
"autoprefixer": "bin/autoprefixer" |
|
}, |
|
"engines": { |
|
"node": "^10 || ^12 || >=14" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.1.0" |
|
} |
|
}, |
|
"node_modules/b4a": { |
|
"version": "1.6.7", |
|
"license": "Apache-2.0" |
|
}, |
|
"node_modules/bail": { |
|
"version": "2.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/balanced-match": { |
|
"version": "1.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/bare-events": { |
|
"version": "2.5.4", |
|
"license": "Apache-2.0", |
|
"optional": true |
|
}, |
|
"node_modules/base64-js": { |
|
"version": "1.5.1", |
|
"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/better-sqlite3": { |
|
"version": "11.9.1", |
|
"devOptional": true, |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"bindings": "^1.5.0", |
|
"prebuild-install": "^7.1.1" |
|
} |
|
}, |
|
"node_modules/binary-extensions": { |
|
"version": "2.3.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/bindings": { |
|
"version": "1.5.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"file-uri-to-path": "1.0.0" |
|
} |
|
}, |
|
"node_modules/birpc": { |
|
"version": "2.3.0", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
} |
|
}, |
|
"node_modules/bl": { |
|
"version": "4.1.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"buffer": "^5.5.0", |
|
"inherits": "^2.0.4", |
|
"readable-stream": "^3.4.0" |
|
} |
|
}, |
|
"node_modules/bl/node_modules/buffer": { |
|
"version": "5.7.1", |
|
"devOptional": true, |
|
"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": { |
|
"base64-js": "^1.3.1", |
|
"ieee754": "^1.1.13" |
|
} |
|
}, |
|
"node_modules/bl/node_modules/readable-stream": { |
|
"version": "3.6.2", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"inherits": "^2.0.3", |
|
"string_decoder": "^1.1.1", |
|
"util-deprecate": "^1.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/boolbase": { |
|
"version": "1.0.0", |
|
"license": "ISC" |
|
}, |
|
"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.24.4", |
|
"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.30001688", |
|
"electron-to-chromium": "^1.5.73", |
|
"node-releases": "^2.0.19", |
|
"update-browserslist-db": "^1.1.1" |
|
}, |
|
"bin": { |
|
"browserslist": "cli.js" |
|
}, |
|
"engines": { |
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
|
} |
|
}, |
|
"node_modules/buffer": { |
|
"version": "6.0.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", |
|
"dependencies": { |
|
"base64-js": "^1.3.1", |
|
"ieee754": "^1.2.1" |
|
} |
|
}, |
|
"node_modules/buffer-crc32": { |
|
"version": "1.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8.0.0" |
|
} |
|
}, |
|
"node_modules/buffer-from": { |
|
"version": "1.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/builtin-modules": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18.20" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/bun-types": { |
|
"version": "1.2.7", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/node": "*", |
|
"@types/ws": "*" |
|
} |
|
}, |
|
"node_modules/bundle-name": { |
|
"version": "4.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"run-applescript": "^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/bundle-require": { |
|
"version": "5.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"load-tsconfig": "^0.2.3" |
|
}, |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
|
}, |
|
"peerDependencies": { |
|
"esbuild": ">=0.18" |
|
} |
|
}, |
|
"node_modules/c12": { |
|
"version": "3.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"chokidar": "^4.0.3", |
|
"confbox": "^0.1.8", |
|
"defu": "^6.1.4", |
|
"dotenv": "^16.4.7", |
|
"exsolve": "^1.0.0", |
|
"giget": "^2.0.0", |
|
"jiti": "^2.4.2", |
|
"ohash": "^2.0.5", |
|
"pathe": "^2.0.3", |
|
"perfect-debounce": "^1.0.0", |
|
"pkg-types": "^2.0.0", |
|
"rc9": "^2.1.2" |
|
}, |
|
"peerDependencies": { |
|
"magicast": "^0.3.5" |
|
}, |
|
"peerDependenciesMeta": { |
|
"magicast": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/cac": { |
|
"version": "6.7.14", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/call-bind-apply-helpers": { |
|
"version": "1.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"es-errors": "^1.3.0", |
|
"function-bind": "^1.1.2" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/call-bound": { |
|
"version": "1.0.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"call-bind-apply-helpers": "^1.0.2", |
|
"get-intrinsic": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/callsites": { |
|
"version": "3.1.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/caniuse-api": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"browserslist": "^4.0.0", |
|
"caniuse-lite": "^1.0.0", |
|
"lodash.memoize": "^4.1.2", |
|
"lodash.uniq": "^4.5.0" |
|
} |
|
}, |
|
"node_modules/caniuse-lite": { |
|
"version": "1.0.30001707", |
|
"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/ccount": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/chalk": { |
|
"version": "4.1.2", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"ansi-styles": "^4.1.0", |
|
"supports-color": "^7.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
} |
|
}, |
|
"node_modules/char-regex": { |
|
"version": "1.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/character-entities": { |
|
"version": "2.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/character-entities-html4": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/character-entities-legacy": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/character-parser": { |
|
"version": "2.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-regex": "^1.0.3" |
|
} |
|
}, |
|
"node_modules/character-reference-invalid": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/chokidar": { |
|
"version": "4.0.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"readdirp": "^4.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 14.16.0" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/chownr": { |
|
"version": "3.0.0", |
|
"license": "BlueOak-1.0.0", |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/ci-info": { |
|
"version": "4.2.0", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/sibiraj-s" |
|
} |
|
], |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/citty": { |
|
"version": "0.1.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"consola": "^3.2.3" |
|
} |
|
}, |
|
"node_modules/clean-regexp": { |
|
"version": "1.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"escape-string-regexp": "^1.0.5" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/clean-regexp/node_modules/escape-string-regexp": { |
|
"version": "1.0.5", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.8.0" |
|
} |
|
}, |
|
"node_modules/clipboardy": { |
|
"version": "4.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"execa": "^8.0.1", |
|
"is-wsl": "^3.1.0", |
|
"is64bit": "^2.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/cliui": { |
|
"version": "8.0.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"string-width": "^4.2.0", |
|
"strip-ansi": "^6.0.1", |
|
"wrap-ansi": "^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/cliui/node_modules/strip-ansi": { |
|
"version": "6.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/cliui/node_modules/strip-ansi/node_modules/ansi-regex": { |
|
"version": "5.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/cluster-key-slot": { |
|
"version": "1.1.2", |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=0.10.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/colord": { |
|
"version": "2.9.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/comma-separated-tokens": { |
|
"version": "2.0.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/commander": { |
|
"version": "2.20.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/comment-parser": { |
|
"version": "1.4.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
} |
|
}, |
|
"node_modules/commondir": { |
|
"version": "1.0.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/compatx": { |
|
"version": "0.1.8", |
|
"license": "MIT" |
|
}, |
|
"node_modules/compress-commons": { |
|
"version": "6.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"crc-32": "^1.2.0", |
|
"crc32-stream": "^6.0.0", |
|
"is-stream": "^2.0.1", |
|
"normalize-path": "^3.0.0", |
|
"readable-stream": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/compress-commons/node_modules/is-stream": { |
|
"version": "2.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/concat-map": { |
|
"version": "0.0.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true |
|
}, |
|
"node_modules/confbox": { |
|
"version": "0.1.8", |
|
"license": "MIT" |
|
}, |
|
"node_modules/consola": { |
|
"version": "3.4.2", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^14.18.0 || >=16.10.0" |
|
} |
|
}, |
|
"node_modules/convert-source-map": { |
|
"version": "2.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/cookie": { |
|
"version": "1.0.2", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/cookie-es": { |
|
"version": "2.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/copy-anything": { |
|
"version": "3.0.5", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-what": "^4.1.8" |
|
}, |
|
"engines": { |
|
"node": ">=12.13" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/mesqueeb" |
|
} |
|
}, |
|
"node_modules/core-js-compat": { |
|
"version": "3.41.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"browserslist": "^4.24.4" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/core-js" |
|
} |
|
}, |
|
"node_modules/core-util-is": { |
|
"version": "1.0.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/crc-32": { |
|
"version": "1.2.2", |
|
"license": "Apache-2.0", |
|
"bin": { |
|
"crc32": "bin/crc32.njs" |
|
}, |
|
"engines": { |
|
"node": ">=0.8" |
|
} |
|
}, |
|
"node_modules/crc32-stream": { |
|
"version": "6.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"crc-32": "^1.2.0", |
|
"readable-stream": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/croner": { |
|
"version": "9.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18.0" |
|
} |
|
}, |
|
"node_modules/cross-spawn": { |
|
"version": "7.0.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"path-key": "^3.1.0", |
|
"shebang-command": "^2.0.0", |
|
"which": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/cross-spawn/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/cross-spawn/node_modules/which/node_modules/isexe": { |
|
"version": "2.0.0", |
|
"license": "ISC" |
|
}, |
|
"node_modules/crossws": { |
|
"version": "0.3.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"uncrypto": "^0.1.3" |
|
} |
|
}, |
|
"node_modules/css-declaration-sorter": { |
|
"version": "7.2.0", |
|
"license": "ISC", |
|
"engines": { |
|
"node": "^14 || ^16 || >=18" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.0.9" |
|
} |
|
}, |
|
"node_modules/css-select": { |
|
"version": "5.1.0", |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"boolbase": "^1.0.0", |
|
"css-what": "^6.1.0", |
|
"domhandler": "^5.0.2", |
|
"domutils": "^3.0.1", |
|
"nth-check": "^2.0.1" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/fb55" |
|
} |
|
}, |
|
"node_modules/css-tree": { |
|
"version": "2.3.1", |
|
"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/css-what": { |
|
"version": "6.1.0", |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">= 6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/fb55" |
|
} |
|
}, |
|
"node_modules/cssesc": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"bin": { |
|
"cssesc": "bin/cssesc" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/cssnano": { |
|
"version": "7.0.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cssnano-preset-default": "^7.0.6", |
|
"lilconfig": "^3.1.2" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/cssnano" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/cssnano-preset-default": { |
|
"version": "7.0.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"browserslist": "^4.23.3", |
|
"css-declaration-sorter": "^7.2.0", |
|
"cssnano-utils": "^5.0.0", |
|
"postcss-calc": "^10.0.2", |
|
"postcss-colormin": "^7.0.2", |
|
"postcss-convert-values": "^7.0.4", |
|
"postcss-discard-comments": "^7.0.3", |
|
"postcss-discard-duplicates": "^7.0.1", |
|
"postcss-discard-empty": "^7.0.0", |
|
"postcss-discard-overridden": "^7.0.0", |
|
"postcss-merge-longhand": "^7.0.4", |
|
"postcss-merge-rules": "^7.0.4", |
|
"postcss-minify-font-values": "^7.0.0", |
|
"postcss-minify-gradients": "^7.0.0", |
|
"postcss-minify-params": "^7.0.2", |
|
"postcss-minify-selectors": "^7.0.4", |
|
"postcss-normalize-charset": "^7.0.0", |
|
"postcss-normalize-display-values": "^7.0.0", |
|
"postcss-normalize-positions": "^7.0.0", |
|
"postcss-normalize-repeat-style": "^7.0.0", |
|
"postcss-normalize-string": "^7.0.0", |
|
"postcss-normalize-timing-functions": "^7.0.0", |
|
"postcss-normalize-unicode": "^7.0.2", |
|
"postcss-normalize-url": "^7.0.0", |
|
"postcss-normalize-whitespace": "^7.0.0", |
|
"postcss-ordered-values": "^7.0.1", |
|
"postcss-reduce-initial": "^7.0.2", |
|
"postcss-reduce-transforms": "^7.0.0", |
|
"postcss-svgo": "^7.0.1", |
|
"postcss-unique-selectors": "^7.0.3" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/cssnano-utils": { |
|
"version": "5.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/csso": { |
|
"version": "5.0.5", |
|
"license": "MIT", |
|
"dependencies": { |
|
"css-tree": "~2.2.0" |
|
}, |
|
"engines": { |
|
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", |
|
"npm": ">=7.0.0" |
|
} |
|
}, |
|
"node_modules/csso/node_modules/css-tree": { |
|
"version": "2.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"mdn-data": "2.0.28", |
|
"source-map-js": "^1.0.1" |
|
}, |
|
"engines": { |
|
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", |
|
"npm": ">=7.0.0" |
|
} |
|
}, |
|
"node_modules/csso/node_modules/css-tree/node_modules/mdn-data": { |
|
"version": "2.0.28", |
|
"license": "CC0-1.0" |
|
}, |
|
"node_modules/csstype": { |
|
"version": "3.1.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/db0": { |
|
"version": "0.3.1", |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"@electric-sql/pglite": "*", |
|
"@libsql/client": "*", |
|
"better-sqlite3": "*", |
|
"drizzle-orm": "*", |
|
"mysql2": "*", |
|
"sqlite3": "*" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@electric-sql/pglite": { |
|
"optional": true |
|
}, |
|
"@libsql/client": { |
|
"optional": true |
|
}, |
|
"better-sqlite3": { |
|
"optional": true |
|
}, |
|
"drizzle-orm": { |
|
"optional": true |
|
}, |
|
"mysql2": { |
|
"optional": true |
|
}, |
|
"sqlite3": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/de-indent": { |
|
"version": "1.0.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/debug": { |
|
"version": "4.4.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ms": "^2.1.3" |
|
}, |
|
"engines": { |
|
"node": ">=6.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"supports-color": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/decode-named-character-reference": { |
|
"version": "1.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"character-entities": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/decompress-response": { |
|
"version": "6.0.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"mimic-response": "^3.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/deep-extend": { |
|
"version": "0.6.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4.0.0" |
|
} |
|
}, |
|
"node_modules/deep-is": { |
|
"version": "0.1.4", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true |
|
}, |
|
"node_modules/deep-pick-omit": { |
|
"version": "1.2.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/deepmerge": { |
|
"version": "4.3.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/default-browser": { |
|
"version": "5.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"bundle-name": "^4.1.0", |
|
"default-browser-id": "^5.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/default-browser-id": { |
|
"version": "5.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/define-lazy-prop": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/defu": { |
|
"version": "6.1.4", |
|
"license": "MIT" |
|
}, |
|
"node_modules/denque": { |
|
"version": "2.1.0", |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=0.10" |
|
} |
|
}, |
|
"node_modules/depd": { |
|
"version": "2.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.8" |
|
} |
|
}, |
|
"node_modules/dequal": { |
|
"version": "2.0.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/destr": { |
|
"version": "2.0.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/destroy": { |
|
"version": "1.2.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.8", |
|
"npm": "1.2.8000 || >= 1.4.16" |
|
} |
|
}, |
|
"node_modules/detab": { |
|
"version": "3.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/detect-libc": { |
|
"version": "2.0.3", |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/devalue": { |
|
"version": "5.1.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/devlop": { |
|
"version": "1.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"dequal": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/diff": { |
|
"version": "7.0.0", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">=0.3.1" |
|
} |
|
}, |
|
"node_modules/doctrine": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"esutils": "^2.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/dom-serializer": { |
|
"version": "2.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"domelementtype": "^2.3.0", |
|
"domhandler": "^5.0.2", |
|
"entities": "^4.2.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" |
|
} |
|
}, |
|
"node_modules/domelementtype": { |
|
"version": "2.3.0", |
|
"funding": [ |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/fb55" |
|
} |
|
], |
|
"license": "BSD-2-Clause" |
|
}, |
|
"node_modules/domhandler": { |
|
"version": "5.0.3", |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"domelementtype": "^2.3.0" |
|
}, |
|
"engines": { |
|
"node": ">= 4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/fb55/domhandler?sponsor=1" |
|
} |
|
}, |
|
"node_modules/domutils": { |
|
"version": "3.2.2", |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"dom-serializer": "^2.0.0", |
|
"domelementtype": "^2.3.0", |
|
"domhandler": "^5.0.3" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/fb55/domutils?sponsor=1" |
|
} |
|
}, |
|
"node_modules/dot-prop": { |
|
"version": "9.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"type-fest": "^4.18.2" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/dotenv": { |
|
"version": "16.4.7", |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://dotenvx.com" |
|
} |
|
}, |
|
"node_modules/dunder-proto": { |
|
"version": "1.0.1", |
|
"dev": true, |
|
"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/duplexer": { |
|
"version": "0.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/eastasianwidth": { |
|
"version": "0.2.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/ee-first": { |
|
"version": "1.1.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/electron-to-chromium": { |
|
"version": "1.5.128", |
|
"license": "ISC" |
|
}, |
|
"node_modules/emmet": { |
|
"version": "2.4.11", |
|
"dev": true, |
|
"license": "MIT", |
|
"workspaces": [ |
|
"./packages/scanner", |
|
"./packages/abbreviation", |
|
"./packages/css-abbreviation", |
|
"./" |
|
], |
|
"dependencies": { |
|
"@emmetio/abbreviation": "^2.3.3", |
|
"@emmetio/css-abbreviation": "^2.1.8" |
|
} |
|
}, |
|
"node_modules/emoji-regex": { |
|
"version": "8.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/emoji-regex-xs": { |
|
"version": "1.0.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/emojilib": { |
|
"version": "2.4.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/emoticon": { |
|
"version": "4.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/encodeurl": { |
|
"version": "2.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.8" |
|
} |
|
}, |
|
"node_modules/end-of-stream": { |
|
"version": "1.4.4", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"once": "^1.4.0" |
|
} |
|
}, |
|
"node_modules/engine.io-client": { |
|
"version": "6.6.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@socket.io/component-emitter": "~3.1.0", |
|
"debug": "~4.3.1", |
|
"engine.io-parser": "~5.2.1", |
|
"ws": "~8.17.1", |
|
"xmlhttprequest-ssl": "~2.1.1" |
|
} |
|
}, |
|
"node_modules/engine.io-client/node_modules/debug": { |
|
"version": "4.3.7", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ms": "^2.1.3" |
|
}, |
|
"engines": { |
|
"node": ">=6.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"supports-color": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/engine.io-client/node_modules/ws": { |
|
"version": "8.17.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10.0.0" |
|
}, |
|
"peerDependencies": { |
|
"bufferutil": "^4.0.1", |
|
"utf-8-validate": ">=5.0.2" |
|
}, |
|
"peerDependenciesMeta": { |
|
"bufferutil": { |
|
"optional": true |
|
}, |
|
"utf-8-validate": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/engine.io-parser": { |
|
"version": "5.2.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10.0.0" |
|
} |
|
}, |
|
"node_modules/enhanced-resolve": { |
|
"version": "5.18.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"graceful-fs": "^4.2.4", |
|
"tapable": "^2.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=10.13.0" |
|
} |
|
}, |
|
"node_modules/entities": { |
|
"version": "4.5.0", |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">=0.12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/fb55/entities?sponsor=1" |
|
} |
|
}, |
|
"node_modules/error-stack-parser-es": { |
|
"version": "1.0.5", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
} |
|
}, |
|
"node_modules/errx": { |
|
"version": "0.1.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/es-define-property": { |
|
"version": "1.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/es-errors": { |
|
"version": "1.3.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/es-module-lexer": { |
|
"version": "1.6.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/es-object-atoms": { |
|
"version": "1.1.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"es-errors": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/esbuild": { |
|
"version": "0.25.1", |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"bin": { |
|
"esbuild": "bin/esbuild" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"optionalDependencies": { |
|
"@esbuild/aix-ppc64": "0.25.1", |
|
"@esbuild/android-arm": "0.25.1", |
|
"@esbuild/android-arm64": "0.25.1", |
|
"@esbuild/android-x64": "0.25.1", |
|
"@esbuild/darwin-arm64": "0.25.1", |
|
"@esbuild/darwin-x64": "0.25.1", |
|
"@esbuild/freebsd-arm64": "0.25.1", |
|
"@esbuild/freebsd-x64": "0.25.1", |
|
"@esbuild/linux-arm": "0.25.1", |
|
"@esbuild/linux-arm64": "0.25.1", |
|
"@esbuild/linux-ia32": "0.25.1", |
|
"@esbuild/linux-loong64": "0.25.1", |
|
"@esbuild/linux-mips64el": "0.25.1", |
|
"@esbuild/linux-ppc64": "0.25.1", |
|
"@esbuild/linux-riscv64": "0.25.1", |
|
"@esbuild/linux-s390x": "0.25.1", |
|
"@esbuild/linux-x64": "0.25.1", |
|
"@esbuild/netbsd-arm64": "0.25.1", |
|
"@esbuild/netbsd-x64": "0.25.1", |
|
"@esbuild/openbsd-arm64": "0.25.1", |
|
"@esbuild/openbsd-x64": "0.25.1", |
|
"@esbuild/sunos-x64": "0.25.1", |
|
"@esbuild/win32-arm64": "0.25.1", |
|
"@esbuild/win32-ia32": "0.25.1", |
|
"@esbuild/win32-x64": "0.25.1" |
|
} |
|
}, |
|
"node_modules/escalade": { |
|
"version": "3.2.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/escape-html": { |
|
"version": "1.0.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/escape-string-regexp": { |
|
"version": "5.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint": { |
|
"version": "9.23.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@eslint-community/eslint-utils": "^4.2.0", |
|
"@eslint-community/regexpp": "^4.12.1", |
|
"@eslint/config-array": "^0.19.2", |
|
"@eslint/config-helpers": "^0.2.0", |
|
"@eslint/core": "^0.12.0", |
|
"@eslint/eslintrc": "^3.3.1", |
|
"@eslint/js": "9.23.0", |
|
"@eslint/plugin-kit": "^0.2.7", |
|
"@humanfs/node": "^0.16.6", |
|
"@humanwhocodes/module-importer": "^1.0.1", |
|
"@humanwhocodes/retry": "^0.4.2", |
|
"@types/estree": "^1.0.6", |
|
"@types/json-schema": "^7.0.15", |
|
"ajv": "^6.12.4", |
|
"chalk": "^4.0.0", |
|
"cross-spawn": "^7.0.6", |
|
"debug": "^4.3.2", |
|
"escape-string-regexp": "^4.0.0", |
|
"eslint-scope": "^8.3.0", |
|
"eslint-visitor-keys": "^4.2.0", |
|
"espree": "^10.3.0", |
|
"esquery": "^1.5.0", |
|
"esutils": "^2.0.2", |
|
"fast-deep-equal": "^3.1.3", |
|
"file-entry-cache": "^8.0.0", |
|
"find-up": "^5.0.0", |
|
"glob-parent": "^6.0.2", |
|
"ignore": "^5.2.0", |
|
"imurmurhash": "^0.1.4", |
|
"is-glob": "^4.0.0", |
|
"json-stable-stringify-without-jsonify": "^1.0.1", |
|
"lodash.merge": "^4.6.2", |
|
"minimatch": "^3.1.2", |
|
"natural-compare": "^1.4.0", |
|
"optionator": "^0.9.3" |
|
}, |
|
"bin": { |
|
"eslint": "bin/eslint.js" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://eslint.org/donate" |
|
}, |
|
"peerDependencies": { |
|
"jiti": "*" |
|
}, |
|
"peerDependenciesMeta": { |
|
"jiti": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/eslint-config-flat-gitignore": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint/compat": "^1.2.5" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^9.5.0" |
|
} |
|
}, |
|
"node_modules/eslint-flat-config-utils": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"pathe": "^2.0.2" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
} |
|
}, |
|
"node_modules/eslint-import-resolver-node": { |
|
"version": "0.3.9", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"debug": "^3.2.7", |
|
"is-core-module": "^2.13.0", |
|
"resolve": "^1.22.4" |
|
} |
|
}, |
|
"node_modules/eslint-import-resolver-node/node_modules/debug": { |
|
"version": "3.2.7", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ms": "^2.1.1" |
|
} |
|
}, |
|
"node_modules/eslint-merge-processors": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "*" |
|
} |
|
}, |
|
"node_modules/eslint-plugin-import-x": { |
|
"version": "4.9.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/doctrine": "^0.0.9", |
|
"@typescript-eslint/utils": "^8.28.0", |
|
"debug": "^4.4.0", |
|
"doctrine": "^3.0.0", |
|
"eslint-import-resolver-node": "^0.3.9", |
|
"get-tsconfig": "^4.10.0", |
|
"is-glob": "^4.0.3", |
|
"minimatch": "^10.0.1", |
|
"semver": "^7.7.1", |
|
"stable-hash": "^0.0.5", |
|
"tslib": "^2.8.1", |
|
"unrs-resolver": "^1.3.3" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.57.0 || ^9.0.0" |
|
} |
|
}, |
|
"node_modules/eslint-plugin-jsdoc": { |
|
"version": "50.6.9", |
|
"dev": true, |
|
"license": "BSD-3-Clause", |
|
"dependencies": { |
|
"@es-joy/jsdoccomment": "~0.49.0", |
|
"are-docs-informative": "^0.0.2", |
|
"comment-parser": "1.4.1", |
|
"debug": "^4.3.6", |
|
"escape-string-regexp": "^4.0.0", |
|
"espree": "^10.1.0", |
|
"esquery": "^1.6.0", |
|
"parse-imports": "^2.1.1", |
|
"semver": "^7.6.3", |
|
"spdx-expression-parse": "^4.0.0", |
|
"synckit": "^0.9.1" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0" |
|
} |
|
}, |
|
"node_modules/eslint-plugin-jsdoc/node_modules/escape-string-regexp": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint-plugin-regexp": { |
|
"version": "2.7.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/eslint-utils": "^4.2.0", |
|
"@eslint-community/regexpp": "^4.11.0", |
|
"comment-parser": "^1.4.0", |
|
"jsdoc-type-pratt-parser": "^4.0.0", |
|
"refa": "^0.12.1", |
|
"regexp-ast-analysis": "^0.7.1", |
|
"scslre": "^0.3.0" |
|
}, |
|
"engines": { |
|
"node": "^18 || >=20" |
|
}, |
|
"peerDependencies": { |
|
"eslint": ">=8.44.0" |
|
} |
|
}, |
|
"node_modules/eslint-plugin-unicorn": { |
|
"version": "57.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-validator-identifier": "^7.25.9", |
|
"@eslint-community/eslint-utils": "^4.4.1", |
|
"ci-info": "^4.1.0", |
|
"clean-regexp": "^1.0.0", |
|
"core-js-compat": "^3.40.0", |
|
"esquery": "^1.6.0", |
|
"globals": "^15.15.0", |
|
"indent-string": "^5.0.0", |
|
"is-builtin-module": "^4.0.0", |
|
"jsesc": "^3.1.0", |
|
"pluralize": "^8.0.0", |
|
"read-package-up": "^11.0.0", |
|
"regexp-tree": "^0.1.27", |
|
"regjsparser": "^0.12.0", |
|
"semver": "^7.7.1", |
|
"strip-indent": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18.18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1" |
|
}, |
|
"peerDependencies": { |
|
"eslint": ">=9.20.0" |
|
} |
|
}, |
|
"node_modules/eslint-plugin-unicorn/node_modules/globals": { |
|
"version": "15.15.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint-plugin-vue": { |
|
"version": "10.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/eslint-utils": "^4.4.0", |
|
"natural-compare": "^1.4.0", |
|
"nth-check": "^2.1.1", |
|
"postcss-selector-parser": "^6.0.15", |
|
"semver": "^7.6.3", |
|
"xml-name-validator": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.57.0 || ^9.0.0", |
|
"vue-eslint-parser": "^10.0.0" |
|
} |
|
}, |
|
"node_modules/eslint-processor-vue-blocks": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
}, |
|
"peerDependencies": { |
|
"@vue/compiler-sfc": "^3.3.0", |
|
"eslint": ">=9.0.0" |
|
} |
|
}, |
|
"node_modules/eslint-scope": { |
|
"version": "8.3.0", |
|
"devOptional": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"esrecurse": "^4.3.0", |
|
"estraverse": "^5.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/eslint-typegen": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"json-schema-to-typescript-lite": "^14.1.0", |
|
"ohash": "^2.0.11" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^9.0.0" |
|
} |
|
}, |
|
"node_modules/eslint-visitor-keys": { |
|
"version": "4.2.0", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/escape-string-regexp": { |
|
"version": "4.0.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/find-up": { |
|
"version": "5.0.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"locate-path": "^6.0.0", |
|
"path-exists": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/find-up/node_modules/locate-path": { |
|
"version": "6.0.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"p-locate": "^5.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/find-up/node_modules/locate-path/node_modules/p-locate": { |
|
"version": "5.0.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"p-limit": "^3.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit": { |
|
"version": "3.1.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"yocto-queue": "^0.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/node_modules/yocto-queue": { |
|
"version": "0.1.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/find-up/node_modules/path-exists": { |
|
"version": "4.0.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/glob-parent": { |
|
"version": "6.0.2", |
|
"devOptional": true, |
|
"license": "ISC", |
|
"peer": true, |
|
"dependencies": { |
|
"is-glob": "^4.0.3" |
|
}, |
|
"engines": { |
|
"node": ">=10.13.0" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/ignore": { |
|
"version": "5.3.2", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">= 4" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/minimatch": { |
|
"version": "3.1.2", |
|
"devOptional": true, |
|
"license": "ISC", |
|
"peer": true, |
|
"dependencies": { |
|
"brace-expansion": "^1.1.7" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion": { |
|
"version": "1.1.11", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"balanced-match": "^1.0.0", |
|
"concat-map": "0.0.1" |
|
} |
|
}, |
|
"node_modules/espree": { |
|
"version": "10.3.0", |
|
"devOptional": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"acorn": "^8.14.0", |
|
"acorn-jsx": "^5.3.2", |
|
"eslint-visitor-keys": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/esquery": { |
|
"version": "1.6.0", |
|
"devOptional": true, |
|
"license": "BSD-3-Clause", |
|
"dependencies": { |
|
"estraverse": "^5.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=0.10" |
|
} |
|
}, |
|
"node_modules/esrecurse": { |
|
"version": "4.3.0", |
|
"devOptional": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"estraverse": "^5.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=4.0" |
|
} |
|
}, |
|
"node_modules/estraverse": { |
|
"version": "5.3.0", |
|
"devOptional": true, |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">=4.0" |
|
} |
|
}, |
|
"node_modules/estree-walker": { |
|
"version": "3.0.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/estree": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/esutils": { |
|
"version": "2.0.3", |
|
"devOptional": true, |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/etag": { |
|
"version": "1.8.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.6" |
|
} |
|
}, |
|
"node_modules/event-target-shim": { |
|
"version": "5.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/events": { |
|
"version": "3.3.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.8.x" |
|
} |
|
}, |
|
"node_modules/execa": { |
|
"version": "8.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cross-spawn": "^7.0.3", |
|
"get-stream": "^8.0.1", |
|
"human-signals": "^5.0.0", |
|
"is-stream": "^3.0.0", |
|
"merge-stream": "^2.0.0", |
|
"npm-run-path": "^5.1.0", |
|
"onetime": "^6.0.0", |
|
"signal-exit": "^4.1.0", |
|
"strip-final-newline": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=16.17" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sindresorhus/execa?sponsor=1" |
|
} |
|
}, |
|
"node_modules/expand-template": { |
|
"version": "2.0.3", |
|
"devOptional": true, |
|
"license": "(MIT OR WTFPL)", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/exsolve": { |
|
"version": "1.0.4", |
|
"license": "MIT" |
|
}, |
|
"node_modules/extend": { |
|
"version": "3.0.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/externality": { |
|
"version": "1.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"enhanced-resolve": "^5.14.1", |
|
"mlly": "^1.3.0", |
|
"pathe": "^1.1.1", |
|
"ufo": "^1.1.2" |
|
} |
|
}, |
|
"node_modules/externality/node_modules/pathe": { |
|
"version": "1.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/fast-deep-equal": { |
|
"version": "3.1.3", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true |
|
}, |
|
"node_modules/fast-fifo": { |
|
"version": "1.3.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/fast-glob": { |
|
"version": "3.3.3", |
|
"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.8" |
|
}, |
|
"engines": { |
|
"node": ">=8.6.0" |
|
} |
|
}, |
|
"node_modules/fast-json-stable-stringify": { |
|
"version": "2.1.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true |
|
}, |
|
"node_modules/fast-levenshtein": { |
|
"version": "2.0.6", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true |
|
}, |
|
"node_modules/fast-npm-meta": { |
|
"version": "0.3.1", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
} |
|
}, |
|
"node_modules/fastq": { |
|
"version": "1.19.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"reusify": "^1.0.4" |
|
} |
|
}, |
|
"node_modules/fdir": { |
|
"version": "6.4.3", |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"picomatch": "^3 || ^4" |
|
}, |
|
"peerDependenciesMeta": { |
|
"picomatch": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/file-entry-cache": { |
|
"version": "8.0.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"flat-cache": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=16.0.0" |
|
} |
|
}, |
|
"node_modules/file-uri-to-path": { |
|
"version": "1.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/fill-range": { |
|
"version": "7.1.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"to-regex-range": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/find-up": { |
|
"version": "7.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"locate-path": "^7.2.0", |
|
"path-exists": "^5.0.0", |
|
"unicorn-magic": "^0.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/find-up-simple": { |
|
"version": "1.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/flat": { |
|
"version": "6.0.1", |
|
"dev": true, |
|
"license": "BSD-3-Clause", |
|
"bin": { |
|
"flat": "cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/flat-cache": { |
|
"version": "4.0.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"flatted": "^3.2.9", |
|
"keyv": "^4.5.4" |
|
}, |
|
"engines": { |
|
"node": ">=16" |
|
} |
|
}, |
|
"node_modules/flatted": { |
|
"version": "3.3.3", |
|
"devOptional": true, |
|
"license": "ISC", |
|
"peer": true |
|
}, |
|
"node_modules/foreground-child": { |
|
"version": "3.3.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"cross-spawn": "^7.0.6", |
|
"signal-exit": "^4.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/fraction.js": { |
|
"version": "4.3.7", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "*" |
|
}, |
|
"funding": { |
|
"type": "patreon", |
|
"url": "https://github.com/sponsors/rawify" |
|
} |
|
}, |
|
"node_modules/fresh": { |
|
"version": "0.5.2", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.6" |
|
} |
|
}, |
|
"node_modules/fs-constants": { |
|
"version": "1.0.0", |
|
"devOptional": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/function-bind": { |
|
"version": "1.1.2", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/fuse.js": { |
|
"version": "7.1.0", |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/gensync": { |
|
"version": "1.0.0-beta.2", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/get-caller-file": { |
|
"version": "2.0.5", |
|
"license": "ISC", |
|
"engines": { |
|
"node": "6.* || 8.* || >= 10.*" |
|
} |
|
}, |
|
"node_modules/get-intrinsic": { |
|
"version": "1.3.0", |
|
"dev": true, |
|
"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-port-please": { |
|
"version": "3.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/get-proto": { |
|
"version": "1.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"dunder-proto": "^1.0.1", |
|
"es-object-atoms": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/get-stream": { |
|
"version": "8.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=16" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/get-tsconfig": { |
|
"version": "4.10.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"resolve-pkg-maps": "^1.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" |
|
} |
|
}, |
|
"node_modules/giget": { |
|
"version": "2.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"citty": "^0.1.6", |
|
"consola": "^3.4.0", |
|
"defu": "^6.1.4", |
|
"node-fetch-native": "^1.6.6", |
|
"nypm": "^0.6.0", |
|
"pathe": "^2.0.3" |
|
}, |
|
"bin": { |
|
"giget": "dist/cli.mjs" |
|
} |
|
}, |
|
"node_modules/git-up": { |
|
"version": "8.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-ssh": "^1.4.0", |
|
"parse-url": "^9.2.0" |
|
} |
|
}, |
|
"node_modules/git-url-parse": { |
|
"version": "16.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"git-up": "^8.0.0" |
|
} |
|
}, |
|
"node_modules/github-from-package": { |
|
"version": "0.0.0", |
|
"devOptional": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/github-slugger": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"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": "5.1.2", |
|
"license": "ISC", |
|
"dependencies": { |
|
"is-glob": "^4.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/glob/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/global-directory": { |
|
"version": "4.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ini": "4.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/global-directory/node_modules/ini": { |
|
"version": "4.1.1", |
|
"license": "ISC", |
|
"engines": { |
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
|
} |
|
}, |
|
"node_modules/globals": { |
|
"version": "16.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/globby": { |
|
"version": "14.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@sindresorhus/merge-streams": "^2.1.0", |
|
"fast-glob": "^3.3.3", |
|
"ignore": "^7.0.3", |
|
"path-type": "^6.0.0", |
|
"slash": "^5.1.0", |
|
"unicorn-magic": "^0.3.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/globby/node_modules/unicorn-magic": { |
|
"version": "0.3.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/gopd": { |
|
"version": "1.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/graceful-fs": { |
|
"version": "4.2.11", |
|
"license": "ISC" |
|
}, |
|
"node_modules/graphemer": { |
|
"version": "1.4.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/gzip-size": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"duplexer": "^0.1.2" |
|
}, |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/h3": { |
|
"version": "1.15.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cookie-es": "^1.2.2", |
|
"crossws": "^0.3.3", |
|
"defu": "^6.1.4", |
|
"destr": "^2.0.3", |
|
"iron-webcrypto": "^1.2.1", |
|
"node-mock-http": "^1.0.0", |
|
"radix3": "^1.1.2", |
|
"ufo": "^1.5.4", |
|
"uncrypto": "^0.1.3" |
|
} |
|
}, |
|
"node_modules/h3/node_modules/cookie-es": { |
|
"version": "1.2.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/has-flag": { |
|
"version": "4.0.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/has-symbols": { |
|
"version": "1.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/has-tostringtag": { |
|
"version": "1.0.2", |
|
"dev": true, |
|
"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", |
|
"license": "MIT", |
|
"dependencies": { |
|
"function-bind": "^1.1.2" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/hast-util-embedded": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"hast-util-is-element": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-format": { |
|
"version": "1.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"hast-util-embedded": "^3.0.0", |
|
"hast-util-minify-whitespace": "^1.0.0", |
|
"hast-util-phrasing": "^3.0.0", |
|
"hast-util-whitespace": "^3.0.0", |
|
"html-whitespace-sensitive-tag-names": "^3.0.0", |
|
"unist-util-visit-parents": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-from-parse5": { |
|
"version": "8.0.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"@types/unist": "^3.0.0", |
|
"devlop": "^1.0.0", |
|
"hastscript": "^9.0.0", |
|
"property-information": "^7.0.0", |
|
"vfile": "^6.0.0", |
|
"vfile-location": "^5.0.0", |
|
"web-namespaces": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-has-property": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-heading-rank": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-is-body-ok-link": { |
|
"version": "3.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-is-element": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-minify-whitespace": { |
|
"version": "1.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"hast-util-embedded": "^3.0.0", |
|
"hast-util-is-element": "^3.0.0", |
|
"hast-util-whitespace": "^3.0.0", |
|
"unist-util-is": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-parse-selector": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-phrasing": { |
|
"version": "3.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"hast-util-embedded": "^3.0.0", |
|
"hast-util-has-property": "^3.0.0", |
|
"hast-util-is-body-ok-link": "^3.0.0", |
|
"hast-util-is-element": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-raw": { |
|
"version": "9.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"@types/unist": "^3.0.0", |
|
"@ungap/structured-clone": "^1.0.0", |
|
"hast-util-from-parse5": "^8.0.0", |
|
"hast-util-to-parse5": "^8.0.0", |
|
"html-void-elements": "^3.0.0", |
|
"mdast-util-to-hast": "^13.0.0", |
|
"parse5": "^7.0.0", |
|
"unist-util-position": "^5.0.0", |
|
"unist-util-visit": "^5.0.0", |
|
"vfile": "^6.0.0", |
|
"web-namespaces": "^2.0.0", |
|
"zwitch": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-to-html": { |
|
"version": "9.0.5", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"@types/unist": "^3.0.0", |
|
"ccount": "^2.0.0", |
|
"comma-separated-tokens": "^2.0.0", |
|
"hast-util-whitespace": "^3.0.0", |
|
"html-void-elements": "^3.0.0", |
|
"mdast-util-to-hast": "^13.0.0", |
|
"property-information": "^7.0.0", |
|
"space-separated-tokens": "^2.0.0", |
|
"stringify-entities": "^4.0.0", |
|
"zwitch": "^2.0.4" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-to-mdast": { |
|
"version": "10.1.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"@types/mdast": "^4.0.0", |
|
"@ungap/structured-clone": "^1.0.0", |
|
"hast-util-phrasing": "^3.0.0", |
|
"hast-util-to-html": "^9.0.0", |
|
"hast-util-to-text": "^4.0.0", |
|
"hast-util-whitespace": "^3.0.0", |
|
"mdast-util-phrasing": "^4.0.0", |
|
"mdast-util-to-hast": "^13.0.0", |
|
"mdast-util-to-string": "^4.0.0", |
|
"rehype-minify-whitespace": "^6.0.0", |
|
"trim-trailing-lines": "^2.0.0", |
|
"unist-util-position": "^5.0.0", |
|
"unist-util-visit": "^5.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-to-parse5": { |
|
"version": "8.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"comma-separated-tokens": "^2.0.0", |
|
"devlop": "^1.0.0", |
|
"property-information": "^6.0.0", |
|
"space-separated-tokens": "^2.0.0", |
|
"web-namespaces": "^2.0.0", |
|
"zwitch": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-to-parse5/node_modules/property-information": { |
|
"version": "6.5.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/hast-util-to-string": { |
|
"version": "3.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-to-text": { |
|
"version": "4.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"@types/unist": "^3.0.0", |
|
"hast-util-is-element": "^3.0.0", |
|
"unist-util-find-after": "^5.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-whitespace": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hastscript": { |
|
"version": "9.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"comma-separated-tokens": "^2.0.0", |
|
"hast-util-parse-selector": "^4.0.0", |
|
"property-information": "^7.0.0", |
|
"space-separated-tokens": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/he": { |
|
"version": "1.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"bin": { |
|
"he": "bin/he" |
|
} |
|
}, |
|
"node_modules/hookable": { |
|
"version": "5.5.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/hosted-git-info": { |
|
"version": "7.0.2", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"lru-cache": "^10.0.1" |
|
}, |
|
"engines": { |
|
"node": "^16.14.0 || >=18.0.0" |
|
} |
|
}, |
|
"node_modules/html-void-elements": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/html-whitespace-sensitive-tag-names": { |
|
"version": "3.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/http-errors": { |
|
"version": "2.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"depd": "2.0.0", |
|
"inherits": "2.0.4", |
|
"setprototypeof": "1.2.0", |
|
"statuses": "2.0.1", |
|
"toidentifier": "1.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8" |
|
} |
|
}, |
|
"node_modules/http-shutdown": { |
|
"version": "1.2.2", |
|
"license": "MIT", |
|
"engines": { |
|
"iojs": ">= 1.0.0", |
|
"node": ">= 0.12.0" |
|
} |
|
}, |
|
"node_modules/https-proxy-agent": { |
|
"version": "7.0.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"agent-base": "^7.1.2", |
|
"debug": "4" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/httpxy": { |
|
"version": "0.1.7", |
|
"license": "MIT" |
|
}, |
|
"node_modules/human-signals": { |
|
"version": "5.0.0", |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=16.17.0" |
|
} |
|
}, |
|
"node_modules/ieee754": { |
|
"version": "1.2.1", |
|
"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": "BSD-3-Clause" |
|
}, |
|
"node_modules/ignore": { |
|
"version": "7.0.3", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 4" |
|
} |
|
}, |
|
"node_modules/image-meta": { |
|
"version": "0.2.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/import-fresh": { |
|
"version": "3.3.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"parent-module": "^1.0.0", |
|
"resolve-from": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/import-fresh/node_modules/resolve-from": { |
|
"version": "4.0.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/impound": { |
|
"version": "0.2.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@rollup/pluginutils": "^5.1.4", |
|
"mlly": "^1.7.4", |
|
"mocked-exports": "^0.1.0", |
|
"pathe": "^2.0.3", |
|
"unplugin": "^2.2.0" |
|
} |
|
}, |
|
"node_modules/imurmurhash": { |
|
"version": "0.1.4", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=0.8.19" |
|
} |
|
}, |
|
"node_modules/indent-string": { |
|
"version": "5.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/index-to-position": { |
|
"version": "1.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/inherits": { |
|
"version": "2.0.4", |
|
"license": "ISC" |
|
}, |
|
"node_modules/ini": { |
|
"version": "1.3.8", |
|
"devOptional": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/ioredis": { |
|
"version": "5.6.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@ioredis/commands": "^1.1.1", |
|
"cluster-key-slot": "^1.1.0", |
|
"debug": "^4.3.4", |
|
"denque": "^2.1.0", |
|
"lodash.defaults": "^4.2.0", |
|
"lodash.isarguments": "^3.1.0", |
|
"redis-errors": "^1.2.0", |
|
"redis-parser": "^3.0.0", |
|
"standard-as-callback": "^2.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=12.22.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/ioredis" |
|
} |
|
}, |
|
"node_modules/iron-webcrypto": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/brc-dd" |
|
} |
|
}, |
|
"node_modules/is-absolute-url": { |
|
"version": "4.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/is-alphabetical": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/is-alphanumerical": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-alphabetical": "^2.0.0", |
|
"is-decimal": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/is-binary-path": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"binary-extensions": "^2.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/is-builtin-module": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"builtin-modules": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18.20" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/is-core-module": { |
|
"version": "2.16.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"hasown": "^2.0.2" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/is-decimal": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/is-docker": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"bin": { |
|
"is-docker": "cli.js" |
|
}, |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/is-expression": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"acorn": "^7.1.1", |
|
"object-assign": "^4.1.1" |
|
} |
|
}, |
|
"node_modules/is-expression/node_modules/acorn": { |
|
"version": "7.4.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"bin": { |
|
"acorn": "bin/acorn" |
|
}, |
|
"engines": { |
|
"node": ">=0.4.0" |
|
} |
|
}, |
|
"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-hexadecimal": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/is-inside-container": { |
|
"version": "1.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-docker": "^3.0.0" |
|
}, |
|
"bin": { |
|
"is-inside-container": "cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=14.16" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/is-installed-globally": { |
|
"version": "1.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"global-directory": "^4.0.1", |
|
"is-path-inside": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/is-module": { |
|
"version": "1.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/is-number": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.12.0" |
|
} |
|
}, |
|
"node_modules/is-path-inside": { |
|
"version": "4.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/is-plain-obj": { |
|
"version": "4.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/is-reference": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/estree": "*" |
|
} |
|
}, |
|
"node_modules/is-regex": { |
|
"version": "1.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"call-bound": "^1.0.2", |
|
"gopd": "^1.2.0", |
|
"has-tostringtag": "^1.0.2", |
|
"hasown": "^2.0.2" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/is-ssh": { |
|
"version": "1.4.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"protocols": "^2.0.1" |
|
} |
|
}, |
|
"node_modules/is-stream": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/is-what": { |
|
"version": "4.1.16", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12.13" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/mesqueeb" |
|
} |
|
}, |
|
"node_modules/is-wsl": { |
|
"version": "3.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-inside-container": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=16" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/is64bit": { |
|
"version": "2.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"system-architecture": "^0.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/isarray": { |
|
"version": "1.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/isexe": { |
|
"version": "3.1.1", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=16" |
|
} |
|
}, |
|
"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": "2.4.2", |
|
"license": "MIT", |
|
"bin": { |
|
"jiti": "lib/jiti-cli.mjs" |
|
} |
|
}, |
|
"node_modules/js-tokens": { |
|
"version": "9.0.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/js-yaml": { |
|
"version": "4.1.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"argparse": "^2.0.1" |
|
}, |
|
"bin": { |
|
"js-yaml": "bin/js-yaml.js" |
|
} |
|
}, |
|
"node_modules/jsdoc-type-pratt-parser": { |
|
"version": "4.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12.0.0" |
|
} |
|
}, |
|
"node_modules/jsesc": { |
|
"version": "3.1.0", |
|
"license": "MIT", |
|
"bin": { |
|
"jsesc": "bin/jsesc" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/json-buffer": { |
|
"version": "3.0.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true |
|
}, |
|
"node_modules/json-schema-to-typescript-lite": { |
|
"version": "14.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@apidevtools/json-schema-ref-parser": "^11.7.0", |
|
"@types/json-schema": "^7.0.15" |
|
} |
|
}, |
|
"node_modules/json-schema-traverse": { |
|
"version": "0.4.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true |
|
}, |
|
"node_modules/json-stable-stringify-without-jsonify": { |
|
"version": "1.0.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true |
|
}, |
|
"node_modules/json5": { |
|
"version": "2.2.3", |
|
"license": "MIT", |
|
"bin": { |
|
"json5": "lib/cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/jsonc-parser": { |
|
"version": "2.3.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/keyv": { |
|
"version": "4.5.4", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"json-buffer": "3.0.1" |
|
} |
|
}, |
|
"node_modules/kleur": { |
|
"version": "3.0.3", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/klona": { |
|
"version": "2.0.6", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/knitwork": { |
|
"version": "1.2.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/launch-editor": { |
|
"version": "2.10.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"picocolors": "^1.0.0", |
|
"shell-quote": "^1.8.1" |
|
} |
|
}, |
|
"node_modules/lazystream": { |
|
"version": "1.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"readable-stream": "^2.0.5" |
|
}, |
|
"engines": { |
|
"node": ">= 0.6.3" |
|
} |
|
}, |
|
"node_modules/lazystream/node_modules/readable-stream": { |
|
"version": "2.3.8", |
|
"license": "MIT", |
|
"dependencies": { |
|
"core-util-is": "~1.0.0", |
|
"inherits": "~2.0.3", |
|
"isarray": "~1.0.0", |
|
"process-nextick-args": "~2.0.0", |
|
"safe-buffer": "~5.1.1", |
|
"string_decoder": "~1.1.1", |
|
"util-deprecate": "~1.0.1" |
|
} |
|
}, |
|
"node_modules/lazystream/node_modules/readable-stream/node_modules/safe-buffer": { |
|
"version": "5.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/lazystream/node_modules/readable-stream/node_modules/string_decoder": { |
|
"version": "1.1.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"safe-buffer": "~5.1.0" |
|
} |
|
}, |
|
"node_modules/levn": { |
|
"version": "0.4.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"prelude-ls": "^1.2.1", |
|
"type-check": "~0.4.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/lilconfig": { |
|
"version": "3.1.3", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antonk52" |
|
} |
|
}, |
|
"node_modules/listhen": { |
|
"version": "1.9.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@parcel/watcher": "^2.4.1", |
|
"@parcel/watcher-wasm": "^2.4.1", |
|
"citty": "^0.1.6", |
|
"clipboardy": "^4.0.0", |
|
"consola": "^3.2.3", |
|
"crossws": ">=0.2.0 <0.4.0", |
|
"defu": "^6.1.4", |
|
"get-port-please": "^3.1.2", |
|
"h3": "^1.12.0", |
|
"http-shutdown": "^1.2.2", |
|
"jiti": "^2.1.2", |
|
"mlly": "^1.7.1", |
|
"node-forge": "^1.3.1", |
|
"pathe": "^1.1.2", |
|
"std-env": "^3.7.0", |
|
"ufo": "^1.5.4", |
|
"untun": "^0.1.3", |
|
"uqr": "^0.1.2" |
|
}, |
|
"bin": { |
|
"listen": "bin/listhen.mjs", |
|
"listhen": "bin/listhen.mjs" |
|
} |
|
}, |
|
"node_modules/listhen/node_modules/pathe": { |
|
"version": "1.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/load-tsconfig": { |
|
"version": "0.2.5", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/local-pkg": { |
|
"version": "1.1.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"mlly": "^1.7.4", |
|
"pkg-types": "^2.0.1", |
|
"quansync": "^0.2.8" |
|
}, |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
} |
|
}, |
|
"node_modules/locate-path": { |
|
"version": "7.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"p-locate": "^6.0.0" |
|
}, |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/lodash": { |
|
"version": "4.17.21", |
|
"license": "MIT" |
|
}, |
|
"node_modules/lodash.defaults": { |
|
"version": "4.2.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/lodash.isarguments": { |
|
"version": "3.1.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/lodash.memoize": { |
|
"version": "4.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/lodash.merge": { |
|
"version": "4.6.2", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true |
|
}, |
|
"node_modules/lodash.uniq": { |
|
"version": "4.5.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/longest-streak": { |
|
"version": "3.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/lru-cache": { |
|
"version": "10.4.3", |
|
"license": "ISC" |
|
}, |
|
"node_modules/magic-string": { |
|
"version": "0.30.17", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/sourcemap-codec": "^1.5.0" |
|
} |
|
}, |
|
"node_modules/magic-string-ast": { |
|
"version": "0.7.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"magic-string": "^0.30.17" |
|
}, |
|
"engines": { |
|
"node": ">=16.14.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sxzz" |
|
} |
|
}, |
|
"node_modules/magicast": { |
|
"version": "0.3.5", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.25.4", |
|
"@babel/types": "^7.25.4", |
|
"source-map-js": "^1.2.0" |
|
} |
|
}, |
|
"node_modules/markdown-table": { |
|
"version": "3.0.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/math-intrinsics": { |
|
"version": "1.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/mdast-util-find-and-replace": { |
|
"version": "3.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"escape-string-regexp": "^5.0.0", |
|
"unist-util-is": "^6.0.0", |
|
"unist-util-visit-parents": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdast-util-from-markdown": { |
|
"version": "2.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"@types/unist": "^3.0.0", |
|
"decode-named-character-reference": "^1.0.0", |
|
"devlop": "^1.0.0", |
|
"mdast-util-to-string": "^4.0.0", |
|
"micromark": "^4.0.0", |
|
"micromark-util-decode-numeric-character-reference": "^2.0.0", |
|
"micromark-util-decode-string": "^2.0.0", |
|
"micromark-util-normalize-identifier": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0", |
|
"unist-util-stringify-position": "^4.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdast-util-gfm": { |
|
"version": "3.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"mdast-util-from-markdown": "^2.0.0", |
|
"mdast-util-gfm-autolink-literal": "^2.0.0", |
|
"mdast-util-gfm-footnote": "^2.0.0", |
|
"mdast-util-gfm-strikethrough": "^2.0.0", |
|
"mdast-util-gfm-table": "^2.0.0", |
|
"mdast-util-gfm-task-list-item": "^2.0.0", |
|
"mdast-util-to-markdown": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdast-util-gfm-autolink-literal": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"ccount": "^2.0.0", |
|
"devlop": "^1.0.0", |
|
"mdast-util-find-and-replace": "^3.0.0", |
|
"micromark-util-character": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdast-util-gfm-footnote": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"devlop": "^1.1.0", |
|
"mdast-util-from-markdown": "^2.0.0", |
|
"mdast-util-to-markdown": "^2.0.0", |
|
"micromark-util-normalize-identifier": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdast-util-gfm-strikethrough": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"mdast-util-from-markdown": "^2.0.0", |
|
"mdast-util-to-markdown": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdast-util-gfm-table": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"devlop": "^1.0.0", |
|
"markdown-table": "^3.0.0", |
|
"mdast-util-from-markdown": "^2.0.0", |
|
"mdast-util-to-markdown": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdast-util-gfm-task-list-item": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"devlop": "^1.0.0", |
|
"mdast-util-from-markdown": "^2.0.0", |
|
"mdast-util-to-markdown": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdast-util-phrasing": { |
|
"version": "4.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"unist-util-is": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdast-util-to-hast": { |
|
"version": "13.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"@types/mdast": "^4.0.0", |
|
"@ungap/structured-clone": "^1.0.0", |
|
"devlop": "^1.0.0", |
|
"micromark-util-sanitize-uri": "^2.0.0", |
|
"trim-lines": "^3.0.0", |
|
"unist-util-position": "^5.0.0", |
|
"unist-util-visit": "^5.0.0", |
|
"vfile": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdast-util-to-markdown": { |
|
"version": "2.1.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"@types/unist": "^3.0.0", |
|
"longest-streak": "^3.0.0", |
|
"mdast-util-phrasing": "^4.0.0", |
|
"mdast-util-to-string": "^4.0.0", |
|
"micromark-util-classify-character": "^2.0.0", |
|
"micromark-util-decode-string": "^2.0.0", |
|
"unist-util-visit": "^5.0.0", |
|
"zwitch": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdast-util-to-string": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/mdn-data": { |
|
"version": "2.0.30", |
|
"license": "CC0-1.0" |
|
}, |
|
"node_modules/merge-stream": { |
|
"version": "2.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/merge2": { |
|
"version": "1.4.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/micromark": { |
|
"version": "4.0.2", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/debug": "^4.0.0", |
|
"debug": "^4.0.0", |
|
"decode-named-character-reference": "^1.0.0", |
|
"devlop": "^1.0.0", |
|
"micromark-core-commonmark": "^2.0.0", |
|
"micromark-factory-space": "^2.0.0", |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-chunked": "^2.0.0", |
|
"micromark-util-combine-extensions": "^2.0.0", |
|
"micromark-util-decode-numeric-character-reference": "^2.0.0", |
|
"micromark-util-encode": "^2.0.0", |
|
"micromark-util-normalize-identifier": "^2.0.0", |
|
"micromark-util-resolve-all": "^2.0.0", |
|
"micromark-util-sanitize-uri": "^2.0.0", |
|
"micromark-util-subtokenize": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-core-commonmark": { |
|
"version": "2.0.3", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"decode-named-character-reference": "^1.0.0", |
|
"devlop": "^1.0.0", |
|
"micromark-factory-destination": "^2.0.0", |
|
"micromark-factory-label": "^2.0.0", |
|
"micromark-factory-space": "^2.0.0", |
|
"micromark-factory-title": "^2.0.0", |
|
"micromark-factory-whitespace": "^2.0.0", |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-chunked": "^2.0.0", |
|
"micromark-util-classify-character": "^2.0.0", |
|
"micromark-util-html-tag-name": "^2.0.0", |
|
"micromark-util-normalize-identifier": "^2.0.0", |
|
"micromark-util-resolve-all": "^2.0.0", |
|
"micromark-util-subtokenize": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-extension-gfm": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-extension-gfm-autolink-literal": "^2.0.0", |
|
"micromark-extension-gfm-footnote": "^2.0.0", |
|
"micromark-extension-gfm-strikethrough": "^2.0.0", |
|
"micromark-extension-gfm-table": "^2.0.0", |
|
"micromark-extension-gfm-tagfilter": "^2.0.0", |
|
"micromark-extension-gfm-task-list-item": "^2.0.0", |
|
"micromark-util-combine-extensions": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/micromark-extension-gfm-autolink-literal": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-sanitize-uri": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/micromark-extension-gfm-footnote": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"devlop": "^1.0.0", |
|
"micromark-core-commonmark": "^2.0.0", |
|
"micromark-factory-space": "^2.0.0", |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-normalize-identifier": "^2.0.0", |
|
"micromark-util-sanitize-uri": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/micromark-extension-gfm-strikethrough": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"devlop": "^1.0.0", |
|
"micromark-util-chunked": "^2.0.0", |
|
"micromark-util-classify-character": "^2.0.0", |
|
"micromark-util-resolve-all": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/micromark-extension-gfm-table": { |
|
"version": "2.1.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"devlop": "^1.0.0", |
|
"micromark-factory-space": "^2.0.0", |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/micromark-extension-gfm-tagfilter": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-types": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/micromark-extension-gfm-task-list-item": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"devlop": "^1.0.0", |
|
"micromark-factory-space": "^2.0.0", |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/micromark-factory-destination": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-factory-label": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"devlop": "^1.0.0", |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-factory-space": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-factory-title": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-factory-space": "^2.0.0", |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-factory-whitespace": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-factory-space": "^2.0.0", |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-util-character": { |
|
"version": "2.1.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-util-chunked": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-symbol": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-util-classify-character": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-util-combine-extensions": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-chunked": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-util-decode-numeric-character-reference": { |
|
"version": "2.0.2", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-symbol": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-util-decode-string": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"decode-named-character-reference": "^1.0.0", |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-decode-numeric-character-reference": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-util-encode": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT" |
|
}, |
|
"node_modules/micromark-util-html-tag-name": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT" |
|
}, |
|
"node_modules/micromark-util-normalize-identifier": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-symbol": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-util-resolve-all": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-util-sanitize-uri": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromark-util-character": "^2.0.0", |
|
"micromark-util-encode": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-util-subtokenize": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"devlop": "^1.0.0", |
|
"micromark-util-chunked": "^2.0.0", |
|
"micromark-util-symbol": "^2.0.0", |
|
"micromark-util-types": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/micromark-util-symbol": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT" |
|
}, |
|
"node_modules/micromark-util-types": { |
|
"version": "2.0.2", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT" |
|
}, |
|
"node_modules/micromatch": { |
|
"version": "4.0.8", |
|
"license": "MIT", |
|
"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", |
|
"engines": { |
|
"node": ">=8.6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
} |
|
}, |
|
"node_modules/mime": { |
|
"version": "4.0.6", |
|
"funding": [ |
|
"https://github.com/sponsors/broofa" |
|
], |
|
"license": "MIT", |
|
"bin": { |
|
"mime": "bin/cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=16" |
|
} |
|
}, |
|
"node_modules/mimic-fn": { |
|
"version": "4.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/mimic-response": { |
|
"version": "3.1.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/min-indent": { |
|
"version": "1.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/minimatch": { |
|
"version": "10.0.1", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": "20 || >=22" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/minimist": { |
|
"version": "1.2.8", |
|
"devOptional": 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/minizlib": { |
|
"version": "3.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"minipass": "^7.0.4", |
|
"rimraf": "^5.0.5" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
} |
|
}, |
|
"node_modules/mitt": { |
|
"version": "3.0.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/mkdirp": { |
|
"version": "3.0.1", |
|
"license": "MIT", |
|
"bin": { |
|
"mkdirp": "dist/cjs/src/bin.js" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/mkdirp-classic": { |
|
"version": "0.5.3", |
|
"devOptional": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/mlly": { |
|
"version": "1.7.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"acorn": "^8.14.0", |
|
"pathe": "^2.0.1", |
|
"pkg-types": "^1.3.0", |
|
"ufo": "^1.5.4" |
|
} |
|
}, |
|
"node_modules/mlly/node_modules/pkg-types": { |
|
"version": "1.3.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"confbox": "^0.1.8", |
|
"mlly": "^1.7.4", |
|
"pathe": "^2.0.1" |
|
} |
|
}, |
|
"node_modules/mocked-exports": { |
|
"version": "0.1.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/mrmime": { |
|
"version": "2.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/ms": { |
|
"version": "2.1.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/muggle-string": { |
|
"version": "0.4.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/nanoid": { |
|
"version": "5.1.5", |
|
"funding": [ |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"bin": { |
|
"nanoid": "bin/nanoid.js" |
|
}, |
|
"engines": { |
|
"node": "^18 || >=20" |
|
} |
|
}, |
|
"node_modules/nanotar": { |
|
"version": "0.2.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/napi-build-utils": { |
|
"version": "2.0.0", |
|
"devOptional": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/natural-compare": { |
|
"version": "1.4.0", |
|
"devOptional": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/nitropack": { |
|
"version": "2.11.8", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@cloudflare/kv-asset-handler": "^0.4.0", |
|
"@netlify/functions": "^3.0.2", |
|
"@rollup/plugin-alias": "^5.1.1", |
|
"@rollup/plugin-commonjs": "^28.0.3", |
|
"@rollup/plugin-inject": "^5.0.5", |
|
"@rollup/plugin-json": "^6.1.0", |
|
"@rollup/plugin-node-resolve": "^16.0.1", |
|
"@rollup/plugin-replace": "^6.0.2", |
|
"@rollup/plugin-terser": "^0.4.4", |
|
"@vercel/nft": "^0.29.2", |
|
"archiver": "^7.0.1", |
|
"c12": "^3.0.2", |
|
"chokidar": "^4.0.3", |
|
"citty": "^0.1.6", |
|
"compatx": "^0.1.8", |
|
"confbox": "^0.2.1", |
|
"consola": "^3.4.2", |
|
"cookie-es": "^2.0.0", |
|
"croner": "^9.0.0", |
|
"crossws": "^0.3.4", |
|
"db0": "^0.3.1", |
|
"defu": "^6.1.4", |
|
"destr": "^2.0.3", |
|
"dot-prop": "^9.0.0", |
|
"esbuild": "^0.25.1", |
|
"escape-string-regexp": "^5.0.0", |
|
"etag": "^1.8.1", |
|
"exsolve": "^1.0.4", |
|
"globby": "^14.1.0", |
|
"gzip-size": "^7.0.0", |
|
"h3": "^1.15.1", |
|
"hookable": "^5.5.3", |
|
"httpxy": "^0.1.7", |
|
"ioredis": "^5.6.0", |
|
"jiti": "^2.4.2", |
|
"klona": "^2.0.6", |
|
"knitwork": "^1.2.0", |
|
"listhen": "^1.9.0", |
|
"magic-string": "^0.30.17", |
|
"magicast": "^0.3.5", |
|
"mime": "^4.0.6", |
|
"mlly": "^1.7.4", |
|
"node-fetch-native": "^1.6.6", |
|
"node-mock-http": "^1.0.0", |
|
"ofetch": "^1.4.1", |
|
"ohash": "^2.0.11", |
|
"pathe": "^2.0.3", |
|
"perfect-debounce": "^1.0.0", |
|
"pkg-types": "^2.1.0", |
|
"pretty-bytes": "^6.1.1", |
|
"radix3": "^1.1.2", |
|
"rollup": "^4.36.0", |
|
"rollup-plugin-visualizer": "^5.14.0", |
|
"scule": "^1.3.0", |
|
"semver": "^7.7.1", |
|
"serve-placeholder": "^2.0.2", |
|
"serve-static": "^1.16.2", |
|
"source-map": "^0.7.4", |
|
"std-env": "^3.8.1", |
|
"ufo": "^1.5.4", |
|
"ultrahtml": "^1.5.3", |
|
"uncrypto": "^0.1.3", |
|
"unctx": "^2.4.1", |
|
"unenv": "^2.0.0-rc.15", |
|
"unimport": "^4.1.2", |
|
"unplugin-utils": "^0.2.4", |
|
"unstorage": "^1.15.0", |
|
"untyped": "^2.0.0", |
|
"unwasm": "^0.3.9", |
|
"youch": "^4.1.0-beta.6", |
|
"youch-core": "^0.3.2" |
|
}, |
|
"bin": { |
|
"nitro": "dist/cli/index.mjs", |
|
"nitropack": "dist/cli/index.mjs" |
|
}, |
|
"engines": { |
|
"node": "^16.11.0 || >=17.0.0" |
|
}, |
|
"peerDependencies": { |
|
"xml2js": "^0.6.2" |
|
}, |
|
"peerDependenciesMeta": { |
|
"xml2js": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/nitropack/node_modules/confbox": { |
|
"version": "0.2.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/node-abi": { |
|
"version": "3.74.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"semver": "^7.3.5" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/node-addon-api": { |
|
"version": "7.1.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/node-emoji": { |
|
"version": "2.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@sindresorhus/is": "^4.6.0", |
|
"char-regex": "^1.0.2", |
|
"emojilib": "^2.4.0", |
|
"skin-tone": "^2.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/node-fetch": { |
|
"version": "2.7.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"whatwg-url": "^5.0.0" |
|
}, |
|
"engines": { |
|
"node": "4.x || >=6.0.0" |
|
}, |
|
"peerDependencies": { |
|
"encoding": "^0.1.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"encoding": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/node-fetch-native": { |
|
"version": "1.6.6", |
|
"license": "MIT" |
|
}, |
|
"node_modules/node-forge": { |
|
"version": "1.3.1", |
|
"license": "(BSD-3-Clause OR GPL-2.0)", |
|
"engines": { |
|
"node": ">= 6.13.0" |
|
} |
|
}, |
|
"node_modules/node-gyp-build": { |
|
"version": "4.8.4", |
|
"license": "MIT", |
|
"bin": { |
|
"node-gyp-build": "bin.js", |
|
"node-gyp-build-optional": "optional.js", |
|
"node-gyp-build-test": "build-test.js" |
|
} |
|
}, |
|
"node_modules/node-mock-http": { |
|
"version": "1.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/node-releases": { |
|
"version": "2.0.19", |
|
"license": "MIT" |
|
}, |
|
"node_modules/nopt": { |
|
"version": "8.1.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"abbrev": "^3.0.0" |
|
}, |
|
"bin": { |
|
"nopt": "bin/nopt.js" |
|
}, |
|
"engines": { |
|
"node": "^18.17.0 || >=20.5.0" |
|
} |
|
}, |
|
"node_modules/normalize-package-data": { |
|
"version": "6.0.2", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"hosted-git-info": "^7.0.0", |
|
"semver": "^7.3.5", |
|
"validate-npm-package-license": "^3.0.4" |
|
}, |
|
"engines": { |
|
"node": "^16.14.0 || >=18.0.0" |
|
} |
|
}, |
|
"node_modules/normalize-path": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/normalize-range": { |
|
"version": "0.1.2", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/npm-run-path": { |
|
"version": "5.3.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"path-key": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/npm-run-path/node_modules/path-key": { |
|
"version": "4.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/nth-check": { |
|
"version": "2.1.1", |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"boolbase": "^1.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/fb55/nth-check?sponsor=1" |
|
} |
|
}, |
|
"node_modules/nuxt": { |
|
"version": "3.16.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nuxt/cli": "^3.23.1", |
|
"@nuxt/devalue": "^2.0.2", |
|
"@nuxt/devtools": "^2.3.0", |
|
"@nuxt/kit": "3.16.1", |
|
"@nuxt/schema": "3.16.1", |
|
"@nuxt/telemetry": "^2.6.6", |
|
"@nuxt/vite-builder": "3.16.1", |
|
"@oxc-parser/wasm": "^0.60.0", |
|
"@unhead/vue": "^2.0.0-rc.13", |
|
"@vue/shared": "^3.5.13", |
|
"c12": "^3.0.2", |
|
"chokidar": "^4.0.3", |
|
"compatx": "^0.1.8", |
|
"consola": "^3.4.2", |
|
"cookie-es": "^2.0.0", |
|
"defu": "^6.1.4", |
|
"destr": "^2.0.3", |
|
"devalue": "^5.1.1", |
|
"errx": "^0.1.0", |
|
"esbuild": "^0.25.1", |
|
"escape-string-regexp": "^5.0.0", |
|
"estree-walker": "^3.0.3", |
|
"exsolve": "^1.0.4", |
|
"globby": "^14.1.0", |
|
"h3": "^1.15.1", |
|
"hookable": "^5.5.3", |
|
"ignore": "^7.0.3", |
|
"impound": "^0.2.2", |
|
"jiti": "^2.4.2", |
|
"klona": "^2.0.6", |
|
"knitwork": "^1.2.0", |
|
"magic-string": "^0.30.17", |
|
"mlly": "^1.7.4", |
|
"mocked-exports": "^0.1.1", |
|
"nanotar": "^0.2.0", |
|
"nitropack": "^2.11.7", |
|
"nypm": "^0.6.0", |
|
"ofetch": "^1.4.1", |
|
"ohash": "^2.0.11", |
|
"on-change": "^5.0.1", |
|
"oxc-parser": "^0.56.3", |
|
"pathe": "^2.0.3", |
|
"perfect-debounce": "^1.0.0", |
|
"pkg-types": "^2.1.0", |
|
"radix3": "^1.1.2", |
|
"scule": "^1.3.0", |
|
"semver": "^7.7.1", |
|
"std-env": "^3.8.1", |
|
"strip-literal": "^3.0.0", |
|
"tinyglobby": "0.2.12", |
|
"ufo": "^1.5.4", |
|
"ultrahtml": "^1.5.3", |
|
"uncrypto": "^0.1.3", |
|
"unctx": "^2.4.1", |
|
"unimport": "^4.1.2", |
|
"unplugin": "^2.2.1", |
|
"unplugin-vue-router": "^0.12.0", |
|
"unstorage": "^1.15.0", |
|
"untyped": "^2.0.0", |
|
"vue": "^3.5.13", |
|
"vue-bundle-renderer": "^2.1.1", |
|
"vue-devtools-stub": "^0.1.0", |
|
"vue-router": "^4.5.0" |
|
}, |
|
"bin": { |
|
"nuxi": "bin/nuxt.mjs", |
|
"nuxt": "bin/nuxt.mjs" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" |
|
}, |
|
"peerDependencies": { |
|
"@parcel/watcher": "^2.1.0", |
|
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@parcel/watcher": { |
|
"optional": true |
|
}, |
|
"@types/node": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/nuxt-component-meta": { |
|
"version": "0.10.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nuxt/kit": "^3.15.1", |
|
"citty": "^0.1.6", |
|
"mlly": "^1.7.4", |
|
"scule": "^1.3.0", |
|
"typescript": "^5.7.3", |
|
"ufo": "^1.5.4", |
|
"vue-component-meta": "^2.2.0" |
|
}, |
|
"bin": { |
|
"nuxt-component-meta": "bin/nuxt-component-meta.mjs" |
|
} |
|
}, |
|
"node_modules/nypm": { |
|
"version": "0.6.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"citty": "^0.1.6", |
|
"consola": "^3.4.0", |
|
"pathe": "^2.0.3", |
|
"pkg-types": "^2.0.0", |
|
"tinyexec": "^0.3.2" |
|
}, |
|
"bin": { |
|
"nypm": "dist/cli.mjs" |
|
}, |
|
"engines": { |
|
"node": "^14.16.0 || >=16.10.0" |
|
} |
|
}, |
|
"node_modules/object-assign": { |
|
"version": "4.1.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/ofetch": { |
|
"version": "1.4.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"destr": "^2.0.3", |
|
"node-fetch-native": "^1.6.4", |
|
"ufo": "^1.5.4" |
|
} |
|
}, |
|
"node_modules/ohash": { |
|
"version": "2.0.11", |
|
"license": "MIT" |
|
}, |
|
"node_modules/on-change": { |
|
"version": "5.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sindresorhus/on-change?sponsor=1" |
|
} |
|
}, |
|
"node_modules/on-finished": { |
|
"version": "2.4.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ee-first": "1.1.1" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8" |
|
} |
|
}, |
|
"node_modules/once": { |
|
"version": "1.4.0", |
|
"devOptional": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"wrappy": "1" |
|
} |
|
}, |
|
"node_modules/onetime": { |
|
"version": "6.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"mimic-fn": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/oniguruma-parser": { |
|
"version": "0.5.4", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/oniguruma-to-es": { |
|
"version": "4.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"emoji-regex-xs": "^1.0.0", |
|
"oniguruma-parser": "^0.5.4", |
|
"regex": "^6.0.1", |
|
"regex-recursion": "^6.0.2" |
|
} |
|
}, |
|
"node_modules/open": { |
|
"version": "10.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"default-browser": "^5.2.1", |
|
"define-lazy-prop": "^3.0.0", |
|
"is-inside-container": "^1.0.0", |
|
"is-wsl": "^3.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/optionator": { |
|
"version": "0.9.4", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"deep-is": "^0.1.3", |
|
"fast-levenshtein": "^2.0.6", |
|
"levn": "^0.4.1", |
|
"prelude-ls": "^1.2.1", |
|
"type-check": "^0.4.0", |
|
"word-wrap": "^1.2.5" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/oxc-parser": { |
|
"version": "0.56.5", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@oxc-project/types": "^0.56.5" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/Boshen" |
|
}, |
|
"optionalDependencies": { |
|
"@oxc-parser/binding-darwin-arm64": "0.56.5", |
|
"@oxc-parser/binding-darwin-x64": "0.56.5", |
|
"@oxc-parser/binding-linux-arm-gnueabihf": "0.56.5", |
|
"@oxc-parser/binding-linux-arm64-gnu": "0.56.5", |
|
"@oxc-parser/binding-linux-arm64-musl": "0.56.5", |
|
"@oxc-parser/binding-linux-x64-gnu": "0.56.5", |
|
"@oxc-parser/binding-linux-x64-musl": "0.56.5", |
|
"@oxc-parser/binding-wasm32-wasi": "0.56.5", |
|
"@oxc-parser/binding-win32-arm64-msvc": "0.56.5", |
|
"@oxc-parser/binding-win32-x64-msvc": "0.56.5" |
|
} |
|
}, |
|
"node_modules/oxc-parser/node_modules/@oxc-project/types": { |
|
"version": "0.56.5", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/Boshen" |
|
} |
|
}, |
|
"node_modules/p-limit": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"yocto-queue": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/p-locate": { |
|
"version": "6.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"p-limit": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/package-json-from-dist": { |
|
"version": "1.0.1", |
|
"license": "BlueOak-1.0.0" |
|
}, |
|
"node_modules/package-manager-detector": { |
|
"version": "1.1.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/parent-module": { |
|
"version": "1.0.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"callsites": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/parse-entities": { |
|
"version": "4.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^2.0.0", |
|
"character-entities-legacy": "^3.0.0", |
|
"character-reference-invalid": "^2.0.0", |
|
"decode-named-character-reference": "^1.0.0", |
|
"is-alphanumerical": "^2.0.0", |
|
"is-decimal": "^2.0.0", |
|
"is-hexadecimal": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/parse-entities/node_modules/@types/unist": { |
|
"version": "2.0.11", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/parse-imports": { |
|
"version": "2.2.1", |
|
"dev": true, |
|
"license": "Apache-2.0 AND MIT", |
|
"dependencies": { |
|
"es-module-lexer": "^1.5.3", |
|
"slashes": "^3.0.12" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
} |
|
}, |
|
"node_modules/parse-json": { |
|
"version": "8.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/code-frame": "^7.26.2", |
|
"index-to-position": "^1.0.0", |
|
"type-fest": "^4.37.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/parse-path": { |
|
"version": "7.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"protocols": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/parse-url": { |
|
"version": "9.2.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/parse-path": "^7.0.0", |
|
"parse-path": "^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=14.13.0" |
|
} |
|
}, |
|
"node_modules/parse5": { |
|
"version": "7.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"entities": "^4.5.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/inikulin/parse5?sponsor=1" |
|
} |
|
}, |
|
"node_modules/parseurl": { |
|
"version": "1.3.3", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.8" |
|
} |
|
}, |
|
"node_modules/path-browserify": { |
|
"version": "1.0.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/path-exists": { |
|
"version": "5.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.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/path-type": { |
|
"version": "6.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/pathe": { |
|
"version": "2.0.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/perfect-debounce": { |
|
"version": "1.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/picocolors": { |
|
"version": "1.1.1", |
|
"license": "ISC" |
|
}, |
|
"node_modules/picomatch": { |
|
"version": "4.0.2", |
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", |
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
} |
|
}, |
|
"node_modules/pinia": { |
|
"version": "3.0.1", |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@vue/devtools-api": "^7.7.2" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/posva" |
|
}, |
|
"peerDependencies": { |
|
"typescript": ">=4.4.4", |
|
"vue": "^2.7.0 || ^3.5.11" |
|
}, |
|
"peerDependenciesMeta": { |
|
"typescript": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/pinia-plugin-persistedstate": { |
|
"version": "4.2.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nuxt/kit": "^3.14.1592", |
|
"deep-pick-omit": "^1.2.1", |
|
"defu": "^6.1.4", |
|
"destr": "^2.0.3" |
|
}, |
|
"peerDependencies": { |
|
"@pinia/nuxt": ">=0.9.0", |
|
"pinia": ">=2.3.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@pinia/nuxt": { |
|
"optional": true |
|
}, |
|
"pinia": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/pinia/node_modules/@vue/devtools-api": { |
|
"version": "7.7.2", |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@vue/devtools-kit": "^7.7.2" |
|
} |
|
}, |
|
"node_modules/pkg-types": { |
|
"version": "2.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"confbox": "^0.2.1", |
|
"exsolve": "^1.0.1", |
|
"pathe": "^2.0.3" |
|
} |
|
}, |
|
"node_modules/pkg-types/node_modules/confbox": { |
|
"version": "0.2.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/pluralize": { |
|
"version": "8.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/postcss": { |
|
"version": "8.5.3", |
|
"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.8", |
|
"picocolors": "^1.1.1", |
|
"source-map-js": "^1.2.1" |
|
}, |
|
"engines": { |
|
"node": "^10 || ^12 || >=14" |
|
} |
|
}, |
|
"node_modules/postcss-calc": { |
|
"version": "10.1.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-selector-parser": "^7.0.0", |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12 || ^20.9 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.38" |
|
} |
|
}, |
|
"node_modules/postcss-calc/node_modules/postcss-selector-parser": { |
|
"version": "7.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cssesc": "^3.0.0", |
|
"util-deprecate": "^1.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/postcss-colormin": { |
|
"version": "7.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"browserslist": "^4.23.3", |
|
"caniuse-api": "^3.0.0", |
|
"colord": "^2.9.3", |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-convert-values": { |
|
"version": "7.0.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"browserslist": "^4.23.3", |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-discard-comments": { |
|
"version": "7.0.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-selector-parser": "^6.1.2" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-discard-duplicates": { |
|
"version": "7.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-discard-empty": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-discard-overridden": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-merge-longhand": { |
|
"version": "7.0.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.2.0", |
|
"stylehacks": "^7.0.4" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-merge-rules": { |
|
"version": "7.0.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"browserslist": "^4.23.3", |
|
"caniuse-api": "^3.0.0", |
|
"cssnano-utils": "^5.0.0", |
|
"postcss-selector-parser": "^6.1.2" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-minify-font-values": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-minify-gradients": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"colord": "^2.9.3", |
|
"cssnano-utils": "^5.0.0", |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-minify-params": { |
|
"version": "7.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"browserslist": "^4.23.3", |
|
"cssnano-utils": "^5.0.0", |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-minify-selectors": { |
|
"version": "7.0.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cssesc": "^3.0.0", |
|
"postcss-selector-parser": "^6.1.2" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-normalize-charset": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-normalize-display-values": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-normalize-positions": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-normalize-repeat-style": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-normalize-string": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-normalize-timing-functions": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-normalize-unicode": { |
|
"version": "7.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"browserslist": "^4.23.3", |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-normalize-url": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-normalize-whitespace": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-ordered-values": { |
|
"version": "7.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cssnano-utils": "^5.0.0", |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-reduce-initial": { |
|
"version": "7.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"browserslist": "^4.23.3", |
|
"caniuse-api": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-reduce-transforms": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"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-svgo": { |
|
"version": "7.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.2.0", |
|
"svgo": "^3.3.2" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >= 18" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-unique-selectors": { |
|
"version": "7.0.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-selector-parser": "^6.1.2" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-value-parser": { |
|
"version": "4.2.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/postcss/node_modules/nanoid": { |
|
"version": "3.3.11", |
|
"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/prebuild-install": { |
|
"version": "7.1.3", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"detect-libc": "^2.0.0", |
|
"expand-template": "^2.0.3", |
|
"github-from-package": "0.0.0", |
|
"minimist": "^1.2.3", |
|
"mkdirp-classic": "^0.5.3", |
|
"napi-build-utils": "^2.0.0", |
|
"node-abi": "^3.3.0", |
|
"pump": "^3.0.0", |
|
"rc": "^1.2.7", |
|
"simple-get": "^4.0.0", |
|
"tar-fs": "^2.0.0", |
|
"tunnel-agent": "^0.6.0" |
|
}, |
|
"bin": { |
|
"prebuild-install": "bin.js" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/prelude-ls": { |
|
"version": "1.2.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/pretty-bytes": { |
|
"version": "6.1.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^14.13.1 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/primeicons": { |
|
"version": "7.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/primevue": { |
|
"version": "4.3.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@primeuix/styled": "^0.5.0", |
|
"@primeuix/styles": "^1.0.0", |
|
"@primeuix/utils": "^0.5.1", |
|
"@primevue/core": "4.3.3", |
|
"@primevue/icons": "4.3.3" |
|
}, |
|
"engines": { |
|
"node": ">=12.11.0" |
|
} |
|
}, |
|
"node_modules/process": { |
|
"version": "0.11.10", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.6.0" |
|
} |
|
}, |
|
"node_modules/process-nextick-args": { |
|
"version": "2.0.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/prompts": { |
|
"version": "2.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"kleur": "^3.0.3", |
|
"sisteransi": "^1.0.5" |
|
}, |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/property-information": { |
|
"version": "7.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/protocols": { |
|
"version": "2.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/pug-error": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/pug-lexer": { |
|
"version": "5.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"character-parser": "^2.2.0", |
|
"is-expression": "^4.0.0", |
|
"pug-error": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/pug-parser": { |
|
"version": "6.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"pug-error": "^2.0.0", |
|
"token-stream": "1.0.0" |
|
} |
|
}, |
|
"node_modules/pump": { |
|
"version": "3.0.2", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"end-of-stream": "^1.1.0", |
|
"once": "^1.3.1" |
|
} |
|
}, |
|
"node_modules/punycode": { |
|
"version": "2.3.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/quansync": { |
|
"version": "0.2.10", |
|
"funding": [ |
|
{ |
|
"type": "individual", |
|
"url": "https://github.com/sponsors/antfu" |
|
}, |
|
{ |
|
"type": "individual", |
|
"url": "https://github.com/sponsors/sxzz" |
|
} |
|
], |
|
"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/radix3": { |
|
"version": "1.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/randombytes": { |
|
"version": "2.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"safe-buffer": "^5.1.0" |
|
} |
|
}, |
|
"node_modules/range-parser": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.6" |
|
} |
|
}, |
|
"node_modules/rc": { |
|
"version": "1.2.8", |
|
"devOptional": true, |
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)", |
|
"dependencies": { |
|
"deep-extend": "^0.6.0", |
|
"ini": "~1.3.0", |
|
"minimist": "^1.2.0", |
|
"strip-json-comments": "~2.0.1" |
|
}, |
|
"bin": { |
|
"rc": "cli.js" |
|
} |
|
}, |
|
"node_modules/rc/node_modules/strip-json-comments": { |
|
"version": "2.0.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/rc9": { |
|
"version": "2.1.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"defu": "^6.1.4", |
|
"destr": "^2.0.3" |
|
} |
|
}, |
|
"node_modules/read-package-up": { |
|
"version": "11.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"find-up-simple": "^1.0.0", |
|
"read-pkg": "^9.0.0", |
|
"type-fest": "^4.6.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/read-pkg": { |
|
"version": "9.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/normalize-package-data": "^2.4.3", |
|
"normalize-package-data": "^6.0.0", |
|
"parse-json": "^8.0.0", |
|
"type-fest": "^4.6.0", |
|
"unicorn-magic": "^0.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/readable-stream": { |
|
"version": "4.7.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"abort-controller": "^3.0.0", |
|
"buffer": "^6.0.3", |
|
"events": "^3.3.0", |
|
"process": "^0.11.10", |
|
"string_decoder": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/readdir-glob": { |
|
"version": "1.1.3", |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"minimatch": "^5.1.0" |
|
} |
|
}, |
|
"node_modules/readdir-glob/node_modules/minimatch": { |
|
"version": "5.1.6", |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/readdirp": { |
|
"version": "4.1.2", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 14.18.0" |
|
}, |
|
"funding": { |
|
"type": "individual", |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/redis-errors": { |
|
"version": "1.2.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/redis-parser": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"redis-errors": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/refa": { |
|
"version": "0.12.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/regexpp": "^4.8.0" |
|
}, |
|
"engines": { |
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/regex": { |
|
"version": "6.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"regex-utilities": "^2.3.0" |
|
} |
|
}, |
|
"node_modules/regex-recursion": { |
|
"version": "6.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"regex-utilities": "^2.3.0" |
|
} |
|
}, |
|
"node_modules/regex-utilities": { |
|
"version": "2.3.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/regexp-ast-analysis": { |
|
"version": "0.7.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/regexpp": "^4.8.0", |
|
"refa": "^0.12.1" |
|
}, |
|
"engines": { |
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/regexp-tree": { |
|
"version": "0.1.27", |
|
"dev": true, |
|
"license": "MIT", |
|
"bin": { |
|
"regexp-tree": "bin/regexp-tree" |
|
} |
|
}, |
|
"node_modules/regjsparser": { |
|
"version": "0.12.0", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"jsesc": "~3.0.2" |
|
}, |
|
"bin": { |
|
"regjsparser": "bin/parser" |
|
} |
|
}, |
|
"node_modules/regjsparser/node_modules/jsesc": { |
|
"version": "3.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"bin": { |
|
"jsesc": "bin/jsesc" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/rehype-external-links": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"@ungap/structured-clone": "^1.0.0", |
|
"hast-util-is-element": "^3.0.0", |
|
"is-absolute-url": "^4.0.0", |
|
"space-separated-tokens": "^2.0.0", |
|
"unist-util-visit": "^5.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/rehype-minify-whitespace": { |
|
"version": "6.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"hast-util-minify-whitespace": "^1.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/rehype-raw": { |
|
"version": "7.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"hast-util-raw": "^9.0.0", |
|
"vfile": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/rehype-remark": { |
|
"version": "10.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"@types/mdast": "^4.0.0", |
|
"hast-util-to-mdast": "^10.0.0", |
|
"unified": "^11.0.0", |
|
"vfile": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/rehype-slug": { |
|
"version": "6.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"github-slugger": "^2.0.0", |
|
"hast-util-heading-rank": "^3.0.0", |
|
"hast-util-to-string": "^3.0.0", |
|
"unist-util-visit": "^5.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/rehype-sort-attribute-values": { |
|
"version": "5.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"hast-util-is-element": "^3.0.0", |
|
"unist-util-visit": "^5.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/rehype-sort-attributes": { |
|
"version": "5.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"unist-util-visit": "^5.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/remark-emoji": { |
|
"version": "5.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.4", |
|
"emoticon": "^4.0.1", |
|
"mdast-util-find-and-replace": "^3.0.1", |
|
"node-emoji": "^2.1.3", |
|
"unified": "^11.0.4" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/remark-gfm": { |
|
"version": "4.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"mdast-util-gfm": "^3.0.0", |
|
"micromark-extension-gfm": "^3.0.0", |
|
"remark-parse": "^11.0.0", |
|
"remark-stringify": "^11.0.0", |
|
"unified": "^11.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/remark-mdc": { |
|
"version": "3.5.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.4", |
|
"@types/unist": "^3.0.3", |
|
"flat": "^6.0.1", |
|
"mdast-util-from-markdown": "^2.0.2", |
|
"mdast-util-to-markdown": "^2.1.2", |
|
"micromark": "^4.0.1", |
|
"micromark-core-commonmark": "^2.0.2", |
|
"micromark-factory-space": "^2.0.1", |
|
"micromark-factory-whitespace": "^2.0.1", |
|
"micromark-util-character": "^2.1.1", |
|
"micromark-util-types": "^2.0.1", |
|
"parse-entities": "^4.0.1", |
|
"scule": "^1.3.0", |
|
"stringify-entities": "^4.0.4", |
|
"unified": "^11.0.5", |
|
"unist-util-visit": "^5.0.0", |
|
"unist-util-visit-parents": "^6.0.1", |
|
"yaml": "^2.6.1" |
|
} |
|
}, |
|
"node_modules/remark-parse": { |
|
"version": "11.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"mdast-util-from-markdown": "^2.0.0", |
|
"micromark-util-types": "^2.0.0", |
|
"unified": "^11.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/remark-rehype": { |
|
"version": "11.1.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"@types/mdast": "^4.0.0", |
|
"mdast-util-to-hast": "^13.0.0", |
|
"unified": "^11.0.0", |
|
"vfile": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/remark-stringify": { |
|
"version": "11.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"mdast-util-to-markdown": "^2.0.0", |
|
"unified": "^11.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/request-light": { |
|
"version": "0.7.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/require-directory": { |
|
"version": "2.1.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/resolve": { |
|
"version": "1.22.10", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-core-module": "^2.16.0", |
|
"path-parse": "^1.0.7", |
|
"supports-preserve-symlinks-flag": "^1.0.0" |
|
}, |
|
"bin": { |
|
"resolve": "bin/resolve" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/resolve-from": { |
|
"version": "5.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/resolve-pkg-maps": { |
|
"version": "1.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" |
|
} |
|
}, |
|
"node_modules/reusify": { |
|
"version": "1.1.0", |
|
"license": "MIT", |
|
"engines": { |
|
"iojs": ">=1.0.0", |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/rfdc": { |
|
"version": "1.4.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/rimraf": { |
|
"version": "5.0.10", |
|
"license": "ISC", |
|
"dependencies": { |
|
"glob": "^10.3.7" |
|
}, |
|
"bin": { |
|
"rimraf": "dist/esm/bin.mjs" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/rollup": { |
|
"version": "4.38.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/estree": "1.0.7" |
|
}, |
|
"bin": { |
|
"rollup": "dist/bin/rollup" |
|
}, |
|
"engines": { |
|
"node": ">=18.0.0", |
|
"npm": ">=8.0.0" |
|
}, |
|
"optionalDependencies": { |
|
"@rollup/rollup-android-arm-eabi": "4.38.0", |
|
"@rollup/rollup-android-arm64": "4.38.0", |
|
"@rollup/rollup-darwin-arm64": "4.38.0", |
|
"@rollup/rollup-darwin-x64": "4.38.0", |
|
"@rollup/rollup-freebsd-arm64": "4.38.0", |
|
"@rollup/rollup-freebsd-x64": "4.38.0", |
|
"@rollup/rollup-linux-arm-gnueabihf": "4.38.0", |
|
"@rollup/rollup-linux-arm-musleabihf": "4.38.0", |
|
"@rollup/rollup-linux-arm64-gnu": "4.38.0", |
|
"@rollup/rollup-linux-arm64-musl": "4.38.0", |
|
"@rollup/rollup-linux-loongarch64-gnu": "4.38.0", |
|
"@rollup/rollup-linux-powerpc64le-gnu": "4.38.0", |
|
"@rollup/rollup-linux-riscv64-gnu": "4.38.0", |
|
"@rollup/rollup-linux-riscv64-musl": "4.38.0", |
|
"@rollup/rollup-linux-s390x-gnu": "4.38.0", |
|
"@rollup/rollup-linux-x64-gnu": "4.38.0", |
|
"@rollup/rollup-linux-x64-musl": "4.38.0", |
|
"@rollup/rollup-win32-arm64-msvc": "4.38.0", |
|
"@rollup/rollup-win32-ia32-msvc": "4.38.0", |
|
"@rollup/rollup-win32-x64-msvc": "4.38.0", |
|
"fsevents": "~2.3.2" |
|
} |
|
}, |
|
"node_modules/rollup-plugin-visualizer": { |
|
"version": "5.14.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"open": "^8.4.0", |
|
"picomatch": "^4.0.2", |
|
"source-map": "^0.7.4", |
|
"yargs": "^17.5.1" |
|
}, |
|
"bin": { |
|
"rollup-plugin-visualizer": "dist/bin/cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"peerDependencies": { |
|
"rolldown": "1.x", |
|
"rollup": "2.x || 3.x || 4.x" |
|
}, |
|
"peerDependenciesMeta": { |
|
"rolldown": { |
|
"optional": true |
|
}, |
|
"rollup": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/rollup-plugin-visualizer/node_modules/open": { |
|
"version": "8.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"define-lazy-prop": "^2.0.0", |
|
"is-docker": "^2.1.1", |
|
"is-wsl": "^2.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/rollup-plugin-visualizer/node_modules/open/node_modules/define-lazy-prop": { |
|
"version": "2.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/rollup-plugin-visualizer/node_modules/open/node_modules/is-docker": { |
|
"version": "2.2.1", |
|
"license": "MIT", |
|
"bin": { |
|
"is-docker": "cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/rollup-plugin-visualizer/node_modules/open/node_modules/is-wsl": { |
|
"version": "2.2.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-docker": "^2.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/run-applescript": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"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/safe-buffer": { |
|
"version": "5.2.1", |
|
"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/scslre": { |
|
"version": "0.3.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/regexpp": "^4.8.0", |
|
"refa": "^0.12.0", |
|
"regexp-ast-analysis": "^0.7.0" |
|
}, |
|
"engines": { |
|
"node": "^14.0.0 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/scule": { |
|
"version": "1.3.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/semver": { |
|
"version": "7.7.1", |
|
"license": "ISC", |
|
"bin": { |
|
"semver": "bin/semver.js" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/send": { |
|
"version": "0.19.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"debug": "2.6.9", |
|
"depd": "2.0.0", |
|
"destroy": "1.2.0", |
|
"encodeurl": "~1.0.2", |
|
"escape-html": "~1.0.3", |
|
"etag": "~1.8.1", |
|
"fresh": "0.5.2", |
|
"http-errors": "2.0.0", |
|
"mime": "1.6.0", |
|
"ms": "2.1.3", |
|
"on-finished": "2.4.1", |
|
"range-parser": "~1.2.1", |
|
"statuses": "2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/send/node_modules/debug": { |
|
"version": "2.6.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ms": "2.0.0" |
|
} |
|
}, |
|
"node_modules/send/node_modules/debug/node_modules/ms": { |
|
"version": "2.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/send/node_modules/encodeurl": { |
|
"version": "1.0.2", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.8" |
|
} |
|
}, |
|
"node_modules/send/node_modules/mime": { |
|
"version": "1.6.0", |
|
"license": "MIT", |
|
"bin": { |
|
"mime": "cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/serialize-javascript": { |
|
"version": "6.0.2", |
|
"license": "BSD-3-Clause", |
|
"dependencies": { |
|
"randombytes": "^2.1.0" |
|
} |
|
}, |
|
"node_modules/serve-placeholder": { |
|
"version": "2.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"defu": "^6.1.4" |
|
} |
|
}, |
|
"node_modules/serve-static": { |
|
"version": "1.16.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"encodeurl": "~2.0.0", |
|
"escape-html": "~1.0.3", |
|
"parseurl": "~1.3.3", |
|
"send": "0.19.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/setprototypeof": { |
|
"version": "1.2.0", |
|
"license": "ISC" |
|
}, |
|
"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/shell-quote": { |
|
"version": "1.8.2", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/shiki": { |
|
"version": "3.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@shikijs/core": "3.2.1", |
|
"@shikijs/engine-javascript": "3.2.1", |
|
"@shikijs/engine-oniguruma": "3.2.1", |
|
"@shikijs/langs": "3.2.1", |
|
"@shikijs/themes": "3.2.1", |
|
"@shikijs/types": "3.2.1", |
|
"@shikijs/vscode-textmate": "^10.0.2", |
|
"@types/hast": "^3.0.4" |
|
} |
|
}, |
|
"node_modules/signal-exit": { |
|
"version": "4.1.0", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/simple-concat": { |
|
"version": "1.0.1", |
|
"devOptional": true, |
|
"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/simple-get": { |
|
"version": "4.0.1", |
|
"devOptional": true, |
|
"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": { |
|
"decompress-response": "^6.0.0", |
|
"once": "^1.3.1", |
|
"simple-concat": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/simple-git": { |
|
"version": "3.27.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@kwsites/file-exists": "^1.1.1", |
|
"@kwsites/promise-deferred": "^1.1.1", |
|
"debug": "^4.3.5" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/steveukx/git-js?sponsor=1" |
|
} |
|
}, |
|
"node_modules/sirv": { |
|
"version": "3.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@polka/url": "^1.0.0-next.24", |
|
"mrmime": "^2.0.0", |
|
"totalist": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/sisteransi": { |
|
"version": "1.0.5", |
|
"license": "MIT" |
|
}, |
|
"node_modules/skin-tone": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"unicode-emoji-modifier-base": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/slash": { |
|
"version": "5.1.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=14.16" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/slashes": { |
|
"version": "3.0.12", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/slugify": { |
|
"version": "1.6.6", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8.0.0" |
|
} |
|
}, |
|
"node_modules/smob": { |
|
"version": "1.5.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/socket.io-client": { |
|
"version": "4.8.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@socket.io/component-emitter": "~3.1.0", |
|
"debug": "~4.3.2", |
|
"engine.io-client": "~6.6.1", |
|
"socket.io-parser": "~4.2.4" |
|
}, |
|
"engines": { |
|
"node": ">=10.0.0" |
|
} |
|
}, |
|
"node_modules/socket.io-client/node_modules/debug": { |
|
"version": "4.3.7", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ms": "^2.1.3" |
|
}, |
|
"engines": { |
|
"node": ">=6.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"supports-color": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/socket.io-parser": { |
|
"version": "4.2.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@socket.io/component-emitter": "~3.1.0", |
|
"debug": "~4.3.1" |
|
}, |
|
"engines": { |
|
"node": ">=10.0.0" |
|
} |
|
}, |
|
"node_modules/socket.io-parser/node_modules/debug": { |
|
"version": "4.3.7", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ms": "^2.1.3" |
|
}, |
|
"engines": { |
|
"node": ">=6.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"supports-color": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/source-map": { |
|
"version": "0.7.4", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/source-map-js": { |
|
"version": "1.2.1", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/source-map-support": { |
|
"version": "0.5.21", |
|
"license": "MIT", |
|
"dependencies": { |
|
"buffer-from": "^1.0.0", |
|
"source-map": "^0.6.0" |
|
} |
|
}, |
|
"node_modules/source-map-support/node_modules/source-map": { |
|
"version": "0.6.1", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/space-separated-tokens": { |
|
"version": "2.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/spdx-correct": { |
|
"version": "3.2.0", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"spdx-expression-parse": "^3.0.0", |
|
"spdx-license-ids": "^3.0.0" |
|
} |
|
}, |
|
"node_modules/spdx-correct/node_modules/spdx-expression-parse": { |
|
"version": "3.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"spdx-exceptions": "^2.1.0", |
|
"spdx-license-ids": "^3.0.0" |
|
} |
|
}, |
|
"node_modules/spdx-exceptions": { |
|
"version": "2.5.0", |
|
"dev": true, |
|
"license": "CC-BY-3.0" |
|
}, |
|
"node_modules/spdx-expression-parse": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"spdx-exceptions": "^2.1.0", |
|
"spdx-license-ids": "^3.0.0" |
|
} |
|
}, |
|
"node_modules/spdx-license-ids": { |
|
"version": "3.0.21", |
|
"dev": true, |
|
"license": "CC0-1.0" |
|
}, |
|
"node_modules/speakingurl": { |
|
"version": "14.0.1", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/stable-hash": { |
|
"version": "0.0.5", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/standard-as-callback": { |
|
"version": "2.1.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/statuses": { |
|
"version": "2.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.8" |
|
} |
|
}, |
|
"node_modules/std-env": { |
|
"version": "3.8.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/streamx": { |
|
"version": "2.22.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"fast-fifo": "^1.3.2", |
|
"text-decoder": "^1.1.0" |
|
}, |
|
"optionalDependencies": { |
|
"bare-events": "^2.2.0" |
|
} |
|
}, |
|
"node_modules/string_decoder": { |
|
"version": "1.3.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"safe-buffer": "~5.2.0" |
|
} |
|
}, |
|
"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/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/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/string-width/node_modules/strip-ansi": { |
|
"version": "6.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex": { |
|
"version": "5.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/stringify-entities": { |
|
"version": "4.0.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"character-entities-html4": "^2.0.0", |
|
"character-entities-legacy": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"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-final-newline": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/strip-indent": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"min-indent": "^1.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/strip-json-comments": { |
|
"version": "3.1.1", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/strip-literal": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"js-tokens": "^9.0.1" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
} |
|
}, |
|
"node_modules/structured-clone-es": { |
|
"version": "1.0.0", |
|
"license": "ISC" |
|
}, |
|
"node_modules/stylehacks": { |
|
"version": "7.0.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"browserslist": "^4.23.3", |
|
"postcss-selector-parser": "^6.1.2" |
|
}, |
|
"engines": { |
|
"node": "^18.12.0 || ^20.9.0 || >=22.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/superjson": { |
|
"version": "2.2.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"copy-anything": "^3.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=16" |
|
} |
|
}, |
|
"node_modules/supports-color": { |
|
"version": "7.2.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"has-flag": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"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/svgo": { |
|
"version": "3.3.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@trysound/sax": "0.2.0", |
|
"commander": "^7.2.0", |
|
"css-select": "^5.1.0", |
|
"css-tree": "^2.3.1", |
|
"css-what": "^6.1.0", |
|
"csso": "^5.0.5", |
|
"picocolors": "^1.0.0" |
|
}, |
|
"bin": { |
|
"svgo": "bin/svgo" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/svgo" |
|
} |
|
}, |
|
"node_modules/svgo/node_modules/commander": { |
|
"version": "7.2.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/synckit": { |
|
"version": "0.9.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@pkgr/core": "^0.1.0", |
|
"tslib": "^2.6.2" |
|
}, |
|
"engines": { |
|
"node": "^14.18.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/unts" |
|
} |
|
}, |
|
"node_modules/system-architecture": { |
|
"version": "0.1.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/tapable": { |
|
"version": "2.2.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/tar": { |
|
"version": "7.4.3", |
|
"license": "ISC", |
|
"dependencies": { |
|
"@isaacs/fs-minipass": "^4.0.0", |
|
"chownr": "^3.0.0", |
|
"minipass": "^7.1.2", |
|
"minizlib": "^3.0.1", |
|
"mkdirp": "^3.0.1", |
|
"yallist": "^5.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/tar-fs": { |
|
"version": "2.1.2", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"chownr": "^1.1.1", |
|
"mkdirp-classic": "^0.5.2", |
|
"pump": "^3.0.0", |
|
"tar-stream": "^2.1.4" |
|
} |
|
}, |
|
"node_modules/tar-fs/node_modules/chownr": { |
|
"version": "1.1.4", |
|
"devOptional": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/tar-fs/node_modules/tar-stream": { |
|
"version": "2.2.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"bl": "^4.0.3", |
|
"end-of-stream": "^1.4.1", |
|
"fs-constants": "^1.0.0", |
|
"inherits": "^2.0.3", |
|
"readable-stream": "^3.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/tar-fs/node_modules/tar-stream/node_modules/readable-stream": { |
|
"version": "3.6.2", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"inherits": "^2.0.3", |
|
"string_decoder": "^1.1.1", |
|
"util-deprecate": "^1.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/tar-stream": { |
|
"version": "3.1.7", |
|
"license": "MIT", |
|
"dependencies": { |
|
"b4a": "^1.6.4", |
|
"fast-fifo": "^1.2.0", |
|
"streamx": "^2.15.0" |
|
} |
|
}, |
|
"node_modules/terser": { |
|
"version": "5.39.0", |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"@jridgewell/source-map": "^0.3.3", |
|
"acorn": "^8.8.2", |
|
"commander": "^2.20.0", |
|
"source-map-support": "~0.5.20" |
|
}, |
|
"bin": { |
|
"terser": "bin/terser" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/text-decoder": { |
|
"version": "1.2.3", |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"b4a": "^1.6.4" |
|
} |
|
}, |
|
"node_modules/tiny-invariant": { |
|
"version": "1.3.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/tinyexec": { |
|
"version": "0.3.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/tinyglobby": { |
|
"version": "0.2.12", |
|
"license": "MIT", |
|
"dependencies": { |
|
"fdir": "^6.4.3", |
|
"picomatch": "^4.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=12.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/SuperchupuDev" |
|
} |
|
}, |
|
"node_modules/to-regex-range": { |
|
"version": "5.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-number": "^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8.0" |
|
} |
|
}, |
|
"node_modules/toidentifier": { |
|
"version": "1.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.6" |
|
} |
|
}, |
|
"node_modules/token-stream": { |
|
"version": "1.0.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/totalist": { |
|
"version": "3.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/tr46": { |
|
"version": "0.0.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/trim-lines": { |
|
"version": "3.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/trim-trailing-lines": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/trough": { |
|
"version": "2.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/ts-api-utils": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18.12" |
|
}, |
|
"peerDependencies": { |
|
"typescript": ">=4.8.4" |
|
} |
|
}, |
|
"node_modules/tslib": { |
|
"version": "2.8.1", |
|
"dev": true, |
|
"license": "0BSD" |
|
}, |
|
"node_modules/tunnel-agent": { |
|
"version": "0.6.0", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"safe-buffer": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
} |
|
}, |
|
"node_modules/type-check": { |
|
"version": "0.4.0", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"prelude-ls": "^1.2.1" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/type-fest": { |
|
"version": "4.38.0", |
|
"license": "(MIT OR CC0-1.0)", |
|
"engines": { |
|
"node": ">=16" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/typescript": { |
|
"version": "5.8.2", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"bin": { |
|
"tsc": "bin/tsc", |
|
"tsserver": "bin/tsserver" |
|
}, |
|
"engines": { |
|
"node": ">=14.17" |
|
} |
|
}, |
|
"node_modules/typescript-auto-import-cache": { |
|
"version": "0.3.5", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"semver": "^7.3.8" |
|
} |
|
}, |
|
"node_modules/ufo": { |
|
"version": "1.5.4", |
|
"license": "MIT" |
|
}, |
|
"node_modules/ultrahtml": { |
|
"version": "1.5.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/uncrypto": { |
|
"version": "0.1.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/unctx": { |
|
"version": "2.4.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"acorn": "^8.14.0", |
|
"estree-walker": "^3.0.3", |
|
"magic-string": "^0.30.17", |
|
"unplugin": "^2.1.0" |
|
} |
|
}, |
|
"node_modules/undici-types": { |
|
"version": "6.20.0", |
|
"devOptional": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/unenv": { |
|
"version": "2.0.0-rc.15", |
|
"license": "MIT", |
|
"dependencies": { |
|
"defu": "^6.1.4", |
|
"exsolve": "^1.0.4", |
|
"ohash": "^2.0.11", |
|
"pathe": "^2.0.3", |
|
"ufo": "^1.5.4" |
|
} |
|
}, |
|
"node_modules/unhead": { |
|
"version": "2.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"hookable": "^5.5.3" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/harlan-zw" |
|
} |
|
}, |
|
"node_modules/unicode-emoji-modifier-base": { |
|
"version": "1.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/unicorn-magic": { |
|
"version": "0.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/unified": { |
|
"version": "11.0.5", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0", |
|
"bail": "^2.0.0", |
|
"devlop": "^1.0.0", |
|
"extend": "^3.0.0", |
|
"is-plain-obj": "^4.0.0", |
|
"trough": "^2.0.0", |
|
"vfile": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/unimport": { |
|
"version": "4.1.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"acorn": "^8.14.1", |
|
"escape-string-regexp": "^5.0.0", |
|
"estree-walker": "^3.0.3", |
|
"local-pkg": "^1.1.1", |
|
"magic-string": "^0.30.17", |
|
"mlly": "^1.7.4", |
|
"pathe": "^2.0.3", |
|
"picomatch": "^4.0.2", |
|
"pkg-types": "^2.1.0", |
|
"scule": "^1.3.0", |
|
"strip-literal": "^3.0.0", |
|
"tinyglobby": "^0.2.12", |
|
"unplugin": "^2.2.2", |
|
"unplugin-utils": "^0.2.4" |
|
}, |
|
"engines": { |
|
"node": ">=18.12.0" |
|
} |
|
}, |
|
"node_modules/unist-builder": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/unist-util-find-after": { |
|
"version": "5.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0", |
|
"unist-util-is": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/unist-util-is": { |
|
"version": "6.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/unist-util-position": { |
|
"version": "5.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/unist-util-stringify-position": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/unist-util-visit": { |
|
"version": "5.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0", |
|
"unist-util-is": "^6.0.0", |
|
"unist-util-visit-parents": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/unist-util-visit-parents": { |
|
"version": "6.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0", |
|
"unist-util-is": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/unplugin": { |
|
"version": "2.2.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"acorn": "^8.14.1", |
|
"webpack-virtual-modules": "^0.6.2" |
|
}, |
|
"engines": { |
|
"node": ">=18.12.0" |
|
} |
|
}, |
|
"node_modules/unplugin-utils": { |
|
"version": "0.2.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"pathe": "^2.0.2", |
|
"picomatch": "^4.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=18.12.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sxzz" |
|
} |
|
}, |
|
"node_modules/unplugin-vue-components": { |
|
"version": "28.4.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"chokidar": "^3.6.0", |
|
"debug": "^4.4.0", |
|
"local-pkg": "^1.0.0", |
|
"magic-string": "^0.30.17", |
|
"mlly": "^1.7.4", |
|
"tinyglobby": "^0.2.12", |
|
"unplugin": "^2.2.0", |
|
"unplugin-utils": "^0.2.4" |
|
}, |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
}, |
|
"peerDependencies": { |
|
"@babel/parser": "^7.15.8", |
|
"@nuxt/kit": "^3.2.2", |
|
"vue": "2 || 3" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@babel/parser": { |
|
"optional": true |
|
}, |
|
"@nuxt/kit": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/unplugin-vue-components/node_modules/chokidar": { |
|
"version": "3.6.0", |
|
"dev": true, |
|
"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/unplugin-vue-components/node_modules/chokidar/node_modules/readdirp": { |
|
"version": "3.6.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"picomatch": "^2.2.1" |
|
}, |
|
"engines": { |
|
"node": ">=8.10.0" |
|
} |
|
}, |
|
"node_modules/unplugin-vue-components/node_modules/picomatch": { |
|
"version": "2.3.1", |
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", |
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8.6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
} |
|
}, |
|
"node_modules/unplugin-vue-router": { |
|
"version": "0.12.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/types": "^7.26.8", |
|
"@vue-macros/common": "^1.16.1", |
|
"ast-walker-scope": "^0.6.2", |
|
"chokidar": "^4.0.3", |
|
"fast-glob": "^3.3.3", |
|
"json5": "^2.2.3", |
|
"local-pkg": "^1.0.0", |
|
"magic-string": "^0.30.17", |
|
"micromatch": "^4.0.8", |
|
"mlly": "^1.7.4", |
|
"pathe": "^2.0.2", |
|
"scule": "^1.3.0", |
|
"unplugin": "^2.2.0", |
|
"unplugin-utils": "^0.2.3", |
|
"yaml": "^2.7.0" |
|
}, |
|
"peerDependencies": { |
|
"vue-router": "^4.4.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"vue-router": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/unrs-resolver": { |
|
"version": "1.3.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/JounQin" |
|
}, |
|
"optionalDependencies": { |
|
"@unrs/resolver-binding-darwin-arm64": "1.3.3", |
|
"@unrs/resolver-binding-darwin-x64": "1.3.3", |
|
"@unrs/resolver-binding-freebsd-x64": "1.3.3", |
|
"@unrs/resolver-binding-linux-arm-gnueabihf": "1.3.3", |
|
"@unrs/resolver-binding-linux-arm-musleabihf": "1.3.3", |
|
"@unrs/resolver-binding-linux-arm64-gnu": "1.3.3", |
|
"@unrs/resolver-binding-linux-arm64-musl": "1.3.3", |
|
"@unrs/resolver-binding-linux-ppc64-gnu": "1.3.3", |
|
"@unrs/resolver-binding-linux-s390x-gnu": "1.3.3", |
|
"@unrs/resolver-binding-linux-x64-gnu": "1.3.3", |
|
"@unrs/resolver-binding-linux-x64-musl": "1.3.3", |
|
"@unrs/resolver-binding-wasm32-wasi": "1.3.3", |
|
"@unrs/resolver-binding-win32-arm64-msvc": "1.3.3", |
|
"@unrs/resolver-binding-win32-ia32-msvc": "1.3.3", |
|
"@unrs/resolver-binding-win32-x64-msvc": "1.3.3" |
|
} |
|
}, |
|
"node_modules/unstorage": { |
|
"version": "1.15.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"anymatch": "^3.1.3", |
|
"chokidar": "^4.0.3", |
|
"destr": "^2.0.3", |
|
"h3": "^1.15.0", |
|
"lru-cache": "^10.4.3", |
|
"node-fetch-native": "^1.6.6", |
|
"ofetch": "^1.4.1", |
|
"ufo": "^1.5.4" |
|
}, |
|
"peerDependencies": { |
|
"@azure/app-configuration": "^1.8.0", |
|
"@azure/cosmos": "^4.2.0", |
|
"@azure/data-tables": "^13.3.0", |
|
"@azure/identity": "^4.6.0", |
|
"@azure/keyvault-secrets": "^4.9.0", |
|
"@azure/storage-blob": "^12.26.0", |
|
"@capacitor/preferences": "^6.0.3", |
|
"@deno/kv": ">=0.9.0", |
|
"@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0", |
|
"@planetscale/database": "^1.19.0", |
|
"@upstash/redis": "^1.34.3", |
|
"@vercel/blob": ">=0.27.1", |
|
"@vercel/kv": "^1.0.1", |
|
"aws4fetch": "^1.0.20", |
|
"db0": ">=0.2.1", |
|
"idb-keyval": "^6.2.1", |
|
"ioredis": "^5.4.2", |
|
"uploadthing": "^7.4.4" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@azure/app-configuration": { |
|
"optional": true |
|
}, |
|
"@azure/cosmos": { |
|
"optional": true |
|
}, |
|
"@azure/data-tables": { |
|
"optional": true |
|
}, |
|
"@azure/identity": { |
|
"optional": true |
|
}, |
|
"@azure/keyvault-secrets": { |
|
"optional": true |
|
}, |
|
"@azure/storage-blob": { |
|
"optional": true |
|
}, |
|
"@capacitor/preferences": { |
|
"optional": true |
|
}, |
|
"@deno/kv": { |
|
"optional": true |
|
}, |
|
"@netlify/blobs": { |
|
"optional": true |
|
}, |
|
"@planetscale/database": { |
|
"optional": true |
|
}, |
|
"@upstash/redis": { |
|
"optional": true |
|
}, |
|
"@vercel/blob": { |
|
"optional": true |
|
}, |
|
"@vercel/kv": { |
|
"optional": true |
|
}, |
|
"aws4fetch": { |
|
"optional": true |
|
}, |
|
"db0": { |
|
"optional": true |
|
}, |
|
"idb-keyval": { |
|
"optional": true |
|
}, |
|
"ioredis": { |
|
"optional": true |
|
}, |
|
"uploadthing": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/untun": { |
|
"version": "0.1.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"citty": "^0.1.5", |
|
"consola": "^3.2.3", |
|
"pathe": "^1.1.1" |
|
}, |
|
"bin": { |
|
"untun": "bin/untun.mjs" |
|
} |
|
}, |
|
"node_modules/untun/node_modules/pathe": { |
|
"version": "1.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/untyped": { |
|
"version": "2.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"citty": "^0.1.6", |
|
"defu": "^6.1.4", |
|
"jiti": "^2.4.2", |
|
"knitwork": "^1.2.0", |
|
"scule": "^1.3.0" |
|
}, |
|
"bin": { |
|
"untyped": "dist/cli.mjs" |
|
} |
|
}, |
|
"node_modules/unwasm": { |
|
"version": "0.3.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"knitwork": "^1.0.0", |
|
"magic-string": "^0.30.8", |
|
"mlly": "^1.6.1", |
|
"pathe": "^1.1.2", |
|
"pkg-types": "^1.0.3", |
|
"unplugin": "^1.10.0" |
|
} |
|
}, |
|
"node_modules/unwasm/node_modules/pathe": { |
|
"version": "1.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/unwasm/node_modules/pkg-types": { |
|
"version": "1.3.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"confbox": "^0.1.8", |
|
"mlly": "^1.7.4", |
|
"pathe": "^2.0.1" |
|
} |
|
}, |
|
"node_modules/unwasm/node_modules/pkg-types/node_modules/pathe": { |
|
"version": "2.0.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/unwasm/node_modules/unplugin": { |
|
"version": "1.16.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"acorn": "^8.14.0", |
|
"webpack-virtual-modules": "^0.6.2" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/update-browserslist-db": { |
|
"version": "1.1.3", |
|
"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.2.0", |
|
"picocolors": "^1.1.1" |
|
}, |
|
"bin": { |
|
"update-browserslist-db": "cli.js" |
|
}, |
|
"peerDependencies": { |
|
"browserslist": ">= 4.21.0" |
|
} |
|
}, |
|
"node_modules/uqr": { |
|
"version": "0.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/uri-js": { |
|
"version": "4.4.1", |
|
"devOptional": true, |
|
"license": "BSD-2-Clause", |
|
"peer": true, |
|
"dependencies": { |
|
"punycode": "^2.1.0" |
|
} |
|
}, |
|
"node_modules/util-deprecate": { |
|
"version": "1.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/uuid": { |
|
"version": "11.1.0", |
|
"funding": [ |
|
"https://github.com/sponsors/broofa", |
|
"https://github.com/sponsors/ctavan" |
|
], |
|
"license": "MIT", |
|
"bin": { |
|
"uuid": "dist/esm/bin/uuid" |
|
} |
|
}, |
|
"node_modules/validate-npm-package-license": { |
|
"version": "3.0.4", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"spdx-correct": "^3.0.0", |
|
"spdx-expression-parse": "^3.0.0" |
|
} |
|
}, |
|
"node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": { |
|
"version": "3.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"spdx-exceptions": "^2.1.0", |
|
"spdx-license-ids": "^3.0.0" |
|
} |
|
}, |
|
"node_modules/vfile": { |
|
"version": "6.0.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0", |
|
"vfile-message": "^4.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/vfile-location": { |
|
"version": "5.0.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0", |
|
"vfile": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/vfile-message": { |
|
"version": "4.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0", |
|
"unist-util-stringify-position": "^4.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/vite": { |
|
"version": "6.2.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"esbuild": "^0.25.0", |
|
"postcss": "^8.5.3", |
|
"rollup": "^4.30.1" |
|
}, |
|
"bin": { |
|
"vite": "bin/vite.js" |
|
}, |
|
"engines": { |
|
"node": "^18.0.0 || ^20.0.0 || >=22.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 || >=22.0.0", |
|
"jiti": ">=1.21.0", |
|
"less": "*", |
|
"lightningcss": "^1.21.0", |
|
"sass": "*", |
|
"sass-embedded": "*", |
|
"stylus": "*", |
|
"sugarss": "*", |
|
"terser": "^5.16.0", |
|
"tsx": "^4.8.1", |
|
"yaml": "^2.4.2" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@types/node": { |
|
"optional": true |
|
}, |
|
"jiti": { |
|
"optional": true |
|
}, |
|
"less": { |
|
"optional": true |
|
}, |
|
"lightningcss": { |
|
"optional": true |
|
}, |
|
"sass": { |
|
"optional": true |
|
}, |
|
"sass-embedded": { |
|
"optional": true |
|
}, |
|
"stylus": { |
|
"optional": true |
|
}, |
|
"sugarss": { |
|
"optional": true |
|
}, |
|
"terser": { |
|
"optional": true |
|
}, |
|
"tsx": { |
|
"optional": true |
|
}, |
|
"yaml": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/vite-dev-rpc": { |
|
"version": "1.0.7", |
|
"license": "MIT", |
|
"dependencies": { |
|
"birpc": "^2.0.19", |
|
"vite-hot-client": "^2.0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
}, |
|
"peerDependencies": { |
|
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1" |
|
} |
|
}, |
|
"node_modules/vite-dev-rpc/node_modules/vite-hot-client": { |
|
"version": "2.0.4", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
}, |
|
"peerDependencies": { |
|
"vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0" |
|
} |
|
}, |
|
"node_modules/vite-hot-client": { |
|
"version": "0.2.4", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
}, |
|
"peerDependencies": { |
|
"vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0" |
|
} |
|
}, |
|
"node_modules/vite-node": { |
|
"version": "3.0.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cac": "^6.7.14", |
|
"debug": "^4.4.0", |
|
"es-module-lexer": "^1.6.0", |
|
"pathe": "^2.0.3", |
|
"vite": "^5.0.0 || ^6.0.0" |
|
}, |
|
"bin": { |
|
"vite-node": "vite-node.mjs" |
|
}, |
|
"engines": { |
|
"node": "^18.0.0 || ^20.0.0 || >=22.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/vitest" |
|
} |
|
}, |
|
"node_modules/vite-plugin-checker": { |
|
"version": "0.9.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/code-frame": "^7.26.2", |
|
"chokidar": "^4.0.3", |
|
"npm-run-path": "^6.0.0", |
|
"picocolors": "^1.1.1", |
|
"picomatch": "^4.0.2", |
|
"strip-ansi": "^7.1.0", |
|
"tiny-invariant": "^1.3.3", |
|
"tinyglobby": "^0.2.12", |
|
"vscode-uri": "^3.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=14.16" |
|
}, |
|
"peerDependencies": { |
|
"@biomejs/biome": ">=1.7", |
|
"eslint": ">=7", |
|
"meow": "^13.2.0", |
|
"optionator": "^0.9.4", |
|
"stylelint": ">=16", |
|
"typescript": "*", |
|
"vite": ">=2.0.0", |
|
"vls": "*", |
|
"vti": "*", |
|
"vue-tsc": "~2.2.2" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@biomejs/biome": { |
|
"optional": true |
|
}, |
|
"eslint": { |
|
"optional": true |
|
}, |
|
"meow": { |
|
"optional": true |
|
}, |
|
"optionator": { |
|
"optional": true |
|
}, |
|
"stylelint": { |
|
"optional": true |
|
}, |
|
"typescript": { |
|
"optional": true |
|
}, |
|
"vls": { |
|
"optional": true |
|
}, |
|
"vti": { |
|
"optional": true |
|
}, |
|
"vue-tsc": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/vite-plugin-checker/node_modules/npm-run-path": { |
|
"version": "6.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"path-key": "^4.0.0", |
|
"unicorn-magic": "^0.3.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/vite-plugin-checker/node_modules/npm-run-path/node_modules/path-key": { |
|
"version": "4.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/vite-plugin-checker/node_modules/npm-run-path/node_modules/unicorn-magic": { |
|
"version": "0.3.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/vite-plugin-inspect": { |
|
"version": "11.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansis": "^3.16.0", |
|
"debug": "^4.4.0", |
|
"error-stack-parser-es": "^1.0.5", |
|
"ohash": "^2.0.4", |
|
"open": "^10.1.0", |
|
"perfect-debounce": "^1.0.0", |
|
"sirv": "^3.0.1", |
|
"unplugin-utils": "^0.2.0", |
|
"vite-dev-rpc": "^1.0.7" |
|
}, |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
}, |
|
"peerDependencies": { |
|
"vite": "^6.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@nuxt/kit": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/vite-plugin-vue-tracer": { |
|
"version": "0.1.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"estree-walker": "^3.0.3", |
|
"exsolve": "^1.0.4", |
|
"magic-string": "^0.30.17", |
|
"pathe": "^2.0.3", |
|
"source-map-js": "^1.2.1" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
}, |
|
"peerDependencies": { |
|
"vite": "^6.0.0", |
|
"vue": "^3.5.0" |
|
} |
|
}, |
|
"node_modules/volar-service-css": { |
|
"version": "0.0.62", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"vscode-css-languageservice": "^6.3.0", |
|
"vscode-languageserver-textdocument": "^1.0.11", |
|
"vscode-uri": "^3.0.8" |
|
}, |
|
"peerDependencies": { |
|
"@volar/language-service": "~2.4.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@volar/language-service": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/volar-service-emmet": { |
|
"version": "0.0.62", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@emmetio/css-parser": "^0.4.0", |
|
"@emmetio/html-matcher": "^1.3.0", |
|
"@vscode/emmet-helper": "^2.9.3", |
|
"vscode-uri": "^3.0.8" |
|
}, |
|
"peerDependencies": { |
|
"@volar/language-service": "~2.4.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@volar/language-service": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/volar-service-html": { |
|
"version": "0.0.62", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"vscode-html-languageservice": "^5.3.0", |
|
"vscode-languageserver-textdocument": "^1.0.11", |
|
"vscode-uri": "^3.0.8" |
|
}, |
|
"peerDependencies": { |
|
"@volar/language-service": "~2.4.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@volar/language-service": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/volar-service-json": { |
|
"version": "0.0.62", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"vscode-json-languageservice": "^5.4.0", |
|
"vscode-uri": "^3.0.8" |
|
}, |
|
"peerDependencies": { |
|
"@volar/language-service": "~2.4.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@volar/language-service": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/volar-service-pug": { |
|
"version": "0.0.62", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@volar/language-service": "~2.4.0", |
|
"muggle-string": "^0.4.1", |
|
"pug-lexer": "^5.0.1", |
|
"pug-parser": "^6.0.0", |
|
"volar-service-html": "0.0.62", |
|
"vscode-html-languageservice": "^5.3.0", |
|
"vscode-languageserver-textdocument": "^1.0.11" |
|
} |
|
}, |
|
"node_modules/volar-service-pug-beautify": { |
|
"version": "0.0.62", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@johnsoncodehk/pug-beautify": "^0.2.2" |
|
}, |
|
"peerDependencies": { |
|
"@volar/language-service": "~2.4.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@volar/language-service": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/volar-service-typescript": { |
|
"version": "0.0.62", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"path-browserify": "^1.0.1", |
|
"semver": "^7.6.2", |
|
"typescript-auto-import-cache": "^0.3.3", |
|
"vscode-languageserver-textdocument": "^1.0.11", |
|
"vscode-nls": "^5.2.0", |
|
"vscode-uri": "^3.0.8" |
|
}, |
|
"peerDependencies": { |
|
"@volar/language-service": "~2.4.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@volar/language-service": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/volar-service-typescript-twoslash-queries": { |
|
"version": "0.0.62", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"vscode-uri": "^3.0.8" |
|
}, |
|
"peerDependencies": { |
|
"@volar/language-service": "~2.4.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@volar/language-service": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/vscode-css-languageservice": { |
|
"version": "6.3.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vscode/l10n": "^0.0.18", |
|
"vscode-languageserver-textdocument": "^1.0.12", |
|
"vscode-languageserver-types": "3.17.5", |
|
"vscode-uri": "^3.0.8" |
|
} |
|
}, |
|
"node_modules/vscode-html-languageservice": { |
|
"version": "5.3.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vscode/l10n": "^0.0.18", |
|
"vscode-languageserver-textdocument": "^1.0.12", |
|
"vscode-languageserver-types": "^3.17.5", |
|
"vscode-uri": "^3.1.0" |
|
} |
|
}, |
|
"node_modules/vscode-json-languageservice": { |
|
"version": "5.4.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vscode/l10n": "^0.0.18", |
|
"jsonc-parser": "^3.3.1", |
|
"vscode-languageserver-textdocument": "^1.0.12", |
|
"vscode-languageserver-types": "^3.17.5", |
|
"vscode-uri": "^3.1.0" |
|
} |
|
}, |
|
"node_modules/vscode-json-languageservice/node_modules/jsonc-parser": { |
|
"version": "3.3.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/vscode-jsonrpc": { |
|
"version": "8.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/vscode-languageserver": { |
|
"version": "9.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"vscode-languageserver-protocol": "3.17.5" |
|
}, |
|
"bin": { |
|
"installServerIntoExtension": "bin/installServerIntoExtension" |
|
} |
|
}, |
|
"node_modules/vscode-languageserver-protocol": { |
|
"version": "3.17.5", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"vscode-jsonrpc": "8.2.0", |
|
"vscode-languageserver-types": "3.17.5" |
|
} |
|
}, |
|
"node_modules/vscode-languageserver-textdocument": { |
|
"version": "1.0.12", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/vscode-languageserver-types": { |
|
"version": "3.17.5", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/vscode-nls": { |
|
"version": "5.2.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/vscode-uri": { |
|
"version": "3.1.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/vue": { |
|
"version": "3.5.13", |
|
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.13.tgz", |
|
"integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vue/compiler-dom": "3.5.13", |
|
"@vue/compiler-sfc": "3.5.13", |
|
"@vue/runtime-dom": "3.5.13", |
|
"@vue/server-renderer": "3.5.13", |
|
"@vue/shared": "3.5.13" |
|
}, |
|
"peerDependencies": { |
|
"typescript": "*" |
|
}, |
|
"peerDependenciesMeta": { |
|
"typescript": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/vue-bundle-renderer": { |
|
"version": "2.1.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ufo": "^1.5.4" |
|
} |
|
}, |
|
"node_modules/vue-component-meta": { |
|
"version": "2.2.8", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@volar/typescript": "~2.4.11", |
|
"@vue/language-core": "2.2.8", |
|
"path-browserify": "^1.0.1", |
|
"vue-component-type-helpers": "2.2.8" |
|
}, |
|
"peerDependencies": { |
|
"typescript": "*" |
|
}, |
|
"peerDependenciesMeta": { |
|
"typescript": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/vue-component-type-helpers": { |
|
"version": "2.2.8", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/vue-devtools-stub": { |
|
"version": "0.1.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/vue-eslint-parser": { |
|
"version": "10.1.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"debug": "^4.4.0", |
|
"eslint-scope": "^8.2.0", |
|
"eslint-visitor-keys": "^4.2.0", |
|
"espree": "^10.3.0", |
|
"esquery": "^1.6.0", |
|
"lodash": "^4.17.21", |
|
"semver": "^7.6.3" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/mysticatea" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.57.0 || ^9.0.0" |
|
} |
|
}, |
|
"node_modules/vue-router": { |
|
"version": "4.5.0", |
|
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.0.tgz", |
|
"integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vue/devtools-api": "^6.6.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/posva" |
|
}, |
|
"peerDependencies": { |
|
"vue": "^3.2.0" |
|
} |
|
}, |
|
"node_modules/web-namespaces": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/webidl-conversions": { |
|
"version": "3.0.1", |
|
"license": "BSD-2-Clause" |
|
}, |
|
"node_modules/webpack-virtual-modules": { |
|
"version": "0.6.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/whatwg-url": { |
|
"version": "5.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"tr46": "~0.0.3", |
|
"webidl-conversions": "^3.0.0" |
|
} |
|
}, |
|
"node_modules/which": { |
|
"version": "5.0.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"isexe": "^3.1.1" |
|
}, |
|
"bin": { |
|
"node-which": "bin/which.js" |
|
}, |
|
"engines": { |
|
"node": "^18.17.0 || >=20.5.0" |
|
} |
|
}, |
|
"node_modules/word-wrap": { |
|
"version": "1.2.5", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/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": { |
|
"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/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/wrap-ansi/node_modules/strip-ansi": { |
|
"version": "6.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex": { |
|
"version": "5.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/wrappy": { |
|
"version": "1.0.2", |
|
"devOptional": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/ws": { |
|
"version": "8.18.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10.0.0" |
|
}, |
|
"peerDependencies": { |
|
"bufferutil": "^4.0.1", |
|
"utf-8-validate": ">=5.0.2" |
|
}, |
|
"peerDependenciesMeta": { |
|
"bufferutil": { |
|
"optional": true |
|
}, |
|
"utf-8-validate": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/xml-name-validator": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/xmlhttprequest-ssl": { |
|
"version": "2.1.2", |
|
"dev": true, |
|
"engines": { |
|
"node": ">=0.4.0" |
|
} |
|
}, |
|
"node_modules/y18n": { |
|
"version": "5.0.8", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/yallist": { |
|
"version": "5.0.0", |
|
"license": "BlueOak-1.0.0", |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/yaml": { |
|
"version": "2.7.1", |
|
"license": "ISC", |
|
"bin": { |
|
"yaml": "bin.mjs" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/yargs": { |
|
"version": "17.7.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cliui": "^8.0.1", |
|
"escalade": "^3.1.1", |
|
"get-caller-file": "^2.0.5", |
|
"require-directory": "^2.1.1", |
|
"string-width": "^4.2.3", |
|
"y18n": "^5.0.5", |
|
"yargs-parser": "^21.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/yargs-parser": { |
|
"version": "21.1.1", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/yocto-queue": { |
|
"version": "1.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12.20" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/youch": { |
|
"version": "4.1.0-beta.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@poppinss/dumper": "^0.6.3", |
|
"@speed-highlight/core": "^1.2.7", |
|
"cookie": "^1.0.2", |
|
"youch-core": "^0.3.1" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/youch-core": { |
|
"version": "0.3.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@poppinss/exception": "^1.2.0", |
|
"error-stack-parser-es": "^1.0.5" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/zip-stream": { |
|
"version": "6.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"archiver-utils": "^5.0.0", |
|
"compress-commons": "^6.0.2", |
|
"readable-stream": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/zod": { |
|
"version": "3.24.2", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/colinhacks" |
|
} |
|
}, |
|
"node_modules/zod-to-json-schema": { |
|
"version": "3.24.5", |
|
"dev": true, |
|
"license": "ISC", |
|
"peerDependencies": { |
|
"zod": "^3.24.1" |
|
} |
|
}, |
|
"node_modules/zod-to-ts": { |
|
"version": "1.2.0", |
|
"dev": true, |
|
"peerDependencies": { |
|
"typescript": "^4.9.4 || ^5.0.2", |
|
"zod": "^3" |
|
} |
|
}, |
|
"node_modules/zwitch": { |
|
"version": "2.0.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
} |
|
} |
|
}
|
|
|