2024-07-10 19:11:07 +00:00
{
"name" : "transfer-fe" ,
"version" : "0.1.0" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "transfer-fe" ,
"version" : "0.1.0" ,
"dependencies" : {
"@cosmjs/cosmwasm-stargate" : "^0.32.4" ,
"@cosmwasm/ts-codegen" : "^1.11.1" ,
"eciesjs" : "^0.4.7" ,
"lodash" : "^4.17.21" ,
"next" : "^15.0.0-rc.0" ,
"react" : "^19.0.0-rc-f994737d14-20240522" ,
"react-dom" : "^19.0.0-rc-f994737d14-20240522" ,
"tailwind-merge" : "^2.3.0" ,
"zod" : "^3.23.8"
} ,
"devDependencies" : {
"@keplr-wallet/types" : "0.12.103" ,
"@netlify/plugin-nextjs" : "^5.3.3" ,
"@tailwindcss/forms" : "^0.5.7" ,
"@tailwindcss/typography" : "^0.5.13" ,
"@types/lodash" : "^4.17.5" ,
"@types/node" : "^20" ,
"@types/react" : "npm:types-react@rc" ,
"@types/react-dom" : "npm:types-react-dom@rc" ,
"babel-plugin-react-compiler" : "0.0.0-experimental-696af53-20240625" ,
"eslint" : "^8" ,
"eslint-plugin-react-compiler" : "^0.0.0" ,
"postcss" : "^8" ,
"prettier" : "^3.3.2" ,
"prettier-plugin-tailwindcss" : "^0.6.5" ,
"tailwindcss" : "^3.4.4" ,
"tiny-invariant" : "^1.3.3" ,
"typescript" : "^5"
}
} ,
"node_modules/@alloc/quick-lru" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz" ,
"integrity" : "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@babel/code-frame" : {
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz" ,
"integrity" : "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/highlight" : "^7.24.7" ,
"picocolors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/generator" : {
"version" : "7.24.4" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.24.4.tgz" ,
"integrity" : "sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/types" : "^7.24.0" ,
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25" ,
"jsesc" : "^2.5.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-environment-visitor" : {
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz" ,
"integrity" : "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/types" : "^7.24.7"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-environment-visitor/node_modules/@babel/types" : {
2024-08-08 10:25:56 +00:00
"version" : "7.24.9" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz" ,
"integrity" : "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==" ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
2024-08-08 10:25:56 +00:00
"@babel/helper-string-parser" : "^7.24.8" ,
2024-07-10 19:11:07 +00:00
"@babel/helper-validator-identifier" : "^7.24.7" ,
"to-fast-properties" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-function-name" : {
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz" ,
"integrity" : "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/template" : "^7.24.7" ,
"@babel/types" : "^7.24.7"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-function-name/node_modules/@babel/types" : {
2024-08-08 10:25:56 +00:00
"version" : "7.24.9" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz" ,
"integrity" : "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==" ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
2024-08-08 10:25:56 +00:00
"@babel/helper-string-parser" : "^7.24.8" ,
2024-07-10 19:11:07 +00:00
"@babel/helper-validator-identifier" : "^7.24.7" ,
"to-fast-properties" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-hoist-variables" : {
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz" ,
"integrity" : "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/types" : "^7.24.7"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-hoist-variables/node_modules/@babel/types" : {
2024-08-08 10:25:56 +00:00
"version" : "7.24.9" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz" ,
"integrity" : "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==" ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
2024-08-08 10:25:56 +00:00
"@babel/helper-string-parser" : "^7.24.8" ,
2024-07-10 19:11:07 +00:00
"@babel/helper-validator-identifier" : "^7.24.7" ,
"to-fast-properties" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-split-export-declaration" : {
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz" ,
"integrity" : "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/types" : "^7.24.7"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-split-export-declaration/node_modules/@babel/types" : {
2024-08-08 10:25:56 +00:00
"version" : "7.24.9" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz" ,
"integrity" : "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==" ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
2024-08-08 10:25:56 +00:00
"@babel/helper-string-parser" : "^7.24.8" ,
2024-07-10 19:11:07 +00:00
"@babel/helper-validator-identifier" : "^7.24.7" ,
"to-fast-properties" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-string-parser" : {
2024-08-08 10:25:56 +00:00
"version" : "7.24.8" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz" ,
"integrity" : "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==" ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz" ,
"integrity" : "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/highlight" : {
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz" ,
"integrity" : "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.24.7" ,
"chalk" : "^2.4.2" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/parser" : {
2024-08-08 10:25:56 +00:00
"version" : "7.24.8" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz" ,
"integrity" : "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==" ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@babel/runtime" : {
2024-08-08 10:25:56 +00:00
"version" : "7.24.8" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz" ,
"integrity" : "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==" ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"regenerator-runtime" : "^0.14.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/template" : {
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz" ,
"integrity" : "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/code-frame" : "^7.24.7" ,
"@babel/parser" : "^7.24.7" ,
"@babel/types" : "^7.24.7"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/template/node_modules/@babel/types" : {
2024-08-08 10:25:56 +00:00
"version" : "7.24.9" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz" ,
"integrity" : "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==" ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
2024-08-08 10:25:56 +00:00
"@babel/helper-string-parser" : "^7.24.8" ,
2024-07-10 19:11:07 +00:00
"@babel/helper-validator-identifier" : "^7.24.7" ,
"to-fast-properties" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz" ,
"integrity" : "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/code-frame" : "^7.24.1" ,
"@babel/generator" : "^7.24.1" ,
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-function-name" : "^7.23.0" ,
"@babel/helper-hoist-variables" : "^7.22.5" ,
"@babel/helper-split-export-declaration" : "^7.22.6" ,
"@babel/parser" : "^7.24.1" ,
"@babel/types" : "^7.24.0" ,
"debug" : "^4.3.1" ,
"globals" : "^11.1.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/types" : {
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz" ,
"integrity" : "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/helper-string-parser" : "^7.23.4" ,
"@babel/helper-validator-identifier" : "^7.22.20" ,
"to-fast-properties" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@confio/ics23" : {
"version" : "0.6.8" ,
"resolved" : "https://registry.npmjs.org/@confio/ics23/-/ics23-0.6.8.tgz" ,
"integrity" : "sha512-wB6uo+3A50m0sW/EWcU64xpV/8wShZ6bMTa7pF8eYsTrSkQA7oLUIJcs/wb8g4y2Oyq701BaGiO6n/ak5WXO1w==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@noble/hashes" : "^1.0.0" ,
"protobufjs" : "^6.8.8"
}
} ,
"node_modules/@cosmjs/amino" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/amino/-/amino-0.32.4.tgz" ,
"integrity" : "sha512-zKYOt6hPy8obIFtLie/xtygCkH9ZROiQ12UHfKsOkWaZfPQUvVbtgmu6R4Kn1tFLI/SRkw7eqhaogmW/3NYu/Q==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@cosmjs/crypto" : "^0.32.4" ,
"@cosmjs/encoding" : "^0.32.4" ,
"@cosmjs/math" : "^0.32.4" ,
"@cosmjs/utils" : "^0.32.4"
}
} ,
"node_modules/@cosmjs/cosmwasm-stargate" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/cosmwasm-stargate/-/cosmwasm-stargate-0.32.4.tgz" ,
"integrity" : "sha512-Fuo9BGEiB+POJ5WeRyBGuhyKR1ordvxZGLPuPosFJOH9U0gKMgcjwKMCgAlWFkMlHaTB+tNdA8AifWiHrI7VgA==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@cosmjs/amino" : "^0.32.4" ,
"@cosmjs/crypto" : "^0.32.4" ,
"@cosmjs/encoding" : "^0.32.4" ,
"@cosmjs/math" : "^0.32.4" ,
"@cosmjs/proto-signing" : "^0.32.4" ,
"@cosmjs/stargate" : "^0.32.4" ,
"@cosmjs/tendermint-rpc" : "^0.32.4" ,
"@cosmjs/utils" : "^0.32.4" ,
"cosmjs-types" : "^0.9.0" ,
"pako" : "^2.0.2"
}
} ,
"node_modules/@cosmjs/crypto" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/crypto/-/crypto-0.32.4.tgz" ,
"integrity" : "sha512-zicjGU051LF1V9v7bp8p7ovq+VyC91xlaHdsFOTo2oVry3KQikp8L/81RkXmUIT8FxMwdx1T7DmFwVQikcSDIw==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@cosmjs/encoding" : "^0.32.4" ,
"@cosmjs/math" : "^0.32.4" ,
"@cosmjs/utils" : "^0.32.4" ,
"@noble/hashes" : "^1" ,
"bn.js" : "^5.2.0" ,
"elliptic" : "^6.5.4" ,
"libsodium-wrappers-sumo" : "^0.7.11"
}
} ,
"node_modules/@cosmjs/encoding" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.32.4.tgz" ,
"integrity" : "sha512-tjvaEy6ZGxJchiizzTn7HVRiyTg1i4CObRRaTRPknm5EalE13SV+TCHq38gIDfyUeden4fCuaBVEdBR5+ti7Hw==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"base64-js" : "^1.3.0" ,
"bech32" : "^1.1.4" ,
"readonly-date" : "^1.0.0"
}
} ,
"node_modules/@cosmjs/json-rpc" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/json-rpc/-/json-rpc-0.32.4.tgz" ,
"integrity" : "sha512-/jt4mBl7nYzfJ2J/VJ+r19c92mUKF0Lt0JxM3MXEJl7wlwW5haHAWtzRujHkyYMXOwIR+gBqT2S0vntXVBRyhQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@cosmjs/stream" : "^0.32.4" ,
"xstream" : "^11.14.0"
}
} ,
"node_modules/@cosmjs/math" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/math/-/math-0.32.4.tgz" ,
"integrity" : "sha512-++dqq2TJkoB8zsPVYCvrt88oJWsy1vMOuSOKcdlnXuOA/ASheTJuYy4+oZlTQ3Fr8eALDLGGPhJI02W2HyAQaw==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"bn.js" : "^5.2.0"
}
} ,
"node_modules/@cosmjs/proto-signing" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/proto-signing/-/proto-signing-0.32.4.tgz" ,
"integrity" : "sha512-QdyQDbezvdRI4xxSlyM1rSVBO2st5sqtbEIl3IX03uJ7YiZIQHyv6vaHVf1V4mapusCqguiHJzm4N4gsFdLBbQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@cosmjs/amino" : "^0.32.4" ,
"@cosmjs/crypto" : "^0.32.4" ,
"@cosmjs/encoding" : "^0.32.4" ,
"@cosmjs/math" : "^0.32.4" ,
"@cosmjs/utils" : "^0.32.4" ,
"cosmjs-types" : "^0.9.0"
}
} ,
"node_modules/@cosmjs/socket" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/socket/-/socket-0.32.4.tgz" ,
"integrity" : "sha512-davcyYziBhkzfXQTu1l5NrpDYv0K9GekZCC9apBRvL1dvMc9F/ygM7iemHjUA+z8tJkxKxrt/YPjJ6XNHzLrkw==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@cosmjs/stream" : "^0.32.4" ,
"isomorphic-ws" : "^4.0.1" ,
"ws" : "^7" ,
"xstream" : "^11.14.0"
}
} ,
"node_modules/@cosmjs/stargate" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/stargate/-/stargate-0.32.4.tgz" ,
"integrity" : "sha512-usj08LxBSsPRq9sbpCeVdyLx2guEcOHfJS9mHGCLCXpdAPEIEQEtWLDpEUc0LEhWOx6+k/ChXTc5NpFkdrtGUQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@confio/ics23" : "^0.6.8" ,
"@cosmjs/amino" : "^0.32.4" ,
"@cosmjs/encoding" : "^0.32.4" ,
"@cosmjs/math" : "^0.32.4" ,
"@cosmjs/proto-signing" : "^0.32.4" ,
"@cosmjs/stream" : "^0.32.4" ,
"@cosmjs/tendermint-rpc" : "^0.32.4" ,
"@cosmjs/utils" : "^0.32.4" ,
"cosmjs-types" : "^0.9.0" ,
"xstream" : "^11.14.0"
}
} ,
"node_modules/@cosmjs/stream" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/stream/-/stream-0.32.4.tgz" ,
"integrity" : "sha512-Gih++NYHEiP+oyD4jNEUxU9antoC0pFSg+33Hpp0JlHwH0wXhtD3OOKnzSfDB7OIoEbrzLJUpEjOgpCp5Z+W3A==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"xstream" : "^11.14.0"
}
} ,
"node_modules/@cosmjs/tendermint-rpc" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/tendermint-rpc/-/tendermint-rpc-0.32.4.tgz" ,
"integrity" : "sha512-MWvUUno+4bCb/LmlMIErLypXxy7ckUuzEmpufYYYd9wgbdCXaTaO08SZzyFM5PI8UJ/0S2AmUrgWhldlbxO8mw==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@cosmjs/crypto" : "^0.32.4" ,
"@cosmjs/encoding" : "^0.32.4" ,
"@cosmjs/json-rpc" : "^0.32.4" ,
"@cosmjs/math" : "^0.32.4" ,
"@cosmjs/socket" : "^0.32.4" ,
"@cosmjs/stream" : "^0.32.4" ,
"@cosmjs/utils" : "^0.32.4" ,
"axios" : "^1.6.0" ,
"readonly-date" : "^1.0.0" ,
"xstream" : "^11.14.0"
}
} ,
"node_modules/@cosmjs/utils" : {
"version" : "0.32.4" ,
"resolved" : "https://registry.npmjs.org/@cosmjs/utils/-/utils-0.32.4.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-D1Yc+Zy8oL/hkUkFUL/bwxvuDBzRGpc4cF7/SkdhxX4iHpSLgdOuTt1mhCh9+kl6NQREy9t7SYZ6xeW5gFe60w==" ,
"license" : "Apache-2.0"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@cosmwasm/ts-codegen" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@cosmwasm/ts-codegen/-/ts-codegen-1.11.1.tgz" ,
"integrity" : "sha512-SV8FaRjqcF6NGYVDTjiBZYOdf6VNoLw8iiurgoJy4oOPIxHLJa/LsXCdGIRRJMP+SqMfCblFjqbp5S5hcIeQlg==" ,
2024-08-08 10:25:56 +00:00
"license" : "SEE LICENSE IN LICENSE" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/generator" : "7.24.4" ,
"@babel/traverse" : "7.24.1" ,
"@babel/types" : "7.24.0" ,
"@cosmwasm/ts-codegen-ast" : "^1.7.0" ,
"@cosmwasm/ts-codegen-types" : "^1.3.0" ,
"@pyramation/json-schema-to-typescript" : " 11.0.4" ,
"@types/rimraf" : "3.0.2" ,
"@types/shelljs" : "0.8.15" ,
"case" : "1.6.3" ,
"dargs" : "7.0.0" ,
"deepmerge" : "4.2.2" ,
"fuzzy" : "0.1.3" ,
"glob" : "8.0.3" ,
"inquirerer" : "0.1.3" ,
"minimist" : "1.2.6" ,
"mkdirp" : "1.0.4" ,
"nested-obj" : "0.0.1" ,
"parse-package-name" : "1.0.0" ,
"rimraf" : "3.0.2" ,
"shelljs" : "0.8.5"
} ,
"bin" : {
"cosmwasm-ts-codegen" : "ts-codegen.js" ,
"ts-codegen" : "ts-codegen.js"
}
} ,
"node_modules/@cosmwasm/ts-codegen-ast" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/@cosmwasm/ts-codegen-ast/-/ts-codegen-ast-1.7.0.tgz" ,
"integrity" : "sha512-YZnbhlpI9ztPUZ3eZbi4V+pZOPD/Xz31Cd4mfquBsg747A+4HVv4qfImP7X7Lq3GcQ+/hzJCheds/ghzdL4miQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "SEE LICENSE IN LICENSE" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/types" : "7.24.0" ,
"@cosmwasm/ts-codegen-types" : "^1.3.0" ,
"ast-stringify" : "0.1.0" ,
"case" : "1.6.3" ,
"deepmerge" : "4.2.2"
}
} ,
"node_modules/@cosmwasm/ts-codegen-types" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/@cosmwasm/ts-codegen-types/-/ts-codegen-types-1.3.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-DF6CM+Pq+gqFY0jtLLzvxJaHsUrszn3WdyIrsM1SrEXzTtS9yg/pGMedVJ83SEREoz7MiG/0ori3Ghi3WSgnOg==" ,
"license" : "SEE LICENSE IN LICENSE"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@emnapi/runtime" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz" ,
"integrity" : "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@eslint-community/eslint-utils" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz" ,
"integrity" : "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"eslint-visitor-keys" : "^3.3.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
}
} ,
"node_modules/@eslint-community/regexpp" : {
"version" : "4.11.0" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz" ,
"integrity" : "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/@eslint/eslintrc" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz" ,
"integrity" : "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^9.6.0" ,
"globals" : "^13.19.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" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/argparse" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "Python-2.0"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@eslint/eslintrc/node_modules/globals" : {
"version" : "13.24.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" ,
"integrity" : "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"type-fest" : "^0.20.2"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/js-yaml" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" ,
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
"node_modules/@eslint/js" : {
"version" : "8.57.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz" ,
"integrity" : "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
"node_modules/@humanwhocodes/config-array" : {
"version" : "0.11.14" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz" ,
"integrity" : "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==" ,
"deprecated" : "Use @eslint/config-array instead" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@humanwhocodes/object-schema" : "^2.0.2" ,
"debug" : "^4.3.1" ,
"minimatch" : "^3.0.5"
} ,
"engines" : {
"node" : ">=10.10.0"
}
} ,
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=12.22"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
"node_modules/@humanwhocodes/object-schema" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz" ,
"integrity" : "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==" ,
"deprecated" : "Use @eslint/object-schema instead" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "BSD-3-Clause"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@img/sharp-darwin-arm64" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.4.tgz" ,
"integrity" : "sha512-p0suNqXufJs9t3RqLBO6vvrgr5OhgbWp76s5gTRvdmxmuv9E1rcaqGUsl3l4mKVmXPkTkTErXediAui4x+8PSA==" ,
"cpu" : [
"arm64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"glibc" : ">=2.26" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-darwin-arm64" : "1.0.2"
}
} ,
"node_modules/@img/sharp-darwin-x64" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.4.tgz" ,
"integrity" : "sha512-0l7yRObwtTi82Z6ebVI2PnHT8EB2NxBgpK2MiKJZJ7cz32R4lxd001ecMhzzsZig3Yv9oclvqqdV93jo9hy+Dw==" ,
"cpu" : [
"x64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"glibc" : ">=2.26" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-darwin-x64" : "1.0.2"
}
} ,
"node_modules/@img/sharp-libvips-darwin-arm64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.2.tgz" ,
"integrity" : "sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==" ,
"cpu" : [
"arm64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "LGPL-3.0-or-later" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"macos" : ">=11" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-darwin-x64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.2.tgz" ,
"integrity" : "sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==" ,
"cpu" : [
"x64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "LGPL-3.0-or-later" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"macos" : ">=10.13" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-arm" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.2.tgz" ,
"integrity" : "sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==" ,
"cpu" : [
"arm"
] ,
2024-08-08 10:25:56 +00:00
"license" : "LGPL-3.0-or-later" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"glibc" : ">=2.28" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-arm64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.2.tgz" ,
"integrity" : "sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==" ,
"cpu" : [
"arm64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "LGPL-3.0-or-later" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"glibc" : ">=2.26" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-s390x" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.2.tgz" ,
"integrity" : "sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==" ,
"cpu" : [
"s390x"
] ,
2024-08-08 10:25:56 +00:00
"license" : "LGPL-3.0-or-later" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"glibc" : ">=2.28" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-x64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.2.tgz" ,
"integrity" : "sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==" ,
"cpu" : [
"x64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "LGPL-3.0-or-later" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"glibc" : ">=2.26" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linuxmusl-arm64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.2.tgz" ,
"integrity" : "sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==" ,
"cpu" : [
"arm64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "LGPL-3.0-or-later" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"musl" : ">=1.2.2" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linuxmusl-x64" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.2.tgz" ,
"integrity" : "sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==" ,
"cpu" : [
"x64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "LGPL-3.0-or-later" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"musl" : ">=1.2.2" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-linux-arm" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.4.tgz" ,
"integrity" : "sha512-RUgBD1c0+gCYZGCCe6mMdTiOFS0Zc/XrN0fYd6hISIKcDUbAW5NtSQW9g/powkrXYm6Vzwd6y+fqmExDuCdHNQ==" ,
"cpu" : [
"arm"
] ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"glibc" : ">=2.28" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm" : "1.0.2"
}
} ,
"node_modules/@img/sharp-linux-arm64" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.4.tgz" ,
"integrity" : "sha512-2800clwVg1ZQtxwSoTlHvtm9ObgAax7V6MTAB/hDT945Tfyy3hVkmiHpeLPCKYqYR1Gcmv1uDZ3a4OFwkdBL7Q==" ,
"cpu" : [
"arm64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"glibc" : ">=2.26" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm64" : "1.0.2"
}
} ,
"node_modules/@img/sharp-linux-s390x" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.4.tgz" ,
"integrity" : "sha512-h3RAL3siQoyzSoH36tUeS0PDmb5wINKGYzcLB5C6DIiAn2F3udeFAum+gj8IbA/82+8RGCTn7XW8WTFnqag4tQ==" ,
"cpu" : [
"s390x"
] ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"glibc" : ">=2.31" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-s390x" : "1.0.2"
}
} ,
"node_modules/@img/sharp-linux-x64" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.4.tgz" ,
"integrity" : "sha512-GoR++s0XW9DGVi8SUGQ/U4AeIzLdNjHka6jidVwapQ/JebGVQIpi52OdyxCNVRE++n1FCLzjDovJNozif7w/Aw==" ,
"cpu" : [
"x64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"glibc" : ">=2.26" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-x64" : "1.0.2"
}
} ,
"node_modules/@img/sharp-linuxmusl-arm64" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.4.tgz" ,
"integrity" : "sha512-nhr1yC3BlVrKDTl6cO12gTpXMl4ITBUZieehFvMntlCXFzH2bvKG76tBL2Y/OqhupZt81pR7R+Q5YhJxW0rGgQ==" ,
"cpu" : [
"arm64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"musl" : ">=1.2.2" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linuxmusl-arm64" : "1.0.2"
}
} ,
"node_modules/@img/sharp-linuxmusl-x64" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.4.tgz" ,
"integrity" : "sha512-uCPTku0zwqDmZEOi4ILyGdmW76tH7dm8kKlOIV1XC5cLyJ71ENAAqarOHQh0RLfpIpbV5KOpXzdU6XkJtS0daw==" ,
"cpu" : [
"x64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"musl" : ">=1.2.2" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linuxmusl-x64" : "1.0.2"
}
} ,
"node_modules/@img/sharp-wasm32" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.4.tgz" ,
"integrity" : "sha512-Bmmauh4sXUsUqkleQahpdNXKvo+wa1V9KhT2pDA4VJGKwnKMJXiSTGphn0gnJrlooda0QxCtXc6RX1XAU6hMnQ==" ,
"cpu" : [
"wasm32"
] ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0 AND LGPL-3.0-or-later AND MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"dependencies" : {
"@emnapi/runtime" : "^1.1.1"
} ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-win32-ia32" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.4.tgz" ,
"integrity" : "sha512-99SJ91XzUhYHbx7uhK3+9Lf7+LjwMGQZMDlO/E/YVJ7Nc3lyDFZPGhjwiYdctoH2BOzW9+TnfqcaMKt0jHLdqw==" ,
"cpu" : [
"ia32"
] ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-win32-x64" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.4.tgz" ,
"integrity" : "sha512-3QLocdTRVIrFNye5YocZl+KKpYKP+fksi1QhmOArgx7GyhIbQp/WrJRu176jm8IxromS7RIkzMiMINVdBtC8Aw==" ,
"cpu" : [
"x64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0" ,
"yarn" : ">=3.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" ,
"integrity" : "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@isaacs/cliui/node_modules/ansi-regex" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" ,
"integrity" : "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/@isaacs/cliui/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@isaacs/cliui/node_modules/string-width" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" ,
"integrity" : "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@isaacs/cliui/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/@jest/types" : {
"version" : "24.9.0" ,
"resolved" : "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz" ,
"integrity" : "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@types/istanbul-lib-coverage" : "^2.0.0" ,
"@types/istanbul-reports" : "^1.1.1" ,
"@types/yargs" : "^13.0.0"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz" ,
"integrity" : "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@jridgewell/set-array" : "^1.2.1" ,
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/set-array" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz" ,
"integrity" : "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.25" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz" ,
"integrity" : "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
"node_modules/@jsdevtools/ono" : {
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@keplr-wallet/types" : {
"version" : "0.12.103" ,
"resolved" : "https://registry.npmjs.org/@keplr-wallet/types/-/types-0.12.103.tgz" ,
"integrity" : "sha512-S0rcBLUBlOWNE6e8ri1IxCrlVk41ST+68Ge9gNHixwkjDrTURV+BIJjlp1EYL6Kf/D2JcqKMtxkZ9dJcxi8KGQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"long" : "^4.0.0"
}
} ,
"node_modules/@netlify/plugin-nextjs" : {
"version" : "5.5.1" ,
"resolved" : "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.5.1.tgz" ,
"integrity" : "sha512-E0LP4HI6F1Us0va+rCpu9ecJh1GumoH/plQDvAteZv0C4nSP19tn1H+tJUjpVVDsoj6MWIB97ssMh8K0gen1zA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@next/env" : {
"version" : "15.0.0-rc.0" ,
"resolved" : "https://registry.npmjs.org/@next/env/-/env-15.0.0-rc.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-6W0ndQvHR9sXcqcKeR/inD2UTRCs9+VkSK3lfaGmEuZs7EjwwXMO2BPYjz9oBrtfPL3xuTjtXsHKSsalYQ5l1Q==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@next/swc-darwin-arm64" : {
"version" : "15.0.0-rc.0" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.0.0-rc.0.tgz" ,
"integrity" : "sha512-4OpTXvAWcSabXA5d688zdUwa3sfT9QrLnHMdpv4q2UDnnuqmOI0xLb6lrOxwpi+vHJNkneuNLqyc5HGBhkqL6A==" ,
"cpu" : [
"arm64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-darwin-x64" : {
"version" : "15.0.0-rc.0" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.0.0-rc.0.tgz" ,
"integrity" : "sha512-/TD8M9DT244uhtFA8P/0DUbM7ftg2zio6yOo6ajV16vNjkcug9Kt9//Wa4SrJjWcsGZpViLctOlwn3/6JFAuAA==" ,
"cpu" : [
"x64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-arm64-gnu" : {
"version" : "15.0.0-rc.0" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.0.0-rc.0.tgz" ,
"integrity" : "sha512-3VTO32938AcqOlOI/U61/MIpeYrblP22VU1GrgmMQJozsAXEJgLCgf3wxZtn61/FG4Yc0tp7rPZE2t1fIGe0+w==" ,
"cpu" : [
"arm64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-arm64-musl" : {
"version" : "15.0.0-rc.0" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.0.0-rc.0.tgz" ,
"integrity" : "sha512-0kDnxM3AfrrHFJ/wTkjkv7cVHIaGwv+CzDg9lL2BoLEM4kMQhH20DTsBOMqpTpo1K2KCg67LuTGd3QOITT5uFQ==" ,
"cpu" : [
"arm64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-x64-gnu" : {
"version" : "15.0.0-rc.0" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.0.0-rc.0.tgz" ,
"integrity" : "sha512-fPMNahzqYFjm5h0ncJ5+F3NrShmWhpusM+zrQl01MMU0Ed5xsL4pJJDSuXV4wPkNUSjCP3XstTjxR5kBdO4juQ==" ,
"cpu" : [
"x64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-x64-musl" : {
"version" : "15.0.0-rc.0" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.0.0-rc.0.tgz" ,
"integrity" : "sha512-7/FLgOqrrQAxOVQrxfr3bGgZ83pSCmc2S3TXBILnHw0S8qLxmFjhSjH5ogaDmjrES/PSYMaX1FsP5Af88hp7Gw==" ,
"cpu" : [
"x64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-win32-arm64-msvc" : {
"version" : "15.0.0-rc.0" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.0.0-rc.0.tgz" ,
"integrity" : "sha512-5wcqoYHh7hbdghjH6Xs3i5/f0ov+i1Xw2E3O+BzZNESYVLgCM1q7KJu5gdGFoXA2gz5XaKF/VBcYHikLzyjgmA==" ,
"cpu" : [
"arm64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-win32-ia32-msvc" : {
"version" : "15.0.0-rc.0" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-15.0.0-rc.0.tgz" ,
"integrity" : "sha512-/hqOmYRTvtBPToE4Dbl9n+sLYU7DPd52R+TtjIrrEzTMgFo2/d7un3sD7GKmb2OwOj/ExyGv6Bd/JzytBVxXlw==" ,
"cpu" : [
"ia32"
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-win32-x64-msvc" : {
"version" : "15.0.0-rc.0" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.0.0-rc.0.tgz" ,
"integrity" : "sha512-2Jly5nShvCUzzngP3RzdQ3JcuEcHcnIEvkvZDCXqFAK+bWks4+qOkEUO1QIAERQ99J5J9/1AN/8zFBme3Mm57A==" ,
"cpu" : [
"x64"
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@noble/ciphers" : {
"version" : "0.5.3" ,
"resolved" : "https://registry.npmjs.org/@noble/ciphers/-/ciphers-0.5.3.tgz" ,
"integrity" : "sha512-B0+6IIHiqEs3BPMT0hcRmHvEj2QHOLu+uwt+tqDDeVd0oyVzh7BPrDcPjRnV1PV/5LaknXJJQvOuRGR0zQJz+w==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/@noble/curves" : {
"version" : "1.4.2" ,
"resolved" : "https://registry.npmjs.org/@noble/curves/-/curves-1.4.2.tgz" ,
"integrity" : "sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@noble/hashes" : "1.4.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/@noble/hashes" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz" ,
"integrity" : "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/@nodelib/fs.scandir" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" ,
"integrity" : "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.stat" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" ,
"integrity" : "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.walk" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" ,
"integrity" : "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" ,
"integrity" : "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/@protobufjs/aspromise" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" ,
"license" : "BSD-3-Clause"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@protobufjs/base64" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" ,
"license" : "BSD-3-Clause"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@protobufjs/codegen" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" ,
"license" : "BSD-3-Clause"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@protobufjs/eventemitter" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" ,
"license" : "BSD-3-Clause"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@protobufjs/fetch" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz" ,
"integrity" : "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-3-Clause" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.1" ,
"@protobufjs/inquire" : "^1.1.0"
}
} ,
"node_modules/@protobufjs/float" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" ,
"license" : "BSD-3-Clause"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@protobufjs/inquire" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" ,
"license" : "BSD-3-Clause"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@protobufjs/path" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" ,
"license" : "BSD-3-Clause"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@protobufjs/pool" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" ,
"license" : "BSD-3-Clause"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@protobufjs/utf8" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" ,
"license" : "BSD-3-Clause"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@pyramation/json-schema-ref-parser" : {
"version" : "9.0.6" ,
"resolved" : "https://registry.npmjs.org/@pyramation/json-schema-ref-parser/-/json-schema-ref-parser-9.0.6.tgz" ,
"integrity" : "sha512-L5kToHAEc1Q87R8ZwWFaNa4tPHr8Hnm+U+DRdUVq3tUtk+EX4pCqSd34Z6EMxNi/bjTzt1syAG9J2Oo1YFlqSg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@jsdevtools/ono" : "^7.1.3" ,
"call-me-maybe" : "^1.0.1" ,
"js-yaml" : "^3.13.1"
}
} ,
"node_modules/@pyramation/json-schema-to-typescript" : {
"version" : "11.0.4" ,
"resolved" : "https://registry.npmjs.org/@pyramation/json-schema-to-typescript/-/json-schema-to-typescript-11.0.4.tgz" ,
"integrity" : "sha512-+aSzXDLhMHOEdV2cJ7Tjg/9YenjHU5BCmClVygzwxJZ1R16NOfEn7lTAwVzb/2jivOSnhjHzMJbnSf8b6rd1zg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@pyramation/json-schema-ref-parser" : "9.0.6" ,
"@types/json-schema" : "^7.0.11" ,
"@types/lodash" : "^4.14.182" ,
"@types/prettier" : "^2.6.1" ,
"cli-color" : "^2.0.2" ,
"get-stdin" : "^8.0.0" ,
"glob" : "^7.1.6" ,
"glob-promise" : "^4.2.2" ,
"is-glob" : "^4.0.3" ,
"lodash" : "^4.17.21" ,
"minimist" : "^1.2.6" ,
"mkdirp" : "^1.0.4" ,
"mz" : "^2.7.0" ,
"prettier" : "^2.6.2"
} ,
"bin" : {
"json2ts" : "dist/src/cli.js"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/@pyramation/json-schema-to-typescript/node_modules/@types/glob" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz" ,
"integrity" : "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@types/minimatch" : "*" ,
"@types/node" : "*"
}
} ,
"node_modules/@pyramation/json-schema-to-typescript/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@pyramation/json-schema-to-typescript/node_modules/glob-promise" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/glob-promise/-/glob-promise-4.2.2.tgz" ,
"integrity" : "sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@types/glob" : "^7.1.3"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://github.com/sponsors/ahmadnassri"
} ,
"peerDependencies" : {
"glob" : "^7.1.6"
}
} ,
"node_modules/@pyramation/json-schema-to-typescript/node_modules/prettier" : {
"version" : "2.8.8" ,
"resolved" : "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz" ,
"integrity" : "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"prettier" : "bin-prettier.js"
} ,
"engines" : {
"node" : ">=10.13.0"
} ,
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
}
} ,
"node_modules/@swc/helpers" : {
"version" : "0.5.11" ,
"resolved" : "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.11.tgz" ,
"integrity" : "sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@tailwindcss/forms" : {
"version" : "0.5.7" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.7.tgz" ,
"integrity" : "sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"mini-svg-data-uri" : "^1.2.3"
} ,
"peerDependencies" : {
"tailwindcss" : ">=3.0.0 || >= 3.0.0-alpha.1"
}
} ,
"node_modules/@tailwindcss/typography" : {
"version" : "0.5.13" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz" ,
"integrity" : "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"lodash.castarray" : "^4.4.0" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.merge" : "^4.6.2" ,
"postcss-selector-parser" : "6.0.10"
} ,
"peerDependencies" : {
"tailwindcss" : ">=3.0.0 || insiders"
}
} ,
"node_modules/@types/glob" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz" ,
"integrity" : "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@types/minimatch" : "^5.1.2" ,
"@types/node" : "*"
}
} ,
"node_modules/@types/istanbul-lib-coverage" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz" ,
"integrity" : "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" ,
2024-08-08 10:25:56 +00:00
"devOptional" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@types/istanbul-lib-report" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz" ,
"integrity" : "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@types/istanbul-lib-coverage" : "*"
}
} ,
"node_modules/@types/istanbul-reports" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz" ,
"integrity" : "sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@types/istanbul-lib-coverage" : "*" ,
"@types/istanbul-lib-report" : "*"
}
} ,
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@types/lodash" : {
2024-08-08 10:25:56 +00:00
"version" : "4.17.7" ,
"resolved" : "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz" ,
"integrity" : "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@types/long" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@types/minimatch" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@types/node" : {
2024-08-08 10:25:56 +00:00
"version" : "20.14.12" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-20.14.12.tgz" ,
"integrity" : "sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==" ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"undici-types" : "~5.26.4"
}
} ,
"node_modules/@types/prettier" : {
"version" : "2.7.3" ,
"resolved" : "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@types/react" : {
"name" : "types-react" ,
"version" : "19.0.0-rc.1" ,
"resolved" : "https://registry.npmjs.org/types-react/-/types-react-19.0.0-rc.1.tgz" ,
"integrity" : "sha512-RshndUfqTW6K3STLPis8BtAYCGOkMbtvYsi90gmVNDZBXUyUc5juf2PE9LfS/JmOlUIRO8cWTS/1MTnmhjDqyQ==" ,
"dev" : true ,
"dependencies" : {
"csstype" : "^3.0.2"
}
} ,
"node_modules/@types/react-dom" : {
"name" : "types-react-dom" ,
"version" : "19.0.0-rc.1" ,
"resolved" : "https://registry.npmjs.org/types-react-dom/-/types-react-dom-19.0.0-rc.1.tgz" ,
"integrity" : "sha512-VSLZJl8VXCD0fAWp7DUTFUDCcZ8DVXOQmjhJMD03odgeFmu14ZQJHCXeETm3BEAhJqfgJaFkLnGkQv88sRx0fQ==" ,
"dev" : true ,
"dependencies" : {
"@types/react" : "*"
}
} ,
"node_modules/@types/rimraf" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/@types/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@types/glob" : "*" ,
"@types/node" : "*"
}
} ,
"node_modules/@types/shelljs" : {
"version" : "0.8.15" ,
"resolved" : "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.8.15.tgz" ,
"integrity" : "sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@types/glob" : "~7.2.0" ,
"@types/node" : "*"
}
} ,
"node_modules/@types/shelljs/node_modules/@types/glob" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz" ,
"integrity" : "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@types/minimatch" : "*" ,
"@types/node" : "*"
}
} ,
"node_modules/@types/yargs" : {
"version" : "13.0.12" ,
"resolved" : "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.12.tgz" ,
"integrity" : "sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@types/yargs-parser" : "*"
}
} ,
"node_modules/@types/yargs-parser" : {
"version" : "21.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz" ,
"integrity" : "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" ,
2024-08-08 10:25:56 +00:00
"devOptional" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/@ungap/structured-clone" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz" ,
"integrity" : "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/acorn" : {
"version" : "8.12.1" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz" ,
"integrity" : "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
"node_modules/ajv" : {
"version" : "6.12.6" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"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-escapes" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz" ,
"integrity" : "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/ansi-regex" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz" ,
"integrity" : "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/ansi-styles" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" ,
"integrity" : "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"color-convert" : "^1.9.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/any-promise" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/arg" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz" ,
"integrity" : "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/argparse" : {
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" ,
"integrity" : "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"sprintf-js" : "~1.0.2"
}
} ,
"node_modules/ast-stringify" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/ast-stringify/-/ast-stringify-0.1.0.tgz" ,
"integrity" : "sha512-J1PgFYV3RG6r37+M6ySZJH406hR82okwGvFM9hLXpOvdx4WC4GEW8/qiw6pi1hKTrqcRvoHP8a7mp87egYr6iA==" ,
2024-08-08 10:25:56 +00:00
"license" : "SEE LICENSE IN LICENSE" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/runtime" : "^7.11.2"
}
} ,
"node_modules/asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/axios" : {
"version" : "1.7.2" ,
"resolved" : "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz" ,
"integrity" : "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"follow-redirects" : "^1.15.6" ,
"form-data" : "^4.0.0" ,
"proxy-from-env" : "^1.1.0"
}
} ,
"node_modules/babel-plugin-react-compiler" : {
"version" : "0.0.0-experimental-696af53-20240625" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-0.0.0-experimental-696af53-20240625.tgz" ,
"integrity" : "sha512-OUDKms8qmcm5bX0D+sJWC1YcKcd7AZ2aJ7eY6gkR+Xr7PDfkXLbqAld4Qs9B0ntjVbUMEtW/PjlQrxDtY4raHg==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/generator" : "7.2.0" ,
"@babel/types" : "^7.19.0" ,
"chalk" : "4" ,
"invariant" : "^2.2.4" ,
"pretty-format" : "^24" ,
"zod" : "^3.22.4" ,
"zod-validation-error" : "^2.1.0"
}
} ,
"node_modules/babel-plugin-react-compiler/node_modules/@babel/generator" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.2.0.tgz" ,
"integrity" : "sha512-BA75MVfRlFQG2EZgFYIwyT1r6xSkwfP2bdkY/kLZusEYWiJs4xCowab/alaEaT0wSvmVuXGqiefeBlP+7V1yKg==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@babel/types" : "^7.2.0" ,
"jsesc" : "^2.5.1" ,
"lodash" : "^4.17.10" ,
"source-map" : "^0.5.0" ,
"trim-right" : "^1.0.1"
}
} ,
"node_modules/babel-plugin-react-compiler/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/babel-plugin-react-compiler/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"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/babel-plugin-react-compiler/node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/babel-plugin-react-compiler/node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2024-08-08 10:25:56 +00:00
"devOptional" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/babel-plugin-react-compiler/node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/babel-plugin-react-compiler/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/base64-js" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
2024-08-08 10:25:56 +00:00
] ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/bech32" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/binary-extensions" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz" ,
"integrity" : "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/bn.js" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/braces" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"fill-range" : "^7.1.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/brorand" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/busboy" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz" ,
"integrity" : "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==" ,
"dependencies" : {
"streamsearch" : "^1.1.0"
} ,
"engines" : {
"node" : ">=10.16.0"
}
} ,
"node_modules/call-me-maybe" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/camelcase-css" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz" ,
"integrity" : "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/caniuse-lite" : {
2024-08-08 10:25:56 +00:00
"version" : "1.0.30001643" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz" ,
"integrity" : "sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==" ,
2024-07-10 19:11:07 +00:00
"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"
}
2024-08-08 10:25:56 +00:00
] ,
"license" : "CC-BY-4.0"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/case" : {
"version" : "1.6.3" ,
"resolved" : "https://registry.npmjs.org/case/-/case-1.6.3.tgz" ,
"integrity" : "sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "(MIT OR GPL-3.0-or-later)" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/chalk" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" ,
"integrity" : "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-styles" : "^3.2.1" ,
"escape-string-regexp" : "^1.0.5" ,
"supports-color" : "^5.3.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/chardet" : {
"version" : "0.7.0" ,
"resolved" : "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/chokidar" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"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" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/cli-color" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/cli-color/-/cli-color-2.0.4.tgz" ,
"integrity" : "sha512-zlnpg0jNcibNrO7GG9IeHH7maWFeCz+Ja1wx/7tZNU5ASSSSZ+/qZciM0/LHCYxSdqv5h2sdbQ/PXYdOuetXvA==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"d" : "^1.0.1" ,
"es5-ext" : "^0.10.64" ,
"es6-iterator" : "^2.0.3" ,
"memoizee" : "^0.4.15" ,
"timers-ext" : "^0.1.7"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/cli-cursor" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz" ,
"integrity" : "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"restore-cursor" : "^2.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/cli-width" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/client-only" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/color" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/color/-/color-4.2.3.tgz" ,
"integrity" : "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"dependencies" : {
"color-convert" : "^2.0.1" ,
"color-string" : "^1.9.0"
} ,
"engines" : {
"node" : ">=12.5.0"
}
} ,
"node_modules/color-convert" : {
"version" : "1.9.3" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" ,
"integrity" : "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"color-name" : "1.1.3"
}
} ,
"node_modules/color-name" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/color-string" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz" ,
"integrity" : "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"dependencies" : {
"color-name" : "^1.0.0" ,
"simple-swizzle" : "^0.2.2"
}
} ,
"node_modules/color/node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/color/node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true
} ,
"node_modules/colors" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz" ,
"integrity" : "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.1.90"
}
} ,
"node_modules/combined-stream" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" ,
"integrity" : "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"delayed-stream" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/commander" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz" ,
"integrity" : "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/cosmjs-types" : {
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/cosmjs-types/-/cosmjs-types-0.9.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-MN/yUe6mkJwHnCFfsNPeCfXVhyxHYW6c/xDUzrSbBycYzw++XvWDMJArXp2pLdgD6FQ8DW79vkPjeNKVrXaHeQ==" ,
"license" : "Apache-2.0"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/cross-spawn" : {
"version" : "7.0.3" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" ,
"integrity" : "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"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" ,
"resolved" : "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" ,
"integrity" : "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"cssesc" : "bin/cssesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/csstype" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" ,
"integrity" : "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/d" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/d/-/d-1.0.2.tgz" ,
"integrity" : "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"es5-ext" : "^0.10.64" ,
"type" : "^2.7.2"
} ,
"engines" : {
"node" : ">=0.12"
}
} ,
"node_modules/dargs" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz" ,
"integrity" : "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/debug" : {
"version" : "4.3.5" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz" ,
"integrity" : "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ms" : "2.1.2"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/deep-is" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" ,
"integrity" : "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/deepmerge" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz" ,
"integrity" : "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/define-data-property" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz" ,
"integrity" : "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/define-properties" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz" ,
"integrity" : "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"define-data-property" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.0" ,
"object-keys" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/detect-libc" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz" ,
"integrity" : "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/didyoumean" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz" ,
"integrity" : "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "Apache-2.0"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/dlv" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz" ,
"integrity" : "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/doctrine" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" ,
"integrity" : "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"esutils" : "^2.0.2"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" ,
"integrity" : "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/eciesjs" : {
"version" : "0.4.7" ,
"resolved" : "https://registry.npmjs.org/eciesjs/-/eciesjs-0.4.7.tgz" ,
"integrity" : "sha512-4JQahOkBdDy27jjW4q3FJQigHlcwZXx28sCtBQkBamF2XUdcNXrInpgrr8h205MtVIS0CMHufyIKGVjtjxQ2ZA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@noble/ciphers" : "^0.5.3" ,
"@noble/curves" : "^1.4.0" ,
"@noble/hashes" : "^1.4.0"
} ,
"engines" : {
"node" : ">=16.0.0"
}
} ,
"node_modules/elliptic" : {
2024-08-08 10:25:56 +00:00
"version" : "6.5.6" ,
"resolved" : "https://registry.npmjs.org/elliptic/-/elliptic-6.5.6.tgz" ,
"integrity" : "sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==" ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"bn.js" : "^4.11.9" ,
"brorand" : "^1.1.0" ,
"hash.js" : "^1.0.0" ,
"hmac-drbg" : "^1.0.1" ,
"inherits" : "^2.0.4" ,
"minimalistic-assert" : "^1.0.1" ,
"minimalistic-crypto-utils" : "^1.0.1"
}
} ,
"node_modules/elliptic/node_modules/bn.js" : {
"version" : "4.12.0" ,
"resolved" : "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/es-define-property" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz" ,
"integrity" : "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"get-intrinsic" : "^1.2.4"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es5-ext" : {
"version" : "0.10.64" ,
"resolved" : "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz" ,
"integrity" : "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==" ,
"hasInstallScript" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"es6-iterator" : "^2.0.3" ,
"es6-symbol" : "^3.1.3" ,
"esniff" : "^2.0.1" ,
"next-tick" : "^1.1.0"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/es6-iterator" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz" ,
"integrity" : "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"d" : "1" ,
"es5-ext" : "^0.10.35" ,
"es6-symbol" : "^3.1.1"
}
} ,
"node_modules/es6-symbol" : {
"version" : "3.1.4" ,
"resolved" : "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.4.tgz" ,
"integrity" : "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"d" : "^1.0.2" ,
"ext" : "^1.7.0"
} ,
"engines" : {
"node" : ">=0.12"
}
} ,
"node_modules/es6-weak-map" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz" ,
"integrity" : "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"d" : "1" ,
"es5-ext" : "^0.10.46" ,
"es6-iterator" : "^2.0.3" ,
"es6-symbol" : "^3.1.1"
}
} ,
"node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/eslint" : {
"version" : "8.57.0" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz" ,
"integrity" : "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.6.1" ,
"@eslint/eslintrc" : "^2.1.4" ,
"@eslint/js" : "8.57.0" ,
"@humanwhocodes/config-array" : "^0.11.14" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@nodelib/fs.walk" : "^1.2.8" ,
"@ungap/structured-clone" : "^1.2.0" ,
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.2" ,
"debug" : "^4.3.2" ,
"doctrine" : "^3.0.0" ,
"escape-string-regexp" : "^4.0.0" ,
"eslint-scope" : "^7.2.2" ,
"eslint-visitor-keys" : "^3.4.3" ,
"espree" : "^9.6.1" ,
"esquery" : "^1.4.2" ,
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^6.0.1" ,
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"globals" : "^13.19.0" ,
"graphemer" : "^1.4.0" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"is-path-inside" : "^3.0.3" ,
"js-yaml" : "^4.1.0" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"levn" : "^0.4.1" ,
"lodash.merge" : "^4.6.2" ,
"minimatch" : "^3.1.2" ,
"natural-compare" : "^1.4.0" ,
"optionator" : "^0.9.3" ,
"strip-ansi" : "^6.0.1" ,
"text-table" : "^0.2.0"
} ,
"bin" : {
"eslint" : "bin/eslint.js"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint-plugin-react-compiler" : {
"version" : "0.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-react-compiler/-/eslint-plugin-react-compiler-0.0.0.tgz" ,
"integrity" : "sha512-ICamVGuuHqQRBOkfjhUBzyzkLGfGiVHaZdSvAtTkHMMBwkdHjNYyp0ngoBI732mvuhkRI1V2tmoG8092oj2VwQ==" ,
"dev" : true
} ,
"node_modules/eslint-scope" : {
"version" : "7.2.2" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz" ,
"integrity" : "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-2-Clause" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/eslint/node_modules/argparse" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "Python-2.0"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/eslint/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"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/eslint/node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/eslint/node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/eslint/node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint/node_modules/globals" : {
"version" : "13.24.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" ,
"integrity" : "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"type-fest" : "^0.20.2"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint/node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/eslint/node_modules/js-yaml" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" ,
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
"node_modules/eslint/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/esniff" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz" ,
"integrity" : "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"d" : "^1.0.1" ,
"es5-ext" : "^0.10.62" ,
"event-emitter" : "^0.3.5" ,
"type" : "^2.7.2"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/espree" : {
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" ,
"integrity" : "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-2-Clause" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"acorn" : "^8.9.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^3.4.1"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/esprima" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" ,
"integrity" : "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-2-Clause" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/esquery" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz" ,
"integrity" : "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-3-Clause" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"estraverse" : "^5.1.0"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" ,
"integrity" : "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-2-Clause" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-2-Clause" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-2-Clause" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/event-emitter" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz" ,
"integrity" : "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"d" : "1" ,
"es5-ext" : "~0.10.14"
}
} ,
"node_modules/ext" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz" ,
"integrity" : "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"type" : "^2.7.2"
}
} ,
"node_modules/external-editor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz" ,
"integrity" : "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"chardet" : "^0.7.0" ,
"iconv-lite" : "^0.4.24" ,
"tmp" : "^0.0.33"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/fast-glob" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz" ,
"integrity" : "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@nodelib/fs.stat" : "^2.0.2" ,
"@nodelib/fs.walk" : "^1.2.3" ,
"glob-parent" : "^5.1.2" ,
"merge2" : "^1.3.0" ,
"micromatch" : "^4.0.4"
} ,
"engines" : {
"node" : ">=8.6.0"
}
} ,
"node_modules/fast-glob/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/fastq" : {
"version" : "1.17.1" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz" ,
"integrity" : "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"reusify" : "^1.0.4"
}
} ,
"node_modules/figures" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz" ,
"integrity" : "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"escape-string-regexp" : "^1.0.5"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/file-entry-cache" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz" ,
"integrity" : "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"flat-cache" : "^3.0.4"
} ,
"engines" : {
"node" : "^10.12.0 || >=12.0.0"
}
} ,
"node_modules/fill-range" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"to-regex-range" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"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" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz" ,
"integrity" : "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.3" ,
"rimraf" : "^3.0.2"
} ,
"engines" : {
"node" : "^10.12.0 || >=12.0.0"
}
} ,
"node_modules/flatted" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz" ,
"integrity" : "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/follow-redirects" : {
"version" : "1.15.6" ,
"resolved" : "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz" ,
"integrity" : "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" ,
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/RubenVerborgh"
}
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=4.0"
} ,
"peerDependenciesMeta" : {
"debug" : {
"optional" : true
}
}
} ,
"node_modules/foreground-child" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz" ,
"integrity" : "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"cross-spawn" : "^7.0.0" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/foreground-child/node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/form-data" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz" ,
"integrity" : "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"dev" : true ,
"hasInstallScript" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/fuzzy" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/fuzzy/-/fuzzy-0.1.3.tgz" ,
"integrity" : "sha512-/gZffu4ykarLrCiP3Ygsa86UAo1E5vEVlvTrpkKywXSbP9Xhln3oSp9QSV57gEq3JFFpGJ4GZ+5zdEp3FcUh4w==" ,
"engines" : {
"node" : ">= 0.6.0"
}
} ,
"node_modules/get-intrinsic" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz" ,
"integrity" : "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"has-proto" : "^1.0.1" ,
"has-symbols" : "^1.0.3" ,
"hasown" : "^2.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/get-stdin" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz" ,
"integrity" : "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/glob" : {
"version" : "8.0.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz" ,
"integrity" : "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"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" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"is-glob" : "^4.0.3"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/glob/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/glob/node_modules/minimatch" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/globals" : {
"version" : "11.12.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" ,
"integrity" : "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/globalthis" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz" ,
"integrity" : "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"define-properties" : "^1.2.1" ,
"gopd" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/gopd" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz" ,
"integrity" : "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"get-intrinsic" : "^1.1.3"
} ,
"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" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/graphemer" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz" ,
"integrity" : "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/has-ansi" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz" ,
"integrity" : "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-regex" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-ansi/node_modules/ansi-regex" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" ,
"integrity" : "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-flag" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" ,
"integrity" : "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/has-property-descriptors" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz" ,
"integrity" : "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"es-define-property" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-proto" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz" ,
"integrity" : "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-symbols" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz" ,
"integrity" : "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/hash.js" : {
"version" : "1.1.7" ,
"resolved" : "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz" ,
"integrity" : "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"inherits" : "^2.0.3" ,
"minimalistic-assert" : "^1.0.1"
}
} ,
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/hmac-drbg" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz" ,
"integrity" : "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"hash.js" : "^1.0.3" ,
"minimalistic-assert" : "^1.0.0" ,
"minimalistic-crypto-utils" : "^1.0.1"
}
} ,
"node_modules/iconv-lite" : {
"version" : "0.4.24" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" ,
"integrity" : "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/ignore" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz" ,
"integrity" : "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/import-fresh" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" ,
"integrity" : "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"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" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.8.19"
}
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/inquirer" : {
"version" : "6.5.2" ,
"resolved" : "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz" ,
"integrity" : "sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-escapes" : "^3.2.0" ,
"chalk" : "^2.4.2" ,
"cli-cursor" : "^2.1.0" ,
"cli-width" : "^2.0.0" ,
"external-editor" : "^3.0.3" ,
"figures" : "^2.0.0" ,
"lodash" : "^4.17.12" ,
"mute-stream" : "0.0.7" ,
"run-async" : "^2.2.0" ,
"rxjs" : "^6.4.0" ,
"string-width" : "^2.1.0" ,
"strip-ansi" : "^5.1.0" ,
"through" : "^2.3.6"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/inquirer-autocomplete-prompt" : {
"version" : "0.11.1" ,
"resolved" : "https://registry.npmjs.org/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-0.11.1.tgz" ,
"integrity" : "sha512-VM4eNiyRD4CeUc2cyKni+F8qgHwL9WC4LdOr+mEC85qP/QNsDV+ysVqUrJYhw1TmDQu1QVhc8hbaL7wfk8SJxw==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-escapes" : "^2.0.0" ,
"chalk" : "^1.1.3" ,
"figures" : "^2.0.0" ,
"inquirer" : "3.1.1" ,
"lodash" : "^4.17.4" ,
"run-async" : "^2.3.0" ,
"util" : "^0.10.3"
}
} ,
"node_modules/inquirer-autocomplete-prompt/node_modules/ansi-escapes" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-2.0.0.tgz" ,
"integrity" : "sha512-tH/fSoQp4DrEodDK3QpdiWiZTSe7sBJ9eOqcQBZ0o9HTM+5M/viSEn+sPMoTuPjQQ8n++w3QJoPEjt8LVPcrCg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/inquirer-autocomplete-prompt/node_modules/ansi-regex" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" ,
"integrity" : "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/inquirer-autocomplete-prompt/node_modules/ansi-styles" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz" ,
"integrity" : "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/inquirer-autocomplete-prompt/node_modules/chalk" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz" ,
"integrity" : "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-styles" : "^2.2.1" ,
"escape-string-regexp" : "^1.0.2" ,
"has-ansi" : "^2.0.0" ,
"strip-ansi" : "^3.0.0" ,
"supports-color" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/inquirer-autocomplete-prompt/node_modules/chardet" : {
"version" : "0.4.2" ,
"resolved" : "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-j/Toj7f1z98Hh2cYo2BVr85EpIRWqUi7rtRSGxh/cqUjqrnJe9l9UE7IUGd2vQ2p+kSHLkSzObQPZPLUC6TQwg==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/inquirer-autocomplete-prompt/node_modules/external-editor" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz" ,
"integrity" : "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"chardet" : "^0.4.0" ,
"iconv-lite" : "^0.4.17" ,
"tmp" : "^0.0.33"
} ,
"engines" : {
"node" : ">=0.12"
}
} ,
"node_modules/inquirer-autocomplete-prompt/node_modules/inquirer" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/inquirer/-/inquirer-3.1.1.tgz" ,
"integrity" : "sha512-H50sHQwgvvaTBd3HpKMVtL/u6LoHDvYym51gd7bGQe/+9HkCE+J0/3N5FJLfd6O6oz44hHewC2Pc2LodzWVafQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-escapes" : "^2.0.0" ,
"chalk" : "^1.0.0" ,
"cli-cursor" : "^2.1.0" ,
"cli-width" : "^2.0.0" ,
"external-editor" : "^2.0.4" ,
"figures" : "^2.0.0" ,
"lodash" : "^4.3.0" ,
"mute-stream" : "0.0.7" ,
"run-async" : "^2.2.0" ,
"rx-lite" : "^4.0.8" ,
"rx-lite-aggregates" : "^4.0.8" ,
"string-width" : "^2.0.0" ,
"strip-ansi" : "^3.0.0" ,
"through" : "^2.3.6"
}
} ,
"node_modules/inquirer-autocomplete-prompt/node_modules/strip-ansi" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz" ,
"integrity" : "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-regex" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/inquirer-autocomplete-prompt/node_modules/supports-color" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz" ,
"integrity" : "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/inquirer/node_modules/strip-ansi" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz" ,
"integrity" : "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-regex" : "^4.1.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/inquirerer" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/inquirerer/-/inquirerer-0.1.3.tgz" ,
"integrity" : "sha512-yGgLUOqPxTsINBjZNZeLi3cv2zgxXtw9feaAOSJf2j6AqIT5Uxs5ZOqOrfAf+xP65Sicla1FD3iDxa3D6TsCAQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"colors" : "^1.1.2" ,
"inquirer" : "^6.0.0" ,
"inquirer-autocomplete-prompt" : "^0.11.1"
}
} ,
"node_modules/interpret" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz" ,
"integrity" : "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/invariant" : {
"version" : "2.2.4" ,
"resolved" : "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz" ,
"integrity" : "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"loose-envify" : "^1.0.0"
}
} ,
"node_modules/is-arrayish" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz" ,
"integrity" : "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true
} ,
"node_modules/is-binary-path" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" ,
"integrity" : "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"binary-extensions" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-core-module" : {
2024-08-08 10:25:56 +00:00
"version" : "2.15.0" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz" ,
"integrity" : "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==" ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-fullwidth-code-point" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz" ,
"integrity" : "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/is-glob" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-number" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.12.0"
}
} ,
"node_modules/is-path-inside" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz" ,
"integrity" : "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-promise" : {
"version" : "2.2.2" ,
"resolved" : "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/isomorphic-ws" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz" ,
"integrity" : "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"peerDependencies" : {
"ws" : "*"
}
} ,
"node_modules/jackspeak" : {
2024-08-08 10:25:56 +00:00
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz" ,
"integrity" : "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" ,
2024-07-10 19:11:07 +00:00
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "BlueOak-1.0.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
}
} ,
"node_modules/jiti" : {
"version" : "1.21.6" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz" ,
"integrity" : "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"jiti" : "bin/jiti.js"
}
} ,
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/js-yaml" : {
"version" : "3.14.1" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" ,
"integrity" : "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"argparse" : "^1.0.7" ,
"esprima" : "^4.0.0"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
"node_modules/jsesc" : {
"version" : "2.5.2" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" ,
"integrity" : "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" ,
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" ,
"integrity" : "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/keyv" : {
"version" : "4.5.4" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
"node_modules/levn" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" ,
"integrity" : "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/libsodium-sumo" : {
"version" : "0.7.14" ,
"resolved" : "https://registry.npmjs.org/libsodium-sumo/-/libsodium-sumo-0.7.14.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-2nDge6qlAjcwyslAhWfVumlkeSNK5+WCfKa2/VEq9prvlT5vP2FR0m0o5hmKaYqfsZ4TQVj5czQsimZvXDB1CQ==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/libsodium-wrappers-sumo" : {
2024-08-08 10:25:56 +00:00
"version" : "0.7.14" ,
"resolved" : "https://registry.npmjs.org/libsodium-wrappers-sumo/-/libsodium-wrappers-sumo-0.7.14.tgz" ,
"integrity" : "sha512-0lm7ZwN5a95J2yUi8R1rgQeeaVDIWnvNzgVmXmZswis4mC+bQtbDrB+QpJlL4qklaKx3hVpJjoc6ubzJFiv64Q==" ,
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
2024-08-08 10:25:56 +00:00
"libsodium-sumo" : "^0.7.14"
2024-07-10 19:11:07 +00:00
}
} ,
"node_modules/lilconfig" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz" ,
"integrity" : "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" ,
"integrity" : "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/lodash" : {
"version" : "4.17.21" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/lodash.castarray" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz" ,
"integrity" : "sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/lodash.isplainobject" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" ,
"integrity" : "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/long" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/long/-/long-4.0.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" ,
"license" : "Apache-2.0"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/loose-envify" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" ,
"integrity" : "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"js-tokens" : "^3.0.0 || ^4.0.0"
} ,
"bin" : {
"loose-envify" : "cli.js"
}
} ,
"node_modules/lru-cache" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/lru-queue" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz" ,
"integrity" : "sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"es5-ext" : "~0.10.2"
}
} ,
"node_modules/memoizee" : {
"version" : "0.4.17" ,
"resolved" : "https://registry.npmjs.org/memoizee/-/memoizee-0.4.17.tgz" ,
"integrity" : "sha512-DGqD7Hjpi/1or4F/aYAspXKNm5Yili0QDAFAY4QYvpqpgiY6+1jOfqpmByzjxbWd/T9mChbCArXAbDAsTm5oXA==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"d" : "^1.0.2" ,
"es5-ext" : "^0.10.64" ,
"es6-weak-map" : "^2.0.3" ,
"event-emitter" : "^0.3.5" ,
"is-promise" : "^2.2.2" ,
"lru-queue" : "^0.1.0" ,
"next-tick" : "^1.1.0" ,
"timers-ext" : "^0.1.7"
} ,
"engines" : {
"node" : ">=0.12"
}
} ,
"node_modules/merge2" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/micromatch" : {
"version" : "4.0.7" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz" ,
"integrity" : "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
} ,
"engines" : {
"node" : ">=8.6"
}
} ,
"node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mimic-fn" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz" ,
"integrity" : "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/mini-svg-data-uri" : {
"version" : "1.4.4" ,
"resolved" : "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz" ,
"integrity" : "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"mini-svg-data-uri" : "cli.js"
}
} ,
"node_modules/minimalistic-assert" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/minimalistic-crypto-utils" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/minimist" : {
"version" : "1.2.6" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/minipass" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/mkdirp" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" ,
"integrity" : "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"mkdirp" : "bin/cmd.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/ms" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/mute-stream" : {
"version" : "0.0.7" ,
"resolved" : "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/mz" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz" ,
"integrity" : "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"any-promise" : "^1.0.0" ,
"object-assign" : "^4.0.1" ,
"thenify-all" : "^1.0.0"
}
} ,
"node_modules/nanoid" : {
"version" : "3.3.7" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz" ,
"integrity" : "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"nanoid" : "bin/nanoid.cjs"
} ,
"engines" : {
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
} ,
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/nested-obj" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/nested-obj/-/nested-obj-0.0.1.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-kB1WKTng+IePQhZVs1UXtFaHBx4QEM5a0XKGAzYfCKvdx5DhNjCytNDWMUGpNNpHLotln+tiwcA52kWCIgGq1Q==" ,
"license" : "SEE LICENSE IN LICENSE"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/next" : {
"version" : "15.0.0-rc.0" ,
"resolved" : "https://registry.npmjs.org/next/-/next-15.0.0-rc.0.tgz" ,
"integrity" : "sha512-IWcCvxUSCAuOK5gig4+9yiyt/dLKpIa+WT01Qcx4CBE4TtwJljyTDnCVVn64jDZ4qmSzsaEYXpb4DTI8qbk03A==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@next/env" : "15.0.0-rc.0" ,
"@swc/helpers" : "0.5.11" ,
"busboy" : "1.6.0" ,
"caniuse-lite" : "^1.0.30001579" ,
"graceful-fs" : "^4.2.11" ,
"postcss" : "8.4.31" ,
"styled-jsx" : "5.1.3"
} ,
"bin" : {
"next" : "dist/bin/next"
} ,
"engines" : {
"node" : ">=18.17.0"
} ,
"optionalDependencies" : {
"@next/swc-darwin-arm64" : "15.0.0-rc.0" ,
"@next/swc-darwin-x64" : "15.0.0-rc.0" ,
"@next/swc-linux-arm64-gnu" : "15.0.0-rc.0" ,
"@next/swc-linux-arm64-musl" : "15.0.0-rc.0" ,
"@next/swc-linux-x64-gnu" : "15.0.0-rc.0" ,
"@next/swc-linux-x64-musl" : "15.0.0-rc.0" ,
"@next/swc-win32-arm64-msvc" : "15.0.0-rc.0" ,
"@next/swc-win32-ia32-msvc" : "15.0.0-rc.0" ,
"@next/swc-win32-x64-msvc" : "15.0.0-rc.0" ,
"sharp" : "^0.33.4"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.1.0" ,
"@playwright/test" : "^1.41.2" ,
"babel-plugin-react-compiler" : "*" ,
"react" : "19.0.0-rc-f994737d14-20240522" ,
"react-dom" : "19.0.0-rc-f994737d14-20240522" ,
"sass" : "^1.3.0"
} ,
"peerDependenciesMeta" : {
"@opentelemetry/api" : {
"optional" : true
} ,
"@playwright/test" : {
"optional" : true
} ,
"babel-plugin-react-compiler" : {
"optional" : true
} ,
"sass" : {
"optional" : true
}
}
} ,
"node_modules/next-tick" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/next/node_modules/postcss" : {
"version" : "8.4.31" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz" ,
"integrity" : "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==" ,
"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"
}
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"nanoid" : "^3.3.6" ,
"picocolors" : "^1.0.0" ,
"source-map-js" : "^1.0.2"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object-assign" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" ,
"integrity" : "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object-hash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz" ,
"integrity" : "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/object-keys" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz" ,
"integrity" : "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/onetime" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz" ,
"integrity" : "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"mimic-fn" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/optionator" : {
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"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/os-tmpdir" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz" ,
"integrity" : "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/p-limit" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" ,
"integrity" : "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"yocto-queue" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/package-json-from-dist" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz" ,
"integrity" : "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "BlueOak-1.0.0"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/pako" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==" ,
"license" : "(MIT AND Zlib)"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/parent-module" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" ,
"integrity" : "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"callsites" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/parse-package-name" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-package-name/-/parse-package-name-1.0.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-kBeTUtcj+SkyfaW4+KBe0HtsloBJ/mKTPoxpVdA57GZiPerREsUWJOhVj9anXweFiJkm5y8FG1sxFZkZ0SN6wg==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/path-scurry" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" ,
"integrity" : "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "BlueOak-1.0.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/picocolors" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/pify" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" ,
"integrity" : "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/pirates" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz" ,
"integrity" : "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/postcss" : {
2024-08-08 10:25:56 +00:00
"version" : "8.4.40" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz" ,
"integrity" : "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==" ,
2024-07-10 19:11:07 +00:00
"dev" : true ,
"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"
}
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"nanoid" : "^3.3.7" ,
"picocolors" : "^1.0.1" ,
"source-map-js" : "^1.2.0"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/postcss-import" : {
"version" : "15.1.0" ,
"resolved" : "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz" ,
"integrity" : "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"postcss-value-parser" : "^4.0.0" ,
"read-cache" : "^1.0.0" ,
"resolve" : "^1.1.7"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"postcss" : "^8.0.0"
}
} ,
"node_modules/postcss-js" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz" ,
"integrity" : "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"camelcase-css" : "^2.0.1"
} ,
"engines" : {
"node" : "^12 || ^14 || >= 16"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
"peerDependencies" : {
"postcss" : "^8.4.21"
}
} ,
"node_modules/postcss-load-config" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz" ,
"integrity" : "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"lilconfig" : "^3.0.0" ,
"yaml" : "^2.3.4"
} ,
"engines" : {
"node" : ">= 14"
} ,
"peerDependencies" : {
"postcss" : ">=8.0.9" ,
"ts-node" : ">=9.0.0"
} ,
"peerDependenciesMeta" : {
"postcss" : {
"optional" : true
} ,
"ts-node" : {
"optional" : true
}
}
} ,
"node_modules/postcss-load-config/node_modules/lilconfig" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz" ,
"integrity" : "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antonk52"
}
} ,
"node_modules/postcss-nested" : {
2024-08-08 10:25:56 +00:00
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz" ,
"integrity" : "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==" ,
2024-07-10 19:11:07 +00:00
"dev" : true ,
2024-08-08 10:25:56 +00:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
2024-08-08 10:25:56 +00:00
"postcss-selector-parser" : "^6.1.1"
2024-07-10 19:11:07 +00:00
} ,
"engines" : {
"node" : ">=12.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.14"
}
} ,
"node_modules/postcss-nested/node_modules/postcss-selector-parser" : {
2024-08-08 10:25:56 +00:00
"version" : "6.1.1" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz" ,
"integrity" : "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==" ,
2024-07-10 19:11:07 +00:00
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/postcss-selector-parser" : {
"version" : "6.0.10" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz" ,
"integrity" : "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/postcss-value-parser" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" ,
"integrity" : "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/prettier" : {
2024-08-08 10:25:56 +00:00
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz" ,
"integrity" : "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==" ,
2024-07-10 19:11:07 +00:00
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"prettier" : "bin/prettier.cjs"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
}
} ,
"node_modules/prettier-plugin-tailwindcss" : {
"version" : "0.6.5" ,
"resolved" : "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.5.tgz" ,
"integrity" : "sha512-axfeOArc/RiGHjOIy9HytehlC0ZLeMaqY09mm8YCkMzznKiDkwFzOpBvtuhuv3xG5qB73+Mj7OCe2j/L1ryfuQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=14.21.3"
} ,
"peerDependencies" : {
"@ianvs/prettier-plugin-sort-imports" : "*" ,
"@prettier/plugin-pug" : "*" ,
"@shopify/prettier-plugin-liquid" : "*" ,
"@trivago/prettier-plugin-sort-imports" : "*" ,
"@zackad/prettier-plugin-twig-melody" : "*" ,
"prettier" : "^3.0" ,
"prettier-plugin-astro" : "*" ,
"prettier-plugin-css-order" : "*" ,
"prettier-plugin-import-sort" : "*" ,
"prettier-plugin-jsdoc" : "*" ,
"prettier-plugin-marko" : "*" ,
"prettier-plugin-organize-attributes" : "*" ,
"prettier-plugin-organize-imports" : "*" ,
"prettier-plugin-sort-imports" : "*" ,
"prettier-plugin-style-order" : "*" ,
"prettier-plugin-svelte" : "*"
} ,
"peerDependenciesMeta" : {
"@ianvs/prettier-plugin-sort-imports" : {
"optional" : true
} ,
"@prettier/plugin-pug" : {
"optional" : true
} ,
"@shopify/prettier-plugin-liquid" : {
"optional" : true
} ,
"@trivago/prettier-plugin-sort-imports" : {
"optional" : true
} ,
"@zackad/prettier-plugin-twig-melody" : {
"optional" : true
} ,
"prettier-plugin-astro" : {
"optional" : true
} ,
"prettier-plugin-css-order" : {
"optional" : true
} ,
"prettier-plugin-import-sort" : {
"optional" : true
} ,
"prettier-plugin-jsdoc" : {
"optional" : true
} ,
"prettier-plugin-marko" : {
"optional" : true
} ,
"prettier-plugin-organize-attributes" : {
"optional" : true
} ,
"prettier-plugin-organize-imports" : {
"optional" : true
} ,
"prettier-plugin-sort-imports" : {
"optional" : true
} ,
"prettier-plugin-style-order" : {
"optional" : true
} ,
"prettier-plugin-svelte" : {
"optional" : true
}
}
} ,
"node_modules/pretty-format" : {
"version" : "24.9.0" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz" ,
"integrity" : "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@jest/types" : "^24.9.0" ,
"ansi-regex" : "^4.0.0" ,
"ansi-styles" : "^3.2.0" ,
"react-is" : "^16.8.4"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/protobufjs" : {
"version" : "6.11.4" ,
"resolved" : "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.4.tgz" ,
"integrity" : "sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==" ,
"hasInstallScript" : true ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-3-Clause" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.2" ,
"@protobufjs/base64" : "^1.1.2" ,
"@protobufjs/codegen" : "^2.0.4" ,
"@protobufjs/eventemitter" : "^1.1.0" ,
"@protobufjs/fetch" : "^1.1.0" ,
"@protobufjs/float" : "^1.0.2" ,
"@protobufjs/inquire" : "^1.1.0" ,
"@protobufjs/path" : "^1.1.2" ,
"@protobufjs/pool" : "^1.1.0" ,
"@protobufjs/utf8" : "^1.1.0" ,
"@types/long" : "^4.0.1" ,
"@types/node" : ">=13.7.0" ,
"long" : "^4.0.0"
} ,
"bin" : {
"pbjs" : "bin/pbjs" ,
"pbts" : "bin/pbts"
}
} ,
"node_modules/proxy-from-env" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/queue-microtask" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" ,
"integrity" : "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
2024-08-08 10:25:56 +00:00
] ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/react" : {
"version" : "19.0.0-rc-f994737d14-20240522" ,
"resolved" : "https://registry.npmjs.org/react/-/react-19.0.0-rc-f994737d14-20240522.tgz" ,
"integrity" : "sha512-SeU2v5Xy6FotVhKz0pMS2gvYP7HlkF0qgTskj3JzA1vlxcb3dQjxlm9t0ZlJqcgoyI3VFAw7bomuDMdgy1nBuw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/react-dom" : {
"version" : "19.0.0-rc-f994737d14-20240522" ,
"resolved" : "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0-rc-f994737d14-20240522.tgz" ,
"integrity" : "sha512-J4CsfTSptPKkhaPbaR6n/KohQiHZTrRZ8GL4H8rbAqN/Qpy69g2MIoLBr5/PUX21ye6JxC1ZRWJFna7Xdg1pdA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"scheduler" : "0.25.0-rc-f994737d14-20240522"
} ,
"peerDependencies" : {
"react" : "19.0.0-rc-f994737d14-20240522"
}
} ,
"node_modules/react-is" : {
"version" : "16.13.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" ,
"integrity" : "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" ,
2024-08-08 10:25:56 +00:00
"devOptional" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/read-cache" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz" ,
"integrity" : "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"pify" : "^2.3.0"
}
} ,
"node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
"node_modules/readonly-date" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/readonly-date/-/readonly-date-1.0.0.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-tMKIV7hlk0h4mO3JTmmVuIlJVXjKk3Sep9Bf5OH0O+758ruuVkUy2J9SttDLm91IEX/WHlXPSpxMGjPj4beMIQ==" ,
"license" : "Apache-2.0"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/rechoir" : {
"version" : "0.6.2" ,
"resolved" : "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz" ,
"integrity" : "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==" ,
"dependencies" : {
"resolve" : "^1.1.6"
} ,
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/regenerator-runtime" : {
"version" : "0.14.1" ,
"resolved" : "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/resolve" : {
"version" : "1.22.8" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz" ,
"integrity" : "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/resolve-from" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" ,
"integrity" : "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/restore-cursor" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz" ,
"integrity" : "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"onetime" : "^2.0.0" ,
"signal-exit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/reusify" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" ,
"integrity" : "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
} ,
"node_modules/rimraf" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/rimraf/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/run-async" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz" ,
"integrity" : "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.12.0"
}
} ,
"node_modules/run-parallel" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" ,
"integrity" : "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"queue-microtask" : "^1.2.2"
}
} ,
"node_modules/rx-lite" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz" ,
"integrity" : "sha512-Cun9QucwK6MIrp3mry/Y7hqD1oFqTYLQ4pGxaHTjIdaFDWRGGLikqp6u8LcWJnzpoALg9hap+JGk8sFIUuEGNA=="
} ,
"node_modules/rx-lite-aggregates" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz" ,
"integrity" : "sha512-3xPNZGW93oCjiO7PtKxRK6iOVYBWBvtf9QHDfU23Oc+dLIQmAV//UnyXV/yihv81VS/UqoQPk4NegS8EFi55Hg==" ,
"dependencies" : {
"rx-lite" : "*"
}
} ,
"node_modules/rxjs" : {
"version" : "6.6.7" ,
"resolved" : "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz" ,
"integrity" : "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"tslib" : "^1.9.0"
} ,
"engines" : {
"npm" : ">=2.0.0"
}
} ,
"node_modules/rxjs/node_modules/tslib" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" ,
"license" : "0BSD"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/scheduler" : {
"version" : "0.25.0-rc-f994737d14-20240522" ,
"resolved" : "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0-rc-f994737d14-20240522.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-qS+xGFF7AljP2APO2iJe8zESNsK20k25MACz+WGOXPybUsRdi1ssvaoF93im2nSX2q/XT3wKkjdz6RQfbmaxdw==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/semver" : {
2024-08-08 10:25:56 +00:00
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/sharp" : {
"version" : "0.33.4" ,
"resolved" : "https://registry.npmjs.org/sharp/-/sharp-0.33.4.tgz" ,
"integrity" : "sha512-7i/dt5kGl7qR4gwPRD2biwD2/SvBn3O04J77XKFgL2OnZtQw+AG9wnuS/csmu80nPRHLYE9E41fyEiG8nhH6/Q==" ,
"hasInstallScript" : true ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"dependencies" : {
"color" : "^4.2.3" ,
"detect-libc" : "^2.0.3" ,
"semver" : "^7.6.0"
} ,
"engines" : {
"libvips" : ">=8.15.2" ,
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-darwin-arm64" : "0.33.4" ,
"@img/sharp-darwin-x64" : "0.33.4" ,
"@img/sharp-libvips-darwin-arm64" : "1.0.2" ,
"@img/sharp-libvips-darwin-x64" : "1.0.2" ,
"@img/sharp-libvips-linux-arm" : "1.0.2" ,
"@img/sharp-libvips-linux-arm64" : "1.0.2" ,
"@img/sharp-libvips-linux-s390x" : "1.0.2" ,
"@img/sharp-libvips-linux-x64" : "1.0.2" ,
"@img/sharp-libvips-linuxmusl-arm64" : "1.0.2" ,
"@img/sharp-libvips-linuxmusl-x64" : "1.0.2" ,
"@img/sharp-linux-arm" : "0.33.4" ,
"@img/sharp-linux-arm64" : "0.33.4" ,
"@img/sharp-linux-s390x" : "0.33.4" ,
"@img/sharp-linux-x64" : "0.33.4" ,
"@img/sharp-linuxmusl-arm64" : "0.33.4" ,
"@img/sharp-linuxmusl-x64" : "0.33.4" ,
"@img/sharp-wasm32" : "0.33.4" ,
"@img/sharp-win32-ia32" : "0.33.4" ,
"@img/sharp-win32-x64" : "0.33.4"
}
} ,
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shelljs" : {
"version" : "0.8.5" ,
"resolved" : "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz" ,
"integrity" : "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==" ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-3-Clause" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"glob" : "^7.0.0" ,
"interpret" : "^1.0.0" ,
"rechoir" : "^0.6.2"
} ,
"bin" : {
"shjs" : "bin/shjs"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/shelljs/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/simple-swizzle" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz" ,
"integrity" : "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"optional" : true ,
"dependencies" : {
"is-arrayish" : "^0.3.1"
}
} ,
"node_modules/source-map" : {
"version" : "0.5.7" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz" ,
"integrity" : "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-3-Clause" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-js" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz" ,
"integrity" : "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==" ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-3-Clause" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/sprintf-js" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" ,
"license" : "BSD-3-Clause"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/streamsearch" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz" ,
"integrity" : "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==" ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/string-width" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz" ,
"integrity" : "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"is-fullwidth-code-point" : "^2.0.0" ,
"strip-ansi" : "^4.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/string-width-cjs/node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/string-width/node_modules/ansi-regex" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz" ,
"integrity" : "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/string-width/node_modules/strip-ansi" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz" ,
"integrity" : "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" ,
"integrity" : "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/styled-jsx" : {
"version" : "5.1.3" ,
"resolved" : "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.3.tgz" ,
"integrity" : "sha512-qLRShOWTE/Mf6Bvl72kFeKBl8N2Eq9WIFfoAuvbtP/6tqlnj1SCjv117n2MIjOPpa1jTorYqLJgsHKy5Y3ziww==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"client-only" : "0.0.1"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"peerDependencies" : {
"react" : ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
} ,
"peerDependenciesMeta" : {
"@babel/core" : {
"optional" : true
} ,
"babel-plugin-macros" : {
"optional" : true
}
}
} ,
"node_modules/sucrase" : {
"version" : "3.35.0" ,
"resolved" : "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz" ,
"integrity" : "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.2" ,
"commander" : "^4.0.0" ,
"glob" : "^10.3.10" ,
"lines-and-columns" : "^1.1.6" ,
"mz" : "^2.7.0" ,
"pirates" : "^4.0.1" ,
"ts-interface-checker" : "^0.1.9"
} ,
"bin" : {
"sucrase" : "bin/sucrase" ,
"sucrase-node" : "bin/sucrase-node"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/sucrase/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/sucrase/node_modules/glob" : {
"version" : "10.4.5" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz" ,
"integrity" : "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/sucrase/node_modules/minimatch" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/supports-color" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" ,
"integrity" : "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"has-flag" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/symbol-observable" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/symbol-observable/-/symbol-observable-2.0.3.tgz" ,
"integrity" : "sha512-sQV7phh2WCYAn81oAkakC5qjq2Ml0g8ozqz03wOGnx9dDlG1de6yrF+0RAzSJD8fPUow3PTSMf2SAbOGxb93BA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/tailwind-merge" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.4.0.tgz" ,
"integrity" : "sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/dcastil"
}
} ,
"node_modules/tailwindcss" : {
2024-08-08 10:25:56 +00:00
"version" : "3.4.7" ,
"resolved" : "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz" ,
"integrity" : "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==" ,
2024-07-10 19:11:07 +00:00
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"@alloc/quick-lru" : "^5.2.0" ,
"arg" : "^5.0.2" ,
"chokidar" : "^3.5.3" ,
"didyoumean" : "^1.2.2" ,
"dlv" : "^1.1.3" ,
"fast-glob" : "^3.3.0" ,
"glob-parent" : "^6.0.2" ,
"is-glob" : "^4.0.3" ,
"jiti" : "^1.21.0" ,
"lilconfig" : "^2.1.0" ,
"micromatch" : "^4.0.5" ,
"normalize-path" : "^3.0.0" ,
"object-hash" : "^3.0.0" ,
"picocolors" : "^1.0.0" ,
"postcss" : "^8.4.23" ,
"postcss-import" : "^15.1.0" ,
"postcss-js" : "^4.0.1" ,
"postcss-load-config" : "^4.0.1" ,
"postcss-nested" : "^6.0.1" ,
"postcss-selector-parser" : "^6.0.11" ,
"resolve" : "^1.22.2" ,
"sucrase" : "^3.32.0"
} ,
"bin" : {
"tailwind" : "lib/cli.js" ,
"tailwindcss" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/tailwindcss/node_modules/postcss-selector-parser" : {
2024-08-08 10:25:56 +00:00
"version" : "6.1.1" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz" ,
"integrity" : "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==" ,
2024-07-10 19:11:07 +00:00
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/text-table" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" ,
"integrity" : "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/thenify" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz" ,
"integrity" : "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"any-promise" : "^1.0.0"
}
} ,
"node_modules/thenify-all" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz" ,
"integrity" : "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"thenify" : ">= 3.1.0 < 4"
} ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/through" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/through/-/through-2.3.8.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/timers-ext" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.8.tgz" ,
"integrity" : "sha512-wFH7+SEAcKfJpfLPkrgMPvvwnEtj8W4IurvEyrKsDleXnKLCDw71w8jltvfLa8Rm4qQxxT4jmDBYbJG/z7qoww==" ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"es5-ext" : "^0.10.64" ,
"next-tick" : "^1.1.0"
} ,
"engines" : {
"node" : ">=0.12"
}
} ,
"node_modules/tiny-invariant" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz" ,
"integrity" : "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/tmp" : {
"version" : "0.0.33" ,
"resolved" : "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz" ,
"integrity" : "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"os-tmpdir" : "~1.0.2"
} ,
"engines" : {
"node" : ">=0.6.0"
}
} ,
"node_modules/to-fast-properties" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz" ,
"integrity" : "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
} ,
"node_modules/trim-right" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz" ,
"integrity" : "sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/ts-interface-checker" : {
"version" : "0.1.13" ,
"resolved" : "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz" ,
"integrity" : "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "Apache-2.0"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
"license" : "0BSD"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/type" : {
"version" : "2.7.3" ,
"resolved" : "https://registry.npmjs.org/type/-/type-2.7.3.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/type-check" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" ,
"integrity" : "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"prelude-ls" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/type-fest" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" ,
"integrity" : "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "(MIT OR CC0-1.0)" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/typescript" : {
2024-08-08 10:25:56 +00:00
"version" : "5.5.4" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz" ,
"integrity" : "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==" ,
2024-07-10 19:11:07 +00:00
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "Apache-2.0" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
"node_modules/undici-types" : {
"version" : "5.26.5" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "BSD-2-Clause" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
"node_modules/util" : {
"version" : "0.10.4" ,
"resolved" : "https://registry.npmjs.org/util/-/util-0.10.4.tgz" ,
"integrity" : "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"inherits" : "2.0.3"
}
} ,
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/util/node_modules/inherits" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" ,
"integrity" : "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/wrap-ansi" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" ,
"integrity" : "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi/node_modules/ansi-regex" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" ,
"integrity" : "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/wrap-ansi/node_modules/ansi-styles" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" ,
"integrity" : "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/wrap-ansi/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" ,
2024-08-08 10:25:56 +00:00
"dev" : true ,
"license" : "MIT"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/wrap-ansi/node_modules/string-width" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" ,
"integrity" : "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/wrap-ansi/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
2024-08-08 10:25:56 +00:00
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
2024-07-10 19:11:07 +00:00
} ,
"node_modules/ws" : {
"version" : "7.5.10" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz" ,
"integrity" : "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=8.3.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : "^5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
"node_modules/xstream" : {
"version" : "11.14.0" ,
"resolved" : "https://registry.npmjs.org/xstream/-/xstream-11.14.0.tgz" ,
"integrity" : "sha512-1bLb+kKKtKPbgTK6i/BaoAn03g47PpFstlbe1BA+y3pNS/LfvcaghS5BFf9+EE1J+KwSQsEpfJvFN5GqFtiNmw==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"dependencies" : {
"globalthis" : "^1.0.1" ,
"symbol-observable" : "^2.0.3"
}
} ,
"node_modules/yaml" : {
2024-08-08 10:25:56 +00:00
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz" ,
"integrity" : "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==" ,
2024-07-10 19:11:07 +00:00
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "ISC" ,
2024-07-10 19:11:07 +00:00
"bin" : {
"yaml" : "bin.mjs"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" ,
"integrity" : "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" ,
"dev" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/zod" : {
"version" : "3.23.8" ,
"resolved" : "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz" ,
"integrity" : "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==" ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"funding" : {
"url" : "https://github.com/sponsors/colinhacks"
}
} ,
"node_modules/zod-validation-error" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-2.1.0.tgz" ,
"integrity" : "sha512-VJh93e2wb4c3tWtGgTa0OF/dTt/zoPCPzXq4V11ZjxmEAFaPi/Zss1xIZdEB5RD8GD00U0/iVXgqkF77RV7pdQ==" ,
"devOptional" : true ,
2024-08-08 10:25:56 +00:00
"license" : "MIT" ,
2024-07-10 19:11:07 +00:00
"engines" : {
"node" : ">=18.0.0"
} ,
"peerDependencies" : {
"zod" : "^3.18.0"
}
}
}
}