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.
6987 lines
177 KiB
6987 lines
177 KiB
{ |
|
"name": "alexandria", |
|
"version": "0.0.2", |
|
"lockfileVersion": 3, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"name": "alexandria", |
|
"version": "0.0.2", |
|
"dependencies": { |
|
"@codemirror/basic-setup": "^0.20.0", |
|
"@codemirror/lang-markdown": "^6.3.4", |
|
"@codemirror/state": "^6.5.2", |
|
"@codemirror/theme-one-dark": "^6.1.3", |
|
"@codemirror/view": "^6.38.1", |
|
"@lucide/svelte": "^0.539.0", |
|
"@noble/curves": "^1.9.4", |
|
"@noble/hashes": "^1.8.0", |
|
"@nostr-dev-kit/ndk": "^2.14.32", |
|
"@nostr-dev-kit/ndk-cache-dexie": "2.6.x", |
|
"@popperjs/core": "2.11.x", |
|
"@tailwindcss/forms": "0.5.x", |
|
"@tailwindcss/postcss": "^4.1.11", |
|
"@tailwindcss/typography": "0.5.x", |
|
"asciidoctor": "3.0.x", |
|
"bech32": "^2.0.0", |
|
"class-variance-authority": "^0.7.1", |
|
"codemirror": "^6.0.2", |
|
"d3": "^7.9.0", |
|
"he": "1.2.x", |
|
"highlight.js": "^11.11.1", |
|
"node-emoji": "^2.2.0", |
|
"nostr-tools": "2.15.x", |
|
"plantuml-encoder": "^1.4.0", |
|
"qrcode": "^1.5.4", |
|
"tailwindcss": "^4.1.11" |
|
}, |
|
"devDependencies": { |
|
"@playwright/test": "^1.54.1", |
|
"@sveltejs/adapter-auto": "^6.0.1", |
|
"@sveltejs/adapter-node": "^5.2.13", |
|
"@sveltejs/adapter-static": "3.x", |
|
"@sveltejs/kit": "^2.25.0", |
|
"@sveltejs/vite-plugin-svelte": "^6.1.0", |
|
"@types/d3": "^7.4.3", |
|
"@types/he": "1.2.x", |
|
"@types/mathjax": "^0.0.40", |
|
"@types/node": "^24.0.15", |
|
"@types/qrcode": "^1.5.5", |
|
"autoprefixer": "^10.4.21", |
|
"eslint-plugin-svelte": "^3.11.0", |
|
"flowbite": "~2.5.2", |
|
"flowbite-svelte": "1.11.x", |
|
"flowbite-svelte-icons": "2.1.x", |
|
"flowbite-typography": "^1.0.5", |
|
"playwright": "^1.50.1", |
|
"postcss": "^8.5.6", |
|
"postcss-load-config": "6.x", |
|
"prettier": "^3.6.2", |
|
"prettier-plugin-svelte": "^3.4.0", |
|
"svelte": "^5.36.8", |
|
"svelte-check": "4.x", |
|
"tailwind-merge": "^3.3.1", |
|
"tslib": "2.8.x", |
|
"typescript": "^5.8.3", |
|
"vite": "^6.3.5", |
|
"vitest": "^3.1.3", |
|
"yaml": "^2.5.0" |
|
} |
|
}, |
|
"node_modules/@alloc/quick-lru": { |
|
"version": "5.2.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/@asciidoctor/cli": { |
|
"version": "4.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"yargs": "17.3.1" |
|
}, |
|
"bin": { |
|
"asciidoctor": "bin/asciidoctor", |
|
"asciidoctorjs": "bin/asciidoctor" |
|
}, |
|
"engines": { |
|
"node": ">=16", |
|
"npm": ">=8.0.0" |
|
}, |
|
"peerDependencies": { |
|
"@asciidoctor/core": ">=2 <4" |
|
} |
|
}, |
|
"node_modules/@asciidoctor/core": { |
|
"version": "3.0.4", |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@asciidoctor/opal-runtime": "3.0.1", |
|
"unxhr": "1.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=16", |
|
"npm": ">=8" |
|
} |
|
}, |
|
"node_modules/@asciidoctor/opal-runtime": { |
|
"version": "3.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"glob": "8.1.0", |
|
"unxhr": "1.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=16" |
|
} |
|
}, |
|
"node_modules/@babel/helper-string-parser": { |
|
"version": "7.27.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-validator-identifier": { |
|
"version": "7.27.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/parser": { |
|
"version": "7.28.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/types": "^7.28.2" |
|
}, |
|
"bin": { |
|
"parser": "bin/babel-parser.js" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/@babel/types": { |
|
"version": "7.28.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-string-parser": "^7.27.1", |
|
"@babel/helper-validator-identifier": "^7.27.1" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/autocomplete": { |
|
"version": "0.20.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/language": "^0.20.0", |
|
"@codemirror/state": "^0.20.0", |
|
"@codemirror/view": "^0.20.0", |
|
"@lezer/common": "^0.16.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/autocomplete/node_modules/@codemirror/state": { |
|
"version": "0.20.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@codemirror/autocomplete/node_modules/@codemirror/view": { |
|
"version": "0.20.7", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^0.20.0", |
|
"style-mod": "^4.0.0", |
|
"w3c-keyname": "^2.2.4" |
|
} |
|
}, |
|
"node_modules/@codemirror/basic-setup": { |
|
"version": "0.20.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/autocomplete": "^0.20.0", |
|
"@codemirror/commands": "^0.20.0", |
|
"@codemirror/language": "^0.20.0", |
|
"@codemirror/lint": "^0.20.0", |
|
"@codemirror/search": "^0.20.0", |
|
"@codemirror/state": "^0.20.0", |
|
"@codemirror/view": "^0.20.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/basic-setup/node_modules/@codemirror/state": { |
|
"version": "0.20.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@codemirror/basic-setup/node_modules/@codemirror/view": { |
|
"version": "0.20.7", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^0.20.0", |
|
"style-mod": "^4.0.0", |
|
"w3c-keyname": "^2.2.4" |
|
} |
|
}, |
|
"node_modules/@codemirror/commands": { |
|
"version": "0.20.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/language": "^0.20.0", |
|
"@codemirror/state": "^0.20.0", |
|
"@codemirror/view": "^0.20.0", |
|
"@lezer/common": "^0.16.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/commands/node_modules/@codemirror/state": { |
|
"version": "0.20.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@codemirror/commands/node_modules/@codemirror/view": { |
|
"version": "0.20.7", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^0.20.0", |
|
"style-mod": "^4.0.0", |
|
"w3c-keyname": "^2.2.4" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-css": { |
|
"version": "6.3.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/autocomplete": "^6.0.0", |
|
"@codemirror/language": "^6.0.0", |
|
"@codemirror/state": "^6.0.0", |
|
"@lezer/common": "^1.0.2", |
|
"@lezer/css": "^1.1.7" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-css/node_modules/@codemirror/autocomplete": { |
|
"version": "6.18.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/language": "^6.0.0", |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.17.0", |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-css/node_modules/@codemirror/language": { |
|
"version": "6.11.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.23.0", |
|
"@lezer/common": "^1.1.0", |
|
"@lezer/highlight": "^1.0.0", |
|
"@lezer/lr": "^1.0.0", |
|
"style-mod": "^4.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-css/node_modules/@lezer/common": { |
|
"version": "1.2.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@codemirror/lang-css/node_modules/@lezer/highlight": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-css/node_modules/@lezer/lr": { |
|
"version": "1.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-html": { |
|
"version": "6.4.9", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/autocomplete": "^6.0.0", |
|
"@codemirror/lang-css": "^6.0.0", |
|
"@codemirror/lang-javascript": "^6.0.0", |
|
"@codemirror/language": "^6.4.0", |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.17.0", |
|
"@lezer/common": "^1.0.0", |
|
"@lezer/css": "^1.1.0", |
|
"@lezer/html": "^1.3.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-html/node_modules/@codemirror/autocomplete": { |
|
"version": "6.18.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/language": "^6.0.0", |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.17.0", |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-html/node_modules/@codemirror/language": { |
|
"version": "6.11.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.23.0", |
|
"@lezer/common": "^1.1.0", |
|
"@lezer/highlight": "^1.0.0", |
|
"@lezer/lr": "^1.0.0", |
|
"style-mod": "^4.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-html/node_modules/@lezer/common": { |
|
"version": "1.2.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@codemirror/lang-html/node_modules/@lezer/highlight": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-html/node_modules/@lezer/lr": { |
|
"version": "1.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-javascript": { |
|
"version": "6.2.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/autocomplete": "^6.0.0", |
|
"@codemirror/language": "^6.6.0", |
|
"@codemirror/lint": "^6.0.0", |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.17.0", |
|
"@lezer/common": "^1.0.0", |
|
"@lezer/javascript": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-javascript/node_modules/@codemirror/autocomplete": { |
|
"version": "6.18.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/language": "^6.0.0", |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.17.0", |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-javascript/node_modules/@codemirror/language": { |
|
"version": "6.11.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.23.0", |
|
"@lezer/common": "^1.1.0", |
|
"@lezer/highlight": "^1.0.0", |
|
"@lezer/lr": "^1.0.0", |
|
"style-mod": "^4.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-javascript/node_modules/@codemirror/lint": { |
|
"version": "6.8.5", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.35.0", |
|
"crelt": "^1.0.5" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-javascript/node_modules/@lezer/common": { |
|
"version": "1.2.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@codemirror/lang-javascript/node_modules/@lezer/highlight": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-javascript/node_modules/@lezer/lr": { |
|
"version": "1.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-markdown": { |
|
"version": "6.3.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/autocomplete": "^6.7.1", |
|
"@codemirror/lang-html": "^6.0.0", |
|
"@codemirror/language": "^6.3.0", |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.0.0", |
|
"@lezer/common": "^1.2.1", |
|
"@lezer/markdown": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-markdown/node_modules/@codemirror/autocomplete": { |
|
"version": "6.18.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/language": "^6.0.0", |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.17.0", |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-markdown/node_modules/@codemirror/language": { |
|
"version": "6.11.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.23.0", |
|
"@lezer/common": "^1.1.0", |
|
"@lezer/highlight": "^1.0.0", |
|
"@lezer/lr": "^1.0.0", |
|
"style-mod": "^4.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-markdown/node_modules/@lezer/common": { |
|
"version": "1.2.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@codemirror/lang-markdown/node_modules/@lezer/highlight": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/lang-markdown/node_modules/@lezer/lr": { |
|
"version": "1.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/language": { |
|
"version": "0.20.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^0.20.0", |
|
"@codemirror/view": "^0.20.0", |
|
"@lezer/common": "^0.16.0", |
|
"@lezer/highlight": "^0.16.0", |
|
"@lezer/lr": "^0.16.0", |
|
"style-mod": "^4.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/language/node_modules/@codemirror/state": { |
|
"version": "0.20.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@codemirror/language/node_modules/@codemirror/view": { |
|
"version": "0.20.7", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^0.20.0", |
|
"style-mod": "^4.0.0", |
|
"w3c-keyname": "^2.2.4" |
|
} |
|
}, |
|
"node_modules/@codemirror/lint": { |
|
"version": "0.20.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^0.20.0", |
|
"@codemirror/view": "^0.20.2", |
|
"crelt": "^1.0.5" |
|
} |
|
}, |
|
"node_modules/@codemirror/lint/node_modules/@codemirror/state": { |
|
"version": "0.20.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@codemirror/lint/node_modules/@codemirror/view": { |
|
"version": "0.20.7", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^0.20.0", |
|
"style-mod": "^4.0.0", |
|
"w3c-keyname": "^2.2.4" |
|
} |
|
}, |
|
"node_modules/@codemirror/search": { |
|
"version": "0.20.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^0.20.0", |
|
"@codemirror/view": "^0.20.0", |
|
"crelt": "^1.0.5" |
|
} |
|
}, |
|
"node_modules/@codemirror/search/node_modules/@codemirror/state": { |
|
"version": "0.20.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@codemirror/search/node_modules/@codemirror/view": { |
|
"version": "0.20.7", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^0.20.0", |
|
"style-mod": "^4.0.0", |
|
"w3c-keyname": "^2.2.4" |
|
} |
|
}, |
|
"node_modules/@codemirror/state": { |
|
"version": "6.5.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@marijn/find-cluster-break": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/theme-one-dark": { |
|
"version": "6.1.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/language": "^6.0.0", |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.0.0", |
|
"@lezer/highlight": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/theme-one-dark/node_modules/@codemirror/language": { |
|
"version": "6.11.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.23.0", |
|
"@lezer/common": "^1.1.0", |
|
"@lezer/highlight": "^1.0.0", |
|
"@lezer/lr": "^1.0.0", |
|
"style-mod": "^4.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/theme-one-dark/node_modules/@lezer/common": { |
|
"version": "1.2.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@codemirror/theme-one-dark/node_modules/@lezer/highlight": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/theme-one-dark/node_modules/@lezer/lr": { |
|
"version": "1.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@codemirror/view": { |
|
"version": "6.38.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^6.5.0", |
|
"crelt": "^1.0.6", |
|
"style-mod": "^4.1.0", |
|
"w3c-keyname": "^2.2.4" |
|
} |
|
}, |
|
"node_modules/@esbuild/aix-ppc64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.9.tgz", |
|
"integrity": "sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==", |
|
"cpu": [ |
|
"ppc64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"aix" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/android-arm": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.9.tgz", |
|
"integrity": "sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/android-arm64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.9.tgz", |
|
"integrity": "sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/android-x64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.9.tgz", |
|
"integrity": "sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/darwin-arm64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.9.tgz", |
|
"integrity": "sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/darwin-x64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.9.tgz", |
|
"integrity": "sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/freebsd-arm64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.9.tgz", |
|
"integrity": "sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/freebsd-x64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.9.tgz", |
|
"integrity": "sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-arm": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.9.tgz", |
|
"integrity": "sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-arm64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.9.tgz", |
|
"integrity": "sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-ia32": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.9.tgz", |
|
"integrity": "sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-loong64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.9.tgz", |
|
"integrity": "sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==", |
|
"cpu": [ |
|
"loong64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-mips64el": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.9.tgz", |
|
"integrity": "sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==", |
|
"cpu": [ |
|
"mips64el" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-ppc64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.9.tgz", |
|
"integrity": "sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==", |
|
"cpu": [ |
|
"ppc64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-riscv64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.9.tgz", |
|
"integrity": "sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==", |
|
"cpu": [ |
|
"riscv64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-s390x": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.9.tgz", |
|
"integrity": "sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==", |
|
"cpu": [ |
|
"s390x" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-x64": { |
|
"version": "0.25.9", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/netbsd-arm64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.9.tgz", |
|
"integrity": "sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"netbsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/netbsd-x64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.9.tgz", |
|
"integrity": "sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"netbsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/openbsd-arm64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.9.tgz", |
|
"integrity": "sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"openbsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/openbsd-x64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.9.tgz", |
|
"integrity": "sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"openbsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/openharmony-arm64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.9.tgz", |
|
"integrity": "sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"openharmony" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/sunos-x64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.9.tgz", |
|
"integrity": "sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"sunos" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/win32-arm64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.9.tgz", |
|
"integrity": "sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/win32-ia32": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.9.tgz", |
|
"integrity": "sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/win32-x64": { |
|
"version": "0.25.9", |
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.9.tgz", |
|
"integrity": "sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@eslint-community/eslint-utils": { |
|
"version": "4.7.0", |
|
"dev": 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", |
|
"dev": 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", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/@eslint/config-array": { |
|
"version": "0.21.0", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"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-helpers": { |
|
"version": "0.3.1", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@eslint/core": { |
|
"version": "0.15.2", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"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", |
|
"dev": true, |
|
"license": "MIT", |
|
"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/js": { |
|
"version": "9.33.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://eslint.org/donate" |
|
} |
|
}, |
|
"node_modules/@eslint/object-schema": { |
|
"version": "2.1.6", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@eslint/plugin-kit": { |
|
"version": "0.3.5", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"@eslint/core": "^0.15.2", |
|
"levn": "^0.4.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@floating-ui/core": { |
|
"version": "1.7.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@floating-ui/utils": "^0.2.10" |
|
} |
|
}, |
|
"node_modules/@floating-ui/dom": { |
|
"version": "1.7.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@floating-ui/core": "^1.7.3", |
|
"@floating-ui/utils": "^0.2.10" |
|
} |
|
}, |
|
"node_modules/@floating-ui/utils": { |
|
"version": "0.2.10", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@humanfs/core": { |
|
"version": "0.19.1", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=18.18.0" |
|
} |
|
}, |
|
"node_modules/@humanfs/node": { |
|
"version": "0.16.6", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"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", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=18.18" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/nzakas" |
|
} |
|
}, |
|
"node_modules/@humanwhocodes/module-importer": { |
|
"version": "1.0.1", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=12.22" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/nzakas" |
|
} |
|
}, |
|
"node_modules/@humanwhocodes/retry": { |
|
"version": "0.4.3", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=18.18" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/nzakas" |
|
} |
|
}, |
|
"node_modules/@jridgewell/gen-mapping": { |
|
"version": "0.3.13", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/sourcemap-codec": "^1.5.0", |
|
"@jridgewell/trace-mapping": "^0.3.24" |
|
} |
|
}, |
|
"node_modules/@jridgewell/remapping": { |
|
"version": "2.3.5", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/gen-mapping": "^0.3.5", |
|
"@jridgewell/trace-mapping": "^0.3.24" |
|
} |
|
}, |
|
"node_modules/@jridgewell/resolve-uri": { |
|
"version": "3.1.2", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/@jridgewell/sourcemap-codec": { |
|
"version": "1.5.5", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@jridgewell/trace-mapping": { |
|
"version": "0.3.30", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/resolve-uri": "^3.1.0", |
|
"@jridgewell/sourcemap-codec": "^1.4.14" |
|
} |
|
}, |
|
"node_modules/@lezer/common": { |
|
"version": "0.16.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@lezer/css": { |
|
"version": "1.3.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.2.0", |
|
"@lezer/highlight": "^1.0.0", |
|
"@lezer/lr": "^1.3.0" |
|
} |
|
}, |
|
"node_modules/@lezer/css/node_modules/@lezer/common": { |
|
"version": "1.2.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@lezer/css/node_modules/@lezer/highlight": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@lezer/css/node_modules/@lezer/lr": { |
|
"version": "1.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@lezer/highlight": { |
|
"version": "0.16.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^0.16.0" |
|
} |
|
}, |
|
"node_modules/@lezer/html": { |
|
"version": "1.3.10", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.2.0", |
|
"@lezer/highlight": "^1.0.0", |
|
"@lezer/lr": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@lezer/html/node_modules/@lezer/common": { |
|
"version": "1.2.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@lezer/html/node_modules/@lezer/highlight": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@lezer/html/node_modules/@lezer/lr": { |
|
"version": "1.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@lezer/javascript": { |
|
"version": "1.5.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.2.0", |
|
"@lezer/highlight": "^1.1.3", |
|
"@lezer/lr": "^1.3.0" |
|
} |
|
}, |
|
"node_modules/@lezer/javascript/node_modules/@lezer/common": { |
|
"version": "1.2.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@lezer/javascript/node_modules/@lezer/highlight": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@lezer/javascript/node_modules/@lezer/lr": { |
|
"version": "1.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@lezer/lr": { |
|
"version": "0.16.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^0.16.0" |
|
} |
|
}, |
|
"node_modules/@lezer/markdown": { |
|
"version": "1.4.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0", |
|
"@lezer/highlight": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@lezer/markdown/node_modules/@lezer/common": { |
|
"version": "1.2.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@lezer/markdown/node_modules/@lezer/highlight": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@lucide/svelte": { |
|
"version": "0.539.0", |
|
"resolved": "https://registry.npmjs.org/@lucide/svelte/-/svelte-0.539.0.tgz", |
|
"integrity": "sha512-OWhw4BhHO+owmOE/ijSNLnw/flbW2/DsLzMHAeM8oEjLsO0xE6glX0ADCDwxKItTs5ZJYssfyGNXxMXrea173w==", |
|
"license": "ISC", |
|
"peerDependencies": { |
|
"svelte": "^5" |
|
} |
|
}, |
|
"node_modules/@marijn/find-cluster-break": { |
|
"version": "1.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@noble/ciphers": { |
|
"version": "0.5.3", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@noble/curves": { |
|
"version": "1.9.7", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@noble/hashes": "1.8.0" |
|
}, |
|
"engines": { |
|
"node": "^14.21.3 || >=16" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@noble/hashes": { |
|
"version": "1.8.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^14.21.3 || >=16" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@noble/secp256k1": { |
|
"version": "2.3.0", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@nostr-dev-kit/ndk": { |
|
"version": "2.14.33", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@noble/curves": "^1.6.0", |
|
"@noble/hashes": "^1.5.0", |
|
"@noble/secp256k1": "^2.1.0", |
|
"@scure/base": "^1.1.9", |
|
"debug": "^4.3.6", |
|
"light-bolt11-decoder": "^3.2.0", |
|
"tseep": "^1.3.1", |
|
"typescript-lru-cache": "^2" |
|
}, |
|
"engines": { |
|
"node": ">=16" |
|
}, |
|
"peerDependencies": { |
|
"nostr-tools": "^2" |
|
} |
|
}, |
|
"node_modules/@nostr-dev-kit/ndk-cache-dexie": { |
|
"version": "2.6.34", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nostr-dev-kit/ndk": "2.14.33", |
|
"debug": "^4.3.7", |
|
"dexie": "^4.0.8", |
|
"nostr-tools": "^2.4.0", |
|
"typescript-lru-cache": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/@playwright/test": { |
|
"version": "1.55.0", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"playwright": "1.55.0" |
|
}, |
|
"bin": { |
|
"playwright": "cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@polka/url": { |
|
"version": "1.0.0-next.29", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@popperjs/core": { |
|
"version": "2.11.8", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/popperjs" |
|
} |
|
}, |
|
"node_modules/@rollup/plugin-commonjs": { |
|
"version": "28.0.6", |
|
"dev": true, |
|
"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-json": { |
|
"version": "6.1.0", |
|
"dev": true, |
|
"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", |
|
"dev": true, |
|
"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/pluginutils": { |
|
"version": "5.2.0", |
|
"dev": true, |
|
"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/rollup-android-arm-eabi": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.46.4.tgz", |
|
"integrity": "sha512-B2wfzCJ+ps/OBzRjeds7DlJumCU3rXMxJJS1vzURyj7+KBHGONm7c9q1TfdBl4vCuNMkDvARn3PBl2wZzuR5mw==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-android-arm64": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.46.4.tgz", |
|
"integrity": "sha512-FGJYXvYdn8Bs6lAlBZYT5n+4x0ciEp4cmttsvKAZc/c8/JiPaQK8u0c/86vKX8lA7OY/+37lIQSe0YoAImvBAA==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-darwin-arm64": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.46.4.tgz", |
|
"integrity": "sha512-/9qwE/BM7ATw/W/OFEMTm3dmywbJyLQb4f4v5nmOjgYxPIGpw7HaxRi6LnD4Pjn/q7k55FGeHe1/OD02w63apA==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-darwin-x64": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.46.4.tgz", |
|
"integrity": "sha512-QkWfNbeRuzFnv2d0aPlrzcA3Ebq2mE8kX/5Pl7VdRShbPBjSnom7dbT8E3Jmhxo2RL784hyqGvR5KHavCJQciw==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-freebsd-arm64": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.46.4.tgz", |
|
"integrity": "sha512-+ToyOMYnSfV8D+ckxO6NthPln/PDNp1P6INcNypfZ7muLmEvPKXqduUiD8DlJpMMT8LxHcE5W0dK9kXfJke9Zw==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-freebsd-x64": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.46.4.tgz", |
|
"integrity": "sha512-cGT6ey/W+sje6zywbLiqmkfkO210FgRz7tepWAzzEVgQU8Hn91JJmQWNqs55IuglG8sJdzk7XfNgmGRtcYlo1w==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.46.4.tgz", |
|
"integrity": "sha512-9fhTJyOb275w5RofPSl8lpr4jFowd+H4oQKJ9XTYzD1JWgxdZKE8bA6d4npuiMemkecQOcigX01FNZNCYnQBdA==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.46.4.tgz", |
|
"integrity": "sha512-+6kCIM5Zjvz2HwPl/udgVs07tPMIp1VU2Y0c72ezjOvSvEfAIWsUgpcSDvnC7g9NrjYR6X9bZT92mZZ90TfvXw==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-arm64-gnu": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.46.4.tgz", |
|
"integrity": "sha512-SWuXdnsayCZL4lXoo6jn0yyAj7TTjWE4NwDVt9s7cmu6poMhtiras5c8h6Ih6Y0Zk6Z+8t/mLumvpdSPTWub2Q==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-arm64-musl": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.46.4.tgz", |
|
"integrity": "sha512-vDknMDqtMhrrroa5kyX6tuC0aRZZlQ+ipDfbXd2YGz5HeV2t8HOl/FDAd2ynhs7Ki5VooWiiZcCtxiZ4IjqZwQ==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-loongarch64-gnu": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.46.4.tgz", |
|
"integrity": "sha512-mCBkjRZWhvjtl/x+Bd4fQkWZT8canStKDxGrHlBiTnZmJnWygGcvBylzLVCZXka4dco5ymkWhZlLwKCGFF4ivw==", |
|
"cpu": [ |
|
"loong64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.46.4.tgz", |
|
"integrity": "sha512-YMdz2phOTFF+Z66dQfGf0gmeDSi5DJzY5bpZyeg9CPBkV9QDzJ1yFRlmi/j7WWRf3hYIWrOaJj5jsfwgc8GTHQ==", |
|
"cpu": [ |
|
"ppc64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.46.4.tgz", |
|
"integrity": "sha512-r0WKLSfFAK8ucG024v2yiLSJMedoWvk8yWqfNICX28NHDGeu3F/wBf8KG6mclghx4FsLePxJr/9N8rIj1PtCnw==", |
|
"cpu": [ |
|
"riscv64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-riscv64-musl": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.46.4.tgz", |
|
"integrity": "sha512-IaizpPP2UQU3MNyPH1u0Xxbm73D+4OupL0bjo4Hm0496e2wg3zuvoAIhubkD1NGy9fXILEExPQy87mweujEatA==", |
|
"cpu": [ |
|
"riscv64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-s390x-gnu": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.46.4.tgz", |
|
"integrity": "sha512-aCM29orANR0a8wk896p6UEgIfupReupnmISz6SUwMIwTGaTI8MuKdE0OD2LvEg8ondDyZdMvnaN3bW4nFbATPA==", |
|
"cpu": [ |
|
"s390x" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-x64-gnu": { |
|
"version": "4.46.4", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-x64-musl": { |
|
"version": "4.46.4", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-win32-arm64-msvc": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.46.4.tgz", |
|
"integrity": "sha512-cNLH4psMEsWKILW0isbpQA2OvjXLbKvnkcJFmqAptPQbtLrobiapBJVj6RoIvg6UXVp5w0wnIfd/Q56cNpF+Ew==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-win32-ia32-msvc": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.46.4.tgz", |
|
"integrity": "sha512-OiEa5lRhiANpv4SfwYVgQ3opYWi/QmPDC5ve21m8G9pf6ZO+aX1g2EEF1/IFaM1xPSP7mK0msTRXlPs6mIagkg==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-win32-x64-msvc": { |
|
"version": "4.46.4", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.46.4.tgz", |
|
"integrity": "sha512-IKL9mewGZ5UuuX4NQlwOmxPyqielvkAPUS2s1cl6yWjjQvyN3h5JTdVFGD5Jr5xMjRC8setOfGQDVgX8V+dkjg==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
] |
|
}, |
|
"node_modules/@scure/base": { |
|
"version": "1.2.6", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@scure/bip32": { |
|
"version": "1.3.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@noble/curves": "~1.1.0", |
|
"@noble/hashes": "~1.3.1", |
|
"@scure/base": "~1.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@scure/bip32/node_modules/@noble/curves": { |
|
"version": "1.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@noble/hashes": "1.3.1" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@scure/bip32/node_modules/@noble/curves/node_modules/@noble/hashes": { |
|
"version": "1.3.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 16" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@scure/bip32/node_modules/@noble/hashes": { |
|
"version": "1.3.3", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 16" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@scure/bip32/node_modules/@scure/base": { |
|
"version": "1.1.9", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@scure/bip39": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@noble/hashes": "~1.3.0", |
|
"@scure/base": "~1.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@scure/bip39/node_modules/@noble/hashes": { |
|
"version": "1.3.3", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 16" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@scure/bip39/node_modules/@scure/base": { |
|
"version": "1.1.9", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@sindresorhus/is": { |
|
"version": "4.6.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sindresorhus/is?sponsor=1" |
|
} |
|
}, |
|
"node_modules/@standard-schema/spec": { |
|
"version": "1.0.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@sveltejs/acorn-typescript": { |
|
"version": "1.0.5", |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"acorn": "^8.9.0" |
|
} |
|
}, |
|
"node_modules/@sveltejs/adapter-auto": { |
|
"version": "6.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"@sveltejs/kit": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/@sveltejs/adapter-node": { |
|
"version": "5.3.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@rollup/plugin-commonjs": "^28.0.1", |
|
"@rollup/plugin-json": "^6.1.0", |
|
"@rollup/plugin-node-resolve": "^16.0.0", |
|
"rollup": "^4.9.5" |
|
}, |
|
"peerDependencies": { |
|
"@sveltejs/kit": "^2.4.0" |
|
} |
|
}, |
|
"node_modules/@sveltejs/adapter-static": { |
|
"version": "3.0.9", |
|
"dev": true, |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"@sveltejs/kit": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/@sveltejs/kit": { |
|
"version": "2.35.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@standard-schema/spec": "^1.0.0", |
|
"@sveltejs/acorn-typescript": "^1.0.5", |
|
"@types/cookie": "^0.6.0", |
|
"acorn": "^8.14.1", |
|
"cookie": "^0.6.0", |
|
"devalue": "^5.1.0", |
|
"esm-env": "^1.2.2", |
|
"kleur": "^4.1.5", |
|
"magic-string": "^0.30.5", |
|
"mrmime": "^2.0.0", |
|
"sade": "^1.8.1", |
|
"set-cookie-parser": "^2.6.0", |
|
"sirv": "^3.0.0" |
|
}, |
|
"bin": { |
|
"svelte-kit": "svelte-kit.js" |
|
}, |
|
"engines": { |
|
"node": ">=18.13" |
|
}, |
|
"peerDependencies": { |
|
"@opentelemetry/api": "^1.0.0", |
|
"@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0", |
|
"svelte": "^4.0.0 || ^5.0.0-next.0", |
|
"vite": "^5.0.3 || ^6.0.0 || ^7.0.0-beta.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@opentelemetry/api": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@sveltejs/vite-plugin-svelte": { |
|
"version": "6.1.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@sveltejs/vite-plugin-svelte-inspector": "^5.0.0", |
|
"debug": "^4.4.1", |
|
"deepmerge": "^4.3.1", |
|
"kleur": "^4.1.5", |
|
"magic-string": "^0.30.17", |
|
"vitefu": "^1.1.1" |
|
}, |
|
"engines": { |
|
"node": "^20.19 || ^22.12 || >=24" |
|
}, |
|
"peerDependencies": { |
|
"svelte": "^5.0.0", |
|
"vite": "^6.3.0 || ^7.0.0" |
|
} |
|
}, |
|
"node_modules/@sveltejs/vite-plugin-svelte-inspector": { |
|
"version": "5.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"debug": "^4.4.1" |
|
}, |
|
"engines": { |
|
"node": "^20.19 || ^22.12 || >=24" |
|
}, |
|
"peerDependencies": { |
|
"@sveltejs/vite-plugin-svelte": "^6.0.0-next.0", |
|
"svelte": "^5.0.0", |
|
"vite": "^6.3.0 || ^7.0.0" |
|
} |
|
}, |
|
"node_modules/@svgdotjs/svg.draggable.js": { |
|
"version": "3.0.6", |
|
"resolved": "https://registry.npmjs.org/@svgdotjs/svg.draggable.js/-/svg.draggable.js-3.0.6.tgz", |
|
"integrity": "sha512-7iJFm9lL3C40HQcqzEfezK2l+dW2CpoVY3b77KQGqc8GXWa6LhhmX5Ckv7alQfUXBuZbjpICZ+Dvq1czlGx7gA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"@svgdotjs/svg.js": "^3.2.4" |
|
} |
|
}, |
|
"node_modules/@svgdotjs/svg.filter.js": { |
|
"version": "3.0.9", |
|
"resolved": "https://registry.npmjs.org/@svgdotjs/svg.filter.js/-/svg.filter.js-3.0.9.tgz", |
|
"integrity": "sha512-/69XMRCDoam2HgC4ldHIaDgeQf1ViHIsa0Ld4uWgiXtZ+E24DWHe/9Ib6kbNiZ7WRIdlVokUDR1Fg0kjIpkfbw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@svgdotjs/svg.js": "^3.2.4" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/@svgdotjs/svg.js": { |
|
"version": "3.2.5", |
|
"resolved": "https://registry.npmjs.org/@svgdotjs/svg.js/-/svg.js-3.2.5.tgz", |
|
"integrity": "sha512-/VNHWYhNu+BS7ktbYoVGrCmsXDh+chFMaONMwGNdIBcFHrWqk2jY8fNyr3DLdtQUIalvkPfM554ZSFa3dm3nxQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/Fuzzyma" |
|
} |
|
}, |
|
"node_modules/@svgdotjs/svg.resize.js": { |
|
"version": "2.0.5", |
|
"resolved": "https://registry.npmjs.org/@svgdotjs/svg.resize.js/-/svg.resize.js-2.0.5.tgz", |
|
"integrity": "sha512-4heRW4B1QrJeENfi7326lUPYBCevj78FJs8kfeDxn5st0IYPIRXoTtOSYvTzFWgaWWXd3YCDE6ao4fmv91RthA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 14.18" |
|
}, |
|
"peerDependencies": { |
|
"@svgdotjs/svg.js": "^3.2.4", |
|
"@svgdotjs/svg.select.js": "^4.0.1" |
|
} |
|
}, |
|
"node_modules/@svgdotjs/svg.select.js": { |
|
"version": "4.0.3", |
|
"resolved": "https://registry.npmjs.org/@svgdotjs/svg.select.js/-/svg.select.js-4.0.3.tgz", |
|
"integrity": "sha512-qkMgso1sd2hXKd1FZ1weO7ANq12sNmQJeGDjs46QwDVsxSRcHmvWKL2NDF7Yimpwf3sl5esOLkPqtV2bQ3v/Jg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"engines": { |
|
"node": ">= 14.18" |
|
}, |
|
"peerDependencies": { |
|
"@svgdotjs/svg.js": "^3.2.4" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/forms": { |
|
"version": "0.5.10", |
|
"license": "MIT", |
|
"dependencies": { |
|
"mini-svg-data-uri": "^1.2.3" |
|
}, |
|
"peerDependencies": { |
|
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/node": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.16.tgz", |
|
"integrity": "sha512-BX5iaSsloNuvKNHRN3k2RcCuTEgASTo77mofW0vmeHkfrDWaoFAFvNHpEgtu0eqyypcyiBkDWzSMxJhp3AUVcw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/remapping": "^2.3.4", |
|
"enhanced-resolve": "^5.18.3", |
|
"jiti": "^2.6.1", |
|
"lightningcss": "1.30.2", |
|
"magic-string": "^0.30.19", |
|
"source-map-js": "^1.2.1", |
|
"tailwindcss": "4.1.16" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.16.tgz", |
|
"integrity": "sha512-2OSv52FRuhdlgyOQqgtQHuCgXnS8nFSYRp2tJ+4WZXKgTxqPy7SMSls8c3mPT5pkZ17SBToGM5LHEJBO7miEdg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 10" |
|
}, |
|
"optionalDependencies": { |
|
"@tailwindcss/oxide-android-arm64": "4.1.16", |
|
"@tailwindcss/oxide-darwin-arm64": "4.1.16", |
|
"@tailwindcss/oxide-darwin-x64": "4.1.16", |
|
"@tailwindcss/oxide-freebsd-x64": "4.1.16", |
|
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.16", |
|
"@tailwindcss/oxide-linux-arm64-gnu": "4.1.16", |
|
"@tailwindcss/oxide-linux-arm64-musl": "4.1.16", |
|
"@tailwindcss/oxide-linux-x64-gnu": "4.1.16", |
|
"@tailwindcss/oxide-linux-x64-musl": "4.1.16", |
|
"@tailwindcss/oxide-wasm32-wasi": "4.1.16", |
|
"@tailwindcss/oxide-win32-arm64-msvc": "4.1.16", |
|
"@tailwindcss/oxide-win32-x64-msvc": "4.1.16" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-android-arm64": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.16.tgz", |
|
"integrity": "sha512-8+ctzkjHgwDJ5caq9IqRSgsP70xhdhJvm+oueS/yhD5ixLhqTw9fSL1OurzMUhBwE5zK26FXLCz2f/RtkISqHA==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-darwin-arm64": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.16.tgz", |
|
"integrity": "sha512-C3oZy5042v2FOALBZtY0JTDnGNdS6w7DxL/odvSny17ORUnaRKhyTse8xYi3yKGyfnTUOdavRCdmc8QqJYwFKA==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-darwin-x64": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.16.tgz", |
|
"integrity": "sha512-vjrl/1Ub9+JwU6BP0emgipGjowzYZMjbWCDqwA2Z4vCa+HBSpP4v6U2ddejcHsolsYxwL5r4bPNoamlV0xDdLg==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-freebsd-x64": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.16.tgz", |
|
"integrity": "sha512-TSMpPYpQLm+aR1wW5rKuUuEruc/oOX3C7H0BTnPDn7W/eMw8W+MRMpiypKMkXZfwH8wqPIRKppuZoedTtNj2tg==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.16.tgz", |
|
"integrity": "sha512-p0GGfRg/w0sdsFKBjMYvvKIiKy/LNWLWgV/plR4lUgrsxFAoQBFrXkZ4C0w8IOXfslB9vHK/JGASWD2IefIpvw==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-linux-arm64-gnu": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.16.tgz", |
|
"integrity": "sha512-DoixyMmTNO19rwRPdqviTrG1rYzpxgyYJl8RgQvdAQUzxC1ToLRqtNJpU/ATURSKgIg6uerPw2feW0aS8SNr/w==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-linux-arm64-musl": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.16.tgz", |
|
"integrity": "sha512-H81UXMa9hJhWhaAUca6bU2wm5RRFpuHImrwXBUvPbYb+3jo32I9VIwpOX6hms0fPmA6f2pGVlybO6qU8pF4fzQ==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-linux-x64-gnu": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.16.tgz", |
|
"integrity": "sha512-ZGHQxDtFC2/ruo7t99Qo2TTIvOERULPl5l0K1g0oK6b5PGqjYMga+FcY1wIUnrUxY56h28FxybtDEla+ICOyew==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-linux-x64-musl": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.16.tgz", |
|
"integrity": "sha512-Oi1tAaa0rcKf1Og9MzKeINZzMLPbhxvm7rno5/zuP1WYmpiG0bEHq4AcRUiG2165/WUzvxkW4XDYCscZWbTLZw==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-wasm32-wasi": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.16.tgz", |
|
"integrity": "sha512-B01u/b8LteGRwucIBmCQ07FVXLzImWESAIMcUU6nvFt/tYsQ6IHz8DmZ5KtvmwxD+iTYBtM1xwoGXswnlu9v0Q==", |
|
"bundleDependencies": [ |
|
"@napi-rs/wasm-runtime", |
|
"@emnapi/core", |
|
"@emnapi/runtime", |
|
"@tybys/wasm-util", |
|
"@emnapi/wasi-threads", |
|
"tslib" |
|
], |
|
"cpu": [ |
|
"wasm32" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"dependencies": { |
|
"@emnapi/core": "^1.5.0", |
|
"@emnapi/runtime": "^1.5.0", |
|
"@emnapi/wasi-threads": "^1.1.0", |
|
"@napi-rs/wasm-runtime": "^1.0.7", |
|
"@tybys/wasm-util": "^0.10.1", |
|
"tslib": "^2.4.0" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.16.tgz", |
|
"integrity": "sha512-zX+Q8sSkGj6HKRTMJXuPvOcP8XfYON24zJBRPlszcH1Np7xuHXhWn8qfFjIujVzvH3BHU+16jBXwgpl20i+v9A==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/oxide-win32-x64-msvc": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.16.tgz", |
|
"integrity": "sha512-m5dDFJUEejbFqP+UXVstd4W/wnxA4F61q8SoL+mqTypId2T2ZpuxosNSgowiCnLp2+Z+rivdU0AqpfgiD7yCBg==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/postcss": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.16.tgz", |
|
"integrity": "sha512-Qn3SFGPXYQMKR/UtqS+dqvPrzEeBZHrFA92maT4zijCVggdsXnDBMsPFJo1eArX3J+O+Gi+8pV4PkqjLCNBk3A==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@alloc/quick-lru": "^5.2.0", |
|
"@tailwindcss/node": "4.1.16", |
|
"@tailwindcss/oxide": "4.1.16", |
|
"postcss": "^8.4.41", |
|
"tailwindcss": "4.1.16" |
|
} |
|
}, |
|
"node_modules/@tailwindcss/typography": { |
|
"version": "0.5.16", |
|
"license": "MIT", |
|
"dependencies": { |
|
"lodash.castarray": "^4.4.0", |
|
"lodash.isplainobject": "^4.0.6", |
|
"lodash.merge": "^4.6.2", |
|
"postcss-selector-parser": "6.0.10" |
|
}, |
|
"peerDependencies": { |
|
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" |
|
} |
|
}, |
|
"node_modules/@types/chai": { |
|
"version": "5.2.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/deep-eql": "*" |
|
} |
|
}, |
|
"node_modules/@types/cookie": { |
|
"version": "0.6.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3": { |
|
"version": "7.4.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-array": "*", |
|
"@types/d3-axis": "*", |
|
"@types/d3-brush": "*", |
|
"@types/d3-chord": "*", |
|
"@types/d3-color": "*", |
|
"@types/d3-contour": "*", |
|
"@types/d3-delaunay": "*", |
|
"@types/d3-dispatch": "*", |
|
"@types/d3-drag": "*", |
|
"@types/d3-dsv": "*", |
|
"@types/d3-ease": "*", |
|
"@types/d3-fetch": "*", |
|
"@types/d3-force": "*", |
|
"@types/d3-format": "*", |
|
"@types/d3-geo": "*", |
|
"@types/d3-hierarchy": "*", |
|
"@types/d3-interpolate": "*", |
|
"@types/d3-path": "*", |
|
"@types/d3-polygon": "*", |
|
"@types/d3-quadtree": "*", |
|
"@types/d3-random": "*", |
|
"@types/d3-scale": "*", |
|
"@types/d3-scale-chromatic": "*", |
|
"@types/d3-selection": "*", |
|
"@types/d3-shape": "*", |
|
"@types/d3-time": "*", |
|
"@types/d3-time-format": "*", |
|
"@types/d3-timer": "*", |
|
"@types/d3-transition": "*", |
|
"@types/d3-zoom": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-array": { |
|
"version": "3.2.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-axis": { |
|
"version": "3.0.6", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-selection": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-brush": { |
|
"version": "3.0.6", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-selection": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-chord": { |
|
"version": "3.0.6", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-color": { |
|
"version": "3.1.3", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-contour": { |
|
"version": "3.0.6", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-array": "*", |
|
"@types/geojson": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-delaunay": { |
|
"version": "6.0.4", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-dispatch": { |
|
"version": "3.0.7", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-drag": { |
|
"version": "3.0.7", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-selection": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-dsv": { |
|
"version": "3.0.7", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-ease": { |
|
"version": "3.0.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-fetch": { |
|
"version": "3.0.7", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-dsv": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-force": { |
|
"version": "3.0.10", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-format": { |
|
"version": "3.0.4", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-geo": { |
|
"version": "3.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/geojson": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-hierarchy": { |
|
"version": "3.1.7", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-interpolate": { |
|
"version": "3.0.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-color": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-path": { |
|
"version": "3.1.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-polygon": { |
|
"version": "3.0.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-quadtree": { |
|
"version": "3.0.6", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-random": { |
|
"version": "3.0.3", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-scale": { |
|
"version": "4.0.9", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-time": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-scale-chromatic": { |
|
"version": "3.1.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-selection": { |
|
"version": "3.0.11", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-shape": { |
|
"version": "3.1.7", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-path": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-time": { |
|
"version": "3.0.4", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-time-format": { |
|
"version": "4.0.3", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-timer": { |
|
"version": "3.0.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-transition": { |
|
"version": "3.0.9", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-selection": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-zoom": { |
|
"version": "3.0.8", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-interpolate": "*", |
|
"@types/d3-selection": "*" |
|
} |
|
}, |
|
"node_modules/@types/deep-eql": { |
|
"version": "4.0.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/estree": { |
|
"version": "1.0.8", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/geojson": { |
|
"version": "7946.0.16", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/he": { |
|
"version": "1.2.3", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/json-schema": { |
|
"version": "7.0.15", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/mathjax": { |
|
"version": "0.0.40", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/node": { |
|
"version": "24.3.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"undici-types": "~7.10.0" |
|
} |
|
}, |
|
"node_modules/@types/qrcode": { |
|
"version": "1.5.5", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/node": "*" |
|
} |
|
}, |
|
"node_modules/@types/resolve": { |
|
"version": "1.20.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@vitest/expect": { |
|
"version": "3.2.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/chai": "^5.2.2", |
|
"@vitest/spy": "3.2.4", |
|
"@vitest/utils": "3.2.4", |
|
"chai": "^5.2.0", |
|
"tinyrainbow": "^2.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/vitest" |
|
} |
|
}, |
|
"node_modules/@vitest/mocker": { |
|
"version": "3.2.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vitest/spy": "3.2.4", |
|
"estree-walker": "^3.0.3", |
|
"magic-string": "^0.30.17" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/vitest" |
|
}, |
|
"peerDependencies": { |
|
"msw": "^2.4.9", |
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"msw": { |
|
"optional": true |
|
}, |
|
"vite": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@vitest/mocker/node_modules/estree-walker": { |
|
"version": "3.0.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/estree": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@vitest/pretty-format": { |
|
"version": "3.2.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"tinyrainbow": "^2.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/vitest" |
|
} |
|
}, |
|
"node_modules/@vitest/runner": { |
|
"version": "3.2.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vitest/utils": "3.2.4", |
|
"pathe": "^2.0.3", |
|
"strip-literal": "^3.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/vitest" |
|
} |
|
}, |
|
"node_modules/@vitest/snapshot": { |
|
"version": "3.2.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vitest/pretty-format": "3.2.4", |
|
"magic-string": "^0.30.17", |
|
"pathe": "^2.0.3" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/vitest" |
|
} |
|
}, |
|
"node_modules/@vitest/spy": { |
|
"version": "3.2.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"tinyspy": "^4.0.3" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/vitest" |
|
} |
|
}, |
|
"node_modules/@vitest/utils": { |
|
"version": "3.2.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@vitest/pretty-format": "3.2.4", |
|
"loupe": "^3.1.4", |
|
"tinyrainbow": "^2.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/vitest" |
|
} |
|
}, |
|
"node_modules/@yr/monotone-cubic-spline": { |
|
"version": "1.0.3", |
|
"resolved": "https://registry.npmjs.org/@yr/monotone-cubic-spline/-/monotone-cubic-spline-1.0.3.tgz", |
|
"integrity": "sha512-FQXkOta0XBSUPHndIKON2Y9JeQz5ZeMqLYZVVK93FliNBFm7LNMIZmY6FrMEB9XPcDbE2bekMbZD6kzDkxwYjA==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/a-sync-waterfall": { |
|
"version": "1.0.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/acorn": { |
|
"version": "8.15.0", |
|
"license": "MIT", |
|
"peer": true, |
|
"bin": { |
|
"acorn": "bin/acorn" |
|
}, |
|
"engines": { |
|
"node": ">=0.4.0" |
|
} |
|
}, |
|
"node_modules/acorn-jsx": { |
|
"version": "5.3.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" |
|
} |
|
}, |
|
"node_modules/ajv": { |
|
"version": "6.12.6", |
|
"dev": true, |
|
"license": "MIT", |
|
"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/ansi-regex": { |
|
"version": "5.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"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/anymatch": { |
|
"version": "3.1.3", |
|
"license": "ISC", |
|
"optional": true, |
|
"dependencies": { |
|
"normalize-path": "^3.0.0", |
|
"picomatch": "^2.0.4" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/anymatch/node_modules/picomatch": { |
|
"version": "2.3.1", |
|
"license": "MIT", |
|
"optional": true, |
|
"engines": { |
|
"node": ">=8.6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
} |
|
}, |
|
"node_modules/apexcharts": { |
|
"version": "5.3.5", |
|
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.3.5.tgz", |
|
"integrity": "sha512-I04DY/WBZbJgJD2uixeV5EzyiL+J5LgKQXEu8rctqAwyRmKv44aDVeofJoLdTJe3ao4r2KEQfCgtVzXn6pqirg==", |
|
"dev": true, |
|
"license": "SEE LICENSE IN LICENSE", |
|
"dependencies": { |
|
"@svgdotjs/svg.draggable.js": "^3.0.4", |
|
"@svgdotjs/svg.filter.js": "^3.0.8", |
|
"@svgdotjs/svg.js": "^3.2.4", |
|
"@svgdotjs/svg.resize.js": "^2.0.2", |
|
"@svgdotjs/svg.select.js": "^4.0.1", |
|
"@yr/monotone-cubic-spline": "^1.0.3" |
|
} |
|
}, |
|
"node_modules/argparse": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "Python-2.0" |
|
}, |
|
"node_modules/aria-query": { |
|
"version": "5.3.2", |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/asap": { |
|
"version": "2.0.6", |
|
"license": "MIT" |
|
}, |
|
"node_modules/asciidoctor": { |
|
"version": "3.0.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@asciidoctor/cli": "4.0.0", |
|
"@asciidoctor/core": "3.0.4", |
|
"ejs": "^3.1.2", |
|
"handlebars": "^4.7.6", |
|
"nunjucks": "^3.2.1", |
|
"pug": "^3.0.0" |
|
}, |
|
"bin": { |
|
"asciidoctor": "bin/asciidoctor", |
|
"asciidoctorjs": "bin/asciidoctor" |
|
}, |
|
"engines": { |
|
"node": ">=16", |
|
"npm": ">=8" |
|
} |
|
}, |
|
"node_modules/assert-never": { |
|
"version": "1.4.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/assertion-error": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/async": { |
|
"version": "3.2.6", |
|
"license": "MIT" |
|
}, |
|
"node_modules/autoprefixer": { |
|
"version": "10.4.21", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/postcss/" |
|
}, |
|
{ |
|
"type": "tidelift", |
|
"url": "https://tidelift.com/funding/github/npm/autoprefixer" |
|
}, |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"browserslist": "^4.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/axobject-query": { |
|
"version": "4.1.0", |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/babel-walk": { |
|
"version": "3.0.0-canary-5", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/types": "^7.9.6" |
|
}, |
|
"engines": { |
|
"node": ">= 10.0.0" |
|
} |
|
}, |
|
"node_modules/balanced-match": { |
|
"version": "1.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/bech32": { |
|
"version": "2.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/binary-extensions": { |
|
"version": "2.3.0", |
|
"license": "MIT", |
|
"optional": true, |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/brace-expansion": { |
|
"version": "1.1.12", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0", |
|
"concat-map": "0.0.1" |
|
} |
|
}, |
|
"node_modules/braces": { |
|
"version": "3.0.3", |
|
"license": "MIT", |
|
"optional": true, |
|
"dependencies": { |
|
"fill-range": "^7.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/browserslist": { |
|
"version": "4.25.3", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/browserslist" |
|
}, |
|
{ |
|
"type": "tidelift", |
|
"url": "https://tidelift.com/funding/github/npm/browserslist" |
|
}, |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"caniuse-lite": "^1.0.30001735", |
|
"electron-to-chromium": "^1.5.204", |
|
"node-releases": "^2.0.19", |
|
"update-browserslist-db": "^1.1.3" |
|
}, |
|
"bin": { |
|
"browserslist": "cli.js" |
|
}, |
|
"engines": { |
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
|
} |
|
}, |
|
"node_modules/cac": { |
|
"version": "6.7.14", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/call-bind-apply-helpers": { |
|
"version": "1.0.2", |
|
"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", |
|
"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", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/camelcase": { |
|
"version": "5.3.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/caniuse-lite": { |
|
"version": "1.0.30001735", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/browserslist" |
|
}, |
|
{ |
|
"type": "tidelift", |
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite" |
|
}, |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "CC-BY-4.0" |
|
}, |
|
"node_modules/chai": { |
|
"version": "5.3.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"assertion-error": "^2.0.1", |
|
"check-error": "^2.1.1", |
|
"deep-eql": "^5.0.1", |
|
"loupe": "^3.1.0", |
|
"pathval": "^2.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/chalk": { |
|
"version": "4.1.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"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", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/character-parser": { |
|
"version": "2.2.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-regex": "^1.0.3" |
|
} |
|
}, |
|
"node_modules/check-error": { |
|
"version": "2.1.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 16" |
|
} |
|
}, |
|
"node_modules/chokidar": { |
|
"version": "3.6.0", |
|
"license": "MIT", |
|
"optional": true, |
|
"dependencies": { |
|
"anymatch": "~3.1.2", |
|
"braces": "~3.0.2", |
|
"glob-parent": "~5.1.2", |
|
"is-binary-path": "~2.1.0", |
|
"is-glob": "~4.0.1", |
|
"normalize-path": "~3.0.0", |
|
"readdirp": "~3.6.0" |
|
}, |
|
"engines": { |
|
"node": ">= 8.10.0" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
}, |
|
"optionalDependencies": { |
|
"fsevents": "~2.3.2" |
|
} |
|
}, |
|
"node_modules/chokidar/node_modules/glob-parent": { |
|
"version": "5.1.2", |
|
"license": "ISC", |
|
"optional": true, |
|
"dependencies": { |
|
"is-glob": "^4.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/class-variance-authority": { |
|
"version": "0.7.1", |
|
"resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz", |
|
"integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==", |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"clsx": "^2.1.1" |
|
}, |
|
"funding": { |
|
"url": "https://polar.sh/cva" |
|
} |
|
}, |
|
"node_modules/cliui": { |
|
"version": "7.0.4", |
|
"license": "ISC", |
|
"dependencies": { |
|
"string-width": "^4.2.0", |
|
"strip-ansi": "^6.0.0", |
|
"wrap-ansi": "^7.0.0" |
|
} |
|
}, |
|
"node_modules/clsx": { |
|
"version": "2.1.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/codemirror": { |
|
"version": "6.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/autocomplete": "^6.0.0", |
|
"@codemirror/commands": "^6.0.0", |
|
"@codemirror/language": "^6.0.0", |
|
"@codemirror/lint": "^6.0.0", |
|
"@codemirror/search": "^6.0.0", |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.0.0" |
|
} |
|
}, |
|
"node_modules/codemirror/node_modules/@codemirror/autocomplete": { |
|
"version": "6.18.6", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/language": "^6.0.0", |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.17.0", |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/codemirror/node_modules/@codemirror/commands": { |
|
"version": "6.8.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/language": "^6.0.0", |
|
"@codemirror/state": "^6.4.0", |
|
"@codemirror/view": "^6.27.0", |
|
"@lezer/common": "^1.1.0" |
|
} |
|
}, |
|
"node_modules/codemirror/node_modules/@codemirror/language": { |
|
"version": "6.11.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.23.0", |
|
"@lezer/common": "^1.1.0", |
|
"@lezer/highlight": "^1.0.0", |
|
"@lezer/lr": "^1.0.0", |
|
"style-mod": "^4.0.0" |
|
} |
|
}, |
|
"node_modules/codemirror/node_modules/@codemirror/lint": { |
|
"version": "6.8.5", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.35.0", |
|
"crelt": "^1.0.5" |
|
} |
|
}, |
|
"node_modules/codemirror/node_modules/@codemirror/search": { |
|
"version": "6.5.11", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^6.0.0", |
|
"@codemirror/view": "^6.0.0", |
|
"crelt": "^1.0.5" |
|
} |
|
}, |
|
"node_modules/codemirror/node_modules/@lezer/common": { |
|
"version": "1.2.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/codemirror/node_modules/@lezer/highlight": { |
|
"version": "1.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/codemirror/node_modules/@lezer/lr": { |
|
"version": "1.4.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@lezer/common": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/color-convert": { |
|
"version": "2.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"color-name": "~1.1.4" |
|
}, |
|
"engines": { |
|
"node": ">=7.0.0" |
|
} |
|
}, |
|
"node_modules/color-name": { |
|
"version": "1.1.4", |
|
"license": "MIT" |
|
}, |
|
"node_modules/commander": { |
|
"version": "7.2.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 10" |
|
} |
|
}, |
|
"node_modules/commondir": { |
|
"version": "1.0.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/concat-map": { |
|
"version": "0.0.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/constantinople": { |
|
"version": "4.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.6.0", |
|
"@babel/types": "^7.6.1" |
|
} |
|
}, |
|
"node_modules/cookie": { |
|
"version": "0.6.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.6" |
|
} |
|
}, |
|
"node_modules/crelt": { |
|
"version": "1.0.6", |
|
"license": "MIT" |
|
}, |
|
"node_modules/cross-spawn": { |
|
"version": "7.0.6", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"path-key": "^3.1.0", |
|
"shebang-command": "^2.0.0", |
|
"which": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/cssesc": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"bin": { |
|
"cssesc": "bin/cssesc" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/d3": { |
|
"version": "7.9.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-array": "3", |
|
"d3-axis": "3", |
|
"d3-brush": "3", |
|
"d3-chord": "3", |
|
"d3-color": "3", |
|
"d3-contour": "4", |
|
"d3-delaunay": "6", |
|
"d3-dispatch": "3", |
|
"d3-drag": "3", |
|
"d3-dsv": "3", |
|
"d3-ease": "3", |
|
"d3-fetch": "3", |
|
"d3-force": "3", |
|
"d3-format": "3", |
|
"d3-geo": "3", |
|
"d3-hierarchy": "3", |
|
"d3-interpolate": "3", |
|
"d3-path": "3", |
|
"d3-polygon": "3", |
|
"d3-quadtree": "3", |
|
"d3-random": "3", |
|
"d3-scale": "4", |
|
"d3-scale-chromatic": "3", |
|
"d3-selection": "3", |
|
"d3-shape": "3", |
|
"d3-time": "3", |
|
"d3-time-format": "4", |
|
"d3-timer": "3", |
|
"d3-transition": "3", |
|
"d3-zoom": "3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-array": { |
|
"version": "3.2.4", |
|
"license": "ISC", |
|
"dependencies": { |
|
"internmap": "1 - 2" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-axis": { |
|
"version": "3.0.0", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-brush": { |
|
"version": "3.0.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-dispatch": "1 - 3", |
|
"d3-drag": "2 - 3", |
|
"d3-interpolate": "1 - 3", |
|
"d3-selection": "3", |
|
"d3-transition": "3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-chord": { |
|
"version": "3.0.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-path": "1 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-color": { |
|
"version": "3.1.0", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-contour": { |
|
"version": "4.0.2", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-array": "^3.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-delaunay": { |
|
"version": "6.0.4", |
|
"license": "ISC", |
|
"dependencies": { |
|
"delaunator": "5" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-dispatch": { |
|
"version": "3.0.1", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-drag": { |
|
"version": "3.0.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-dispatch": "1 - 3", |
|
"d3-selection": "3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-dsv": { |
|
"version": "3.0.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"commander": "7", |
|
"iconv-lite": "0.6", |
|
"rw": "1" |
|
}, |
|
"bin": { |
|
"csv2json": "bin/dsv2json.js", |
|
"csv2tsv": "bin/dsv2dsv.js", |
|
"dsv2dsv": "bin/dsv2dsv.js", |
|
"dsv2json": "bin/dsv2json.js", |
|
"json2csv": "bin/json2dsv.js", |
|
"json2dsv": "bin/json2dsv.js", |
|
"json2tsv": "bin/json2dsv.js", |
|
"tsv2csv": "bin/dsv2dsv.js", |
|
"tsv2json": "bin/dsv2json.js" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-ease": { |
|
"version": "3.0.1", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-fetch": { |
|
"version": "3.0.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-dsv": "1 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-force": { |
|
"version": "3.0.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-dispatch": "1 - 3", |
|
"d3-quadtree": "1 - 3", |
|
"d3-timer": "1 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-format": { |
|
"version": "3.1.0", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-geo": { |
|
"version": "3.1.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-array": "2.5.0 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-hierarchy": { |
|
"version": "3.1.2", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-interpolate": { |
|
"version": "3.0.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-color": "1 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-path": { |
|
"version": "3.1.0", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-polygon": { |
|
"version": "3.0.1", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-quadtree": { |
|
"version": "3.0.1", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-random": { |
|
"version": "3.0.1", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-scale": { |
|
"version": "4.0.2", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-array": "2.10.0 - 3", |
|
"d3-format": "1 - 3", |
|
"d3-interpolate": "1.2.0 - 3", |
|
"d3-time": "2.1.1 - 3", |
|
"d3-time-format": "2 - 4" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-scale-chromatic": { |
|
"version": "3.1.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-color": "1 - 3", |
|
"d3-interpolate": "1 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-selection": { |
|
"version": "3.0.0", |
|
"license": "ISC", |
|
"peer": true, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-shape": { |
|
"version": "3.2.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-path": "^3.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-time": { |
|
"version": "3.1.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-array": "2 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-time-format": { |
|
"version": "4.1.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-time": "1 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-timer": { |
|
"version": "3.0.1", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-transition": { |
|
"version": "3.0.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-color": "1 - 3", |
|
"d3-dispatch": "1 - 3", |
|
"d3-ease": "1 - 3", |
|
"d3-interpolate": "1 - 3", |
|
"d3-timer": "1 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"peerDependencies": { |
|
"d3-selection": "2 - 3" |
|
} |
|
}, |
|
"node_modules/d3-zoom": { |
|
"version": "3.0.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-dispatch": "1 - 3", |
|
"d3-drag": "2 - 3", |
|
"d3-interpolate": "1 - 3", |
|
"d3-selection": "2 - 3", |
|
"d3-transition": "2 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/date-fns": { |
|
"version": "4.1.0", |
|
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", |
|
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/kossnocorp" |
|
} |
|
}, |
|
"node_modules/debug": { |
|
"version": "4.4.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ms": "^2.1.3" |
|
}, |
|
"engines": { |
|
"node": ">=6.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"supports-color": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/decamelize": { |
|
"version": "1.2.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/deep-eql": { |
|
"version": "5.0.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/deep-is": { |
|
"version": "0.1.4", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/deepmerge": { |
|
"version": "4.3.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/delaunator": { |
|
"version": "5.0.1", |
|
"license": "ISC", |
|
"dependencies": { |
|
"robust-predicates": "^3.0.2" |
|
} |
|
}, |
|
"node_modules/detect-libc": { |
|
"version": "2.1.2", |
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", |
|
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/devalue": { |
|
"version": "5.1.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/dexie": { |
|
"version": "4.2.0", |
|
"license": "Apache-2.0" |
|
}, |
|
"node_modules/dijkstrajs": { |
|
"version": "1.0.3", |
|
"license": "MIT" |
|
}, |
|
"node_modules/doctypes": { |
|
"version": "1.1.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/dunder-proto": { |
|
"version": "1.0.1", |
|
"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/ejs": { |
|
"version": "3.1.10", |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"jake": "^10.8.5" |
|
}, |
|
"bin": { |
|
"ejs": "bin/cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/electron-to-chromium": { |
|
"version": "1.5.207", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/emoji-regex": { |
|
"version": "8.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/emojilib": { |
|
"version": "2.4.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/enhanced-resolve": { |
|
"version": "5.18.3", |
|
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", |
|
"integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"graceful-fs": "^4.2.4", |
|
"tapable": "^2.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=10.13.0" |
|
} |
|
}, |
|
"node_modules/es-define-property": { |
|
"version": "1.0.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/es-errors": { |
|
"version": "1.3.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/es-module-lexer": { |
|
"version": "1.7.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/es-object-atoms": { |
|
"version": "1.1.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"es-errors": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/esbuild": { |
|
"version": "0.25.9", |
|
"dev": true, |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"bin": { |
|
"esbuild": "bin/esbuild" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"optionalDependencies": { |
|
"@esbuild/aix-ppc64": "0.25.9", |
|
"@esbuild/android-arm": "0.25.9", |
|
"@esbuild/android-arm64": "0.25.9", |
|
"@esbuild/android-x64": "0.25.9", |
|
"@esbuild/darwin-arm64": "0.25.9", |
|
"@esbuild/darwin-x64": "0.25.9", |
|
"@esbuild/freebsd-arm64": "0.25.9", |
|
"@esbuild/freebsd-x64": "0.25.9", |
|
"@esbuild/linux-arm": "0.25.9", |
|
"@esbuild/linux-arm64": "0.25.9", |
|
"@esbuild/linux-ia32": "0.25.9", |
|
"@esbuild/linux-loong64": "0.25.9", |
|
"@esbuild/linux-mips64el": "0.25.9", |
|
"@esbuild/linux-ppc64": "0.25.9", |
|
"@esbuild/linux-riscv64": "0.25.9", |
|
"@esbuild/linux-s390x": "0.25.9", |
|
"@esbuild/linux-x64": "0.25.9", |
|
"@esbuild/netbsd-arm64": "0.25.9", |
|
"@esbuild/netbsd-x64": "0.25.9", |
|
"@esbuild/openbsd-arm64": "0.25.9", |
|
"@esbuild/openbsd-x64": "0.25.9", |
|
"@esbuild/openharmony-arm64": "0.25.9", |
|
"@esbuild/sunos-x64": "0.25.9", |
|
"@esbuild/win32-arm64": "0.25.9", |
|
"@esbuild/win32-ia32": "0.25.9", |
|
"@esbuild/win32-x64": "0.25.9" |
|
} |
|
}, |
|
"node_modules/escalade": { |
|
"version": "3.2.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"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": { |
|
"version": "9.33.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@eslint-community/eslint-utils": "^4.2.0", |
|
"@eslint-community/regexpp": "^4.12.1", |
|
"@eslint/config-array": "^0.21.0", |
|
"@eslint/config-helpers": "^0.3.1", |
|
"@eslint/core": "^0.15.2", |
|
"@eslint/eslintrc": "^3.3.1", |
|
"@eslint/js": "9.33.0", |
|
"@eslint/plugin-kit": "^0.3.5", |
|
"@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.4.0", |
|
"eslint-visitor-keys": "^4.2.1", |
|
"espree": "^10.4.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-plugin-svelte": { |
|
"version": "3.11.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/eslint-utils": "^4.6.1", |
|
"@jridgewell/sourcemap-codec": "^1.5.0", |
|
"esutils": "^2.0.3", |
|
"globals": "^16.0.0", |
|
"known-css-properties": "^0.37.0", |
|
"postcss": "^8.4.49", |
|
"postcss-load-config": "^3.1.4", |
|
"postcss-safe-parser": "^7.0.0", |
|
"semver": "^7.6.3", |
|
"svelte-eslint-parser": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ota-meshi" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.57.1 || ^9.0.0", |
|
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"svelte": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/eslint-plugin-svelte/node_modules/globals": { |
|
"version": "16.3.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint-plugin-svelte/node_modules/lilconfig": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/eslint-plugin-svelte/node_modules/postcss-load-config": { |
|
"version": "3.1.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"lilconfig": "^2.0.5", |
|
"yaml": "^1.10.2" |
|
}, |
|
"engines": { |
|
"node": ">= 10" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/postcss/" |
|
}, |
|
"peerDependencies": { |
|
"postcss": ">=8.0.9", |
|
"ts-node": ">=9.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"postcss": { |
|
"optional": true |
|
}, |
|
"ts-node": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/eslint-plugin-svelte/node_modules/yaml": { |
|
"version": "1.10.2", |
|
"dev": true, |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/eslint-scope": { |
|
"version": "8.4.0", |
|
"dev": 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-visitor-keys": { |
|
"version": "4.2.1", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/esm-env": { |
|
"version": "1.2.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/espree": { |
|
"version": "10.4.0", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"acorn": "^8.15.0", |
|
"acorn-jsx": "^5.3.2", |
|
"eslint-visitor-keys": "^4.2.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/esquery": { |
|
"version": "1.6.0", |
|
"dev": true, |
|
"license": "BSD-3-Clause", |
|
"dependencies": { |
|
"estraverse": "^5.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=0.10" |
|
} |
|
}, |
|
"node_modules/esrap": { |
|
"version": "2.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/sourcemap-codec": "^1.4.15" |
|
} |
|
}, |
|
"node_modules/esrecurse": { |
|
"version": "4.3.0", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"estraverse": "^5.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=4.0" |
|
} |
|
}, |
|
"node_modules/estraverse": { |
|
"version": "5.3.0", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">=4.0" |
|
} |
|
}, |
|
"node_modules/estree-walker": { |
|
"version": "2.0.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/esutils": { |
|
"version": "2.0.3", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/expect-type": { |
|
"version": "1.2.2", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=12.0.0" |
|
} |
|
}, |
|
"node_modules/fast-deep-equal": { |
|
"version": "3.1.3", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/fast-json-stable-stringify": { |
|
"version": "2.1.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/fast-levenshtein": { |
|
"version": "2.0.6", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/fdir": { |
|
"version": "6.5.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12.0.0" |
|
}, |
|
"peerDependencies": { |
|
"picomatch": "^3 || ^4" |
|
}, |
|
"peerDependenciesMeta": { |
|
"picomatch": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/file-entry-cache": { |
|
"version": "8.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"flat-cache": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=16.0.0" |
|
} |
|
}, |
|
"node_modules/filelist": { |
|
"version": "1.0.4", |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"minimatch": "^5.0.1" |
|
} |
|
}, |
|
"node_modules/filelist/node_modules/brace-expansion": { |
|
"version": "2.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/filelist/node_modules/minimatch": { |
|
"version": "5.1.6", |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/fill-range": { |
|
"version": "7.1.1", |
|
"license": "MIT", |
|
"optional": true, |
|
"dependencies": { |
|
"to-regex-range": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/find-up": { |
|
"version": "5.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"locate-path": "^6.0.0", |
|
"path-exists": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/flat-cache": { |
|
"version": "4.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"flatted": "^3.2.9", |
|
"keyv": "^4.5.4" |
|
}, |
|
"engines": { |
|
"node": ">=16" |
|
} |
|
}, |
|
"node_modules/flatted": { |
|
"version": "3.3.3", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/flowbite": { |
|
"version": "2.5.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@popperjs/core": "^2.9.3", |
|
"flowbite-datepicker": "^1.3.0", |
|
"mini-svg-data-uri": "^1.4.3" |
|
} |
|
}, |
|
"node_modules/flowbite-datepicker": { |
|
"version": "1.3.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@rollup/plugin-node-resolve": "^15.2.3", |
|
"flowbite": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/flowbite-datepicker/node_modules/@rollup/plugin-node-resolve": { |
|
"version": "15.3.1", |
|
"dev": true, |
|
"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/flowbite-svelte": { |
|
"version": "1.11.8", |
|
"resolved": "https://registry.npmjs.org/flowbite-svelte/-/flowbite-svelte-1.11.8.tgz", |
|
"integrity": "sha512-tTOogclVeu5DtgB9GV1QFpt0VU4MKQcYtkPZpd6JGdtBaT/uygoXEdRviZUdk4tptTFZqUYesODEWHoJfhvL4g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@floating-ui/dom": "^1.7.3", |
|
"@floating-ui/utils": "^0.2.10", |
|
"apexcharts": "^5.3.2", |
|
"clsx": "^2.1.1", |
|
"date-fns": "^4.1.0", |
|
"flowbite": "^3.1.2", |
|
"tailwind-merge": "^3.3.1", |
|
"tailwind-variants": "2.0.1" |
|
}, |
|
"peerDependencies": { |
|
"svelte": "^5.29.0", |
|
"tailwindcss": "^4.1.4" |
|
} |
|
}, |
|
"node_modules/flowbite-svelte-icons": { |
|
"version": "2.1.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"svelte": "^5.0.0", |
|
"tailwind-merge": "^3.0.0" |
|
} |
|
}, |
|
"node_modules/flowbite-svelte/node_modules/flowbite": { |
|
"version": "3.1.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@popperjs/core": "^2.9.3", |
|
"flowbite-datepicker": "^1.3.1", |
|
"mini-svg-data-uri": "^1.4.3", |
|
"postcss": "^8.5.1" |
|
} |
|
}, |
|
"node_modules/flowbite-typography": { |
|
"version": "1.0.5", |
|
"resolved": "https://registry.npmjs.org/flowbite-typography/-/flowbite-typography-1.0.5.tgz", |
|
"integrity": "sha512-IqTwOYgGZkXTK/5ngx3A9oQwgOqnRyUKUfIiB+w6xDmiD8z3cKDIgYfFpHIMKbLVfg+QmJIPqEEPrGZbAwVT6g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"lodash.castarray": "^4.4.0", |
|
"lodash.isplainobject": "^4.0.6", |
|
"lodash.merge": "^4.6.2" |
|
} |
|
}, |
|
"node_modules/fraction.js": { |
|
"version": "4.3.7", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "*" |
|
}, |
|
"funding": { |
|
"type": "patreon", |
|
"url": "https://github.com/sponsors/rawify" |
|
} |
|
}, |
|
"node_modules/fs.realpath": { |
|
"version": "1.0.0", |
|
"license": "ISC" |
|
}, |
|
"node_modules/fsevents": { |
|
"version": "2.3.3", |
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", |
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
|
} |
|
}, |
|
"node_modules/function-bind": { |
|
"version": "1.1.2", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/get-caller-file": { |
|
"version": "2.0.5", |
|
"license": "ISC", |
|
"engines": { |
|
"node": "6.* || 8.* || >= 10.*" |
|
} |
|
}, |
|
"node_modules/get-intrinsic": { |
|
"version": "1.3.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"call-bind-apply-helpers": "^1.0.2", |
|
"es-define-property": "^1.0.1", |
|
"es-errors": "^1.3.0", |
|
"es-object-atoms": "^1.1.1", |
|
"function-bind": "^1.1.2", |
|
"get-proto": "^1.0.1", |
|
"gopd": "^1.2.0", |
|
"has-symbols": "^1.1.0", |
|
"hasown": "^2.0.2", |
|
"math-intrinsics": "^1.1.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/get-proto": { |
|
"version": "1.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"dunder-proto": "^1.0.1", |
|
"es-object-atoms": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/glob": { |
|
"version": "8.1.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"fs.realpath": "^1.0.0", |
|
"inflight": "^1.0.4", |
|
"inherits": "2", |
|
"minimatch": "^5.0.1", |
|
"once": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/glob-parent": { |
|
"version": "6.0.2", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"is-glob": "^4.0.3" |
|
}, |
|
"engines": { |
|
"node": ">=10.13.0" |
|
} |
|
}, |
|
"node_modules/glob/node_modules/brace-expansion": { |
|
"version": "2.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/glob/node_modules/minimatch": { |
|
"version": "5.1.6", |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/globals": { |
|
"version": "14.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/gopd": { |
|
"version": "1.2.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/graceful-fs": { |
|
"version": "4.2.11", |
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", |
|
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", |
|
"license": "ISC" |
|
}, |
|
"node_modules/handlebars": { |
|
"version": "4.7.8", |
|
"license": "MIT", |
|
"dependencies": { |
|
"minimist": "^1.2.5", |
|
"neo-async": "^2.6.2", |
|
"source-map": "^0.6.1", |
|
"wordwrap": "^1.0.0" |
|
}, |
|
"bin": { |
|
"handlebars": "bin/handlebars" |
|
}, |
|
"engines": { |
|
"node": ">=0.4.7" |
|
}, |
|
"optionalDependencies": { |
|
"uglify-js": "^3.1.4" |
|
} |
|
}, |
|
"node_modules/has-flag": { |
|
"version": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/has-symbols": { |
|
"version": "1.1.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/has-tostringtag": { |
|
"version": "1.0.2", |
|
"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/he": { |
|
"version": "1.2.0", |
|
"license": "MIT", |
|
"bin": { |
|
"he": "bin/he" |
|
} |
|
}, |
|
"node_modules/highlight.js": { |
|
"version": "11.11.1", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">=12.0.0" |
|
} |
|
}, |
|
"node_modules/iconv-lite": { |
|
"version": "0.6.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"safer-buffer": ">= 2.1.2 < 3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/ignore": { |
|
"version": "5.3.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 4" |
|
} |
|
}, |
|
"node_modules/import-fresh": { |
|
"version": "3.3.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"parent-module": "^1.0.0", |
|
"resolve-from": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/imurmurhash": { |
|
"version": "0.1.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.8.19" |
|
} |
|
}, |
|
"node_modules/inflight": { |
|
"version": "1.0.6", |
|
"license": "ISC", |
|
"dependencies": { |
|
"once": "^1.3.0", |
|
"wrappy": "1" |
|
} |
|
}, |
|
"node_modules/inherits": { |
|
"version": "2.0.4", |
|
"license": "ISC" |
|
}, |
|
"node_modules/internmap": { |
|
"version": "2.0.3", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/is-binary-path": { |
|
"version": "2.1.0", |
|
"license": "MIT", |
|
"optional": true, |
|
"dependencies": { |
|
"binary-extensions": "^2.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"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-expression": { |
|
"version": "4.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"acorn": "^7.1.1", |
|
"object-assign": "^4.1.1" |
|
} |
|
}, |
|
"node_modules/is-expression/node_modules/acorn": { |
|
"version": "7.4.1", |
|
"license": "MIT", |
|
"bin": { |
|
"acorn": "bin/acorn" |
|
}, |
|
"engines": { |
|
"node": ">=0.4.0" |
|
} |
|
}, |
|
"node_modules/is-extglob": { |
|
"version": "2.1.1", |
|
"devOptional": true, |
|
"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", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-extglob": "^2.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/is-module": { |
|
"version": "1.0.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/is-number": { |
|
"version": "7.0.0", |
|
"license": "MIT", |
|
"optional": true, |
|
"engines": { |
|
"node": ">=0.12.0" |
|
} |
|
}, |
|
"node_modules/is-promise": { |
|
"version": "2.2.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/is-reference": { |
|
"version": "1.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/estree": "*" |
|
} |
|
}, |
|
"node_modules/is-regex": { |
|
"version": "1.2.1", |
|
"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/isexe": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/jake": { |
|
"version": "10.9.4", |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"async": "^3.2.6", |
|
"filelist": "^1.0.4", |
|
"picocolors": "^1.1.1" |
|
}, |
|
"bin": { |
|
"jake": "bin/cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/jiti": { |
|
"version": "2.6.1", |
|
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", |
|
"integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", |
|
"license": "MIT", |
|
"bin": { |
|
"jiti": "lib/jiti-cli.mjs" |
|
} |
|
}, |
|
"node_modules/js-stringify": { |
|
"version": "1.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/js-tokens": { |
|
"version": "9.0.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/js-yaml": { |
|
"version": "4.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"argparse": "^2.0.1" |
|
}, |
|
"bin": { |
|
"js-yaml": "bin/js-yaml.js" |
|
} |
|
}, |
|
"node_modules/json-buffer": { |
|
"version": "3.0.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/json-schema-traverse": { |
|
"version": "0.4.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/json-stable-stringify-without-jsonify": { |
|
"version": "1.0.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/jstransformer": { |
|
"version": "1.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-promise": "^2.0.0", |
|
"promise": "^7.0.1" |
|
} |
|
}, |
|
"node_modules/keyv": { |
|
"version": "4.5.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"json-buffer": "3.0.1" |
|
} |
|
}, |
|
"node_modules/kleur": { |
|
"version": "4.1.5", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/known-css-properties": { |
|
"version": "0.37.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/levn": { |
|
"version": "0.4.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"prelude-ls": "^1.2.1", |
|
"type-check": "~0.4.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/light-bolt11-decoder": { |
|
"version": "3.2.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@scure/base": "1.1.1" |
|
} |
|
}, |
|
"node_modules/light-bolt11-decoder/node_modules/@scure/base": { |
|
"version": "1.1.1", |
|
"funding": [ |
|
{ |
|
"type": "individual", |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
], |
|
"license": "MIT" |
|
}, |
|
"node_modules/lightningcss": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz", |
|
"integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==", |
|
"license": "MPL-2.0", |
|
"dependencies": { |
|
"detect-libc": "^2.0.3" |
|
}, |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
}, |
|
"optionalDependencies": { |
|
"lightningcss-android-arm64": "1.30.2", |
|
"lightningcss-darwin-arm64": "1.30.2", |
|
"lightningcss-darwin-x64": "1.30.2", |
|
"lightningcss-freebsd-x64": "1.30.2", |
|
"lightningcss-linux-arm-gnueabihf": "1.30.2", |
|
"lightningcss-linux-arm64-gnu": "1.30.2", |
|
"lightningcss-linux-arm64-musl": "1.30.2", |
|
"lightningcss-linux-x64-gnu": "1.30.2", |
|
"lightningcss-linux-x64-musl": "1.30.2", |
|
"lightningcss-win32-arm64-msvc": "1.30.2", |
|
"lightningcss-win32-x64-msvc": "1.30.2" |
|
} |
|
}, |
|
"node_modules/lightningcss-android-arm64": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz", |
|
"integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MPL-2.0", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/lightningcss-darwin-arm64": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz", |
|
"integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MPL-2.0", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/lightningcss-darwin-x64": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz", |
|
"integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MPL-2.0", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/lightningcss-freebsd-x64": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz", |
|
"integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MPL-2.0", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
], |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/lightningcss-linux-arm-gnueabihf": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz", |
|
"integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"license": "MPL-2.0", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/lightningcss-linux-arm64-gnu": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz", |
|
"integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MPL-2.0", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/lightningcss-linux-arm64-musl": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz", |
|
"integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MPL-2.0", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/lightningcss-linux-x64-gnu": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz", |
|
"integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MPL-2.0", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/lightningcss-linux-x64-musl": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz", |
|
"integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MPL-2.0", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/lightningcss-win32-arm64-msvc": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz", |
|
"integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MPL-2.0", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/lightningcss-win32-x64-msvc": { |
|
"version": "1.30.2", |
|
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz", |
|
"integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MPL-2.0", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">= 12.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/parcel" |
|
} |
|
}, |
|
"node_modules/lilconfig": { |
|
"version": "3.1.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antonk52" |
|
} |
|
}, |
|
"node_modules/locate-character": { |
|
"version": "3.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/locate-path": { |
|
"version": "6.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"p-locate": "^5.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/lodash.castarray": { |
|
"version": "4.4.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/lodash.isplainobject": { |
|
"version": "4.0.6", |
|
"license": "MIT" |
|
}, |
|
"node_modules/lodash.merge": { |
|
"version": "4.6.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/loupe": { |
|
"version": "3.2.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/magic-string": { |
|
"version": "0.30.21", |
|
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", |
|
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/sourcemap-codec": "^1.5.5" |
|
} |
|
}, |
|
"node_modules/math-intrinsics": { |
|
"version": "1.1.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/mini-svg-data-uri": { |
|
"version": "1.4.4", |
|
"license": "MIT", |
|
"bin": { |
|
"mini-svg-data-uri": "cli.js" |
|
} |
|
}, |
|
"node_modules/minimatch": { |
|
"version": "3.1.2", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^1.1.7" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
} |
|
}, |
|
"node_modules/minimist": { |
|
"version": "1.2.8", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/mri": { |
|
"version": "1.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/mrmime": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/ms": { |
|
"version": "2.1.3", |
|
"license": "MIT" |
|
}, |
|
"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/natural-compare": { |
|
"version": "1.4.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/neo-async": { |
|
"version": "2.6.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/node-emoji": { |
|
"version": "2.2.0", |
|
"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-releases": { |
|
"version": "2.0.19", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/normalize-path": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"optional": true, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/normalize-range": { |
|
"version": "0.1.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/nostr-tools": { |
|
"version": "2.15.2", |
|
"license": "Unlicense", |
|
"peer": true, |
|
"dependencies": { |
|
"@noble/ciphers": "^0.5.1", |
|
"@noble/curves": "1.2.0", |
|
"@noble/hashes": "1.3.1", |
|
"@scure/base": "1.1.1", |
|
"@scure/bip32": "1.3.1", |
|
"@scure/bip39": "1.2.1", |
|
"nostr-wasm": "0.1.0" |
|
}, |
|
"peerDependencies": { |
|
"typescript": ">=5.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"typescript": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/nostr-tools/node_modules/@noble/curves": { |
|
"version": "1.2.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@noble/hashes": "1.3.2" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/nostr-tools/node_modules/@noble/curves/node_modules/@noble/hashes": { |
|
"version": "1.3.2", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 16" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/nostr-tools/node_modules/@noble/hashes": { |
|
"version": "1.3.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 16" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/nostr-tools/node_modules/@scure/base": { |
|
"version": "1.1.1", |
|
"funding": [ |
|
{ |
|
"type": "individual", |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
], |
|
"license": "MIT" |
|
}, |
|
"node_modules/nostr-wasm": { |
|
"version": "0.1.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/nunjucks": { |
|
"version": "3.2.4", |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"a-sync-waterfall": "^1.0.0", |
|
"asap": "^2.0.3", |
|
"commander": "^5.1.0" |
|
}, |
|
"bin": { |
|
"nunjucks-precompile": "bin/precompile" |
|
}, |
|
"engines": { |
|
"node": ">= 6.9.0" |
|
}, |
|
"peerDependencies": { |
|
"chokidar": "^3.3.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"chokidar": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/nunjucks/node_modules/commander": { |
|
"version": "5.1.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/object-assign": { |
|
"version": "4.1.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/once": { |
|
"version": "1.4.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"wrappy": "1" |
|
} |
|
}, |
|
"node_modules/optionator": { |
|
"version": "0.9.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"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/p-limit": { |
|
"version": "3.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"yocto-queue": "^0.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/p-locate": { |
|
"version": "5.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"p-limit": "^3.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/p-try": { |
|
"version": "2.2.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/parent-module": { |
|
"version": "1.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"callsites": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/path-exists": { |
|
"version": "4.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/path-key": { |
|
"version": "3.1.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/path-parse": { |
|
"version": "1.0.7", |
|
"license": "MIT" |
|
}, |
|
"node_modules/pathe": { |
|
"version": "2.0.3", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/pathval": { |
|
"version": "2.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 14.16" |
|
} |
|
}, |
|
"node_modules/picocolors": { |
|
"version": "1.1.1", |
|
"license": "ISC" |
|
}, |
|
"node_modules/picomatch": { |
|
"version": "4.0.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
} |
|
}, |
|
"node_modules/plantuml-encoder": { |
|
"version": "1.4.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/playwright": { |
|
"version": "1.55.0", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"playwright-core": "1.55.0" |
|
}, |
|
"bin": { |
|
"playwright": "cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"optionalDependencies": { |
|
"fsevents": "2.3.2" |
|
} |
|
}, |
|
"node_modules/playwright-core": { |
|
"version": "1.55.0", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"bin": { |
|
"playwright-core": "cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/playwright/node_modules/fsevents": { |
|
"version": "2.3.2", |
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", |
|
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", |
|
"dev": true, |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
|
} |
|
}, |
|
"node_modules/pngjs": { |
|
"version": "5.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10.13.0" |
|
} |
|
}, |
|
"node_modules/postcss": { |
|
"version": "8.5.6", |
|
"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", |
|
"peer": true, |
|
"dependencies": { |
|
"nanoid": "^3.3.11", |
|
"picocolors": "^1.1.1", |
|
"source-map-js": "^1.2.1" |
|
}, |
|
"engines": { |
|
"node": "^10 || ^12 || >=14" |
|
} |
|
}, |
|
"node_modules/postcss-load-config": { |
|
"version": "6.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/postcss/" |
|
}, |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"lilconfig": "^3.1.1" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
}, |
|
"peerDependencies": { |
|
"jiti": ">=1.21.0", |
|
"postcss": ">=8.0.9", |
|
"tsx": "^4.8.1", |
|
"yaml": "^2.4.2" |
|
}, |
|
"peerDependenciesMeta": { |
|
"jiti": { |
|
"optional": true |
|
}, |
|
"postcss": { |
|
"optional": true |
|
}, |
|
"tsx": { |
|
"optional": true |
|
}, |
|
"yaml": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/postcss-safe-parser": { |
|
"version": "7.0.1", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/postcss/" |
|
}, |
|
{ |
|
"type": "tidelift", |
|
"url": "https://tidelift.com/funding/github/npm/postcss-safe-parser" |
|
}, |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.31" |
|
} |
|
}, |
|
"node_modules/postcss-scss": { |
|
"version": "4.0.9", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/postcss/" |
|
}, |
|
{ |
|
"type": "tidelift", |
|
"url": "https://tidelift.com/funding/github/npm/postcss-scss" |
|
}, |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.29" |
|
} |
|
}, |
|
"node_modules/postcss-selector-parser": { |
|
"version": "6.0.10", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cssesc": "^3.0.0", |
|
"util-deprecate": "^1.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/postcss-value-parser": { |
|
"version": "4.2.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/prelude-ls": { |
|
"version": "1.2.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/prettier": { |
|
"version": "3.6.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"bin": { |
|
"prettier": "bin/prettier.cjs" |
|
}, |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/prettier/prettier?sponsor=1" |
|
} |
|
}, |
|
"node_modules/prettier-plugin-svelte": { |
|
"version": "3.4.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"prettier": "^3.0.0", |
|
"svelte": "^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0" |
|
} |
|
}, |
|
"node_modules/promise": { |
|
"version": "7.3.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"asap": "~2.0.3" |
|
} |
|
}, |
|
"node_modules/pug": { |
|
"version": "3.0.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"pug-code-gen": "^3.0.3", |
|
"pug-filters": "^4.0.0", |
|
"pug-lexer": "^5.0.1", |
|
"pug-linker": "^4.0.0", |
|
"pug-load": "^3.0.0", |
|
"pug-parser": "^6.0.0", |
|
"pug-runtime": "^3.0.1", |
|
"pug-strip-comments": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/pug-attrs": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"constantinople": "^4.0.1", |
|
"js-stringify": "^1.0.2", |
|
"pug-runtime": "^3.0.0" |
|
} |
|
}, |
|
"node_modules/pug-code-gen": { |
|
"version": "3.0.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"constantinople": "^4.0.1", |
|
"doctypes": "^1.1.0", |
|
"js-stringify": "^1.0.2", |
|
"pug-attrs": "^3.0.0", |
|
"pug-error": "^2.1.0", |
|
"pug-runtime": "^3.0.1", |
|
"void-elements": "^3.1.0", |
|
"with": "^7.0.0" |
|
} |
|
}, |
|
"node_modules/pug-error": { |
|
"version": "2.1.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/pug-filters": { |
|
"version": "4.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"constantinople": "^4.0.1", |
|
"jstransformer": "1.0.0", |
|
"pug-error": "^2.0.0", |
|
"pug-walk": "^2.0.0", |
|
"resolve": "^1.15.1" |
|
} |
|
}, |
|
"node_modules/pug-lexer": { |
|
"version": "5.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"character-parser": "^2.2.0", |
|
"is-expression": "^4.0.0", |
|
"pug-error": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/pug-linker": { |
|
"version": "4.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"pug-error": "^2.0.0", |
|
"pug-walk": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/pug-load": { |
|
"version": "3.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"object-assign": "^4.1.1", |
|
"pug-walk": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/pug-parser": { |
|
"version": "6.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"pug-error": "^2.0.0", |
|
"token-stream": "1.0.0" |
|
} |
|
}, |
|
"node_modules/pug-runtime": { |
|
"version": "3.0.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/pug-strip-comments": { |
|
"version": "2.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"pug-error": "^2.0.0" |
|
} |
|
}, |
|
"node_modules/pug-walk": { |
|
"version": "2.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/punycode": { |
|
"version": "2.3.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/qrcode": { |
|
"version": "1.5.4", |
|
"license": "MIT", |
|
"dependencies": { |
|
"dijkstrajs": "^1.0.1", |
|
"pngjs": "^5.0.0", |
|
"yargs": "^15.3.1" |
|
}, |
|
"bin": { |
|
"qrcode": "bin/qrcode" |
|
}, |
|
"engines": { |
|
"node": ">=10.13.0" |
|
} |
|
}, |
|
"node_modules/qrcode/node_modules/cliui": { |
|
"version": "6.0.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"string-width": "^4.2.0", |
|
"strip-ansi": "^6.0.0", |
|
"wrap-ansi": "^6.2.0" |
|
} |
|
}, |
|
"node_modules/qrcode/node_modules/find-up": { |
|
"version": "4.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"locate-path": "^5.0.0", |
|
"path-exists": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/qrcode/node_modules/locate-path": { |
|
"version": "5.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"p-locate": "^4.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/qrcode/node_modules/p-limit": { |
|
"version": "2.3.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"p-try": "^2.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/qrcode/node_modules/p-locate": { |
|
"version": "4.1.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"p-limit": "^2.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/qrcode/node_modules/wrap-ansi": { |
|
"version": "6.2.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-styles": "^4.0.0", |
|
"string-width": "^4.1.0", |
|
"strip-ansi": "^6.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/qrcode/node_modules/y18n": { |
|
"version": "4.0.3", |
|
"license": "ISC" |
|
}, |
|
"node_modules/qrcode/node_modules/yargs": { |
|
"version": "15.4.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cliui": "^6.0.0", |
|
"decamelize": "^1.2.0", |
|
"find-up": "^4.1.0", |
|
"get-caller-file": "^2.0.1", |
|
"require-directory": "^2.1.1", |
|
"require-main-filename": "^2.0.0", |
|
"set-blocking": "^2.0.0", |
|
"string-width": "^4.2.0", |
|
"which-module": "^2.0.0", |
|
"y18n": "^4.0.0", |
|
"yargs-parser": "^18.1.2" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/qrcode/node_modules/yargs-parser": { |
|
"version": "18.1.3", |
|
"license": "ISC", |
|
"dependencies": { |
|
"camelcase": "^5.0.0", |
|
"decamelize": "^1.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/readdirp": { |
|
"version": "3.6.0", |
|
"license": "MIT", |
|
"optional": true, |
|
"dependencies": { |
|
"picomatch": "^2.2.1" |
|
}, |
|
"engines": { |
|
"node": ">=8.10.0" |
|
} |
|
}, |
|
"node_modules/readdirp/node_modules/picomatch": { |
|
"version": "2.3.1", |
|
"license": "MIT", |
|
"optional": true, |
|
"engines": { |
|
"node": ">=8.6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
} |
|
}, |
|
"node_modules/require-directory": { |
|
"version": "2.1.1", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/require-main-filename": { |
|
"version": "2.0.0", |
|
"license": "ISC" |
|
}, |
|
"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": "4.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/robust-predicates": { |
|
"version": "3.0.2", |
|
"license": "Unlicense" |
|
}, |
|
"node_modules/rollup": { |
|
"version": "4.46.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@types/estree": "1.0.8" |
|
}, |
|
"bin": { |
|
"rollup": "dist/bin/rollup" |
|
}, |
|
"engines": { |
|
"node": ">=18.0.0", |
|
"npm": ">=8.0.0" |
|
}, |
|
"optionalDependencies": { |
|
"@rollup/rollup-android-arm-eabi": "4.46.4", |
|
"@rollup/rollup-android-arm64": "4.46.4", |
|
"@rollup/rollup-darwin-arm64": "4.46.4", |
|
"@rollup/rollup-darwin-x64": "4.46.4", |
|
"@rollup/rollup-freebsd-arm64": "4.46.4", |
|
"@rollup/rollup-freebsd-x64": "4.46.4", |
|
"@rollup/rollup-linux-arm-gnueabihf": "4.46.4", |
|
"@rollup/rollup-linux-arm-musleabihf": "4.46.4", |
|
"@rollup/rollup-linux-arm64-gnu": "4.46.4", |
|
"@rollup/rollup-linux-arm64-musl": "4.46.4", |
|
"@rollup/rollup-linux-loongarch64-gnu": "4.46.4", |
|
"@rollup/rollup-linux-ppc64-gnu": "4.46.4", |
|
"@rollup/rollup-linux-riscv64-gnu": "4.46.4", |
|
"@rollup/rollup-linux-riscv64-musl": "4.46.4", |
|
"@rollup/rollup-linux-s390x-gnu": "4.46.4", |
|
"@rollup/rollup-linux-x64-gnu": "4.46.4", |
|
"@rollup/rollup-linux-x64-musl": "4.46.4", |
|
"@rollup/rollup-win32-arm64-msvc": "4.46.4", |
|
"@rollup/rollup-win32-ia32-msvc": "4.46.4", |
|
"@rollup/rollup-win32-x64-msvc": "4.46.4", |
|
"fsevents": "~2.3.2" |
|
} |
|
}, |
|
"node_modules/rw": { |
|
"version": "1.3.3", |
|
"license": "BSD-3-Clause" |
|
}, |
|
"node_modules/sade": { |
|
"version": "1.8.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"mri": "^1.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/safer-buffer": { |
|
"version": "2.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/semver": { |
|
"version": "7.7.2", |
|
"dev": true, |
|
"license": "ISC", |
|
"bin": { |
|
"semver": "bin/semver.js" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/set-blocking": { |
|
"version": "2.0.0", |
|
"license": "ISC" |
|
}, |
|
"node_modules/set-cookie-parser": { |
|
"version": "2.7.1", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/shebang-command": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"shebang-regex": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/shebang-regex": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/siginfo": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/sirv": { |
|
"version": "3.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@polka/url": "^1.0.0-next.24", |
|
"mrmime": "^2.0.0", |
|
"totalist": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/skin-tone": { |
|
"version": "2.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"unicode-emoji-modifier-base": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/source-map": { |
|
"version": "0.6.1", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/source-map-js": { |
|
"version": "1.2.1", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/stackback": { |
|
"version": "0.0.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/std-env": { |
|
"version": "3.9.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"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/strip-ansi": { |
|
"version": "6.0.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/strip-json-comments": { |
|
"version": "3.1.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/strip-literal": { |
|
"version": "3.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"js-tokens": "^9.0.1" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antfu" |
|
} |
|
}, |
|
"node_modules/style-mod": { |
|
"version": "4.1.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/supports-color": { |
|
"version": "7.2.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"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/svelte": { |
|
"version": "5.38.2", |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@jridgewell/remapping": "^2.3.4", |
|
"@jridgewell/sourcemap-codec": "^1.5.0", |
|
"@sveltejs/acorn-typescript": "^1.0.5", |
|
"@types/estree": "^1.0.5", |
|
"acorn": "^8.12.1", |
|
"aria-query": "^5.3.1", |
|
"axobject-query": "^4.1.0", |
|
"clsx": "^2.1.1", |
|
"esm-env": "^1.2.1", |
|
"esrap": "^2.1.0", |
|
"is-reference": "^3.0.3", |
|
"locate-character": "^3.0.0", |
|
"magic-string": "^0.30.11", |
|
"zimmerframe": "^1.1.2" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/svelte-check": { |
|
"version": "4.3.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/trace-mapping": "^0.3.25", |
|
"chokidar": "^4.0.1", |
|
"fdir": "^6.2.0", |
|
"picocolors": "^1.0.0", |
|
"sade": "^1.7.4" |
|
}, |
|
"bin": { |
|
"svelte-check": "bin/svelte-check" |
|
}, |
|
"engines": { |
|
"node": ">= 18.0.0" |
|
}, |
|
"peerDependencies": { |
|
"svelte": "^4.0.0 || ^5.0.0-next.0", |
|
"typescript": ">=5.0.0" |
|
} |
|
}, |
|
"node_modules/svelte-check/node_modules/chokidar": { |
|
"version": "4.0.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"readdirp": "^4.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 14.16.0" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/svelte-check/node_modules/readdirp": { |
|
"version": "4.1.2", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 14.18.0" |
|
}, |
|
"funding": { |
|
"type": "individual", |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/svelte-eslint-parser": { |
|
"version": "1.3.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"eslint-scope": "^8.2.0", |
|
"eslint-visitor-keys": "^4.0.0", |
|
"espree": "^10.0.0", |
|
"postcss": "^8.4.49", |
|
"postcss-scss": "^4.0.9", |
|
"postcss-selector-parser": "^7.0.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ota-meshi" |
|
}, |
|
"peerDependencies": { |
|
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"svelte": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/svelte-eslint-parser/node_modules/postcss-selector-parser": { |
|
"version": "7.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"cssesc": "^3.0.0", |
|
"util-deprecate": "^1.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/svelte/node_modules/is-reference": { |
|
"version": "3.0.3", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/estree": "^1.0.6" |
|
} |
|
}, |
|
"node_modules/tailwind-merge": { |
|
"version": "3.3.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/dcastil" |
|
} |
|
}, |
|
"node_modules/tailwind-variants": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-2.0.1.tgz", |
|
"integrity": "sha512-1wt8c4PWO3jbZcKGBrjIV8cehWarREw1C2os0k8Mcq0nof/CbafNhUUjb0LRWiiRfAvDK6v1deswtHLsygKglw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=16.x", |
|
"pnpm": ">=7.x" |
|
}, |
|
"peerDependencies": { |
|
"tailwind-merge": ">=3.0.0", |
|
"tailwindcss": "*" |
|
}, |
|
"peerDependenciesMeta": { |
|
"tailwind-merge": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/tailwindcss": { |
|
"version": "4.1.16", |
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", |
|
"integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", |
|
"license": "MIT", |
|
"peer": true |
|
}, |
|
"node_modules/tapable": { |
|
"version": "2.3.0", |
|
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", |
|
"integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/webpack" |
|
} |
|
}, |
|
"node_modules/tinybench": { |
|
"version": "2.9.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/tinyexec": { |
|
"version": "0.3.2", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/tinyglobby": { |
|
"version": "0.2.14", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"fdir": "^6.4.4", |
|
"picomatch": "^4.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=12.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/SuperchupuDev" |
|
} |
|
}, |
|
"node_modules/tinypool": { |
|
"version": "1.1.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.0.0 || >=20.0.0" |
|
} |
|
}, |
|
"node_modules/tinyrainbow": { |
|
"version": "2.0.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/tinyspy": { |
|
"version": "4.0.3", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/to-regex-range": { |
|
"version": "5.0.1", |
|
"license": "MIT", |
|
"optional": true, |
|
"dependencies": { |
|
"is-number": "^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8.0" |
|
} |
|
}, |
|
"node_modules/token-stream": { |
|
"version": "1.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/totalist": { |
|
"version": "3.0.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/tseep": { |
|
"version": "1.3.1", |
|
"license": "MIT" |
|
}, |
|
"node_modules/tslib": { |
|
"version": "2.8.1", |
|
"devOptional": true, |
|
"license": "0BSD" |
|
}, |
|
"node_modules/type-check": { |
|
"version": "0.4.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"prelude-ls": "^1.2.1" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/typescript": { |
|
"version": "5.9.2", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"bin": { |
|
"tsc": "bin/tsc", |
|
"tsserver": "bin/tsserver" |
|
}, |
|
"engines": { |
|
"node": ">=14.17" |
|
} |
|
}, |
|
"node_modules/typescript-lru-cache": { |
|
"version": "2.0.0", |
|
"license": "MIT" |
|
}, |
|
"node_modules/uglify-js": { |
|
"version": "3.19.3", |
|
"license": "BSD-2-Clause", |
|
"optional": true, |
|
"bin": { |
|
"uglifyjs": "bin/uglifyjs" |
|
}, |
|
"engines": { |
|
"node": ">=0.8.0" |
|
} |
|
}, |
|
"node_modules/undici-types": { |
|
"version": "7.10.0", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/unicode-emoji-modifier-base": { |
|
"version": "1.0.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/unxhr": { |
|
"version": "1.2.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8.11" |
|
} |
|
}, |
|
"node_modules/update-browserslist-db": { |
|
"version": "1.1.3", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/browserslist" |
|
}, |
|
{ |
|
"type": "tidelift", |
|
"url": "https://tidelift.com/funding/github/npm/browserslist" |
|
}, |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"escalade": "^3.2.0", |
|
"picocolors": "^1.1.1" |
|
}, |
|
"bin": { |
|
"update-browserslist-db": "cli.js" |
|
}, |
|
"peerDependencies": { |
|
"browserslist": ">= 4.21.0" |
|
} |
|
}, |
|
"node_modules/uri-js": { |
|
"version": "4.4.1", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"punycode": "^2.1.0" |
|
} |
|
}, |
|
"node_modules/util-deprecate": { |
|
"version": "1.0.2", |
|
"license": "MIT" |
|
}, |
|
"node_modules/vite": { |
|
"version": "6.3.5", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"esbuild": "^0.25.0", |
|
"fdir": "^6.4.4", |
|
"picomatch": "^4.0.2", |
|
"postcss": "^8.5.3", |
|
"rollup": "^4.34.9", |
|
"tinyglobby": "^0.2.13" |
|
}, |
|
"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-node": { |
|
"version": "3.2.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"cac": "^6.7.14", |
|
"debug": "^4.4.1", |
|
"es-module-lexer": "^1.7.0", |
|
"pathe": "^2.0.3", |
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.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/node_modules/fsevents": { |
|
"dev": true, |
|
"optional": true |
|
}, |
|
"node_modules/vitefu": { |
|
"version": "1.1.1", |
|
"dev": true, |
|
"license": "MIT", |
|
"workspaces": [ |
|
"tests/deps/*", |
|
"tests/projects/*", |
|
"tests/projects/workspace/packages/*" |
|
], |
|
"peerDependencies": { |
|
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"vite": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/vitest": { |
|
"version": "3.2.4", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/chai": "^5.2.2", |
|
"@vitest/expect": "3.2.4", |
|
"@vitest/mocker": "3.2.4", |
|
"@vitest/pretty-format": "^3.2.4", |
|
"@vitest/runner": "3.2.4", |
|
"@vitest/snapshot": "3.2.4", |
|
"@vitest/spy": "3.2.4", |
|
"@vitest/utils": "3.2.4", |
|
"chai": "^5.2.0", |
|
"debug": "^4.4.1", |
|
"expect-type": "^1.2.1", |
|
"magic-string": "^0.30.17", |
|
"pathe": "^2.0.3", |
|
"picomatch": "^4.0.2", |
|
"std-env": "^3.9.0", |
|
"tinybench": "^2.9.0", |
|
"tinyexec": "^0.3.2", |
|
"tinyglobby": "^0.2.14", |
|
"tinypool": "^1.1.1", |
|
"tinyrainbow": "^2.0.0", |
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0", |
|
"vite-node": "3.2.4", |
|
"why-is-node-running": "^2.3.0" |
|
}, |
|
"bin": { |
|
"vitest": "vitest.mjs" |
|
}, |
|
"engines": { |
|
"node": "^18.0.0 || ^20.0.0 || >=22.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/vitest" |
|
}, |
|
"peerDependencies": { |
|
"@edge-runtime/vm": "*", |
|
"@types/debug": "^4.1.12", |
|
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", |
|
"@vitest/browser": "3.2.4", |
|
"@vitest/ui": "3.2.4", |
|
"happy-dom": "*", |
|
"jsdom": "*" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@edge-runtime/vm": { |
|
"optional": true |
|
}, |
|
"@types/debug": { |
|
"optional": true |
|
}, |
|
"@types/node": { |
|
"optional": true |
|
}, |
|
"@vitest/browser": { |
|
"optional": true |
|
}, |
|
"@vitest/ui": { |
|
"optional": true |
|
}, |
|
"happy-dom": { |
|
"optional": true |
|
}, |
|
"jsdom": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/void-elements": { |
|
"version": "3.1.0", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/w3c-keyname": { |
|
"version": "2.2.8", |
|
"license": "MIT" |
|
}, |
|
"node_modules/which": { |
|
"version": "2.0.2", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"isexe": "^2.0.0" |
|
}, |
|
"bin": { |
|
"node-which": "bin/node-which" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/which-module": { |
|
"version": "2.0.1", |
|
"license": "ISC" |
|
}, |
|
"node_modules/why-is-node-running": { |
|
"version": "2.3.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"siginfo": "^2.0.0", |
|
"stackback": "0.0.2" |
|
}, |
|
"bin": { |
|
"why-is-node-running": "cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/with": { |
|
"version": "7.0.2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.9.6", |
|
"@babel/types": "^7.9.6", |
|
"assert-never": "^1.2.1", |
|
"babel-walk": "3.0.0-canary-5" |
|
}, |
|
"engines": { |
|
"node": ">= 10.0.0" |
|
} |
|
}, |
|
"node_modules/word-wrap": { |
|
"version": "1.2.5", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/wordwrap": { |
|
"version": "1.0.0", |
|
"license": "MIT" |
|
}, |
|
"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/wrappy": { |
|
"version": "1.0.2", |
|
"license": "ISC" |
|
}, |
|
"node_modules/y18n": { |
|
"version": "5.0.8", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/yaml": { |
|
"version": "2.8.1", |
|
"dev": true, |
|
"license": "ISC", |
|
"peer": true, |
|
"bin": { |
|
"yaml": "bin.mjs" |
|
}, |
|
"engines": { |
|
"node": ">= 14.6" |
|
} |
|
}, |
|
"node_modules/yargs": { |
|
"version": "17.3.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cliui": "^7.0.2", |
|
"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.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/yargs-parser": { |
|
"version": "21.1.1", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/yocto-queue": { |
|
"version": "0.1.0", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/zimmerframe": { |
|
"version": "1.1.2", |
|
"license": "MIT" |
|
} |
|
} |
|
}
|
|
|