2021-05-19 22:21:51 +00:00
{
2022-03-02 03:29:09 +00:00
"name" : "profectus" ,
2023-05-17 23:52:22 +00:00
"version" : "0.6.1" ,
2023-04-20 00:17:36 +00:00
"lockfileVersion" : 3 ,
2021-07-24 22:08:52 +00:00
"requires" : true ,
"packages" : {
"" : {
2022-03-02 03:29:09 +00:00
"name" : "profectus" ,
2023-05-17 23:52:22 +00:00
"version" : "0.6.1" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:18:18 +00:00
"@fontsource/material-icons" : "^5.0.16" ,
"@fontsource/roboto-mono" : "^5.0.17" ,
2024-03-17 18:30:04 +00:00
"@pixi/app" : "^6.5.10" ,
"@pixi/constants" : "~6.5.10" ,
"@pixi/core" : "^6.5.10" ,
"@pixi/display" : "~6.5.10" ,
"@pixi/math" : "~6.5.10" ,
2022-12-10 18:33:24 +00:00
"@pixi/particle-emitter" : "^5.0.7" ,
2024-03-17 18:30:04 +00:00
"@pixi/sprite" : "~6.5.10" ,
"@pixi/ticker" : "~6.5.10" ,
2024-03-17 15:45:17 +00:00
"@vitejs/plugin-vue" : "^5.0.4" ,
"@vitejs/plugin-vue-jsx" : "^3.1.0" ,
2022-06-23 16:30:15 +00:00
"is-plain-object" : "^5.0.0" ,
2024-03-17 17:02:51 +00:00
"lz-string" : "^1.5.0" ,
"nanoevents" : "^9.0.0" ,
2024-02-18 16:47:10 +00:00
"unofficial-galaxy-sdk" : "git+https://code.incremental.social/thepaperpilot/unofficial-galaxy-sdk.git#1.0.1" ,
2024-03-17 15:45:17 +00:00
"vite" : "^5.1.6" ,
"vite-plugin-pwa" : "^0.19.4" ,
"vite-tsconfig-paths" : "^4.3.0" ,
2022-01-14 04:25:47 +00:00
"vue" : "^3.2.26" ,
"vue-next-select" : "^2.10.2" ,
2022-12-10 18:33:24 +00:00
"vue-panzoom" : "https://github.com/thepaperpilot/vue-panzoom.git" ,
2021-07-24 22:08:52 +00:00
"vue-textarea-autosize" : "^1.1.1" ,
2021-08-27 05:18:34 +00:00
"vue-toastification" : "^2.0.0-rc.1" ,
2022-01-25 04:25:34 +00:00
"vue-transition-expand" : "^0.1.0" ,
"vuedraggable" : "^4.1.0"
2021-07-24 22:08:52 +00:00
} ,
"devDependencies" : {
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
"@ivanv/vue-collapse-transition" : "^1.0.2" ,
2022-01-25 04:23:30 +00:00
"@rushstack/eslint-patch" : "^1.1.0" ,
2024-03-17 17:02:51 +00:00
"@types/lz-string" : "^1.5.0" ,
2022-01-25 04:23:30 +00:00
"@vue/eslint-config-prettier" : "^7.0.0" ,
2022-01-14 04:25:47 +00:00
"@vue/eslint-config-typescript" : "^10.0.0" ,
"eslint" : "^8.6.0" ,
2024-03-17 17:02:51 +00:00
"jsdom" : "^24.0.0" ,
2022-01-25 04:23:30 +00:00
"prettier" : "^2.5.1" ,
2023-04-17 02:47:58 +00:00
"typescript" : "^5.0.2" ,
2024-03-17 18:23:41 +00:00
"vitest" : "^1.4.0" ,
2022-06-26 03:34:18 +00:00
"vue-tsc" : "^0.38.1"
2022-03-02 03:29:09 +00:00
} ,
"engines" : {
2024-03-17 15:45:17 +00:00
"node" : "21.x"
2021-07-24 22:08:52 +00:00
}
} ,
2022-06-23 16:02:44 +00:00
"node_modules/@ampproject/remapping" : {
2024-03-17 15:45:17 +00:00
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz" ,
"integrity" : "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
2022-06-23 16:02:44 +00:00
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/code-frame" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.5" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz" ,
"integrity" : "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==" ,
2022-01-14 04:25:47 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/highlight" : "^7.23.4" ,
"chalk" : "^2.4.2"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/compat-data" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.5" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz" ,
"integrity" : "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==" ,
2022-01-14 04:25:47 +00:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/core" : {
2024-03-17 15:45:17 +00:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz" ,
"integrity" : "sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==" ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
"@ampproject/remapping" : "^2.2.0" ,
2024-03-17 15:45:17 +00:00
"@babel/code-frame" : "^7.23.5" ,
"@babel/generator" : "^7.23.6" ,
"@babel/helper-compilation-targets" : "^7.23.6" ,
"@babel/helper-module-transforms" : "^7.23.3" ,
"@babel/helpers" : "^7.24.0" ,
"@babel/parser" : "^7.24.0" ,
"@babel/template" : "^7.24.0" ,
"@babel/traverse" : "^7.24.0" ,
"@babel/types" : "^7.24.0" ,
"convert-source-map" : "^2.0.0" ,
2021-07-24 22:08:52 +00:00
"debug" : "^4.1.0" ,
"gensync" : "^1.0.0-beta.2" ,
2024-03-17 15:45:17 +00:00
"json5" : "^2.2.3" ,
"semver" : "^6.3.1"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/babel"
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/generator" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.6" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz" ,
"integrity" : "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/types" : "^7.23.6" ,
2022-08-22 05:16:00 +00:00
"@jridgewell/gen-mapping" : "^0.3.2" ,
2023-04-20 00:17:36 +00:00
"@jridgewell/trace-mapping" : "^0.3.17" ,
2022-06-23 16:02:44 +00:00
"jsesc" : "^2.5.1"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-annotate-as-pure" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz" ,
"integrity" : "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/types" : "^7.22.5"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-06-26 20:22:22 +00:00
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.15" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz" ,
"integrity" : "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/types" : "^7.22.15"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-compilation-targets" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz" ,
"integrity" : "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/compat-data" : "^7.23.5" ,
"@babel/helper-validator-option" : "^7.23.5" ,
"browserslist" : "^4.22.2" ,
2023-04-20 00:17:36 +00:00
"lru-cache" : "^5.1.1" ,
2024-03-17 15:45:17 +00:00
"semver" : "^6.3.1"
2021-07-24 22:08:52 +00:00
} ,
2022-01-14 04:25:47 +00:00
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-create-class-features-plugin" : {
2024-03-17 15:45:17 +00:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz" ,
"integrity" : "sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-function-name" : "^7.23.0" ,
"@babel/helper-member-expression-to-functions" : "^7.23.0" ,
"@babel/helper-optimise-call-expression" : "^7.22.5" ,
"@babel/helper-replace-supers" : "^7.22.20" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.22.5" ,
"@babel/helper-split-export-declaration" : "^7.22.6" ,
"semver" : "^6.3.1"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
2022-06-26 20:22:22 +00:00
"node_modules/@babel/helper-create-regexp-features-plugin" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.15" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz" ,
"integrity" : "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"regexpu-core" : "^5.3.1" ,
"semver" : "^6.3.1"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-define-polyfill-provider" : {
2024-03-17 15:45:17 +00:00
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.1.tgz" ,
"integrity" : "sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==" ,
2022-08-22 05:16:00 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-compilation-targets" : "^7.22.6" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
2022-06-26 20:22:22 +00:00
"debug" : "^4.1.1" ,
"lodash.debounce" : "^4.0.8" ,
2024-03-17 15:45:17 +00:00
"resolve" : "^1.14.2"
2022-06-26 20:22:22 +00:00
} ,
"peerDependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
2022-06-26 20:22:22 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-environment-visitor" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.20" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz" ,
"integrity" : "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==" ,
2022-06-26 20:22:22 +00:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-function-name" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz" ,
"integrity" : "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/template" : "^7.22.15" ,
"@babel/types" : "^7.23.0"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-hoist-variables" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz" ,
"integrity" : "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/types" : "^7.22.5"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-member-expression-to-functions" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz" ,
"integrity" : "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/types" : "^7.23.0"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-module-imports" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.15" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz" ,
"integrity" : "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/types" : "^7.22.15"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-module-transforms" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz" ,
"integrity" : "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-module-imports" : "^7.22.15" ,
"@babel/helper-simple-access" : "^7.22.5" ,
"@babel/helper-split-export-declaration" : "^7.22.6" ,
"@babel/helper-validator-identifier" : "^7.22.20"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2024-03-17 15:45:17 +00:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-optimise-call-expression" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz" ,
"integrity" : "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/types" : "^7.22.5"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-plugin-utils" : {
2024-03-17 15:45:17 +00:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz" ,
"integrity" : "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==" ,
2022-01-14 04:25:47 +00:00
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-06-26 20:22:22 +00:00
"node_modules/@babel/helper-remap-async-to-generator" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.20" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz" ,
"integrity" : "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-wrap-function" : "^7.22.20"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2022-08-22 05:16:00 +00:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2022-06-26 20:22:22 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-replace-supers" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.20" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz" ,
"integrity" : "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-member-expression-to-functions" : "^7.22.15" ,
"@babel/helper-optimise-call-expression" : "^7.22.5"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2024-03-17 15:45:17 +00:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-simple-access" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz" ,
"integrity" : "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/types" : "^7.22.5"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-06-26 20:22:22 +00:00
"node_modules/@babel/helper-skip-transparent-expression-wrappers" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz" ,
"integrity" : "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/types" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-split-export-declaration" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz" ,
"integrity" : "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/types" : "^7.22.5"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-08-22 05:16:00 +00:00
"node_modules/@babel/helper-string-parser" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz" ,
"integrity" : "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==" ,
2022-08-22 05:16:00 +00:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-validator-identifier" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.20" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz" ,
"integrity" : "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==" ,
2022-01-14 04:25:47 +00:00
"engines" : {
"node" : ">=6.9.0"
}
2021-07-24 22:08:52 +00:00
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helper-validator-option" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz" ,
"integrity" : "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==" ,
2022-01-14 04:25:47 +00:00
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-06-26 20:22:22 +00:00
"node_modules/@babel/helper-wrap-function" : {
2024-03-17 15:45:17 +00:00
"version" : "7.22.20" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz" ,
"integrity" : "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-function-name" : "^7.22.5" ,
"@babel/template" : "^7.22.15" ,
"@babel/types" : "^7.22.19"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/helpers" : {
2024-03-17 15:45:17 +00:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz" ,
"integrity" : "sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/template" : "^7.24.0" ,
"@babel/traverse" : "^7.24.0" ,
"@babel/types" : "^7.24.0"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/highlight" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz" ,
"integrity" : "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-validator-identifier" : "^7.22.20" ,
"chalk" : "^2.4.2" ,
2021-07-24 22:08:52 +00:00
"js-tokens" : "^4.0.0"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-01-14 04:25:47 +00:00
"node_modules/@babel/parser" : {
2024-03-17 15:45:17 +00:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz" ,
"integrity" : "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==" ,
2021-07-24 22:08:52 +00:00
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2022-06-26 20:22:22 +00:00
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz" ,
"integrity" : "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz" ,
"integrity" : "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.22.5" ,
"@babel/plugin-transform-optional-chaining" : "^7.23.3"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.13.0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" : {
"version" : "7.23.7" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz" ,
"integrity" : "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2022-01-14 04:25:47 +00:00
} ,
2021-07-24 22:08:52 +00:00
"peerDependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/core" : "^7.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-06-26 20:22:22 +00:00
"node_modules/@babel/plugin-proposal-private-property-in-object" : {
2024-03-17 15:45:17 +00:00
"version" : "7.21.0-placeholder-for-preset-env.2" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz" ,
"integrity" : "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==" ,
2022-01-14 04:25:47 +00:00
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2022-06-26 20:22:22 +00:00
"node_modules/@babel/plugin-syntax-async-generators" : {
"version" : "7.8.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" ,
"integrity" : "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-class-properties" : {
"version" : "7.12.13" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz" ,
"integrity" : "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.12.13"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-class-static-block" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz" ,
"integrity" : "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-dynamic-import" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz" ,
"integrity" : "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-export-namespace-from" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz" ,
"integrity" : "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.3"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-import-assertions" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz" ,
"integrity" : "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.22.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-import-attributes" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz" ,
"integrity" : "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-import-meta" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz" ,
"integrity" : "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-json-strings" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz" ,
"integrity" : "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-jsx" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz" ,
"integrity" : "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-logical-assignment-operators" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz" ,
"integrity" : "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz" ,
"integrity" : "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-numeric-separator" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz" ,
"integrity" : "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-object-rest-spread" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz" ,
"integrity" : "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-optional-catch-binding" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz" ,
"integrity" : "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-optional-chaining" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz" ,
"integrity" : "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-private-property-in-object" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz" ,
"integrity" : "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-top-level-await" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz" ,
"integrity" : "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-typescript" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz" ,
"integrity" : "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-syntax-unicode-sets-regex" : {
"version" : "7.18.6" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz" ,
"integrity" : "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-create-regexp-features-plugin" : "^7.18.6" ,
"@babel/helper-plugin-utils" : "^7.18.6"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/core" : "^7.0.0"
2022-06-26 20:22:22 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-arrow-functions" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz" ,
"integrity" : "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-async-generator-functions" : {
"version" : "7.23.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz" ,
"integrity" : "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/helper-remap-async-to-generator" : "^7.22.20" ,
"@babel/plugin-syntax-async-generators" : "^7.8.4"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-async-to-generator" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz" ,
"integrity" : "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-module-imports" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/helper-remap-async-to-generator" : "^7.22.20"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-block-scoped-functions" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz" ,
"integrity" : "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-block-scoping" : {
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz" ,
"integrity" : "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-class-properties" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz" ,
"integrity" : "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-create-class-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-class-static-block" : {
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz" ,
"integrity" : "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-create-class-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/plugin-syntax-class-static-block" : "^7.14.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/core" : "^7.12.0"
2022-06-26 20:22:22 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-classes" : {
"version" : "7.23.8" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz" ,
"integrity" : "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==" ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"@babel/helper-compilation-targets" : "^7.23.6" ,
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-function-name" : "^7.23.0" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/helper-replace-supers" : "^7.22.20" ,
"@babel/helper-split-export-declaration" : "^7.22.6" ,
"globals" : "^11.1.0"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-computed-properties" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz" ,
"integrity" : "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/template" : "^7.22.15"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-destructuring" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz" ,
"integrity" : "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-dotall-regex" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz" ,
"integrity" : "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-create-regexp-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-duplicate-keys" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz" ,
"integrity" : "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-dynamic-import" : {
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz" ,
"integrity" : "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/plugin-syntax-dynamic-import" : "^7.8.3"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-exponentiation-operator" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz" ,
"integrity" : "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-builder-binary-assignment-operator-visitor" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-export-namespace-from" : {
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz" ,
"integrity" : "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/plugin-syntax-export-namespace-from" : "^7.8.3"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-for-of" : {
"version" : "7.23.6" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz" ,
"integrity" : "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==" ,
2022-08-22 05:16:00 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-function-name" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz" ,
"integrity" : "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-compilation-targets" : "^7.22.15" ,
"@babel/helper-function-name" : "^7.23.0" ,
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-json-strings" : {
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz" ,
"integrity" : "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/plugin-syntax-json-strings" : "^7.8.3"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/core" : "^7.0.0-0"
2022-06-26 20:22:22 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-literals" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz" ,
"integrity" : "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-logical-assignment-operators" : {
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz" ,
"integrity" : "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/plugin-syntax-logical-assignment-operators" : "^7.10.4"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-member-expression-literals" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz" ,
"integrity" : "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-modules-amd" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz" ,
"integrity" : "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-module-transforms" : "^7.23.3" ,
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-modules-commonjs" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz" ,
"integrity" : "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==" ,
"dependencies" : {
"@babel/helper-module-transforms" : "^7.23.3" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/helper-simple-access" : "^7.22.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-modules-systemjs" : {
"version" : "7.23.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz" ,
"integrity" : "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==" ,
"dependencies" : {
"@babel/helper-hoist-variables" : "^7.22.5" ,
"@babel/helper-module-transforms" : "^7.23.3" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/helper-validator-identifier" : "^7.22.20"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-modules-umd" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz" ,
"integrity" : "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==" ,
"dependencies" : {
"@babel/helper-module-transforms" : "^7.23.3" ,
"@babel/helper-plugin-utils" : "^7.22.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-named-capturing-groups-regex" : {
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz" ,
"integrity" : "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==" ,
"dependencies" : {
"@babel/helper-create-regexp-features-plugin" : "^7.22.5" ,
"@babel/helper-plugin-utils" : "^7.22.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/plugin-transform-new-target" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz" ,
"integrity" : "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.22.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-nullish-coalescing-operator" : {
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz" ,
"integrity" : "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/plugin-syntax-nullish-coalescing-operator" : "^7.8.3"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-numeric-separator" : {
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz" ,
"integrity" : "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/plugin-syntax-numeric-separator" : "^7.10.4"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-object-rest-spread" : {
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz" ,
"integrity" : "sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==" ,
"dependencies" : {
"@babel/compat-data" : "^7.23.5" ,
"@babel/helper-compilation-targets" : "^7.23.6" ,
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/plugin-syntax-object-rest-spread" : "^7.8.3" ,
"@babel/plugin-transform-parameters" : "^7.23.3"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-object-super" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz" ,
"integrity" : "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/helper-replace-supers" : "^7.22.20"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-optional-catch-binding" : {
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz" ,
"integrity" : "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/plugin-syntax-optional-catch-binding" : "^7.8.3"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-optional-chaining" : {
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz" ,
"integrity" : "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.22.5" ,
"@babel/plugin-syntax-optional-chaining" : "^7.8.3"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-parameters" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz" ,
"integrity" : "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.22.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-private-methods" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz" ,
"integrity" : "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==" ,
"dependencies" : {
"@babel/helper-create-class-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-private-property-in-object" : {
"version" : "7.23.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz" ,
"integrity" : "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==" ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"@babel/helper-create-class-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/plugin-syntax-private-property-in-object" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-property-literals" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz" ,
"integrity" : "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.22.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-regenerator" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz" ,
"integrity" : "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5" ,
"regenerator-transform" : "^0.15.2"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-reserved-words" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz" ,
"integrity" : "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-shorthand-properties" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz" ,
"integrity" : "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-spread" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz" ,
"integrity" : "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-sticky-regex" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz" ,
"integrity" : "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-template-literals" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz" ,
"integrity" : "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-typeof-symbol" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz" ,
"integrity" : "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-typescript" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.6" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz" ,
"integrity" : "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-annotate-as-pure" : "^7.22.5" ,
"@babel/helper-create-class-features-plugin" : "^7.23.6" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/plugin-syntax-typescript" : "^7.23.3"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-unicode-escapes" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz" ,
"integrity" : "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.22.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-unicode-property-regex" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz" ,
"integrity" : "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-create-regexp-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-unicode-regex" : {
2024-03-17 15:45:17 +00:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz" ,
"integrity" : "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-create-regexp-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@babel/plugin-transform-unicode-sets-regex" : {
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz" ,
"integrity" : "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==" ,
"dependencies" : {
"@babel/helper-create-regexp-features-plugin" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
2022-06-26 20:22:22 +00:00
"node_modules/@babel/preset-env" : {
2024-03-17 15:45:17 +00:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.0.tgz" ,
"integrity" : "sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==" ,
"dependencies" : {
"@babel/compat-data" : "^7.23.5" ,
"@babel/helper-compilation-targets" : "^7.23.6" ,
"@babel/helper-plugin-utils" : "^7.24.0" ,
"@babel/helper-validator-option" : "^7.23.5" ,
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" : "^7.23.3" ,
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" : "^7.23.3" ,
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" : "^7.23.7" ,
"@babel/plugin-proposal-private-property-in-object" : "7.21.0-placeholder-for-preset-env.2" ,
2022-06-26 20:22:22 +00:00
"@babel/plugin-syntax-async-generators" : "^7.8.4" ,
"@babel/plugin-syntax-class-properties" : "^7.12.13" ,
"@babel/plugin-syntax-class-static-block" : "^7.14.5" ,
"@babel/plugin-syntax-dynamic-import" : "^7.8.3" ,
"@babel/plugin-syntax-export-namespace-from" : "^7.8.3" ,
2024-03-17 15:45:17 +00:00
"@babel/plugin-syntax-import-assertions" : "^7.23.3" ,
"@babel/plugin-syntax-import-attributes" : "^7.23.3" ,
"@babel/plugin-syntax-import-meta" : "^7.10.4" ,
2022-06-26 20:22:22 +00:00
"@babel/plugin-syntax-json-strings" : "^7.8.3" ,
"@babel/plugin-syntax-logical-assignment-operators" : "^7.10.4" ,
"@babel/plugin-syntax-nullish-coalescing-operator" : "^7.8.3" ,
"@babel/plugin-syntax-numeric-separator" : "^7.10.4" ,
"@babel/plugin-syntax-object-rest-spread" : "^7.8.3" ,
"@babel/plugin-syntax-optional-catch-binding" : "^7.8.3" ,
"@babel/plugin-syntax-optional-chaining" : "^7.8.3" ,
"@babel/plugin-syntax-private-property-in-object" : "^7.14.5" ,
"@babel/plugin-syntax-top-level-await" : "^7.14.5" ,
2024-03-17 15:45:17 +00:00
"@babel/plugin-syntax-unicode-sets-regex" : "^7.18.6" ,
"@babel/plugin-transform-arrow-functions" : "^7.23.3" ,
"@babel/plugin-transform-async-generator-functions" : "^7.23.9" ,
"@babel/plugin-transform-async-to-generator" : "^7.23.3" ,
"@babel/plugin-transform-block-scoped-functions" : "^7.23.3" ,
"@babel/plugin-transform-block-scoping" : "^7.23.4" ,
"@babel/plugin-transform-class-properties" : "^7.23.3" ,
"@babel/plugin-transform-class-static-block" : "^7.23.4" ,
"@babel/plugin-transform-classes" : "^7.23.8" ,
"@babel/plugin-transform-computed-properties" : "^7.23.3" ,
"@babel/plugin-transform-destructuring" : "^7.23.3" ,
"@babel/plugin-transform-dotall-regex" : "^7.23.3" ,
"@babel/plugin-transform-duplicate-keys" : "^7.23.3" ,
"@babel/plugin-transform-dynamic-import" : "^7.23.4" ,
"@babel/plugin-transform-exponentiation-operator" : "^7.23.3" ,
"@babel/plugin-transform-export-namespace-from" : "^7.23.4" ,
"@babel/plugin-transform-for-of" : "^7.23.6" ,
"@babel/plugin-transform-function-name" : "^7.23.3" ,
"@babel/plugin-transform-json-strings" : "^7.23.4" ,
"@babel/plugin-transform-literals" : "^7.23.3" ,
"@babel/plugin-transform-logical-assignment-operators" : "^7.23.4" ,
"@babel/plugin-transform-member-expression-literals" : "^7.23.3" ,
"@babel/plugin-transform-modules-amd" : "^7.23.3" ,
"@babel/plugin-transform-modules-commonjs" : "^7.23.3" ,
"@babel/plugin-transform-modules-systemjs" : "^7.23.9" ,
"@babel/plugin-transform-modules-umd" : "^7.23.3" ,
"@babel/plugin-transform-named-capturing-groups-regex" : "^7.22.5" ,
"@babel/plugin-transform-new-target" : "^7.23.3" ,
"@babel/plugin-transform-nullish-coalescing-operator" : "^7.23.4" ,
"@babel/plugin-transform-numeric-separator" : "^7.23.4" ,
"@babel/plugin-transform-object-rest-spread" : "^7.24.0" ,
"@babel/plugin-transform-object-super" : "^7.23.3" ,
"@babel/plugin-transform-optional-catch-binding" : "^7.23.4" ,
"@babel/plugin-transform-optional-chaining" : "^7.23.4" ,
"@babel/plugin-transform-parameters" : "^7.23.3" ,
"@babel/plugin-transform-private-methods" : "^7.23.3" ,
"@babel/plugin-transform-private-property-in-object" : "^7.23.4" ,
"@babel/plugin-transform-property-literals" : "^7.23.3" ,
"@babel/plugin-transform-regenerator" : "^7.23.3" ,
"@babel/plugin-transform-reserved-words" : "^7.23.3" ,
"@babel/plugin-transform-shorthand-properties" : "^7.23.3" ,
"@babel/plugin-transform-spread" : "^7.23.3" ,
"@babel/plugin-transform-sticky-regex" : "^7.23.3" ,
"@babel/plugin-transform-template-literals" : "^7.23.3" ,
"@babel/plugin-transform-typeof-symbol" : "^7.23.3" ,
"@babel/plugin-transform-unicode-escapes" : "^7.23.3" ,
"@babel/plugin-transform-unicode-property-regex" : "^7.23.3" ,
"@babel/plugin-transform-unicode-regex" : "^7.23.3" ,
"@babel/plugin-transform-unicode-sets-regex" : "^7.23.3" ,
"@babel/preset-modules" : "0.1.6-no-external-plugins" ,
"babel-plugin-polyfill-corejs2" : "^0.4.8" ,
"babel-plugin-polyfill-corejs3" : "^0.9.0" ,
"babel-plugin-polyfill-regenerator" : "^0.5.5" ,
"core-js-compat" : "^3.31.0" ,
"semver" : "^6.3.1"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/preset-modules" : {
2024-03-17 15:45:17 +00:00
"version" : "0.1.6-no-external-plugins" ,
"resolved" : "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz" ,
"integrity" : "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.0.0" ,
"@babel/types" : "^7.4.4" ,
"esutils" : "^2.0.2"
2022-01-14 04:25:47 +00:00
} ,
2021-07-24 22:08:52 +00:00
"peerDependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/core" : "^7.0.0-0 || ^8.0.0-0 <8.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@babel/regjsgen" : {
"version" : "0.8.0" ,
"resolved" : "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz" ,
"integrity" : "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
} ,
2022-06-26 20:22:22 +00:00
"node_modules/@babel/runtime" : {
2024-03-17 15:45:17 +00:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz" ,
"integrity" : "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"regenerator-runtime" : "^0.14.0"
2021-07-24 22:08:52 +00:00
} ,
2022-01-14 04:25:47 +00:00
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-06-26 03:34:18 +00:00
"node_modules/@babel/template" : {
2024-03-17 15:45:17 +00:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz" ,
"integrity" : "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/code-frame" : "^7.23.5" ,
"@babel/parser" : "^7.24.0" ,
"@babel/types" : "^7.24.0"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-06-26 03:34:18 +00:00
"node_modules/@babel/traverse" : {
2024-03-17 15:45:17 +00:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz" ,
"integrity" : "sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==" ,
"dependencies" : {
"@babel/code-frame" : "^7.23.5" ,
"@babel/generator" : "^7.23.6" ,
"@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.0" ,
"@babel/types" : "^7.24.0" ,
"debug" : "^4.3.1" ,
2022-06-26 03:34:18 +00:00
"globals" : "^11.1.0"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-06-26 03:34:18 +00:00
"node_modules/@babel/types" : {
2024-03-17 15:45:17 +00:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz" ,
"integrity" : "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-string-parser" : "^7.23.4" ,
"@babel/helper-validator-identifier" : "^7.22.20" ,
2022-06-26 03:34:18 +00:00
"to-fast-properties" : "^2.0.0"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-06-26 03:34:18 +00:00
"node" : ">=6.9.0"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@esbuild/aix-ppc64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz" ,
"integrity" : "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==" ,
"cpu" : [
"ppc64"
] ,
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=12"
}
2022-06-26 03:34:18 +00:00
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@esbuild/android-arm" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz" ,
"integrity" : "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==" ,
2023-02-16 02:58:53 +00:00
"cpu" : [
2024-03-17 15:45:17 +00:00
"arm"
2023-02-16 02:58:53 +00:00
] ,
"optional" : true ,
"os" : [
2024-03-17 15:45:17 +00:00
"android"
2023-02-16 02:58:53 +00:00
] ,
"engines" : {
"node" : ">=12"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@esbuild/android-arm64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz" ,
"integrity" : "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"android"
] ,
2023-02-16 02:58:53 +00:00
"engines" : {
2024-03-17 15:45:17 +00:00
"node" : ">=12"
2023-02-16 02:58:53 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@esbuild/android-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz" ,
"integrity" : "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"android"
] ,
2023-02-16 02:58:53 +00:00
"engines" : {
2024-03-17 15:45:17 +00:00
"node" : ">=12"
2023-02-16 02:58:53 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@esbuild/darwin-arm64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz" ,
"integrity" : "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
2023-02-16 02:58:53 +00:00
"engines" : {
2024-03-17 15:45:17 +00:00
"node" : ">=12"
2023-02-16 02:58:53 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@esbuild/darwin-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz" ,
"integrity" : "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz" ,
"integrity" : "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/freebsd-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz" ,
"integrity" : "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-arm" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz" ,
"integrity" : "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-arm64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz" ,
"integrity" : "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-ia32" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz" ,
"integrity" : "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==" ,
"cpu" : [
"ia32"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-loong64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz" ,
"integrity" : "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==" ,
"cpu" : [
"loong64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-mips64el" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz" ,
"integrity" : "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==" ,
"cpu" : [
"mips64el"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-ppc64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz" ,
"integrity" : "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==" ,
"cpu" : [
"ppc64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-riscv64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz" ,
"integrity" : "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==" ,
"cpu" : [
"riscv64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-s390x" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz" ,
"integrity" : "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==" ,
"cpu" : [
"s390x"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz" ,
"integrity" : "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/netbsd-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz" ,
"integrity" : "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/openbsd-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz" ,
"integrity" : "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/sunos-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz" ,
"integrity" : "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/win32-arm64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz" ,
"integrity" : "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/win32-ia32" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz" ,
"integrity" : "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==" ,
"cpu" : [
"ia32"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"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 ,
"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.5.0" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz" ,
"integrity" : "sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==" ,
"dev" : true ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/@eslint/eslintrc" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.2.tgz" ,
"integrity" : "sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==" ,
"dev" : true ,
"dependencies" : {
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^9.5.1" ,
"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/globals" : {
"version" : "13.20.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz" ,
2023-04-20 00:17:36 +00:00
"integrity" : "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
"type-fest" : "^0.20.2"
} ,
2023-02-16 02:58:53 +00:00
"engines" : {
2023-04-20 00:17:36 +00:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-02-16 02:58:53 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@eslint/eslintrc/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==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"engines" : {
2023-04-20 00:17:36 +00:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-02-16 02:58:53 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@eslint/js" : {
"version" : "8.38.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-8.38.0.tgz" ,
"integrity" : "sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"engines" : {
2023-04-20 00:17:36 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-02-16 02:58:53 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@fontsource/material-icons" : {
2024-03-17 15:18:18 +00:00
"version" : "5.0.16" ,
"resolved" : "https://registry.npmjs.org/@fontsource/material-icons/-/material-icons-5.0.16.tgz" ,
"integrity" : "sha512-QjlHDR78ojpZfHEHJE0ltDYwyX0pWT6iMS2I9e/bJenVSktFcM+iyCHwjKmA+SDaLf5ASmx1QZNuNT4DNmsrHg=="
2023-04-20 00:17:36 +00:00
} ,
"node_modules/@fontsource/roboto-mono" : {
2024-03-17 15:18:18 +00:00
"version" : "5.0.17" ,
"resolved" : "https://registry.npmjs.org/@fontsource/roboto-mono/-/roboto-mono-5.0.17.tgz" ,
"integrity" : "sha512-MU6FrAyG7DWMCL8mu0JDPvB2tnFcn/lYvVKixzqHb2uefRsLaD6OBFfF1q5RMFsKcFHyPySHM7ZcGw/Q6A1/FA=="
2023-04-20 00:17:36 +00:00
} ,
"node_modules/@humanwhocodes/config-array" : {
"version" : "0.11.8" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz" ,
"integrity" : "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
"@humanwhocodes/object-schema" : "^1.2.1" ,
"debug" : "^4.1.1" ,
"minimatch" : "^3.0.5"
} ,
2023-02-16 02:58:53 +00:00
"engines" : {
2023-04-20 00:17:36 +00:00
"node" : ">=10.10.0"
2023-02-16 02:58:53 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"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==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"engines" : {
2023-04-20 00:17:36 +00:00
"node" : ">=12.22"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
2023-02-16 02:58:53 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@humanwhocodes/object-schema" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz" ,
"integrity" : "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==" ,
"dev" : true
} ,
"node_modules/@ivanv/vue-collapse-transition" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@ivanv/vue-collapse-transition/-/vue-collapse-transition-1.0.2.tgz" ,
"integrity" : "sha512-eWEameFXJM/1khcoKbITvKjYYXDP1WKQ/Xf9ItJVPoEjCiOdocR3AgDAERzDrNNg4oWK28gRGi+0ft8Te27zxw==" ,
"dev" : true
} ,
2024-03-17 18:23:41 +00:00
"node_modules/@jest/schemas" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz" ,
"integrity" : "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" ,
"dev" : true ,
"dependencies" : {
"@sinclair/typebox" : "^0.27.8"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@jridgewell/gen-mapping" : {
2024-03-17 15:45:17 +00:00
"version" : "0.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz" ,
"integrity" : "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@jridgewell/set-array" : "^1.2.1" ,
2023-04-20 00:17:36 +00:00
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
2024-03-17 15:45:17 +00:00
"@jridgewell/trace-mapping" : "^0.3.24"
2023-04-20 00:17:36 +00:00
} ,
2023-02-16 02:58:53 +00:00
"engines" : {
2023-04-20 00:17:36 +00:00
"node" : ">=6.0.0"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@jridgewell/resolve-uri" : {
2022-08-22 05:16:00 +00:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz" ,
"integrity" : "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==" ,
2022-06-26 16:30:34 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=6.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@jridgewell/set-array" : {
2024-03-17 15:45:17 +00:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz" ,
"integrity" : "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" ,
2022-01-14 04:25:47 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=6.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@jridgewell/source-map" : {
2023-04-20 00:17:36 +00:00
"version" : "0.3.3" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.3.tgz" ,
"integrity" : "sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@jridgewell/gen-mapping" : "^0.3.0" ,
"@jridgewell/trace-mapping" : "^0.3.9"
2021-07-24 22:08:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.4.15" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz" ,
"integrity" : "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
} ,
"node_modules/@jridgewell/trace-mapping" : {
2024-03-17 15:45:17 +00:00
"version" : "0.3.25" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz" ,
"integrity" : "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
2021-07-24 22:08:52 +00:00
} ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 8"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-01-14 04:25:47 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 8"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
2022-06-26 16:30:34 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 8"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@pixi/app" : {
2024-03-17 18:30:04 +00:00
"version" : "6.5.10" ,
"resolved" : "https://registry.npmjs.org/@pixi/app/-/app-6.5.10.tgz" ,
"integrity" : "sha512-VsNHLajZ5Dbc/Zrj7iWmIl3eu6Fec+afjW/NXXezD8Sp3nTDF0bv5F+GDgN/zSc2gqIvPHyundImT7hQGBDghg==" ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
2024-03-17 18:30:04 +00:00
"@pixi/core" : "6.5.10" ,
"@pixi/display" : "6.5.10" ,
"@pixi/math" : "6.5.10" ,
"@pixi/utils" : "6.5.10"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@pixi/constants" : {
2024-03-17 18:30:04 +00:00
"version" : "6.5.10" ,
"resolved" : "https://registry.npmjs.org/@pixi/constants/-/constants-6.5.10.tgz" ,
"integrity" : "sha512-PUF2Y9YISRu5eVrVVHhHCWpc/KmxQTg3UH8rIUs8UI9dCK41/wsPd3pEahzf7H47v7x1HCohVZcFO3XQc1bUDw=="
2022-07-08 01:30:19 +00:00
} ,
"node_modules/@pixi/core" : {
2024-03-17 18:30:04 +00:00
"version" : "6.5.10" ,
"resolved" : "https://registry.npmjs.org/@pixi/core/-/core-6.5.10.tgz" ,
"integrity" : "sha512-Gdzp5ENypyglvsh5Gv3teUZnZnmizo4xOsL+QqmWALdFlJXJwLJMVhKVThV/q/095XR6i4Ou54oshn+m4EkuFw==" ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@types/offscreencanvas" : "^2019.6.4"
2022-06-23 16:02:44 +00:00
} ,
2022-06-26 03:34:18 +00:00
"funding" : {
2022-07-08 01:30:19 +00:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/pixijs"
2022-01-14 04:25:47 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
2024-03-17 18:30:04 +00:00
"@pixi/constants" : "6.5.10" ,
"@pixi/extensions" : "6.5.10" ,
"@pixi/math" : "6.5.10" ,
"@pixi/runner" : "6.5.10" ,
"@pixi/settings" : "6.5.10" ,
"@pixi/ticker" : "6.5.10" ,
"@pixi/utils" : "6.5.10"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@pixi/display" : {
2024-03-17 18:30:04 +00:00
"version" : "6.5.10" ,
"resolved" : "https://registry.npmjs.org/@pixi/display/-/display-6.5.10.tgz" ,
"integrity" : "sha512-NxFdDDxlbH5fQkzGHraLGoTMucW9pVgXqQm13TSmkA3NWIi/SItHL4qT2SI8nmclT9Vid1VDEBCJFAbdeuQw1Q==" ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
2024-03-17 18:30:04 +00:00
"@pixi/constants" : "6.5.10" ,
"@pixi/math" : "6.5.10" ,
"@pixi/settings" : "6.5.10" ,
"@pixi/utils" : "6.5.10"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 18:30:04 +00:00
"node_modules/@pixi/extensions" : {
"version" : "6.5.10" ,
"resolved" : "https://registry.npmjs.org/@pixi/extensions/-/extensions-6.5.10.tgz" ,
"integrity" : "sha512-EIUGza+E+sCy3dupuIjvRK/WyVyfSzHb5XsxRaxNrPwvG1iIUIqNqZ3owLYCo4h17fJWrj/yXVufNNtUKQccWQ==" ,
"peer" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@pixi/math" : {
2024-03-17 18:30:04 +00:00
"version" : "6.5.10" ,
"resolved" : "https://registry.npmjs.org/@pixi/math/-/math-6.5.10.tgz" ,
"integrity" : "sha512-fxeu7ykVbMGxGV2S3qRTupHToeo1hdWBm8ihyURn3BMqJZe2SkZEECPd5RyvIuuNUtjRnmhkZRnF3Jsz2S+L0g=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@pixi/particle-emitter" : {
2023-04-20 00:17:36 +00:00
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/@pixi/particle-emitter/-/particle-emitter-5.0.8.tgz" ,
"integrity" : "sha512-OzuZ4+esQo+zJ0u3htuNHHMAE8Ixmr3nz3tEfrTGZHje1vnGyie3ANQj9F0V4OM47oi9jd70njVCmeb7bTkS9A==" ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
2023-04-20 00:17:36 +00:00
"@pixi/constants" : ">=6.0.4 <8.0.0" ,
"@pixi/core" : ">=6.0.4 <8.0.0" ,
"@pixi/display" : ">=6.0.4 <8.0.0" ,
"@pixi/math" : ">=6.0.4 <8.0.0" ,
"@pixi/sprite" : ">=6.0.4 <8.0.0" ,
"@pixi/ticker" : ">=6.0.4 <8.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@pixi/runner" : {
2024-03-17 18:30:04 +00:00
"version" : "6.5.10" ,
"resolved" : "https://registry.npmjs.org/@pixi/runner/-/runner-6.5.10.tgz" ,
"integrity" : "sha512-4HiHp6diCmigJT/DSbnqQP62OfWKmZB7zPWMdV1AEdr4YT1QxzXAW1wHg7dkoEfyTHqZKl0tm/zcqKq/iH7tMA==" ,
2022-07-14 05:04:07 +00:00
"peer" : true
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@pixi/settings" : {
2024-03-17 18:30:04 +00:00
"version" : "6.5.10" ,
"resolved" : "https://registry.npmjs.org/@pixi/settings/-/settings-6.5.10.tgz" ,
"integrity" : "sha512-ypAS5L7pQ2Qb88yQK72bXtc7sD8OrtLWNXdZ/gnw5kwSWCFaOSoqhKqJCXrR5DQtN98+RQefwbEAmMvqobhFyw==" ,
2022-07-14 05:04:07 +00:00
"peer" : true ,
2024-03-17 18:30:04 +00:00
"peerDependencies" : {
"@pixi/constants" : "6.5.10"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@pixi/sprite" : {
2024-03-17 18:30:04 +00:00
"version" : "6.5.10" ,
"resolved" : "https://registry.npmjs.org/@pixi/sprite/-/sprite-6.5.10.tgz" ,
"integrity" : "sha512-UiK+8LgM9XQ/SBDKjRgZ8WggdOSlFRXqiWjEZVmNkiyU8HvXeFzWPRhpc8RR1zDwAUhZWKtMhF8X/ba9m+z2lg==" ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
2024-03-17 18:30:04 +00:00
"@pixi/constants" : "6.5.10" ,
"@pixi/core" : "6.5.10" ,
"@pixi/display" : "6.5.10" ,
"@pixi/math" : "6.5.10" ,
"@pixi/settings" : "6.5.10" ,
"@pixi/utils" : "6.5.10"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@pixi/ticker" : {
2024-03-17 18:30:04 +00:00
"version" : "6.5.10" ,
"resolved" : "https://registry.npmjs.org/@pixi/ticker/-/ticker-6.5.10.tgz" ,
"integrity" : "sha512-UqX1XYtzqFSirmTOy8QAK4Ccg4KkIZztrBdRPKwFSOEiKAJoGDCSBmyQBo/9aYQKGObbNnrJ7Hxv3/ucg3/1GA==" ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
2024-03-17 18:30:04 +00:00
"@pixi/extensions" : "6.5.10" ,
"@pixi/settings" : "6.5.10"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@pixi/utils" : {
2024-03-17 18:30:04 +00:00
"version" : "6.5.10" ,
"resolved" : "https://registry.npmjs.org/@pixi/utils/-/utils-6.5.10.tgz" ,
"integrity" : "sha512-4f4qDMmAz9IoSAe08G2LAxUcEtG9jSdudfsMQT2MG+OpfToirboE6cNoO0KnLCvLzDVE/mfisiQ9uJbVA9Ssdw==" ,
2022-07-14 05:04:07 +00:00
"peer" : true ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@types/earcut" : "^2.1.0" ,
2024-03-17 18:30:04 +00:00
"earcut" : "^2.2.4" ,
2022-07-08 01:30:19 +00:00
"eventemitter3" : "^3.1.0" ,
"url" : "^0.11.0"
2022-01-14 04:25:47 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
2024-03-17 18:30:04 +00:00
"@pixi/constants" : "6.5.10" ,
"@pixi/settings" : "6.5.10"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@rollup/rollup-android-arm-eabi" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.13.0.tgz" ,
"integrity" : "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"android"
]
2021-07-24 22:08:52 +00:00
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@rollup/rollup-android-arm64" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.13.0.tgz" ,
"integrity" : "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"android"
]
2022-06-23 16:02:44 +00:00
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@rollup/rollup-darwin-arm64" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.13.0.tgz" ,
"integrity" : "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
]
2021-07-24 22:08:52 +00:00
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@rollup/rollup-darwin-x64" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.13.0.tgz" ,
"integrity" : "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
]
2022-01-14 04:25:47 +00:00
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@rollup/rollup-linux-arm-gnueabihf" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.13.0.tgz" ,
"integrity" : "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"linux"
]
2022-07-08 01:30:19 +00:00
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@rollup/rollup-linux-arm64-gnu" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.13.0.tgz" ,
"integrity" : "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
]
2022-06-23 16:02:44 +00:00
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@rollup/rollup-linux-arm64-musl" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.13.0.tgz" ,
"integrity" : "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
]
2022-01-14 04:25:47 +00:00
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@rollup/rollup-linux-riscv64-gnu" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.13.0.tgz" ,
"integrity" : "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==" ,
"cpu" : [
"riscv64"
] ,
"optional" : true ,
"os" : [
"linux"
]
2022-06-23 16:26:13 +00:00
} ,
2024-03-17 15:45:17 +00:00
"node_modules/@rollup/rollup-linux-x64-gnu" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.13.0.tgz" ,
"integrity" : "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-musl" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.13.0.tgz" ,
"integrity" : "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-win32-arm64-msvc" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.13.0.tgz" ,
"integrity" : "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-ia32-msvc" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.13.0.tgz" ,
"integrity" : "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==" ,
"cpu" : [
"ia32"
] ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-msvc" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.13.0.tgz" ,
"integrity" : "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"win32"
]
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@rushstack/eslint-patch" : {
2023-04-20 00:17:36 +00:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz" ,
"integrity" : "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==" ,
2022-07-08 01:30:19 +00:00
"dev" : true
2022-01-14 04:25:47 +00:00
} ,
2024-03-17 18:23:41 +00:00
"node_modules/@sinclair/typebox" : {
"version" : "0.27.8" ,
"resolved" : "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz" ,
"integrity" : "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@surma/rollup-plugin-off-main-thread" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz" ,
"integrity" : "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"ejs" : "^3.1.6" ,
"json5" : "^2.2.0" ,
"magic-string" : "^0.25.0" ,
"string.prototype.matchall" : "^4.0.6"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@types/earcut" : {
2024-03-17 18:30:04 +00:00
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@types/earcut/-/earcut-2.1.4.tgz" ,
"integrity" : "sha512-qp3m9PPz4gULB9MhjGID7wpo3gJ4bTGXm7ltNDsmOvsPduTeHp8wSW9YckBj3mljeOh4F0m2z/0JKAALRKbmLQ==" ,
2022-07-14 05:04:07 +00:00
"peer" : true
2022-04-01 06:01:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@types/estree" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz" ,
"integrity" : "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
2022-07-08 01:30:19 +00:00
} ,
"node_modules/@types/json-schema" : {
"version" : "7.0.11" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz" ,
"integrity" : "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" ,
2022-06-26 16:30:34 +00:00
"dev" : true
2022-04-01 06:01:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@types/lz-string" : {
2023-04-20 00:17:36 +00:00
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@types/lz-string/-/lz-string-1.5.0.tgz" ,
"integrity" : "sha512-s84fKOrzqqNCAPljhVyC5TjAo6BH4jKHw9NRNFNiRUY5QSgZCmVm5XILlWbisiKl+0OcS7eWihmKGS5akc2iQw==" ,
"deprecated" : "This is a stub types definition. lz-string provides its own type definitions, so you do not need this installed." ,
"dev" : true ,
"dependencies" : {
"lz-string" : "*"
}
2022-04-01 06:01:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@types/node" : {
2023-04-20 00:17:36 +00:00
"version" : "18.15.12" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-18.15.12.tgz" ,
"integrity" : "sha512-Wha1UwsB3CYdqUm2PPzh/1gujGCNtWVUYF0mB00fJFoR4gTyWTDPjSm+zBF787Ahw8vSGgBja90MkgFwvB86Dg=="
2022-04-01 06:01:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@types/offscreencanvas" : {
"version" : "2019.7.0" ,
"resolved" : "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.0.tgz" ,
"integrity" : "sha512-PGcyveRIpL1XIqK8eBsmRBt76eFgtzuPiSTyKHZxnGemp2yzGzWpjYKAfK3wIMiU7eH+851yEpiuP8JZerTmWg=="
} ,
"node_modules/@types/resolve" : {
"version" : "1.17.1" ,
"resolved" : "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz" ,
"integrity" : "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@types/node" : "*"
2022-04-01 06:01:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@types/semver" : {
"version" : "7.3.13" ,
"resolved" : "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz" ,
"integrity" : "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@types/trusted-types" : {
2024-03-17 15:45:17 +00:00
"version" : "2.0.7" ,
"resolved" : "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz" ,
"integrity" : "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="
2022-07-08 01:30:19 +00:00
} ,
"node_modules/@typescript-eslint/eslint-plugin" : {
2023-04-20 00:17:36 +00:00
"version" : "5.59.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.0.tgz" ,
"integrity" : "sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@eslint-community/regexpp" : "^4.4.0" ,
"@typescript-eslint/scope-manager" : "5.59.0" ,
"@typescript-eslint/type-utils" : "5.59.0" ,
"@typescript-eslint/utils" : "5.59.0" ,
2022-07-08 01:30:19 +00:00
"debug" : "^4.3.4" ,
2023-04-20 00:17:36 +00:00
"grapheme-splitter" : "^1.0.4" ,
2022-07-08 01:30:19 +00:00
"ignore" : "^5.2.0" ,
2023-04-20 00:17:36 +00:00
"natural-compare-lite" : "^1.4.0" ,
2022-07-08 01:30:19 +00:00
"semver" : "^7.3.7" ,
"tsutils" : "^3.21.0"
2022-06-26 16:30:34 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-06-26 16:30:34 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"@typescript-eslint/parser" : "^5.0.0" ,
"eslint" : "^6.0.0 || ^7.0.0 || ^8.0.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2022-04-01 06:01:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
"dev" : true ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@typescript-eslint/eslint-plugin/node_modules/semver" : {
2023-04-20 00:17:36 +00:00
"version" : "7.5.0" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz" ,
"integrity" : "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"lru-cache" : "^6.0.0"
} ,
"bin" : {
"semver" : "bin/semver.js"
2022-06-23 16:02:44 +00:00
} ,
2022-06-26 16:30:34 +00:00
"engines" : {
"node" : ">=10"
2022-04-01 06:01:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@typescript-eslint/parser" : {
2023-04-20 00:17:36 +00:00
"version" : "5.59.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.0.tgz" ,
"integrity" : "sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@typescript-eslint/scope-manager" : "5.59.0" ,
"@typescript-eslint/types" : "5.59.0" ,
"@typescript-eslint/typescript-estree" : "5.59.0" ,
2022-07-08 01:30:19 +00:00
"debug" : "^4.3.4"
2022-06-23 16:02:44 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || ^8.0.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2022-04-01 06:01:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@typescript-eslint/scope-manager" : {
2023-04-20 00:17:36 +00:00
"version" : "5.59.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz" ,
"integrity" : "sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@typescript-eslint/types" : "5.59.0" ,
"@typescript-eslint/visitor-keys" : "5.59.0"
2022-07-08 01:30:19 +00:00
} ,
2022-06-26 16:30:34 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2022-04-01 06:01:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@typescript-eslint/type-utils" : {
2023-04-20 00:17:36 +00:00
"version" : "5.59.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.0.tgz" ,
"integrity" : "sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@typescript-eslint/typescript-estree" : "5.59.0" ,
"@typescript-eslint/utils" : "5.59.0" ,
2022-07-08 01:30:19 +00:00
"debug" : "^4.3.4" ,
"tsutils" : "^3.21.0"
2022-06-26 16:30:34 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "*"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2022-06-26 03:34:18 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@typescript-eslint/types" : {
2023-04-20 00:17:36 +00:00
"version" : "5.59.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.0.tgz" ,
"integrity" : "sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2022-04-01 06:01:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@typescript-eslint/typescript-estree" : {
2023-04-20 00:17:36 +00:00
"version" : "5.59.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz" ,
"integrity" : "sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==" ,
2022-06-23 16:02:44 +00:00
"dev" : true ,
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@typescript-eslint/types" : "5.59.0" ,
"@typescript-eslint/visitor-keys" : "5.59.0" ,
2022-07-08 01:30:19 +00:00
"debug" : "^4.3.4" ,
"globby" : "^11.1.0" ,
"is-glob" : "^4.0.3" ,
"semver" : "^7.3.7" ,
"tsutils" : "^3.21.0"
2022-06-26 16:30:34 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2022-04-01 06:01:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
2022-06-26 03:34:18 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver" : {
"version" : "7.5.0" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz" ,
"integrity" : "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==" ,
"dev" : true ,
"dependencies" : {
"lru-cache" : "^6.0.0"
2022-07-08 01:30:19 +00:00
} ,
"bin" : {
"semver" : "bin/semver.js"
2022-06-26 16:30:34 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=10"
2022-04-01 06:01:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@typescript-eslint/utils" : {
2023-04-20 00:17:36 +00:00
"version" : "5.59.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.0.tgz" ,
"integrity" : "sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==" ,
2022-06-23 16:02:44 +00:00
"dev" : true ,
2022-04-01 06:01:52 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@eslint-community/eslint-utils" : "^4.2.0" ,
2022-07-08 01:30:19 +00:00
"@types/json-schema" : "^7.0.9" ,
2023-04-20 00:17:36 +00:00
"@types/semver" : "^7.3.12" ,
"@typescript-eslint/scope-manager" : "5.59.0" ,
"@typescript-eslint/types" : "5.59.0" ,
"@typescript-eslint/typescript-estree" : "5.59.0" ,
2022-07-08 01:30:19 +00:00
"eslint-scope" : "^5.1.1" ,
2023-04-20 00:17:36 +00:00
"semver" : "^7.3.7"
2022-06-26 16:30:34 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || ^8.0.0"
2022-01-25 04:23:30 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/@typescript-eslint/utils/node_modules/lru-cache" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
"dev" : true ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@typescript-eslint/utils/node_modules/semver" : {
"version" : "7.5.0" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz" ,
"integrity" : "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==" ,
"dev" : true ,
"dependencies" : {
"lru-cache" : "^6.0.0"
} ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@typescript-eslint/utils/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@typescript-eslint/visitor-keys" : {
2023-04-20 00:17:36 +00:00
"version" : "5.59.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz" ,
"integrity" : "sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==" ,
2022-01-14 04:25:47 +00:00
"dev" : true ,
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@typescript-eslint/types" : "5.59.0" ,
2022-07-08 01:30:19 +00:00
"eslint-visitor-keys" : "^3.3.0"
2022-06-26 16:30:34 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-06-26 16:30:34 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vitejs/plugin-vue" : {
2024-03-17 15:45:17 +00:00
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.4.tgz" ,
"integrity" : "sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==" ,
2022-06-26 16:30:34 +00:00
"engines" : {
2024-03-17 15:45:17 +00:00
"node" : "^18.0.0 || >=20.0.0"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
2024-03-17 15:45:17 +00:00
"vite" : "^5.0.0" ,
2022-07-08 01:30:19 +00:00
"vue" : "^3.2.25"
2022-01-14 04:25:47 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vitejs/plugin-vue-jsx" : {
2024-03-17 15:45:17 +00:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz" ,
"integrity" : "sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/core" : "^7.23.3" ,
"@babel/plugin-transform-typescript" : "^7.23.3" ,
"@vue/babel-plugin-jsx" : "^1.1.5"
2022-06-26 16:30:34 +00:00
} ,
"engines" : {
2024-03-17 15:45:17 +00:00
"node" : "^14.18.0 || >=16.0.0"
} ,
"peerDependencies" : {
"vite" : "^4.0.0 || ^5.0.0" ,
"vue" : "^3.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/@vitest/expect" : {
2024-03-17 18:23:41 +00:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vitest/expect/-/expect-1.4.0.tgz" ,
"integrity" : "sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 18:23:41 +00:00
"@vitest/spy" : "1.4.0" ,
"@vitest/utils" : "1.4.0" ,
"chai" : "^4.3.10"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
2023-02-16 02:58:53 +00:00
}
} ,
"node_modules/@vitest/runner" : {
2024-03-17 18:23:41 +00:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vitest/runner/-/runner-1.4.0.tgz" ,
"integrity" : "sha512-EDYVSmesqlQ4RD2VvWo3hQgTJ7ZrFQ2VSJdfiJiArkCerDAGeyF1i6dHkmySqk573jLp6d/cfqCN+7wUB5tLgg==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 18:23:41 +00:00
"@vitest/utils" : "1.4.0" ,
"p-limit" : "^5.0.0" ,
"pathe" : "^1.1.1"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
2023-02-16 02:58:53 +00:00
}
} ,
"node_modules/@vitest/runner/node_modules/p-limit" : {
2024-03-17 18:23:41 +00:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz" ,
"integrity" : "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
"yocto-queue" : "^1.0.0"
} ,
"engines" : {
2024-03-17 18:23:41 +00:00
"node" : ">=18"
2023-02-16 02:58:53 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@vitest/runner/node_modules/yocto-queue" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz" ,
"integrity" : "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" ,
"dev" : true ,
"engines" : {
"node" : ">=12.20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-03-17 18:23:41 +00:00
"node_modules/@vitest/snapshot" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.4.0.tgz" ,
"integrity" : "sha512-saAFnt5pPIA5qDGxOHxJ/XxhMFKkUSBJmVt5VgDsAqPTX6JP326r5C/c9UuCMPoXNzuudTPsYDZCoJ5ilpqG2A==" ,
"dev" : true ,
"dependencies" : {
"magic-string" : "^0.30.5" ,
"pathe" : "^1.1.1" ,
"pretty-format" : "^29.7.0"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/@vitest/snapshot/node_modules/magic-string" : {
"version" : "0.30.8" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz" ,
"integrity" : "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" ,
"dev" : true ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.4.15"
} ,
"engines" : {
"node" : ">=12"
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/@vitest/spy" : {
2024-03-17 18:23:41 +00:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vitest/spy/-/spy-1.4.0.tgz" ,
"integrity" : "sha512-Ywau/Qs1DzM/8Uc+yA77CwSegizMlcgTJuYGAi0jujOteJOUf1ujunHThYo243KG9nAyWT3L9ifPYZ5+As/+6Q==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 18:23:41 +00:00
"tinyspy" : "^2.2.0"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
2023-02-16 02:58:53 +00:00
}
} ,
"node_modules/@vitest/utils" : {
2024-03-17 18:23:41 +00:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vitest/utils/-/utils-1.4.0.tgz" ,
"integrity" : "sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 18:23:41 +00:00
"diff-sequences" : "^29.6.3" ,
"estree-walker" : "^3.0.3" ,
"loupe" : "^2.3.7" ,
"pretty-format" : "^29.7.0"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/@vitest/utils/node_modules/estree-walker" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
"dev" : true ,
"dependencies" : {
"@types/estree" : "^1.0.0"
2023-02-16 02:58:53 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@volar/code-gen" : {
2022-08-22 05:16:00 +00:00
"version" : "0.38.9" ,
"resolved" : "https://registry.npmjs.org/@volar/code-gen/-/code-gen-0.38.9.tgz" ,
"integrity" : "sha512-n6LClucfA+37rQeskvh9vDoZV1VvCVNy++MAPKj2dT4FT+Fbmty/SDQqnsEBtdEe6E3OQctFvA/IcKsx3Mns0A==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2022-08-22 05:16:00 +00:00
"@volar/source-map" : "0.38.9"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@volar/source-map" : {
2022-08-22 05:16:00 +00:00
"version" : "0.38.9" ,
"resolved" : "https://registry.npmjs.org/@volar/source-map/-/source-map-0.38.9.tgz" ,
"integrity" : "sha512-ba0UFoHDYry+vwKdgkWJ6xlQT+8TFtZg1zj9tSjj4PykW1JZDuM0xplMotLun4h3YOoYfY9K1huY5gvxmrNLIw==" ,
2022-07-08 01:30:19 +00:00
"dev" : true
} ,
"node_modules/@volar/vue-code-gen" : {
2022-08-22 05:16:00 +00:00
"version" : "0.38.9" ,
"resolved" : "https://registry.npmjs.org/@volar/vue-code-gen/-/vue-code-gen-0.38.9.tgz" ,
"integrity" : "sha512-tzj7AoarFBKl7e41MR006ncrEmNPHALuk8aG4WdDIaG387X5//5KhWC5Ff3ZfB2InGSeNT+CVUd74M0gS20rjA==" ,
2022-06-26 03:34:18 +00:00
"dev" : true ,
2022-01-25 04:23:30 +00:00
"dependencies" : {
2022-08-22 05:16:00 +00:00
"@volar/code-gen" : "0.38.9" ,
"@volar/source-map" : "0.38.9" ,
2022-07-08 01:30:19 +00:00
"@vue/compiler-core" : "^3.2.37" ,
"@vue/compiler-dom" : "^3.2.37" ,
"@vue/shared" : "^3.2.37"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@volar/vue-typescript" : {
2022-08-22 05:16:00 +00:00
"version" : "0.38.9" ,
"resolved" : "https://registry.npmjs.org/@volar/vue-typescript/-/vue-typescript-0.38.9.tgz" ,
"integrity" : "sha512-iJMQGU91ADi98u8V1vXd2UBmELDAaeSP0ZJaFjwosClQdKlJQYc6MlxxKfXBZisHqfbhdtrGRyaryulnYtliZw==" ,
2022-06-26 03:34:18 +00:00
"dev" : true ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-08-22 05:16:00 +00:00
"@volar/code-gen" : "0.38.9" ,
"@volar/source-map" : "0.38.9" ,
"@volar/vue-code-gen" : "0.38.9" ,
2022-07-08 01:30:19 +00:00
"@vue/compiler-sfc" : "^3.2.37" ,
"@vue/reactivity" : "^3.2.37"
2022-06-23 16:02:44 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/babel-helper-vue-transform-on" : {
2024-03-17 15:45:17 +00:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.1.tgz" ,
"integrity" : "sha512-jtEXim+pfyHWwvheYwUwSXm43KwQo8nhOBDyjrUITV6X2tB7lJm6n/+4sqR8137UVZZul5hBzWHdZ2uStYpyRQ=="
2022-07-08 01:30:19 +00:00
} ,
"node_modules/@vue/babel-plugin-jsx" : {
2024-03-17 15:45:17 +00:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.1.tgz" ,
"integrity" : "sha512-Yy9qGktktXhB39QE99So/BO2Uwm/ZG+gpL9vMg51ijRRbINvgbuhyJEi4WYmGRMx/MSTfK0xjgZ3/MyY+iLCEg==" ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/plugin-syntax-jsx" : "^7.23.3" ,
"@babel/template" : "^7.22.15" ,
"@babel/traverse" : "^7.23.7" ,
"@babel/types" : "^7.23.6" ,
"@vue/babel-helper-vue-transform-on" : "1.2.1" ,
"@vue/babel-plugin-resolve-type" : "1.2.1" ,
"camelcase" : "^6.3.0" ,
"html-tags" : "^3.3.1" ,
2022-07-08 01:30:19 +00:00
"svg-tags" : "^1.0.0"
2024-03-17 15:45:17 +00:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
} ,
"peerDependenciesMeta" : {
"@babel/core" : {
"optional" : true
}
}
} ,
"node_modules/@vue/babel-plugin-resolve-type" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.1.tgz" ,
"integrity" : "sha512-IOtnI7pHunUzHS/y+EG/yPABIAp0VN8QhQ0UCS09jeMVxgAnI9qdOzO85RXdQGxq+aWCdv8/+k3W0aYO6j/8fQ==" ,
"dependencies" : {
"@babel/code-frame" : "^7.23.5" ,
"@babel/helper-module-imports" : "^7.22.15" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"@babel/parser" : "^7.23.6" ,
"@vue/compiler-sfc" : "^3.4.15"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-core" : {
"version" : "3.4.21" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.21.tgz" ,
"integrity" : "sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==" ,
"dependencies" : {
"@babel/parser" : "^7.23.9" ,
"@vue/shared" : "3.4.21" ,
"entities" : "^4.5.0" ,
"estree-walker" : "^2.0.2" ,
"source-map-js" : "^1.0.2"
}
} ,
"node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-dom" : {
"version" : "3.4.21" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.21.tgz" ,
"integrity" : "sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==" ,
"dependencies" : {
"@vue/compiler-core" : "3.4.21" ,
"@vue/shared" : "3.4.21"
}
} ,
"node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-sfc" : {
"version" : "3.4.21" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.21.tgz" ,
"integrity" : "sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==" ,
"dependencies" : {
"@babel/parser" : "^7.23.9" ,
"@vue/compiler-core" : "3.4.21" ,
"@vue/compiler-dom" : "3.4.21" ,
"@vue/compiler-ssr" : "3.4.21" ,
"@vue/shared" : "3.4.21" ,
"estree-walker" : "^2.0.2" ,
"magic-string" : "^0.30.7" ,
"postcss" : "^8.4.35" ,
"source-map-js" : "^1.0.2"
}
} ,
"node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-ssr" : {
"version" : "3.4.21" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.21.tgz" ,
"integrity" : "sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==" ,
"dependencies" : {
"@vue/compiler-dom" : "3.4.21" ,
"@vue/shared" : "3.4.21"
}
} ,
"node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/shared" : {
"version" : "3.4.21" ,
"resolved" : "https://registry.npmjs.org/@vue/shared/-/shared-3.4.21.tgz" ,
"integrity" : "sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g=="
} ,
"node_modules/@vue/babel-plugin-resolve-type/node_modules/magic-string" : {
"version" : "0.30.8" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz" ,
"integrity" : "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.4.15"
} ,
"engines" : {
"node" : ">=12"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/compiler-core" : {
2023-04-20 00:17:36 +00:00
"version" : "3.2.47" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.47.tgz" ,
"integrity" : "sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==" ,
2022-01-25 04:23:30 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@babel/parser" : "^7.16.4" ,
2023-04-20 00:17:36 +00:00
"@vue/shared" : "3.2.47" ,
2022-07-08 01:30:19 +00:00
"estree-walker" : "^2.0.2" ,
"source-map" : "^0.6.1"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/compiler-dom" : {
2023-04-20 00:17:36 +00:00
"version" : "3.2.47" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.47.tgz" ,
"integrity" : "sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@vue/compiler-core" : "3.2.47" ,
"@vue/shared" : "3.2.47"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/compiler-sfc" : {
2023-04-20 00:17:36 +00:00
"version" : "3.2.47" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.47.tgz" ,
"integrity" : "sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
"@babel/parser" : "^7.16.4" ,
2023-04-20 00:17:36 +00:00
"@vue/compiler-core" : "3.2.47" ,
"@vue/compiler-dom" : "3.2.47" ,
"@vue/compiler-ssr" : "3.2.47" ,
"@vue/reactivity-transform" : "3.2.47" ,
"@vue/shared" : "3.2.47" ,
2022-07-08 01:30:19 +00:00
"estree-walker" : "^2.0.2" ,
"magic-string" : "^0.25.7" ,
"postcss" : "^8.1.10" ,
"source-map" : "^0.6.1"
}
2022-06-23 16:02:44 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/compiler-ssr" : {
2023-04-20 00:17:36 +00:00
"version" : "3.2.47" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.47.tgz" ,
"integrity" : "sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@vue/compiler-dom" : "3.2.47" ,
"@vue/shared" : "3.2.47"
2022-06-23 16:26:13 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/eslint-config-prettier" : {
2023-04-20 00:17:36 +00:00
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-7.1.0.tgz" ,
"integrity" : "sha512-Pv/lVr0bAzSIHLd9iz0KnvAr4GKyCEl+h52bc4e5yWuDVtLgFwycF7nrbWTAQAS+FU6q1geVd07lc6EWfJiWKQ==" ,
2022-06-23 16:26:13 +00:00
"dev" : true ,
"dependencies" : {
2022-07-08 01:30:19 +00:00
"eslint-config-prettier" : "^8.3.0" ,
"eslint-plugin-prettier" : "^4.0.0"
2022-06-23 16:26:13 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
"eslint" : ">= 7.28.0" ,
"prettier" : ">= 2.0.0"
2022-06-23 16:26:13 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/eslint-config-typescript" : {
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-10.0.0.tgz" ,
"integrity" : "sha512-F94cL8ug3FaYXlCfU5/wiGjk1qeadmoBpRGAOBq+qre3Smdupa59dd6ZJrsfRODpsMPyTG7330juMDsUvpZ3Rw==" ,
"dev" : true ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@typescript-eslint/eslint-plugin" : "^5.0.0" ,
"@typescript-eslint/parser" : "^5.0.0" ,
"vue-eslint-parser" : "^8.0.0"
2022-06-23 16:26:13 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"peerDependencies" : {
"eslint" : "^6.2.0 || ^7.0.0 || ^8.0.0" ,
"eslint-plugin-vue" : "^8.0.1"
2022-01-14 04:25:47 +00:00
}
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/reactivity" : {
2023-04-20 00:17:36 +00:00
"version" : "3.2.47" ,
"resolved" : "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.47.tgz" ,
"integrity" : "sha512-7khqQ/75oyyg+N/e+iwV6lpy1f5wq759NdlS1fpAhFXa8VeAIKGgk2E/C4VF59lx5b+Ezs5fpp/5WsRYXQiKxQ==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@vue/shared" : "3.2.47"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/reactivity-transform" : {
2023-04-20 00:17:36 +00:00
"version" : "3.2.47" ,
"resolved" : "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.47.tgz" ,
"integrity" : "sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@babel/parser" : "^7.16.4" ,
2023-04-20 00:17:36 +00:00
"@vue/compiler-core" : "3.2.47" ,
"@vue/shared" : "3.2.47" ,
2022-07-08 01:30:19 +00:00
"estree-walker" : "^2.0.2" ,
"magic-string" : "^0.25.7"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/runtime-core" : {
2023-04-20 00:17:36 +00:00
"version" : "3.2.47" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.47.tgz" ,
"integrity" : "sha512-RZxbLQIRB/K0ev0K9FXhNbBzT32H9iRtYbaXb0ZIz2usLms/D55dJR2t6cIEUn6vyhS3ALNvNthI+Q95C+NOpA==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@vue/reactivity" : "3.2.47" ,
"@vue/shared" : "3.2.47"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/runtime-dom" : {
2023-04-20 00:17:36 +00:00
"version" : "3.2.47" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.47.tgz" ,
"integrity" : "sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@vue/runtime-core" : "3.2.47" ,
"@vue/shared" : "3.2.47" ,
2022-07-08 01:30:19 +00:00
"csstype" : "^2.6.8"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/server-renderer" : {
2023-04-20 00:17:36 +00:00
"version" : "3.2.47" ,
"resolved" : "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.47.tgz" ,
"integrity" : "sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@vue/compiler-ssr" : "3.2.47" ,
"@vue/shared" : "3.2.47"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
2023-04-20 00:17:36 +00:00
"vue" : "3.2.47"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/@vue/shared" : {
2023-04-20 00:17:36 +00:00
"version" : "3.2.47" ,
"resolved" : "https://registry.npmjs.org/@vue/shared/-/shared-3.2.47.tgz" ,
"integrity" : "sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ=="
2022-07-08 01:30:19 +00:00
} ,
"node_modules/acorn" : {
2024-03-17 18:23:41 +00:00
"version" : "8.11.3" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz" ,
"integrity" : "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==" ,
2022-07-08 01:30:19 +00:00
"bin" : {
"acorn" : "bin/acorn"
} ,
2022-06-26 16:30:34 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.4.0"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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 ,
2022-06-26 16:30:34 +00:00
"peerDependencies" : {
2022-07-08 01:30:19 +00:00
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
2022-06-26 16:30:34 +00:00
}
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/acorn-walk" : {
2024-03-17 18:23:41 +00:00
"version" : "8.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz" ,
"integrity" : "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
"engines" : {
"node" : ">=0.4.0"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/agent-base" : {
2024-03-17 17:02:51 +00:00
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz" ,
"integrity" : "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 17:02:51 +00:00
"debug" : "^4.3.4"
2022-07-08 01:30:19 +00:00
} ,
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">= 14"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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 ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
2022-06-26 03:34:18 +00:00
} ,
2022-06-26 16:30:34 +00:00
"funding" : {
2022-07-08 01:30:19 +00:00
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/amator" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/amator/-/amator-1.1.0.tgz" ,
"integrity" : "sha512-V5+aH8pe+Z3u/UG3L3pG3BaFQGXAyXHVQDroRwjPHdh08bcUEchAVsU1MCuJSCaU5o60wTK6KaE6te5memzgYw==" ,
"dependencies" : {
"bezier-easing" : "^2.0.3"
2022-06-23 16:02:44 +00:00
}
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"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 ,
"engines" : {
"node" : ">=8"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
"dependencies" : {
"color-convert" : "^1.9.0"
} ,
"engines" : {
"node" : ">=4"
2021-07-24 22:08:52 +00:00
}
} ,
2022-08-22 05:16:00 +00:00
"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==" ,
"dev" : true
2021-07-24 22:08:52 +00:00
} ,
2023-04-20 00:17:36 +00:00
"node_modules/array-buffer-byte-length" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz" ,
"integrity" : "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"call-bind" : "^1.0.5" ,
"is-array-buffer" : "^3.0.4"
} ,
"engines" : {
"node" : ">= 0.4"
2023-04-20 00:17:36 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/array-union" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" ,
"integrity" : "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" ,
"dev" : true ,
"engines" : {
"node" : ">=8"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/arraybuffer.prototype.slice" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz" ,
"integrity" : "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==" ,
"dependencies" : {
"array-buffer-byte-length" : "^1.0.1" ,
"call-bind" : "^1.0.5" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.22.3" ,
"es-errors" : "^1.2.1" ,
"get-intrinsic" : "^1.2.3" ,
"is-array-buffer" : "^3.0.4" ,
"is-shared-array-buffer" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/assertion-error" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz" ,
"integrity" : "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" ,
"dev" : true ,
"engines" : {
"node" : "*"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/async" : {
2024-03-17 15:45:17 +00:00
"version" : "3.2.5" ,
"resolved" : "https://registry.npmjs.org/async/-/async-3.2.5.tgz" ,
"integrity" : "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" ,
"dev" : true
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/at-least-node" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz" ,
"integrity" : "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" ,
"engines" : {
"node" : ">= 4.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/available-typed-arrays" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz" ,
"integrity" : "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" ,
"dependencies" : {
"possible-typed-array-names" : "^1.0.0"
} ,
2023-04-20 00:17:36 +00:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/babel-plugin-polyfill-corejs2" : {
2024-03-17 15:45:17 +00:00
"version" : "0.4.10" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz" ,
"integrity" : "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/compat-data" : "^7.22.6" ,
"@babel/helper-define-polyfill-provider" : "^0.6.1" ,
"semver" : "^6.3.1"
2022-07-08 01:30:19 +00:00
} ,
2022-06-26 16:30:34 +00:00
"peerDependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
2022-06-23 16:02:44 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/babel-plugin-polyfill-corejs3" : {
2024-03-17 15:45:17 +00:00
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz" ,
"integrity" : "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-define-polyfill-provider" : "^0.5.0" ,
"core-js-compat" : "^3.34.0"
2022-07-08 01:30:19 +00:00
} ,
2022-06-26 16:30:34 +00:00
"peerDependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/babel-plugin-polyfill-corejs3/node_modules/@babel/helper-define-polyfill-provider" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz" ,
"integrity" : "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/helper-compilation-targets" : "^7.22.6" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"debug" : "^4.1.1" ,
"lodash.debounce" : "^4.0.8" ,
"resolve" : "^1.14.2"
2022-07-08 01:30:19 +00:00
} ,
2022-06-26 16:30:34 +00:00
"peerDependencies" : {
2024-03-17 15:45:17 +00:00
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
2022-06-23 16:02:44 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/babel-plugin-polyfill-regenerator" : {
"version" : "0.5.5" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz" ,
"integrity" : "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==" ,
"dependencies" : {
"@babel/helper-define-polyfill-provider" : "^0.5.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
}
2022-06-23 16:02:44 +00:00
} ,
2024-03-17 15:45:17 +00:00
"node_modules/babel-plugin-polyfill-regenerator/node_modules/@babel/helper-define-polyfill-provider" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz" ,
"integrity" : "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==" ,
"dependencies" : {
"@babel/helper-compilation-targets" : "^7.22.6" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"debug" : "^4.1.1" ,
"lodash.debounce" : "^4.0.8" ,
"resolve" : "^1.14.2"
} ,
"peerDependencies" : {
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
}
} ,
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
} ,
"node_modules/bezier-easing" : {
"version" : "2.1.0" ,
2022-07-08 01:30:19 +00:00
"resolved" : "https://registry.npmjs.org/bezier-easing/-/bezier-easing-2.1.0.tgz" ,
"integrity" : "sha512-gbIqZ/eslnUFC1tjEvtz0sgx+xTK20wDnYMIA27VA04R7w6xxXQPZDbibjA9DTWZRA2CXtwHykkVzlCaAJAZig=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/boolbase" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" ,
"integrity" : "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" ,
"dev" : true ,
"peer" : true
2022-06-23 16:02:44 +00:00
} ,
2022-07-08 01:30:19 +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==" ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/braces" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" ,
"integrity" : "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==" ,
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"fill-range" : "^7.0.1"
} ,
"engines" : {
"node" : ">=8"
2022-06-23 16:02:44 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/browserslist" : {
2024-03-17 15:45:17 +00:00
"version" : "4.23.0" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz" ,
"integrity" : "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==" ,
2022-07-08 01:30:19 +00:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
2024-03-17 15:45:17 +00:00
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
2022-07-08 01:30:19 +00:00
}
] ,
"dependencies" : {
2024-03-17 15:45:17 +00:00
"caniuse-lite" : "^1.0.30001587" ,
"electron-to-chromium" : "^1.4.668" ,
"node-releases" : "^2.0.14" ,
"update-browserslist-db" : "^1.0.13"
2022-07-08 01:30:19 +00:00
} ,
"bin" : {
"browserslist" : "cli.js"
} ,
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/builtin-modules" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz" ,
"integrity" : "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2021-07-24 22:08:52 +00:00
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/cac" : {
"version" : "6.7.14" ,
"resolved" : "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz" ,
"integrity" : "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" ,
"dev" : true ,
"engines" : {
"node" : ">=8"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/call-bind" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz" ,
"integrity" : "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
"set-function-length" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.4"
2022-07-08 01:30:19 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +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 ,
"engines" : {
"node" : ">=6"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/camelcase" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" ,
"integrity" : "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" ,
"engines" : {
"node" : ">=10"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/caniuse-lite" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.30001598" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001598.tgz" ,
"integrity" : "sha512-j8mQRDziG94uoBfeFuqsJUNECW37DXpnvhcMJMdlH2u3MRkq1sAI0LJcXP1i/Py0KbSIC4UDj8YHPrTn5YsL+Q==" ,
2022-07-08 01:30:19 +00:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
2023-04-20 00:17:36 +00:00
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
2022-07-08 01:30:19 +00:00
}
]
} ,
"node_modules/chai" : {
2024-03-17 18:23:41 +00:00
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz" ,
"integrity" : "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"assertion-error" : "^1.1.0" ,
2024-03-17 18:23:41 +00:00
"check-error" : "^1.0.3" ,
"deep-eql" : "^4.1.3" ,
"get-func-name" : "^2.0.2" ,
"loupe" : "^2.3.6" ,
2022-07-08 01:30:19 +00:00
"pathval" : "^1.1.1" ,
2024-03-17 18:23:41 +00:00
"type-detect" : "^4.0.8"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"ansi-styles" : "^3.2.1" ,
"escape-string-regexp" : "^1.0.5" ,
"supports-color" : "^5.3.0"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/check-error" : {
2024-03-17 18:23:41 +00:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz" ,
"integrity" : "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 18:23:41 +00:00
"get-func-name" : "^2.0.2"
2023-02-16 02:58:53 +00:00
} ,
"engines" : {
2024-03-17 18:23:41 +00:00
"node" : "*"
2023-02-16 02:58:53 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"color-name" : "1.1.3"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/color-name" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" ,
"integrity" : "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
} ,
"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==" ,
"dev" : true ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"delayed-stream" : "~1.0.0"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.8"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/common-tags" : {
"version" : "1.8.2" ,
"resolved" : "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz" ,
"integrity" : "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/convert-source-map" : {
2024-03-17 15:45:17 +00:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz" ,
"integrity" : "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
2021-07-24 22:08:52 +00:00
} ,
2022-08-22 05:16:00 +00:00
"node_modules/core-js" : {
"version" : "2.6.12" ,
"resolved" : "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz" ,
"integrity" : "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==" ,
"deprecated" : "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js." ,
"hasInstallScript" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/core-js-compat" : {
2024-03-17 15:45:17 +00:00
"version" : "3.36.0" ,
"resolved" : "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz" ,
"integrity" : "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==" ,
2022-01-14 04:25:47 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"browserslist" : "^4.22.3"
2022-07-08 01:30:19 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/core-js"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +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==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
"dependencies" : {
2022-07-08 01:30:19 +00:00
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
2022-06-26 16:30:34 +00:00
}
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/crypto-random-string" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz" ,
"integrity" : "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" ,
"engines" : {
"node" : ">=8"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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 ,
"peer" : true ,
"bin" : {
"cssesc" : "bin/cssesc"
} ,
"engines" : {
"node" : ">=4"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/cssstyle" : {
2024-03-17 17:02:51 +00:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/cssstyle/-/cssstyle-4.0.1.tgz" ,
"integrity" : "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2024-03-17 17:02:51 +00:00
"rrweb-cssom" : "^0.6.0"
2022-07-08 01:30:19 +00:00
} ,
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">=18"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/csstype" : {
2023-04-20 00:17:36 +00:00
"version" : "2.6.21" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz" ,
"integrity" : "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w=="
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/data-urls" : {
2024-03-17 17:02:51 +00:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz" ,
"integrity" : "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 17:02:51 +00:00
"whatwg-mimetype" : "^4.0.0" ,
"whatwg-url" : "^14.0.0"
2022-07-08 01:30:19 +00:00
} ,
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">=18"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/data-view-buffer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz" ,
"integrity" : "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==" ,
"dependencies" : {
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/data-view-byte-length" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz" ,
"integrity" : "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/data-view-byte-offset" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz" ,
"integrity" : "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==" ,
"dependencies" : {
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/debug" : {
"version" : "4.3.4" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" ,
"integrity" : "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"ms" : "2.1.2"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/decimal.js" : {
2023-04-20 00:17:36 +00:00
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz" ,
"integrity" : "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" ,
2022-06-26 03:34:18 +00:00
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/deep-eql" : {
2023-02-16 02:58:53 +00:00
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.3.tgz" ,
"integrity" : "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==" ,
2022-06-23 16:02:44 +00:00
"dev" : true ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"type-detect" : "^4.0.0"
} ,
"engines" : {
2023-02-16 02:58:53 +00:00
"node" : ">=6"
2022-01-14 04:25:47 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2021-07-24 22:08:52 +00:00
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/deepmerge" : {
2023-04-20 00:17:36 +00:00
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" ,
"integrity" : "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" ,
2022-07-08 01:30:19 +00:00
"engines" : {
"node" : ">=0.10.0"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"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==" ,
"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"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/define-properties" : {
2024-03-17 15:45:17 +00:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz" ,
"integrity" : "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"define-data-property" : "^1.0.1" ,
2022-07-08 01:30:19 +00:00
"has-property-descriptors" : "^1.0.0" ,
"object-keys" : "^1.1.1"
2022-06-26 03:34:18 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
2022-06-26 16:30:34 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.4.0"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 18:23:41 +00:00
"node_modules/diff-sequences" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz" ,
"integrity" : "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"engines" : {
2024-03-17 18:23:41 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-02-16 02:58:53 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/dir-glob" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" ,
"integrity" : "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"path-type" : "^4.0.0"
2022-06-26 03:34:18 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/doctrine" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" ,
"integrity" : "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"esutils" : "^2.0.2"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=6.0.0"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/earcut" : {
2022-08-22 05:16:00 +00:00
"version" : "2.2.4" ,
"resolved" : "https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz" ,
"integrity" : "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==" ,
2022-07-14 05:04:07 +00:00
"peer" : true
2022-07-08 01:30:19 +00:00
} ,
"node_modules/ejs" : {
2023-04-20 00:17:36 +00:00
"version" : "3.1.9" ,
"resolved" : "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz" ,
"integrity" : "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
"jake" : "^10.8.5"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"bin" : {
"ejs" : "bin/cli.js"
2022-06-23 16:02:44 +00:00
} ,
2022-07-08 01:30:19 +00:00
"engines" : {
"node" : ">=0.10.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/electron-to-chromium" : {
2024-03-17 15:45:17 +00:00
"version" : "1.4.708" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.708.tgz" ,
"integrity" : "sha512-iWgEEvREL4GTXXHKohhh33+6Y8XkPI5eHihDmm8zUk5Zo7HICEW+wI/j5kJ2tbuNUCXJ/sNXa03ajW635DiJXA=="
2022-07-08 01:30:19 +00:00
} ,
"node_modules/entities" : {
2023-04-20 00:17:36 +00:00
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
2022-01-25 04:23:30 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.12"
2022-06-26 16:30:34 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/fb55/entities?sponsor=1"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/es-abstract" : {
2024-03-17 15:45:17 +00:00
"version" : "1.23.1" ,
"resolved" : "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.1.tgz" ,
"integrity" : "sha512-r+YVn6hTqQb+P5kK0u3KeDqrmhHKm+OhU/Mw4jSL4eQtOxXmp75fXIUUb3sUqFZOlb/YtW5JRaIfEC3UyjYUZQ==" ,
"dependencies" : {
"array-buffer-byte-length" : "^1.0.1" ,
"arraybuffer.prototype.slice" : "^1.0.3" ,
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
"data-view-buffer" : "^1.0.1" ,
"data-view-byte-length" : "^1.0.1" ,
"data-view-byte-offset" : "^1.0.0" ,
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-set-tostringtag" : "^2.0.3" ,
2022-07-08 01:30:19 +00:00
"es-to-primitive" : "^1.2.1" ,
2024-03-17 15:45:17 +00:00
"function.prototype.name" : "^1.1.6" ,
"get-intrinsic" : "^1.2.4" ,
"get-symbol-description" : "^1.0.2" ,
2023-04-20 00:17:36 +00:00
"globalthis" : "^1.0.3" ,
"gopd" : "^1.0.1" ,
2024-03-17 15:45:17 +00:00
"has-property-descriptors" : "^1.0.2" ,
"has-proto" : "^1.0.3" ,
2022-07-08 01:30:19 +00:00
"has-symbols" : "^1.0.3" ,
2024-03-17 15:45:17 +00:00
"hasown" : "^2.0.2" ,
"internal-slot" : "^1.0.7" ,
"is-array-buffer" : "^3.0.4" ,
2023-04-20 00:17:36 +00:00
"is-callable" : "^1.2.7" ,
2024-03-17 15:45:17 +00:00
"is-data-view" : "^1.0.1" ,
"is-negative-zero" : "^2.0.3" ,
2022-07-08 01:30:19 +00:00
"is-regex" : "^1.1.4" ,
2024-03-17 15:45:17 +00:00
"is-shared-array-buffer" : "^1.0.3" ,
2022-07-08 01:30:19 +00:00
"is-string" : "^1.0.7" ,
2024-03-17 15:45:17 +00:00
"is-typed-array" : "^1.1.13" ,
2022-07-08 01:30:19 +00:00
"is-weakref" : "^1.0.2" ,
2024-03-17 15:45:17 +00:00
"object-inspect" : "^1.13.1" ,
2022-07-08 01:30:19 +00:00
"object-keys" : "^1.1.1" ,
2024-03-17 15:45:17 +00:00
"object.assign" : "^4.1.5" ,
"regexp.prototype.flags" : "^1.5.2" ,
"safe-array-concat" : "^1.1.2" ,
"safe-regex-test" : "^1.0.3" ,
"string.prototype.trim" : "^1.2.8" ,
"string.prototype.trimend" : "^1.0.7" ,
"string.prototype.trimstart" : "^1.0.7" ,
"typed-array-buffer" : "^1.0.2" ,
"typed-array-byte-length" : "^1.0.1" ,
"typed-array-byte-offset" : "^1.0.2" ,
"typed-array-length" : "^1.0.5" ,
2023-04-20 00:17:36 +00:00
"unbox-primitive" : "^1.0.2" ,
2024-03-17 15:45:17 +00:00
"which-typed-array" : "^1.1.15"
2022-06-26 16:30:34 +00:00
} ,
2022-06-23 16:02:44 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
2022-06-26 16:30:34 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/sponsors/ljharb"
2022-01-25 04:23:30 +00:00
}
} ,
2024-03-17 15:45:17 +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==" ,
"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==" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-object-atoms" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz" ,
"integrity" : "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/es-set-tostringtag" : {
2024-03-17 15:45:17 +00:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz" ,
"integrity" : "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==" ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"get-intrinsic" : "^1.2.4" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.1"
2023-04-20 00:17:36 +00:00
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/es-to-primitive" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz" ,
"integrity" : "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==" ,
2022-01-25 04:23:30 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"is-callable" : "^1.1.4" ,
"is-date-object" : "^1.0.1" ,
"is-symbol" : "^1.0.2"
2022-06-23 16:02:44 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
2022-06-26 16:30:34 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/esbuild" : {
2024-03-17 15:45:17 +00:00
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz" ,
"integrity" : "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==" ,
2022-07-08 01:30:19 +00:00
"hasInstallScript" : true ,
"bin" : {
"esbuild" : "bin/esbuild"
2022-06-23 16:26:13 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=12"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"optionalDependencies" : {
2024-03-17 15:45:17 +00:00
"@esbuild/aix-ppc64" : "0.19.12" ,
"@esbuild/android-arm" : "0.19.12" ,
"@esbuild/android-arm64" : "0.19.12" ,
"@esbuild/android-x64" : "0.19.12" ,
"@esbuild/darwin-arm64" : "0.19.12" ,
"@esbuild/darwin-x64" : "0.19.12" ,
"@esbuild/freebsd-arm64" : "0.19.12" ,
"@esbuild/freebsd-x64" : "0.19.12" ,
"@esbuild/linux-arm" : "0.19.12" ,
"@esbuild/linux-arm64" : "0.19.12" ,
"@esbuild/linux-ia32" : "0.19.12" ,
"@esbuild/linux-loong64" : "0.19.12" ,
"@esbuild/linux-mips64el" : "0.19.12" ,
"@esbuild/linux-ppc64" : "0.19.12" ,
"@esbuild/linux-riscv64" : "0.19.12" ,
"@esbuild/linux-s390x" : "0.19.12" ,
"@esbuild/linux-x64" : "0.19.12" ,
"@esbuild/netbsd-x64" : "0.19.12" ,
"@esbuild/openbsd-x64" : "0.19.12" ,
"@esbuild/sunos-x64" : "0.19.12" ,
"@esbuild/win32-arm64" : "0.19.12" ,
"@esbuild/win32-ia32" : "0.19.12" ,
"@esbuild/win32-x64" : "0.19.12"
}
} ,
"node_modules/esbuild/node_modules/@esbuild/win32-x64" : {
"version" : "0.19.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz" ,
"integrity" : "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==" ,
2022-07-08 01:30:19 +00:00
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
2023-04-20 00:17:36 +00:00
"win32"
2022-07-08 01:30:19 +00:00
] ,
2022-06-23 16:02:44 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=12"
2021-07-24 22:08:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/escalade" : {
2024-03-17 15:45:17 +00:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz" ,
"integrity" : "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==" ,
2022-06-26 16:30:34 +00:00
"engines" : {
2023-04-20 00:17:36 +00:00
"node" : ">=6"
2022-06-26 16:30:34 +00:00
}
2021-07-24 22:08:52 +00:00
} ,
2023-04-20 00:17:36 +00:00
"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==" ,
2022-07-08 01:30:19 +00:00
"engines" : {
2023-04-20 00:17:36 +00:00
"node" : ">=0.8.0"
2021-08-19 05:25:49 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint" : {
2023-04-20 00:17:36 +00:00
"version" : "8.38.0" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-8.38.0.tgz" ,
"integrity" : "sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==" ,
"dev" : true ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.4.0" ,
"@eslint/eslintrc" : "^2.0.2" ,
"@eslint/js" : "8.38.0" ,
"@humanwhocodes/config-array" : "^0.11.8" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@nodelib/fs.walk" : "^1.2.8" ,
2022-07-08 01:30:19 +00:00
"ajv" : "^6.10.0" ,
"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.1.1" ,
2023-04-20 00:17:36 +00:00
"eslint-visitor-keys" : "^3.4.0" ,
"espree" : "^9.5.1" ,
"esquery" : "^1.4.2" ,
2022-07-08 01:30:19 +00:00
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^6.0.1" ,
2022-08-22 05:16:00 +00:00
"find-up" : "^5.0.0" ,
2023-04-20 00:17:36 +00:00
"glob-parent" : "^6.0.2" ,
"globals" : "^13.19.0" ,
2022-08-22 05:16:00 +00:00
"grapheme-splitter" : "^1.0.4" ,
2022-07-08 01:30:19 +00:00
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.0.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
2023-04-20 00:17:36 +00:00
"is-path-inside" : "^3.0.3" ,
"js-sdsl" : "^4.1.4" ,
2022-07-08 01:30:19 +00:00
"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.1" ,
"strip-ansi" : "^6.0.1" ,
"strip-json-comments" : "^3.1.0" ,
2023-04-20 00:17:36 +00:00
"text-table" : "^0.2.0"
2022-07-08 01:30:19 +00:00
} ,
"bin" : {
"eslint" : "bin/eslint.js"
2022-06-23 16:02:44 +00:00
} ,
2022-03-18 01:07:02 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint-config-prettier" : {
2023-04-20 00:17:36 +00:00
"version" : "8.8.0" ,
"resolved" : "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz" ,
"integrity" : "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"bin" : {
"eslint-config-prettier" : "bin/cli.js"
} ,
"peerDependencies" : {
"eslint" : ">=7.0.0"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint-plugin-prettier" : {
2022-08-22 05:16:00 +00:00
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz" ,
"integrity" : "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
"dependencies" : {
2022-07-08 01:30:19 +00:00
"prettier-linter-helpers" : "^1.0.0"
2022-06-26 03:34:18 +00:00
} ,
"engines" : {
2022-08-22 05:16:00 +00:00
"node" : ">=12.0.0"
2022-06-26 03:34:18 +00:00
} ,
2022-06-26 16:30:34 +00:00
"peerDependencies" : {
2022-07-08 01:30:19 +00:00
"eslint" : ">=7.28.0" ,
"prettier" : ">=2.0.0"
} ,
"peerDependenciesMeta" : {
"eslint-config-prettier" : {
"optional" : true
}
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint-plugin-vue" : {
"version" : "8.7.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.7.1.tgz" ,
"integrity" : "sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"peer" : true ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"eslint-utils" : "^3.0.0" ,
"natural-compare" : "^1.4.0" ,
"nth-check" : "^2.0.1" ,
"postcss-selector-parser" : "^6.0.9" ,
"semver" : "^7.3.5" ,
"vue-eslint-parser" : "^8.0.1"
2022-06-26 03:34:18 +00:00
} ,
2022-06-26 16:30:34 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
"eslint" : "^6.2.0 || ^7.0.0 || ^8.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/eslint-plugin-vue/node_modules/lru-cache" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint-plugin-vue/node_modules/semver" : {
2023-04-20 00:17:36 +00:00
"version" : "7.5.0" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz" ,
"integrity" : "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
"peer" : true ,
"dependencies" : {
"lru-cache" : "^6.0.0"
} ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/eslint-plugin-vue/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"dev" : true ,
"peer" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint-scope" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" ,
"integrity" : "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" ,
"dev" : true ,
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^4.1.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/eslint-utils" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz" ,
"integrity" : "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==" ,
"dev" : true ,
2023-04-20 00:17:36 +00:00
"peer" : true ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
"eslint-visitor-keys" : "^2.0.0"
} ,
"engines" : {
"node" : "^10.0.0 || ^12.0.0 || >= 14.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mysticatea"
} ,
"peerDependencies" : {
"eslint" : ">=5"
}
} ,
"node_modules/eslint-utils/node_modules/eslint-visitor-keys" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz" ,
"integrity" : "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==" ,
"dev" : true ,
2023-04-20 00:17:36 +00:00
"peer" : true ,
2022-07-08 01:30:19 +00:00
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/eslint-visitor-keys" : {
2023-04-20 00:17:36 +00:00
"version" : "3.4.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz" ,
"integrity" : "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-04-20 00:17:36 +00:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2022-07-08 01:30:19 +00:00
}
} ,
"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 ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/eslint/node_modules/chalk" : {
2022-06-26 16:30:34 +00:00
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
"dependencies" : {
2022-06-26 16:30:34 +00:00
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-06-26 16:30:34 +00:00
"node" : ">=10"
2021-07-24 22:08:52 +00:00
} ,
2022-06-26 16:30:34 +00:00
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint/node_modules/color-convert" : {
2022-06-26 16:30:34 +00:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
"dependencies" : {
2022-06-26 16:30:34 +00:00
"color-name" : "~1.1.4"
2022-06-26 03:34:18 +00:00
} ,
"engines" : {
2022-06-26 16:30:34 +00:00
"node" : ">=7.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint/node_modules/color-name" : {
2022-06-26 16:30:34 +00:00
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint/node_modules/escape-string-regexp" : {
2022-06-26 16:30:34 +00:00
"version" : "4.0.0" ,
2022-07-08 01:30:19 +00:00
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint/node_modules/eslint-scope" : {
2023-04-20 00:17:36 +00:00
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz" ,
"integrity" : "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==" ,
2022-06-26 03:34:18 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
2022-06-26 03:34:18 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-04-20 00:17:36 +00:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2022-06-23 16:02:44 +00:00
}
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint/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 ,
"engines" : {
"node" : ">=4.0"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint/node_modules/globals" : {
2023-04-20 00:17:36 +00:00
"version" : "13.20.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz" ,
"integrity" : "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==" ,
2022-06-26 03:34:18 +00:00
"dev" : true ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"type-fest" : "^0.20.2"
2022-06-26 03:34:18 +00:00
} ,
"engines" : {
2022-06-26 16:30:34 +00:00
"node" : ">=8"
2022-07-08 01:30:19 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-03-02 05:31:31 +00:00
"dev" : true ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8"
2022-03-02 05:31:31 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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 ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"has-flag" : "^4.0.0"
2022-06-26 20:22:22 +00:00
} ,
2022-07-08 01:30:19 +00:00
"engines" : {
"node" : ">=8"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eslint/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 ,
"engines" : {
"node" : ">=10"
2022-06-26 20:22:22 +00:00
} ,
2022-07-08 01:30:19 +00:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/espree" : {
2023-04-20 00:17:36 +00:00
"version" : "9.5.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-9.5.1.tgz" ,
"integrity" : "sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==" ,
2022-03-02 05:31:31 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2022-08-22 05:16:00 +00:00
"acorn" : "^8.8.0" ,
2022-07-08 01:30:19 +00:00
"acorn-jsx" : "^5.3.2" ,
2023-04-20 00:17:36 +00:00
"eslint-visitor-keys" : "^3.4.0"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-08-22 05:16:00 +00:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2022-03-02 05:31:31 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/esquery" : {
2023-04-20 00:17:36 +00:00
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz" ,
"integrity" : "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
"dependencies" : {
"estraverse" : "^5.1.0"
} ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/esquery/node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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 ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"estraverse" : "^5.2.0"
2022-06-26 16:30:34 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/esrecurse/node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
2022-06-23 16:02:44 +00:00
"dev" : true ,
2022-06-26 20:22:22 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4.0"
2022-06-26 20:22:22 +00:00
}
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/estraverse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" ,
"integrity" : "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
2022-06-26 16:30:34 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4.0"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
} ,
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/eventemitter3" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz" ,
2022-07-14 05:04:07 +00:00
"integrity" : "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==" ,
"peer" : true
2021-07-24 22:08:52 +00:00
} ,
2024-03-17 18:23:41 +00:00
"node_modules/execa" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz" ,
"integrity" : "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" ,
"dev" : true ,
"dependencies" : {
"cross-spawn" : "^7.0.3" ,
"get-stream" : "^8.0.1" ,
"human-signals" : "^5.0.0" ,
"is-stream" : "^3.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^5.1.0" ,
"onetime" : "^6.0.0" ,
"signal-exit" : "^4.1.0" ,
"strip-final-newline" : "^3.0.0"
} ,
"engines" : {
"node" : ">=16.17"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
}
} ,
"node_modules/execa/node_modules/is-stream" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz" ,
"integrity" : "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" ,
"dev" : true ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-08 01:30:19 +00:00
"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=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/fast-diff" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz" ,
"integrity" : "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==" ,
"dev" : true
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/fast-glob" : {
2024-03-17 15:45:17 +00:00
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz" ,
"integrity" : "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@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"
2022-06-26 16:30:34 +00:00
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8.6.0"
2022-06-23 16:02:44 +00:00
}
2022-01-14 04:25:47 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/fast-glob/node_modules/glob-parent" : {
2022-06-26 16:30:34 +00:00
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2022-06-26 16:30:34 +00:00
"is-glob" : "^4.0.1"
2022-06-26 03:34:18 +00:00
} ,
"engines" : {
2022-06-26 16:30:34 +00:00
"node" : ">= 6"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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=="
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +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==" ,
2022-06-26 16:30:34 +00:00
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/fastq" : {
2023-04-20 00:17:36 +00:00
"version" : "1.15.0" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz" ,
"integrity" : "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"reusify" : "^1.0.4"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
"flat-cache" : "^3.0.4"
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^10.12.0 || >=12.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/filelist" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz" ,
"integrity" : "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"minimatch" : "^5.0.1"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/filelist/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==" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/filelist/node_modules/minimatch" : {
2023-04-20 00:17:36 +00:00
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"brace-expansion" : "^2.0.1"
2021-07-24 22:08:52 +00:00
} ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=10"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/fill-range" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" ,
"integrity" : "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"to-regex-range" : "^5.0.1"
2022-01-25 04:23:30 +00:00
} ,
2022-06-26 20:22:22 +00:00
"engines" : {
"node" : ">=8"
}
} ,
2022-08-22 05:16:00 +00:00
"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 ,
"dependencies" : {
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/flat-cache" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz" ,
"integrity" : "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==" ,
2022-01-25 04:23:30 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
"flatted" : "^3.1.0" ,
"rimraf" : "^3.0.2"
2022-01-25 04:23:30 +00:00
} ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^10.12.0 || >=12.0.0"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/flatted" : {
2022-08-22 05:16:00 +00:00
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz" ,
"integrity" : "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==" ,
2022-01-25 04:23:30 +00:00
"dev" : true
} ,
2023-04-20 00:17:36 +00:00
"node_modules/for-each" : {
"version" : "0.3.3" ,
"resolved" : "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz" ,
"integrity" : "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" ,
"dependencies" : {
"is-callable" : "^1.1.3"
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-01-25 04:23:30 +00:00
"dev" : true ,
2022-06-23 16:26:13 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"mime-types" : "^2.1.12"
2022-06-26 03:34:18 +00:00
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 6"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/fs-extra" : {
"version" : "9.1.0" ,
"resolved" : "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz" ,
"integrity" : "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"at-least-node" : "^1.0.0" ,
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-06-26 16:30:34 +00:00
"node" : ">=10"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/fs-extra/node_modules/universalify" : {
2024-03-17 15:45:17 +00:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz" ,
"integrity" : "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" ,
2022-01-25 04:23:30 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 10.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
2022-06-23 16:02:44 +00:00
} ,
2024-03-17 15:45:17 +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==" ,
"hasInstallScript" : true ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/function-bind" : {
2024-03-17 15:45:17 +00:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2022-07-08 01:30:19 +00:00
} ,
"node_modules/function.prototype.name" : {
2024-03-17 15:45:17 +00:00
"version" : "1.1.6" ,
"resolved" : "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz" ,
"integrity" : "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"call-bind" : "^1.0.2" ,
2024-03-17 15:45:17 +00:00
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"functions-have-names" : "^1.2.3"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/functions-have-names" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz" ,
"integrity" : "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/gensync" : {
"version" : "1.0.0-beta.2" ,
"resolved" : "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" ,
"integrity" : "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=6.9.0"
2022-06-23 16:02:44 +00:00
}
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/get-func-name" : {
2024-03-17 18:23:41 +00:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz" ,
"integrity" : "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==" ,
2022-06-23 16:02:44 +00:00
"dev" : true ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "*"
2022-06-23 16:02:44 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/get-intrinsic" : {
2024-03-17 15:45:17 +00:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz" ,
"integrity" : "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"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"
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/get-own-enumerable-property-symbols" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz" ,
"integrity" : "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
} ,
2024-03-17 18:23:41 +00:00
"node_modules/get-stream" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz" ,
"integrity" : "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" ,
"dev" : true ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/get-symbol-description" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz" ,
"integrity" : "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"call-bind" : "^1.0.5" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.4"
2021-07-24 22:08:52 +00:00
} ,
2022-06-23 16:02:44 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"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"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
"is-glob" : "^4.0.3"
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=10.13.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 20:22:22 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2022-06-26 20:22:22 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/globalthis" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz" ,
"integrity" : "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==" ,
"dependencies" : {
"define-properties" : "^1.1.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/globby" : {
"version" : "11.1.0" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz" ,
"integrity" : "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
"array-union" : "^2.1.0" ,
"dir-glob" : "^3.0.1" ,
"fast-glob" : "^3.2.9" ,
"ignore" : "^5.2.0" ,
"merge2" : "^1.4.1" ,
"slash" : "^3.0.0"
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-06-26 16:30:34 +00:00
"node" : ">=10"
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/sponsors/sindresorhus"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/globrex" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz" ,
"integrity" : "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg=="
2022-06-26 03:34:18 +00:00
} ,
2023-04-20 00:17:36 +00:00
"node_modules/gopd" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz" ,
"integrity" : "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" ,
"dependencies" : {
"get-intrinsic" : "^1.1.3"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/graceful-fs" : {
2023-04-20 00:17:36 +00:00
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
2022-07-08 01:30:19 +00:00
} ,
2022-08-22 05:16:00 +00:00
"node_modules/grapheme-splitter" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz" ,
"integrity" : "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/has" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/has/-/has-1.0.3.tgz" ,
"integrity" : "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"function-bind" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 0.4.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/has-bigints" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz" ,
"integrity" : "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"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==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/has-property-descriptors" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz" ,
"integrity" : "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"es-define-property" : "^1.0.0"
2022-06-26 20:22:22 +00:00
} ,
2022-07-08 01:30:19 +00:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/has-proto" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz" ,
"integrity" : "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" ,
2023-04-20 00:17:36 +00:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 20:22:22 +00:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/has-tostringtag" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz" ,
"integrity" : "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"has-symbols" : "^1.0.3"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
2022-07-08 01:30:19 +00:00
} ,
"node_modules/html-encoding-sniffer" : {
2024-03-17 17:02:51 +00:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz" ,
"integrity" : "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 17:02:51 +00:00
"whatwg-encoding" : "^3.1.1"
2022-06-26 16:30:34 +00:00
} ,
2022-01-25 04:23:30 +00:00
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">=18"
2022-07-08 01:30:19 +00:00
}
} ,
"node_modules/html-tags" : {
2023-04-20 00:17:36 +00:00
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz" ,
"integrity" : "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==" ,
2022-07-08 01:30:19 +00:00
"engines" : {
"node" : ">=8"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/http-proxy-agent" : {
2024-03-17 17:02:51 +00:00
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz" ,
"integrity" : "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 17:02:51 +00:00
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
2022-07-08 01:30:19 +00:00
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">= 14"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/https-proxy-agent" : {
2024-03-17 17:02:51 +00:00
"version" : "7.0.4" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz" ,
"integrity" : "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 17:02:51 +00:00
"agent-base" : "^7.0.2" ,
2022-07-08 01:30:19 +00:00
"debug" : "4"
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">= 14"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 18:23:41 +00:00
"node_modules/human-signals" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz" ,
"integrity" : "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" ,
"dev" : true ,
"engines" : {
"node" : ">=16.17.0"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/iconv-lite" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
"dev" : true ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
2022-06-23 16:26:13 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
2022-06-23 16:26:13 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/idb" : {
2023-04-20 00:17:36 +00:00
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz" ,
"integrity" : "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/ignore" : {
2023-04-20 00:17:36 +00:00
"version" : "5.2.4" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz" ,
"integrity" : "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 4"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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 ,
"dependencies" : {
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
} ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"dev" : true ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.8.19"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
} ,
"node_modules/internal-slot" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz" ,
"integrity" : "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"es-errors" : "^1.3.0" ,
"hasown" : "^2.0.0" ,
2022-07-08 01:30:19 +00:00
"side-channel" : "^1.0.4"
} ,
2022-06-23 16:02:44 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
2021-07-24 22:08:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/is-array-buffer" : {
2024-03-17 15:45:17 +00:00
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz" ,
"integrity" : "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
"call-bind" : "^1.0.2" ,
2024-03-17 15:45:17 +00:00
"get-intrinsic" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.4"
2023-04-20 00:17:36 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-bigint" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz" ,
"integrity" : "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" ,
"dependencies" : {
"has-bigints" : "^1.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-boolean-object" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz" ,
"integrity" : "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"has-tostringtag" : "^1.0.0"
} ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2022-06-26 03:34:18 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-callable" : {
2023-04-20 00:17:36 +00:00
"version" : "1.2.7" ,
"resolved" : "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz" ,
"integrity" : "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-core-module" : {
2023-04-20 00:17:36 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.0.tgz" ,
"integrity" : "sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
"has" : "^1.0.3"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/is-data-view" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz" ,
"integrity" : "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==" ,
"dependencies" : {
"is-typed-array" : "^1.1.13"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-date-object" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz" ,
"integrity" : "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" ,
"dependencies" : {
"has-tostringtag" : "^1.0.0"
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
2022-06-23 16:02:44 +00:00
}
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-module" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz" ,
"integrity" : "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
} ,
"node_modules/is-negative-zero" : {
2024-03-17 15:45:17 +00:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz" ,
"integrity" : "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==" ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2022-01-14 04:25:47 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.12.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-number-object" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz" ,
"integrity" : "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" ,
"dependencies" : {
"has-tostringtag" : "^1.0.0"
} ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-obj" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz" ,
"integrity" : "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==" ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
2021-07-24 22:08:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"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 ,
"engines" : {
"node" : ">=8"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-plain-object" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz" ,
"integrity" : "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-potential-custom-element-name" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz" ,
"integrity" : "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" ,
"dev" : true
} ,
"node_modules/is-regex" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz" ,
"integrity" : "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"call-bind" : "^1.0.2" ,
"has-tostringtag" : "^1.0.0"
2022-06-26 03:34:18 +00:00
} ,
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-regexp" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz" ,
"integrity" : "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-shared-array-buffer" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz" ,
"integrity" : "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"call-bind" : "^1.0.7"
} ,
"engines" : {
"node" : ">= 0.4"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
2022-01-25 04:23:30 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-string" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz" ,
"integrity" : "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"has-tostringtag" : "^1.0.0"
2022-06-26 03:34:18 +00:00
} ,
2022-06-26 16:30:34 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2022-01-14 04:25:47 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-symbol" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz" ,
"integrity" : "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" ,
"dependencies" : {
"has-symbols" : "^1.0.2"
} ,
2022-06-23 16:02:44 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2022-06-23 16:02:44 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/is-typed-array" : {
2024-03-17 15:45:17 +00:00
"version" : "1.1.13" ,
"resolved" : "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz" ,
"integrity" : "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==" ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"which-typed-array" : "^1.1.14"
2023-04-20 00:17:36 +00:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/is-weakref" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz" ,
"integrity" : "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"call-bind" : "^1.0.2"
2022-06-26 16:30:34 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/sponsors/ljharb"
2022-01-25 04:23:30 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/isarray" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz" ,
"integrity" : "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="
} ,
2022-07-08 01:30:19 +00:00
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"dev" : true
2022-01-25 04:23:30 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jake" : {
2024-03-17 15:45:17 +00:00
"version" : "10.8.7" ,
"resolved" : "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz" ,
"integrity" : "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"async" : "^3.2.3" ,
"chalk" : "^4.0.2" ,
2024-03-17 15:45:17 +00:00
"filelist" : "^1.0.4" ,
"minimatch" : "^3.1.2"
2022-06-26 16:30:34 +00:00
} ,
"bin" : {
2022-07-08 01:30:19 +00:00
"jake" : "bin/cli.js"
2022-06-26 03:34:18 +00:00
} ,
2022-06-26 16:30:34 +00:00
"engines" : {
"node" : ">=10"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jake/node_modules/ansi-styles" : {
2022-01-14 04:25:47 +00:00
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-01-14 04:25:47 +00:00
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jake/node_modules/chalk" : {
2022-01-14 04:25:47 +00:00
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jake/node_modules/color-convert" : {
2022-01-14 04:25:47 +00:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
"dependencies" : {
"color-name" : "~1.1.4"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-01-14 04:25:47 +00:00
"node" : ">=7.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jake/node_modules/color-name" : {
2022-01-14 04:25:47 +00:00
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
2022-07-08 01:30:19 +00:00
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
2022-01-14 04:25:47 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jake/node_modules/has-flag" : {
2021-07-24 22:08:52 +00:00
"version" : "4.0.0" ,
2022-07-08 01:30:19 +00:00
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
2022-01-14 04:25:47 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jake/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==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"has-flag" : "^4.0.0"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8"
2021-07-24 22:08:52 +00:00
}
} ,
2022-08-22 05:16:00 +00:00
"node_modules/jest-worker" : {
"version" : "26.6.2" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz" ,
"integrity" : "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==" ,
"dependencies" : {
"@types/node" : "*" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^7.0.0"
} ,
"engines" : {
"node" : ">= 10.13.0"
}
} ,
"node_modules/jest-worker/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==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/jest-worker/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==" ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/js-sdsl" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.0.tgz" ,
"integrity" : "sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==" ,
"dev" : true ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/js-sdsl"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
2022-01-14 04:25:47 +00:00
} ,
2022-08-22 05:16:00 +00:00
"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 ,
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jsdom" : {
2024-03-17 17:02:51 +00:00
"version" : "24.0.0" ,
"resolved" : "https://registry.npmjs.org/jsdom/-/jsdom-24.0.0.tgz" ,
"integrity" : "sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 17:02:51 +00:00
"cssstyle" : "^4.0.1" ,
"data-urls" : "^5.0.0" ,
"decimal.js" : "^10.4.3" ,
2022-07-08 01:30:19 +00:00
"form-data" : "^4.0.0" ,
2024-03-17 17:02:51 +00:00
"html-encoding-sniffer" : "^4.0.0" ,
"http-proxy-agent" : "^7.0.0" ,
"https-proxy-agent" : "^7.0.2" ,
2022-07-08 01:30:19 +00:00
"is-potential-custom-element-name" : "^1.0.1" ,
2024-03-17 17:02:51 +00:00
"nwsapi" : "^2.2.7" ,
"parse5" : "^7.1.2" ,
"rrweb-cssom" : "^0.6.0" ,
2022-07-08 01:30:19 +00:00
"saxes" : "^6.0.0" ,
"symbol-tree" : "^3.2.4" ,
2024-03-17 17:02:51 +00:00
"tough-cookie" : "^4.1.3" ,
"w3c-xmlserializer" : "^5.0.0" ,
2022-07-08 01:30:19 +00:00
"webidl-conversions" : "^7.0.0" ,
2024-03-17 17:02:51 +00:00
"whatwg-encoding" : "^3.1.1" ,
"whatwg-mimetype" : "^4.0.0" ,
"whatwg-url" : "^14.0.0" ,
"ws" : "^8.16.0" ,
"xml-name-validator" : "^5.0.0"
2022-01-14 04:25:47 +00:00
} ,
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">=18"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
2024-03-17 17:02:51 +00:00
"canvas" : "^2.11.2"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependenciesMeta" : {
"canvas" : {
"optional" : true
}
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jsesc" : {
"version" : "2.5.2" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" ,
"integrity" : "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" ,
"bin" : {
"jsesc" : "bin/jsesc"
2021-07-24 22:08:52 +00:00
} ,
2022-06-26 16:30:34 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/json-schema" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz" ,
"integrity" : "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
} ,
"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==" ,
"dev" : true
} ,
"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==" ,
"dev" : true
} ,
"node_modules/json5" : {
2023-04-20 00:17:36 +00:00
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
2022-07-08 01:30:19 +00:00
"bin" : {
"json5" : "lib/cli.js"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"engines" : {
"node" : ">=6"
2022-01-14 04:25:47 +00:00
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/jsonc-parser" : {
2024-03-17 18:23:41 +00:00
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz" ,
"integrity" : "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" ,
2023-02-16 02:58:53 +00:00
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jsonfile" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" ,
"integrity" : "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"universalify" : "^2.0.0"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"optionalDependencies" : {
"graceful-fs" : "^4.1.6"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jsonfile/node_modules/universalify" : {
2024-03-17 15:45:17 +00:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz" ,
"integrity" : "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 10.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/jsonpointer" : {
2022-08-22 05:16:00 +00:00
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz" ,
"integrity" : "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==" ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/leven" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz" ,
"integrity" : "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" ,
2022-06-23 16:30:15 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=6"
2022-06-23 16:30:15 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 03:34:18 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
2022-06-23 16:02:44 +00:00
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.8.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/local-pkg" : {
2024-03-17 18:23:41 +00:00
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz" ,
"integrity" : "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
2024-03-17 18:23:41 +00:00
"dependencies" : {
"mlly" : "^1.4.2" ,
"pkg-types" : "^1.0.3"
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
2021-07-24 22:08:52 +00:00
}
} ,
2022-08-22 05:16:00 +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 ,
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/lodash" : {
"version" : "4.17.21" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" ,
"integrity" : "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/lodash.debounce" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz" ,
"integrity" : "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +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==" ,
"dev" : true
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/lodash.sortby" : {
"version" : "4.7.0" ,
"resolved" : "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz" ,
"integrity" : "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/loupe" : {
2024-03-17 18:23:41 +00:00
"version" : "2.3.7" ,
"resolved" : "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz" ,
"integrity" : "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2024-03-17 18:23:41 +00:00
"get-func-name" : "^2.0.1"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/lru-cache" : {
2023-04-20 00:17:36 +00:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" ,
"integrity" : "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"yallist" : "^3.0.2"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/lz-string" : {
2023-04-20 00:17:36 +00:00
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz" ,
"integrity" : "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" ,
2022-07-08 01:30:19 +00:00
"bin" : {
"lz-string" : "bin/bin.js"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/magic-string" : {
"version" : "0.25.9" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz" ,
"integrity" : "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"sourcemap-codec" : "^1.4.8"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/merge-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" ,
"integrity" : "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/merge2" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 8"
2022-06-23 16:02:44 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/micromatch" : {
"version" : "4.0.5" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" ,
"integrity" : "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==" ,
2022-01-14 04:25:47 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"braces" : "^3.0.2" ,
"picomatch" : "^2.3.1"
2022-01-14 04:25:47 +00:00
} ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8.6"
2022-06-23 16:02:44 +00:00
}
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.6"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
"mime-db" : "1.52.0"
} ,
2022-06-23 16:02:44 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.6"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
}
} ,
2024-03-17 18:23:41 +00:00
"node_modules/mimic-fn" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz" ,
"integrity" : "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" ,
"dev" : true ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-08 01:30:19 +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==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"brace-expansion" : "^1.1.7"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "*"
2021-07-24 22:08:52 +00:00
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/mlly" : {
2024-03-17 18:23:41 +00:00
"version" : "1.6.1" ,
"resolved" : "https://registry.npmjs.org/mlly/-/mlly-1.6.1.tgz" ,
"integrity" : "sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 18:23:41 +00:00
"acorn" : "^8.11.3" ,
"pathe" : "^1.1.2" ,
"pkg-types" : "^1.0.3" ,
"ufo" : "^1.3.2"
2023-02-16 02:58:53 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/ms" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" ,
"integrity" : "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
} ,
"node_modules/nanoevents" : {
2024-03-17 17:02:51 +00:00
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/nanoevents/-/nanoevents-9.0.0.tgz" ,
"integrity" : "sha512-X8pU7IOpgKXVLPxYUI55ymXc8XuBE+uypfEyEFBtHkD1EX9KavYTVc+vXZHFyHKzA1TaZoVDqklLdQBBrxIuAw==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : "^18.0.0 || >=20.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/nanoid" : {
2024-03-17 15:45:17 +00:00
"version" : "3.3.7" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz" ,
"integrity" : "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" ,
2023-04-20 00:17:36 +00:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2022-07-08 01:30:19 +00:00
"bin" : {
"nanoid" : "bin/nanoid.cjs"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" ,
"dev" : true
} ,
2023-04-20 00:17:36 +00:00
"node_modules/natural-compare-lite" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz" ,
"integrity" : "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/ngraph.events" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/ngraph.events/-/ngraph.events-1.2.2.tgz" ,
"integrity" : "sha512-JsUbEOzANskax+WSYiAPETemLWYXmixuPAlmZmhIbIj6FH/WDgEGCGnRwUQBK0GjOnVm8Ui+e5IJ+5VZ4e32eQ=="
} ,
"node_modules/node-releases" : {
2024-03-17 15:45:17 +00:00
"version" : "2.0.14" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz" ,
"integrity" : "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
2021-07-24 22:08:52 +00:00
} ,
2024-03-17 18:23:41 +00:00
"node_modules/npm-run-path" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz" ,
"integrity" : "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" ,
"dev" : true ,
"dependencies" : {
"path-key" : "^4.0.0"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/npm-run-path/node_modules/path-key" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz" ,
"integrity" : "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" ,
"dev" : true ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/nth-check" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz" ,
"integrity" : "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"peer" : true ,
"dependencies" : {
"boolbase" : "^1.0.0"
2022-06-23 16:02:44 +00:00
} ,
2022-06-26 16:30:34 +00:00
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/fb55/nth-check?sponsor=1"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/nwsapi" : {
2024-03-17 17:02:51 +00:00
"version" : "2.2.7" ,
"resolved" : "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz" ,
"integrity" : "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" ,
2022-06-26 16:30:34 +00:00
"dev" : true
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/object-inspect" : {
2024-03-17 15:45:17 +00:00
"version" : "1.13.1" ,
"resolved" : "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz" ,
"integrity" : "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" ,
2022-07-08 01:30:19 +00:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/object.assign" : {
2024-03-17 15:45:17 +00:00
"version" : "4.1.5" ,
"resolved" : "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz" ,
"integrity" : "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"call-bind" : "^1.0.5" ,
"define-properties" : "^1.2.1" ,
2022-08-22 05:16:00 +00:00
"has-symbols" : "^1.0.3" ,
2022-07-08 01:30:19 +00:00
"object-keys" : "^1.1.1"
2021-07-24 22:08:52 +00:00
} ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"wrappy" : "1"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 18:23:41 +00:00
"node_modules/onetime" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz" ,
"integrity" : "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" ,
"dev" : true ,
"dependencies" : {
"mimic-fn" : "^4.0.0"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/optionator" : {
"version" : "0.9.1" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz" ,
"integrity" : "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==" ,
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
"dev" : true ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"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.3"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.8.0"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
}
} ,
2022-08-22 05:16:00 +00:00
"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 ,
"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 ,
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/panzoom" : {
"version" : "9.4.3" ,
"resolved" : "https://registry.npmjs.org/panzoom/-/panzoom-9.4.3.tgz" ,
"integrity" : "sha512-xaxCpElcRbQsUtIdwlrZA90P90+BHip4Vda2BC8MEb4tkI05PmR6cKECdqUCZ85ZvBHjpI9htJrZBxV5Gp/q/w==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"amator" : "^1.1.0" ,
"ngraph.events" : "^1.2.2" ,
"wheel" : "^1.0.0"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +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 ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"callsites" : "^3.0.0"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=6"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/parse5" : {
2023-04-20 00:17:36 +00:00
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz" ,
"integrity" : "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"entities" : "^4.4.0"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
} ,
2022-07-08 01:30:19 +00:00
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
}
} ,
2022-08-22 05:16:00 +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 ,
"engines" : {
"node" : ">=8"
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-01-25 04:23:30 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/path-type" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" ,
"integrity" : "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-06-26 20:22:22 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8"
2022-06-26 20:22:22 +00:00
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/pathe" : {
2024-03-17 18:23:41 +00:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" ,
2023-02-16 02:58:53 +00:00
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/pathval" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz" ,
"integrity" : "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" ,
"dev" : true ,
2022-06-26 20:22:22 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "*"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/picocolors" : {
2022-06-26 16:30:34 +00:00
"version" : "1.0.0" ,
2022-07-08 01:30:19 +00:00
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" ,
"integrity" : "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
2022-06-26 20:22:22 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8.6"
2022-06-26 20:22:22 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/sponsors/jonschlinkert"
2022-06-26 20:22:22 +00:00
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/pkg-types" : {
2024-03-17 18:23:41 +00:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz" ,
"integrity" : "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
"jsonc-parser" : "^3.2.0" ,
2024-03-17 18:23:41 +00:00
"mlly" : "^1.2.0" ,
2023-03-15 21:30:29 +00:00
"pathe" : "^1.1.0"
2023-02-16 02:58:53 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/possible-typed-array-names" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz" ,
"integrity" : "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/postcss" : {
2024-03-17 15:45:17 +00:00
"version" : "8.4.35" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz" ,
"integrity" : "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==" ,
2022-07-08 01:30:19 +00:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
2023-04-20 00:17:36 +00:00
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
2022-07-08 01:30:19 +00:00
}
] ,
"dependencies" : {
2024-03-17 15:45:17 +00:00
"nanoid" : "^3.3.7" ,
2022-07-08 01:30:19 +00:00
"picocolors" : "^1.0.0" ,
"source-map-js" : "^1.0.2"
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^10 || ^12 || >=14"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/postcss-selector-parser" : {
2023-04-20 00:17:36 +00:00
"version" : "6.0.11" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz" ,
"integrity" : "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"peer" : true ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
2022-06-26 20:22:22 +00:00
} ,
2022-07-08 01:30:19 +00:00
"engines" : {
"node" : ">=4"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +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==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.8.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/prettier" : {
2023-04-20 00:17:36 +00:00
"version" : "2.8.7" ,
"resolved" : "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz" ,
"integrity" : "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"bin" : {
"prettier" : "bin-prettier.js"
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=10.13.0"
2022-06-26 03:34:18 +00:00
} ,
2022-06-26 16:30:34 +00:00
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/prettier/prettier?sponsor=1"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/prettier-linter-helpers" : {
2022-06-26 20:22:22 +00:00
"version" : "1.0.0" ,
2022-07-08 01:30:19 +00:00
"resolved" : "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz" ,
"integrity" : "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==" ,
"dev" : true ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"fast-diff" : "^1.1.2"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=6.0.0"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/pretty-bytes" : {
2024-03-17 15:45:17 +00:00
"version" : "6.1.1" ,
"resolved" : "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz" ,
"integrity" : "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==" ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^14.13.1 || >=16.0.0"
2022-06-26 16:30:34 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/sponsors/sindresorhus"
2021-07-24 22:08:52 +00:00
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/pretty-format" : {
2024-03-17 18:23:41 +00:00
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz" ,
"integrity" : "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 18:23:41 +00:00
"@jest/schemas" : "^29.6.3" ,
2023-02-16 02:58:53 +00:00
"ansi-styles" : "^5.0.0" ,
2024-03-17 18:23:41 +00:00
"react-is" : "^18.0.0"
2023-02-16 02:58:53 +00:00
} ,
"engines" : {
2024-03-17 18:23:41 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-02-16 02:58:53 +00:00
}
} ,
"node_modules/pretty-format/node_modules/ansi-styles" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" ,
"integrity" : "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" ,
"dev" : true ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/psl" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz" ,
"integrity" : "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" ,
"dev" : true
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/punycode" : {
2024-03-17 17:02:51 +00:00
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=6"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 18:30:04 +00:00
"node_modules/qs" : {
"version" : "6.12.0" ,
"resolved" : "https://registry.npmjs.org/qs/-/qs-6.12.0.tgz" ,
"integrity" : "sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==" ,
2022-07-14 05:04:07 +00:00
"peer" : true ,
2024-03-17 18:30:04 +00:00
"dependencies" : {
"side-channel" : "^1.0.6"
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2024-03-17 18:30:04 +00:00
"node" : ">=0.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/querystringify" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz" ,
"integrity" : "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/randombytes" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" ,
"integrity" : "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" ,
"dependencies" : {
"safe-buffer" : "^5.1.0"
}
2022-06-26 16:30:34 +00:00
} ,
2023-02-16 02:58:53 +00:00
"node_modules/react-is" : {
2024-03-17 18:23:41 +00:00
"version" : "18.2.0" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz" ,
"integrity" : "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" ,
2023-02-16 02:58:53 +00:00
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/regenerate" : {
"version" : "1.4.2" ,
"resolved" : "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz" ,
"integrity" : "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
} ,
"node_modules/regenerate-unicode-properties" : {
2024-03-17 15:45:17 +00:00
"version" : "10.1.1" ,
"resolved" : "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz" ,
"integrity" : "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
"regenerate" : "^1.4.2"
} ,
2022-06-26 16:30:34 +00:00
"engines" : {
"node" : ">=4"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/regenerator-runtime" : {
2024-03-17 15:45:17 +00:00
"version" : "0.14.1" ,
"resolved" : "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz" ,
"integrity" : "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
2022-07-08 01:30:19 +00:00
} ,
"node_modules/regenerator-transform" : {
2024-03-17 15:45:17 +00:00
"version" : "0.15.2" ,
"resolved" : "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz" ,
"integrity" : "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@babel/runtime" : "^7.8.4"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/regexp.prototype.flags" : {
2024-03-17 15:45:17 +00:00
"version" : "1.5.2" ,
"resolved" : "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz" ,
"integrity" : "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"call-bind" : "^1.0.6" ,
"define-properties" : "^1.2.1" ,
"es-errors" : "^1.3.0" ,
"set-function-name" : "^2.0.1"
2022-07-08 01:30:19 +00:00
} ,
2022-06-26 20:22:22 +00:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/regexpu-core" : {
2023-04-20 00:17:36 +00:00
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz" ,
"integrity" : "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@babel/regjsgen" : "^0.8.0" ,
2022-07-08 01:30:19 +00:00
"regenerate" : "^1.4.2" ,
2023-04-20 00:17:36 +00:00
"regenerate-unicode-properties" : "^10.1.0" ,
"regjsparser" : "^0.9.1" ,
2022-07-08 01:30:19 +00:00
"unicode-match-property-ecmascript" : "^2.0.0" ,
2023-04-20 00:17:36 +00:00
"unicode-match-property-value-ecmascript" : "^2.1.0"
2022-06-26 03:34:18 +00:00
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/regjsparser" : {
2023-04-20 00:17:36 +00:00
"version" : "0.9.1" ,
"resolved" : "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz" ,
"integrity" : "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"jsesc" : "~0.5.0"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"bin" : {
"regjsparser" : "bin/parser"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/regjsparser/node_modules/jsesc" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz" ,
"integrity" : "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" ,
"bin" : {
"jsesc" : "bin/jsesc"
2022-01-25 04:23:30 +00:00
}
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/require-from-string" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" ,
"integrity" : "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" ,
2022-06-23 16:26:13 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
2021-07-24 22:08:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/requires-port" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" ,
"integrity" : "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/resolve" : {
2023-04-20 00:17:36 +00:00
"version" : "1.22.2" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz" ,
"integrity" : "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"is-core-module" : "^2.11.0" ,
2022-07-08 01:30:19 +00:00
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-08-22 05:16:00 +00:00
"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 ,
"engines" : {
"node" : ">=4"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/reusify" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" ,
"integrity" : "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
2022-06-26 03:34:18 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/rimraf" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
"dependencies" : {
2022-07-08 01:30:19 +00:00
"glob" : "^7.1.3"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"bin" : {
"rimraf" : "bin.js"
2022-06-23 16:02:44 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/sponsors/isaacs"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/rollup" : {
2024-03-17 15:45:17 +00:00
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/rollup/-/rollup-4.13.0.tgz" ,
"integrity" : "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==" ,
"dependencies" : {
"@types/estree" : "1.0.5"
} ,
2022-07-08 01:30:19 +00:00
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2024-03-17 15:45:17 +00:00
"node" : ">=18.0.0" ,
"npm" : ">=8.0.0"
2022-07-08 01:30:19 +00:00
} ,
"optionalDependencies" : {
2024-03-17 15:45:17 +00:00
"@rollup/rollup-android-arm-eabi" : "4.13.0" ,
"@rollup/rollup-android-arm64" : "4.13.0" ,
"@rollup/rollup-darwin-arm64" : "4.13.0" ,
"@rollup/rollup-darwin-x64" : "4.13.0" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.13.0" ,
"@rollup/rollup-linux-arm64-gnu" : "4.13.0" ,
"@rollup/rollup-linux-arm64-musl" : "4.13.0" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.13.0" ,
"@rollup/rollup-linux-x64-gnu" : "4.13.0" ,
"@rollup/rollup-linux-x64-musl" : "4.13.0" ,
"@rollup/rollup-win32-arm64-msvc" : "4.13.0" ,
"@rollup/rollup-win32-ia32-msvc" : "4.13.0" ,
"@rollup/rollup-win32-x64-msvc" : "4.13.0" ,
2022-07-08 01:30:19 +00:00
"fsevents" : "~2.3.2"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 17:02:51 +00:00
"node_modules/rrweb-cssom" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz" ,
"integrity" : "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"queue-microtask" : "^1.2.2"
2022-06-26 20:22:22 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/safe-array-concat" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz" ,
"integrity" : "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"get-intrinsic" : "^1.2.4" ,
"has-symbols" : "^1.0.3" ,
"isarray" : "^2.0.5"
} ,
"engines" : {
"node" : ">=0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/safe-buffer" : {
2023-04-20 00:17:36 +00:00
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
} ,
"node_modules/safe-regex-test" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz" ,
"integrity" : "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==" ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
2023-04-20 00:17:36 +00:00
"is-regex" : "^1.1.4"
} ,
2024-03-17 15:45:17 +00:00
"engines" : {
"node" : ">= 0.4"
} ,
2023-04-20 00:17:36 +00:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2022-07-08 01:30:19 +00:00
} ,
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"dev" : true
} ,
"node_modules/saxes" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz" ,
"integrity" : "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" ,
"dev" : true ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"xmlchars" : "^2.2.0"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=v12.22.7"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/semver" : {
2024-03-17 15:45:17 +00:00
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
2022-07-08 01:30:19 +00:00
"bin" : {
"semver" : "bin/semver.js"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/serialize-javascript" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz" ,
"integrity" : "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"randombytes" : "^2.1.0"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/set-function-length" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz" ,
"integrity" : "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" ,
"dependencies" : {
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
"gopd" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/set-function-name" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz" ,
"integrity" : "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" ,
"dependencies" : {
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"functions-have-names" : "^1.2.3" ,
"has-property-descriptors" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.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 ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"shebang-regex" : "^3.0.0"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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 ,
2022-01-25 04:23:30 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8"
}
} ,
"node_modules/side-channel" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz" ,
"integrity" : "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.4" ,
"object-inspect" : "^1.13.1"
} ,
"engines" : {
"node" : ">= 0.4"
2022-07-08 01:30:19 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2022-01-25 04:23:30 +00:00
}
2021-07-24 22:08:52 +00:00
} ,
2023-02-16 02:58:53 +00:00
"node_modules/siginfo" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz" ,
"integrity" : "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" ,
"dev" : true
} ,
2024-03-17 18:23:41 +00:00
"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==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"engines" : {
2024-03-17 18:23:41 +00:00
"node" : ">=14"
2023-02-16 02:58:53 +00:00
} ,
"funding" : {
2024-03-17 18:23:41 +00:00
"url" : "https://github.com/sponsors/isaacs"
2023-02-16 02:58:53 +00:00
}
} ,
2024-03-17 18:23:41 +00:00
"node_modules/slash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" ,
"integrity" : "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"engines" : {
2024-03-17 18:23:41 +00:00
"node" : ">=8"
2023-02-16 02:58:53 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/sortablejs" : {
"version" : "1.14.0" ,
"resolved" : "https://registry.npmjs.org/sortablejs/-/sortablejs-1.14.0.tgz" ,
"integrity" : "sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w=="
} ,
"node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/source-map-js" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" ,
"integrity" : "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-06-26 16:30:34 +00:00
"node" : ">=0.10.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" ,
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
2022-06-26 20:22:22 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/sourcemap-codec" : {
"version" : "1.4.8" ,
"resolved" : "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz" ,
2023-04-20 00:17:36 +00:00
"integrity" : "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" ,
"deprecated" : "Please use @jridgewell/sourcemap-codec instead"
2022-07-08 01:30:19 +00:00
} ,
2023-02-16 02:58:53 +00:00
"node_modules/stackback" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz" ,
"integrity" : "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" ,
"dev" : true
} ,
"node_modules/std-env" : {
2024-03-17 18:23:41 +00:00
"version" : "3.7.0" ,
"resolved" : "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz" ,
"integrity" : "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" ,
2023-02-16 02:58:53 +00:00
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/string.prototype.matchall" : {
2024-03-17 15:45:17 +00:00
"version" : "4.0.10" ,
"resolved" : "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz" ,
"integrity" : "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
"call-bind" : "^1.0.2" ,
2024-03-17 15:45:17 +00:00
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"get-intrinsic" : "^1.2.1" ,
2022-07-08 01:30:19 +00:00
"has-symbols" : "^1.0.3" ,
2024-03-17 15:45:17 +00:00
"internal-slot" : "^1.0.5" ,
"regexp.prototype.flags" : "^1.5.0" ,
"set-function-name" : "^2.0.0" ,
2022-07-08 01:30:19 +00:00
"side-channel" : "^1.0.4"
2022-06-26 20:22:22 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/string.prototype.trim" : {
2024-03-17 15:45:17 +00:00
"version" : "1.2.9" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz" ,
"integrity" : "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==" ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.0" ,
"es-object-atoms" : "^1.0.0"
2023-04-20 00:17:36 +00:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/string.prototype.trimend" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz" ,
"integrity" : "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
2022-06-26 20:22:22 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/string.prototype.trimstart" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz" ,
"integrity" : "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
"call-bind" : "^1.0.2" ,
2024-03-17 15:45:17 +00:00
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1"
2022-06-26 20:22:22 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/stringify-object" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz" ,
"integrity" : "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==" ,
"dependencies" : {
"get-own-enumerable-property-symbols" : "^3.0.0" ,
"is-obj" : "^1.0.1" ,
"is-regexp" : "^1.0.0"
} ,
2022-06-26 20:22:22 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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 ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"ansi-regex" : "^5.0.1"
2022-06-26 20:22:22 +00:00
} ,
2022-07-08 01:30:19 +00:00
"engines" : {
"node" : ">=8"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/strip-comments" : {
2022-06-26 16:30:34 +00:00
"version" : "2.0.1" ,
2022-07-08 01:30:19 +00:00
"resolved" : "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz" ,
"integrity" : "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==" ,
"engines" : {
"node" : ">=10"
}
} ,
2024-03-17 18:23:41 +00:00
"node_modules/strip-final-newline" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz" ,
"integrity" : "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" ,
"dev" : true ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-08 01:30:19 +00:00
"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 ,
2022-06-26 03:34:18 +00:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
2022-06-26 16:30:34 +00:00
"url" : "https://github.com/sponsors/sindresorhus"
2021-07-24 22:08:52 +00:00
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/strip-literal" : {
2024-03-17 18:23:41 +00:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-literal/-/strip-literal-2.0.0.tgz" ,
"integrity" : "sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 18:23:41 +00:00
"js-tokens" : "^8.0.2"
2023-02-16 02:58:53 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
2024-03-17 18:23:41 +00:00
"node_modules/strip-literal/node_modules/js-tokens" : {
"version" : "8.0.3" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.3.tgz" ,
"integrity" : "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"has-flag" : "^3.0.0"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 20:22:22 +00:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/svg-tags" : {
2022-06-26 16:30:34 +00:00
"version" : "1.0.0" ,
2022-07-08 01:30:19 +00:00
"resolved" : "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz" ,
"integrity" : "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
2022-06-26 20:22:22 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/symbol-tree" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz" ,
"integrity" : "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" ,
2022-06-26 16:30:34 +00:00
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/temp-dir" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz" ,
"integrity" : "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==" ,
2022-06-26 16:30:34 +00:00
"engines" : {
"node" : ">=8"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/tempy" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz" ,
"integrity" : "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==" ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"is-stream" : "^2.0.0" ,
"temp-dir" : "^2.0.0" ,
"type-fest" : "^0.16.0" ,
"unique-string" : "^2.0.0"
2022-06-26 03:34:18 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=10"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/terser" : {
2023-04-20 00:17:36 +00:00
"version" : "5.17.1" ,
"resolved" : "https://registry.npmjs.org/terser/-/terser-5.17.1.tgz" ,
"integrity" : "sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@jridgewell/source-map" : "^0.3.2" ,
"acorn" : "^8.5.0" ,
"commander" : "^2.20.0" ,
"source-map-support" : "~0.5.20"
} ,
"bin" : {
"terser" : "bin/terser"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-06-26 20:22:22 +00:00
"node" : ">=10"
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/terser/node_modules/commander" : {
"version" : "2.20.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
"dev" : true
} ,
2023-02-16 02:58:53 +00:00
"node_modules/tinybench" : {
2024-03-17 18:23:41 +00:00
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/tinybench/-/tinybench-2.6.0.tgz" ,
"integrity" : "sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==" ,
2023-02-16 02:58:53 +00:00
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/tinypool" : {
2024-03-17 18:23:41 +00:00
"version" : "0.8.2" ,
"resolved" : "https://registry.npmjs.org/tinypool/-/tinypool-0.8.2.tgz" ,
"integrity" : "sha512-SUszKYe5wgsxnNOVlBYO6IC+8VGWdVGZWAqUxp3UErNBtptZvWbwyUOyzNL59zigz2rCA92QiL3wvG+JDSdJdQ==" ,
2022-06-26 20:22:22 +00:00
"dev" : true ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=14.0.0"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/tinyspy" : {
2024-03-17 18:23:41 +00:00
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/tinyspy/-/tinyspy-2.2.1.tgz" ,
"integrity" : "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
2022-06-26 20:22:22 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=14.0.0"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 20:22:22 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"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==" ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"is-number" : "^7.0.0"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=8.0"
2022-06-26 20:22:22 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/tough-cookie" : {
2024-03-17 17:02:51 +00:00
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz" ,
"integrity" : "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
2022-06-26 20:22:22 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"psl" : "^1.1.33" ,
"punycode" : "^2.1.1" ,
2023-04-20 00:17:36 +00:00
"universalify" : "^0.2.0" ,
"url-parse" : "^1.5.3"
2022-06-26 20:22:22 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=6"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/tr46" : {
2024-03-17 17:02:51 +00:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz" ,
"integrity" : "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==" ,
2022-07-08 01:30:19 +00:00
"dev" : true ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2024-03-17 17:02:51 +00:00
"punycode" : "^2.3.1"
2022-06-26 03:34:18 +00:00
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">=18"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/tsconfck" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.3.tgz" ,
"integrity" : "sha512-4t0noZX9t6GcPTfBAbIbbIU4pfpCwh0ueq3S4O/5qXI1VwK1outmxhe9dOiEWqMz3MW2LKgDTpqWV+37IWuVbA==" ,
"bin" : {
"tsconfck" : "bin/tsconfck.js"
2022-08-22 05:16:00 +00:00
} ,
"engines" : {
2024-03-17 15:45:17 +00:00
"node" : "^18 || >=20"
} ,
"peerDependencies" : {
"typescript" : "^5.0.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2022-08-22 05:16:00 +00:00
}
} ,
"node_modules/tslib" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" ,
2024-03-17 15:45:17 +00:00
"integrity" : "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" ,
"dev" : true
2022-08-22 05:16:00 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/tsutils" : {
"version" : "3.21.0" ,
"resolved" : "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz" ,
"integrity" : "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"tslib" : "^1.8.1"
2022-06-26 16:30:34 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 6"
2022-06-26 16:30:34 +00:00
} ,
"peerDependencies" : {
2022-07-08 01:30:19 +00:00
"typescript" : ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +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==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
"dependencies" : {
2022-07-08 01:30:19 +00:00
"prelude-ls" : "^1.2.1"
2022-06-23 16:02:44 +00:00
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 0.8.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/type-detect" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz" ,
"integrity" : "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"engines" : {
"node" : ">=4"
2022-06-26 16:30:34 +00:00
}
} ,
2022-08-22 05:16:00 +00:00
"node_modules/type-fest" : {
"version" : "0.16.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz" ,
"integrity" : "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/typed-array-buffer" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz" ,
"integrity" : "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"is-typed-array" : "^1.1.13"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/typed-array-byte-length" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz" ,
"integrity" : "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/typed-array-byte-offset" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz" ,
"integrity" : "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==" ,
"dependencies" : {
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/typed-array-length" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.5.tgz" ,
"integrity" : "sha512-yMi0PlwuznKHxKmcpoOdeLwxBoVPkqZxd7q2FgMkmD3bNwvF5VW0+UlUQ1k1vmktTu4Yu13Q0RIxEP8+B+wloA==" ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"call-bind" : "^1.0.7" ,
2023-04-20 00:17:36 +00:00
"for-each" : "^0.3.3" ,
2024-03-17 15:45:17 +00:00
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13" ,
"possible-typed-array-names" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
2023-04-20 00:17:36 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/typescript" : {
2023-04-17 02:47:58 +00:00
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz" ,
"integrity" : "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==" ,
2024-03-17 15:45:17 +00:00
"devOptional" : true ,
2022-07-08 01:30:19 +00:00
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
2022-06-23 16:02:44 +00:00
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2023-04-17 02:47:58 +00:00
"node" : ">=12.20"
2021-07-24 22:08:52 +00:00
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/ufo" : {
2024-03-17 18:23:41 +00:00
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/ufo/-/ufo-1.5.1.tgz" ,
"integrity" : "sha512-HGyF79+/qZ4soRvM+nHERR2pJ3VXDZ/8sL1uLahdgEDf580NkgiWOxLk33FetExqOWp352JZRsgXbG/4MaGOSg==" ,
2023-02-16 02:58:53 +00:00
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/unbox-primitive" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz" ,
"integrity" : "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"call-bind" : "^1.0.2" ,
"has-bigints" : "^1.0.2" ,
"has-symbols" : "^1.0.3" ,
"which-boxed-primitive" : "^1.0.2"
2022-06-26 03:34:18 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/unicode-canonical-property-names-ecmascript" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz" ,
"integrity" : "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2022-06-26 03:34:18 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/unicode-match-property-ecmascript" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz" ,
"integrity" : "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"unicode-canonical-property-names-ecmascript" : "^2.0.0" ,
"unicode-property-aliases-ecmascript" : "^2.0.0"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/unicode-match-property-value-ecmascript" : {
2023-04-20 00:17:36 +00:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz" ,
"integrity" : "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/unicode-property-aliases-ecmascript" : {
2023-04-20 00:17:36 +00:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz" ,
"integrity" : "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" ,
2022-06-26 16:30:34 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/unique-string" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz" ,
"integrity" : "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"crypto-random-string" : "^2.0.0"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-06-26 03:34:18 +00:00
"node" : ">=8"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/universalify" : {
2023-04-20 00:17:36 +00:00
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz" ,
"integrity" : "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 4.0.0"
2022-06-26 16:30:34 +00:00
}
} ,
2024-02-18 00:02:03 +00:00
"node_modules/unofficial-galaxy-sdk" : {
"version" : "1.0" ,
2024-02-21 04:23:16 +00:00
"resolved" : "git+https://code.incremental.social/thepaperpilot/unofficial-galaxy-sdk.git#97d6da6636a2fc38c14aa893d4b336ccc22314af"
2024-02-18 00:02:03 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/upath" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz" ,
"integrity" : "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4" ,
"yarn" : "*"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/update-browserslist-db" : {
2024-03-17 15:45:17 +00:00
"version" : "1.0.13" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz" ,
"integrity" : "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==" ,
2022-07-08 01:30:19 +00:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
2023-04-20 00:17:36 +00:00
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
2022-07-08 01:30:19 +00:00
}
] ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"escalade" : "^3.1.1" ,
"picocolors" : "^1.0.0"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"bin" : {
2023-04-20 00:17:36 +00:00
"update-browserslist-db" : "cli.js"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +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==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"punycode" : "^2.1.0"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/url" : {
2024-03-17 18:30:04 +00:00
"version" : "0.11.3" ,
"resolved" : "https://registry.npmjs.org/url/-/url-0.11.3.tgz" ,
"integrity" : "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==" ,
2022-07-14 05:04:07 +00:00
"peer" : true ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2024-03-17 18:30:04 +00:00
"punycode" : "^1.4.1" ,
"qs" : "^6.11.2"
2022-06-26 16:30:34 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/url-parse" : {
"version" : "1.5.10" ,
"resolved" : "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz" ,
"integrity" : "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" ,
"dev" : true ,
"dependencies" : {
"querystringify" : "^2.1.1" ,
"requires-port" : "^1.0.0"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/url/node_modules/punycode" : {
2024-03-17 18:30:04 +00:00
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz" ,
"integrity" : "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" ,
2022-07-14 05:04:07 +00:00
"peer" : true
2022-07-08 01:30:19 +00:00
} ,
"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==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-07-08 01:30:19 +00:00
"peer" : true
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/vite" : {
2024-03-17 15:45:17 +00:00
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/vite/-/vite-5.1.6.tgz" ,
"integrity" : "sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"esbuild" : "^0.19.3" ,
"postcss" : "^8.4.35" ,
"rollup" : "^4.2.0"
2022-06-26 16:30:34 +00:00
} ,
"bin" : {
2022-07-08 01:30:19 +00:00
"vite" : "bin/vite.js"
2021-07-24 22:08:52 +00:00
} ,
2022-06-23 16:02:44 +00:00
"engines" : {
2024-03-17 15:45:17 +00:00
"node" : "^18.0.0 || >=20.0.0"
} ,
"funding" : {
"url" : "https://github.com/vitejs/vite?sponsor=1"
2022-07-08 01:30:19 +00:00
} ,
"optionalDependencies" : {
2024-03-17 15:45:17 +00:00
"fsevents" : "~2.3.3"
2022-06-26 16:30:34 +00:00
} ,
"peerDependencies" : {
2024-03-17 15:45:17 +00:00
"@types/node" : "^18.0.0 || >=20.0.0" ,
2022-07-08 01:30:19 +00:00
"less" : "*" ,
2024-03-17 15:45:17 +00:00
"lightningcss" : "^1.21.0" ,
2022-07-08 01:30:19 +00:00
"sass" : "*" ,
2024-03-17 15:45:17 +00:00
"stylus" : "*" ,
"sugarss" : "*" ,
"terser" : "^5.4.0"
2022-06-26 16:30:34 +00:00
} ,
"peerDependenciesMeta" : {
2024-03-17 15:45:17 +00:00
"@types/node" : {
"optional" : true
} ,
2022-07-08 01:30:19 +00:00
"less" : {
"optional" : true
} ,
2024-03-17 15:45:17 +00:00
"lightningcss" : {
"optional" : true
} ,
2022-07-08 01:30:19 +00:00
"sass" : {
"optional" : true
} ,
"stylus" : {
2022-06-26 16:30:34 +00:00
"optional" : true
2024-03-17 15:45:17 +00:00
} ,
"sugarss" : {
"optional" : true
} ,
"terser" : {
"optional" : true
2022-06-26 16:30:34 +00:00
}
2021-07-24 22:08:52 +00:00
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/vite-node" : {
2024-03-17 18:23:41 +00:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/vite-node/-/vite-node-1.4.0.tgz" ,
"integrity" : "sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
"cac" : "^6.7.14" ,
"debug" : "^4.3.4" ,
2024-03-17 18:23:41 +00:00
"pathe" : "^1.1.1" ,
2023-02-16 02:58:53 +00:00
"picocolors" : "^1.0.0" ,
2024-03-17 18:23:41 +00:00
"vite" : "^5.0.0"
2023-02-16 02:58:53 +00:00
} ,
"bin" : {
"vite-node" : "vite-node.mjs"
} ,
"engines" : {
2024-03-17 18:23:41 +00:00
"node" : "^18.0.0 || >=20.0.0"
2023-02-16 02:58:53 +00:00
} ,
"funding" : {
2024-03-17 18:23:41 +00:00
"url" : "https://opencollective.com/vitest"
2023-02-16 02:58:53 +00:00
}
} ,
2024-03-17 18:23:41 +00:00
"node_modules/vite-plugin-pwa" : {
"version" : "0.19.4" ,
"resolved" : "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.4.tgz" ,
"integrity" : "sha512-KiEFXaYEj2Hg1it+yECy75oqNmlXimI7BaLx7Sxl7Qsd9EIVxaf3GX1mZdLpHe83pDgHBNwm9USGQxSCNp5m7A==" ,
"dependencies" : {
"debug" : "^4.3.4" ,
"fast-glob" : "^3.3.2" ,
"pretty-bytes" : "^6.1.1" ,
"workbox-build" : "^7.0.0" ,
"workbox-window" : "^7.0.0"
2023-02-16 02:58:53 +00:00
} ,
"engines" : {
2024-03-17 18:23:41 +00:00
"node" : ">=16.0.0"
2023-02-16 02:58:53 +00:00
} ,
2024-03-17 18:23:41 +00:00
"funding" : {
"url" : "https://github.com/sponsors/antfu"
2023-02-16 02:58:53 +00:00
} ,
2024-03-17 18:23:41 +00:00
"peerDependencies" : {
"@vite-pwa/assets-generator" : "^0.2.4" ,
"vite" : "^3.1.0 || ^4.0.0 || ^5.0.0" ,
"workbox-build" : "^7.0.0" ,
"workbox-window" : "^7.0.0"
2023-02-16 02:58:53 +00:00
} ,
2024-03-17 18:23:41 +00:00
"peerDependenciesMeta" : {
"@vite-pwa/assets-generator" : {
"optional" : true
}
}
} ,
"node_modules/vite-tsconfig-paths" : {
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.3.2.tgz" ,
"integrity" : "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==" ,
"dependencies" : {
"debug" : "^4.1.1" ,
"globrex" : "^0.1.2" ,
"tsconfck" : "^3.0.3"
} ,
"peerDependencies" : {
"vite" : "*"
} ,
"peerDependenciesMeta" : {
"vite" : {
"optional" : true
}
2023-02-16 02:58:53 +00:00
}
} ,
2024-03-17 18:23:41 +00:00
"node_modules/vitest" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/vitest/-/vitest-1.4.0.tgz" ,
"integrity" : "sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==" ,
2023-02-16 02:58:53 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 18:23:41 +00:00
"@vitest/expect" : "1.4.0" ,
"@vitest/runner" : "1.4.0" ,
"@vitest/snapshot" : "1.4.0" ,
"@vitest/spy" : "1.4.0" ,
"@vitest/utils" : "1.4.0" ,
"acorn-walk" : "^8.3.2" ,
"chai" : "^4.3.10" ,
"debug" : "^4.3.4" ,
"execa" : "^8.0.1" ,
"local-pkg" : "^0.5.0" ,
"magic-string" : "^0.30.5" ,
"pathe" : "^1.1.1" ,
"picocolors" : "^1.0.0" ,
"std-env" : "^3.5.0" ,
"strip-literal" : "^2.0.0" ,
"tinybench" : "^2.5.1" ,
"tinypool" : "^0.8.2" ,
"vite" : "^5.0.0" ,
"vite-node" : "1.4.0" ,
"why-is-node-running" : "^2.2.2"
2023-02-16 02:58:53 +00:00
} ,
"bin" : {
2024-03-17 18:23:41 +00:00
"vitest" : "vitest.mjs"
2023-02-16 02:58:53 +00:00
} ,
"engines" : {
2024-03-17 18:23:41 +00:00
"node" : "^18.0.0 || >=20.0.0"
2022-06-23 16:02:44 +00:00
} ,
2024-03-17 18:23:41 +00:00
"funding" : {
"url" : "https://opencollective.com/vitest"
2022-07-08 01:30:19 +00:00
} ,
"peerDependencies" : {
2024-03-17 18:23:41 +00:00
"@edge-runtime/vm" : "*" ,
"@types/node" : "^18.0.0 || >=20.0.0" ,
"@vitest/browser" : "1.4.0" ,
"@vitest/ui" : "1.4.0" ,
"happy-dom" : "*" ,
"jsdom" : "*"
2022-07-08 01:30:19 +00:00
} ,
"peerDependenciesMeta" : {
2024-03-17 18:23:41 +00:00
"@edge-runtime/vm" : {
2022-07-08 01:30:19 +00:00
"optional" : true
} ,
2024-03-17 18:23:41 +00:00
"@types/node" : {
2023-02-16 02:58:53 +00:00
"optional" : true
} ,
2024-03-17 18:23:41 +00:00
"@vitest/browser" : {
2022-07-08 01:30:19 +00:00
"optional" : true
} ,
2024-03-17 18:23:41 +00:00
"@vitest/ui" : {
2022-07-08 01:30:19 +00:00
"optional" : true
} ,
2024-03-17 18:23:41 +00:00
"happy-dom" : {
2022-07-08 01:30:19 +00:00
"optional" : true
} ,
2024-03-17 18:23:41 +00:00
"jsdom" : {
2022-07-08 01:30:19 +00:00
"optional" : true
}
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 18:23:41 +00:00
"node_modules/vitest/node_modules/magic-string" : {
"version" : "0.30.8" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz" ,
"integrity" : "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" ,
"dev" : true ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.4.15"
} ,
"engines" : {
"node" : ">=12"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/vue" : {
2023-04-20 00:17:36 +00:00
"version" : "3.2.47" ,
"resolved" : "https://registry.npmjs.org/vue/-/vue-3.2.47.tgz" ,
"integrity" : "sha512-60188y/9Dc9WVrAZeUVSDxRQOZ+z+y5nO2ts9jWXSTkMvayiWxCWOWtBQoYjLeccfXkiiPZWAHcV+WTPhkqJHQ==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@vue/compiler-dom" : "3.2.47" ,
"@vue/compiler-sfc" : "3.2.47" ,
"@vue/runtime-dom" : "3.2.47" ,
"@vue/server-renderer" : "3.2.47" ,
"@vue/shared" : "3.2.47"
2022-07-08 01:30:19 +00:00
}
} ,
"node_modules/vue-eslint-parser" : {
"version" : "8.3.0" ,
"resolved" : "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz" ,
"integrity" : "sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
"dependencies" : {
2022-07-08 01:30:19 +00:00
"debug" : "^4.3.2" ,
"eslint-scope" : "^7.0.0" ,
"eslint-visitor-keys" : "^3.1.0" ,
"espree" : "^9.0.0" ,
"esquery" : "^1.4.0" ,
"lodash" : "^4.17.21" ,
"semver" : "^7.3.5"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-06-23 16:02:44 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/sponsors/mysticatea"
} ,
"peerDependencies" : {
"eslint" : ">=6.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/vue-eslint-parser/node_modules/eslint-scope" : {
2023-04-20 00:17:36 +00:00
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz" ,
"integrity" : "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
"dependencies" : {
2022-07-08 01:30:19 +00:00
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
2022-01-14 04:25:47 +00:00
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-04-20 00:17:36 +00:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/vue-eslint-parser/node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
2022-01-25 04:23:30 +00:00
"dev" : true ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=4.0"
2022-01-25 04:23:30 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/vue-eslint-parser/node_modules/lru-cache" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
"dev" : true ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/vue-eslint-parser/node_modules/semver" : {
2023-04-20 00:17:36 +00:00
"version" : "7.5.0" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz" ,
"integrity" : "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
"dependencies" : {
2022-07-08 01:30:19 +00:00
"lru-cache" : "^6.0.0"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"bin" : {
"semver" : "bin/semver.js"
2022-03-02 05:31:31 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=10"
2022-03-02 05:31:31 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/vue-eslint-parser/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"dev" : true
} ,
2022-07-08 01:30:19 +00:00
"node_modules/vue-next-select" : {
2023-04-20 00:17:36 +00:00
"version" : "2.10.5" ,
"resolved" : "https://registry.npmjs.org/vue-next-select/-/vue-next-select-2.10.5.tgz" ,
"integrity" : "sha512-O77bdbp2wj/Dkpd8XFv21EYXI8UtqgTxnKBsycCd2pUe4SAxKsT1h3MT+b7tuyGQV5udMpBYaUE445Z1VdHyUw==" ,
2022-03-02 05:31:31 +00:00
"engines" : {
2023-04-20 00:17:36 +00:00
"node" : "^14 || ^16 || >=18"
2022-06-26 03:34:18 +00:00
} ,
"peerDependencies" : {
2022-07-08 01:30:19 +00:00
"vue" : "^3.2.0"
2022-03-02 05:31:31 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/vue-panzoom" : {
"version" : "1.1.6" ,
2022-12-10 18:33:24 +00:00
"resolved" : "git+ssh://git@github.com/thepaperpilot/vue-panzoom.git#fa3cc91f6842cdfbd1bfb433c75cac01f177fe2d" ,
"license" : "MIT" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"panzoom" : "^9.4.1"
2022-03-02 05:31:31 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/vue-textarea-autosize" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/vue-textarea-autosize/-/vue-textarea-autosize-1.1.1.tgz" ,
"integrity" : "sha512-B33Mg5ZDEfj/whhoPBLg25qqAdGHGM2NjDT99Qi5MXRyeLmXb4C3s6EprAHqy3nU0cooWXFU+IekI5DpoEbnFg==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"core-js" : "^2.6.5"
2022-03-02 05:31:31 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/vue-toastification" : {
"version" : "2.0.0-rc.5" ,
"resolved" : "https://registry.npmjs.org/vue-toastification/-/vue-toastification-2.0.0-rc.5.tgz" ,
"integrity" : "sha512-q73e5jy6gucEO/U+P48hqX+/qyXDozAGmaGgLFm5tXX4wJBcVsnGp4e/iJqlm9xzHETYOilUuwOUje2Qg1JdwA==" ,
"peerDependencies" : {
"vue" : "^3.0.2"
}
} ,
"node_modules/vue-transition-expand" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/vue-transition-expand/-/vue-transition-expand-0.1.0.tgz" ,
"integrity" : "sha512-4UKkK/ILk+Qh3WWJoupt7pXfzpjvb7vTQTaVUhnkr+FeXArndJVDyIn2eWIn7i37cVFXKu2jsDR47QELOCq/gQ==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"vue" : "^2.5.16"
2022-03-02 05:31:31 +00:00
}
} ,
2022-08-22 05:16:00 +00:00
"node_modules/vue-transition-expand/node_modules/@vue/compiler-sfc" : {
2023-04-20 00:17:36 +00:00
"version" : "2.7.14" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz" ,
"integrity" : "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==" ,
2022-08-22 05:16:00 +00:00
"dependencies" : {
"@babel/parser" : "^7.18.4" ,
"postcss" : "^8.4.14" ,
"source-map" : "^0.6.1"
}
} ,
"node_modules/vue-transition-expand/node_modules/csstype" : {
2023-04-20 00:17:36 +00:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz" ,
"integrity" : "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
2022-08-22 05:16:00 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/vue-transition-expand/node_modules/vue" : {
2023-04-20 00:17:36 +00:00
"version" : "2.7.14" ,
"resolved" : "https://registry.npmjs.org/vue/-/vue-2.7.14.tgz" ,
"integrity" : "sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==" ,
2022-08-22 05:16:00 +00:00
"dependencies" : {
2023-04-20 00:17:36 +00:00
"@vue/compiler-sfc" : "2.7.14" ,
2022-08-22 05:16:00 +00:00
"csstype" : "^3.1.0"
}
2022-07-08 01:30:19 +00:00
} ,
"node_modules/vue-tsc" : {
2022-08-22 05:16:00 +00:00
"version" : "0.38.9" ,
"resolved" : "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.38.9.tgz" ,
"integrity" : "sha512-Yoy5phgvGqyF98Fb4mYqboR4Q149jrdcGv5kSmufXJUq++RZJ2iMVG0g6zl+v3t4ORVWkQmRpsV4x2szufZ0LQ==" ,
2022-03-02 05:31:31 +00:00
"dev" : true ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-08-22 05:16:00 +00:00
"@volar/vue-typescript" : "0.38.9"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"bin" : {
"vue-tsc" : "bin/vue-tsc.js"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
"typescript" : "*"
2022-03-02 05:31:31 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/vuedraggable" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/vuedraggable/-/vuedraggable-4.1.0.tgz" ,
"integrity" : "sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==" ,
2022-03-02 05:31:31 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"sortablejs" : "1.14.0"
2022-06-26 16:30:34 +00:00
} ,
"peerDependencies" : {
2022-07-08 01:30:19 +00:00
"vue" : "^3.0.1"
2022-03-02 05:31:31 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/w3c-xmlserializer" : {
2024-03-17 17:02:51 +00:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz" ,
"integrity" : "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
"dependencies" : {
2024-03-17 17:02:51 +00:00
"xml-name-validator" : "^5.0.0"
2021-07-24 22:08:52 +00:00
} ,
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">=18"
2022-06-23 16:02:44 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/webidl-conversions" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz" ,
"integrity" : "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=12"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/whatwg-encoding" : {
2024-03-17 17:02:51 +00:00
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz" ,
"integrity" : "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" ,
2022-06-23 16:02:44 +00:00
"dev" : true ,
"dependencies" : {
2022-07-08 01:30:19 +00:00
"iconv-lite" : "0.6.3"
2022-06-26 16:30:34 +00:00
} ,
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">=18"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/whatwg-mimetype" : {
2024-03-17 17:02:51 +00:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz" ,
"integrity" : "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-06-26 03:34:18 +00:00
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">=18"
2022-06-26 03:34:18 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/whatwg-url" : {
2024-03-17 17:02:51 +00:00
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz" ,
"integrity" : "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==" ,
2022-06-26 16:30:34 +00:00
"dev" : true ,
2022-01-25 04:23:30 +00:00
"dependencies" : {
2024-03-17 17:02:51 +00:00
"tr46" : "^5.0.0" ,
2022-07-08 01:30:19 +00:00
"webidl-conversions" : "^7.0.0"
2022-01-25 04:23:30 +00:00
} ,
2021-07-24 22:08:52 +00:00
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">=18"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/wheel" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/wheel/-/wheel-1.0.0.tgz" ,
"integrity" : "sha512-XiCMHibOiqalCQ+BaNSwRoZ9FDTAvOsXxGHXChBugewDj7HC8VBIER71dEOiRH1fSdLbRCQzngKTSiZ06ZQzeA=="
2022-01-25 04:23:30 +00:00
} ,
2022-07-08 01:30:19 +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==" ,
2022-01-25 04:23:30 +00:00
"dev" : true ,
"dependencies" : {
2022-07-08 01:30:19 +00:00
"isexe" : "^2.0.0"
2022-01-25 04:23:30 +00:00
} ,
2022-07-08 01:30:19 +00:00
"bin" : {
"node-which" : "bin/node-which"
2022-06-26 16:30:34 +00:00
} ,
2022-06-26 03:34:18 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 8"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/which-boxed-primitive" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz" ,
"integrity" : "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" ,
"dependencies" : {
"is-bigint" : "^1.0.1" ,
"is-boolean-object" : "^1.1.0" ,
"is-number-object" : "^1.0.4" ,
"is-string" : "^1.0.5" ,
"is-symbol" : "^1.0.3"
2022-06-26 16:30:34 +00:00
} ,
"funding" : {
2022-07-08 01:30:19 +00:00
"url" : "https://github.com/sponsors/ljharb"
2021-07-24 22:08:52 +00:00
}
} ,
2023-04-20 00:17:36 +00:00
"node_modules/which-typed-array" : {
2024-03-17 15:45:17 +00:00
"version" : "1.1.15" ,
"resolved" : "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz" ,
"integrity" : "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" ,
2023-04-20 00:17:36 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
2023-04-20 00:17:36 +00:00
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
2024-03-17 15:45:17 +00:00
"has-tostringtag" : "^1.0.2"
2023-04-20 00:17:36 +00:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2023-02-16 02:58:53 +00:00
"node_modules/why-is-node-running" : {
"version" : "2.2.2" ,
"resolved" : "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.2.2.tgz" ,
"integrity" : "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==" ,
"dev" : true ,
"dependencies" : {
"siginfo" : "^2.0.0" ,
"stackback" : "0.0.2"
} ,
"bin" : {
"why-is-node-running" : "cli.js"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/word-wrap" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz" ,
"integrity" : "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==" ,
2022-01-25 04:23:30 +00:00
"dev" : true ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=0.10.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-background-sync" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-7.0.0.tgz" ,
"integrity" : "sha512-S+m1+84gjdueM+jIKZ+I0Lx0BDHkk5Nu6a3kTVxP4fdj3gKouRNmhO8H290ybnJTOPfBDtTMXSQA/QLTvr7PeA==" ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2022-08-22 05:16:00 +00:00
"idb" : "^7.0.1" ,
2024-03-17 15:45:17 +00:00
"workbox-core" : "7.0.0"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-broadcast-update" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-7.0.0.tgz" ,
"integrity" : "sha512-oUuh4jzZrLySOo0tC0WoKiSg90bVAcnE98uW7F8GFiSOXnhogfNDGZelPJa+6KpGBO5+Qelv04Hqx2UD+BJqNQ==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"workbox-core" : "7.0.0"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-build" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-build/-/workbox-build-7.0.0.tgz" ,
"integrity" : "sha512-CttE7WCYW9sZC+nUYhQg3WzzGPr4IHmrPnjKiu3AMXsiNQKx+l4hHl63WTrnicLmKEKHScWDH8xsGBdrYgtBzg==" ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@apideck/better-ajv-errors" : "^0.3.1" ,
"@babel/core" : "^7.11.1" ,
"@babel/preset-env" : "^7.11.0" ,
"@babel/runtime" : "^7.11.2" ,
"@rollup/plugin-babel" : "^5.2.0" ,
"@rollup/plugin-node-resolve" : "^11.2.1" ,
"@rollup/plugin-replace" : "^2.4.1" ,
"@surma/rollup-plugin-off-main-thread" : "^2.2.3" ,
"ajv" : "^8.6.0" ,
"common-tags" : "^1.8.0" ,
"fast-json-stable-stringify" : "^2.1.0" ,
"fs-extra" : "^9.0.1" ,
"glob" : "^7.1.6" ,
"lodash" : "^4.17.20" ,
"pretty-bytes" : "^5.3.0" ,
"rollup" : "^2.43.1" ,
"rollup-plugin-terser" : "^7.0.0" ,
"source-map" : "^0.8.0-beta.0" ,
"stringify-object" : "^3.3.0" ,
"strip-comments" : "^2.0.1" ,
"tempy" : "^0.6.0" ,
"upath" : "^1.2.0" ,
2024-03-17 15:45:17 +00:00
"workbox-background-sync" : "7.0.0" ,
"workbox-broadcast-update" : "7.0.0" ,
"workbox-cacheable-response" : "7.0.0" ,
"workbox-core" : "7.0.0" ,
"workbox-expiration" : "7.0.0" ,
"workbox-google-analytics" : "7.0.0" ,
"workbox-navigation-preload" : "7.0.0" ,
"workbox-precaching" : "7.0.0" ,
"workbox-range-requests" : "7.0.0" ,
"workbox-recipes" : "7.0.0" ,
"workbox-routing" : "7.0.0" ,
"workbox-strategies" : "7.0.0" ,
"workbox-streams" : "7.0.0" ,
"workbox-sw" : "7.0.0" ,
"workbox-window" : "7.0.0"
} ,
"engines" : {
"node" : ">=16.0.0"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-build/node_modules/@apideck/better-ajv-errors" : {
2022-08-22 05:16:00 +00:00
"version" : "0.3.6" ,
"resolved" : "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz" ,
"integrity" : "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==" ,
2022-01-25 04:23:30 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"json-schema" : "^0.4.0" ,
"jsonpointer" : "^5.0.0" ,
"leven" : "^3.1.0"
2021-07-24 22:08:52 +00:00
} ,
2022-01-25 04:23:30 +00:00
"engines" : {
2022-06-26 16:30:34 +00:00
"node" : ">=10"
2022-06-23 16:02:44 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
"ajv" : ">=8"
2021-07-24 22:08:52 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/workbox-build/node_modules/@rollup/plugin-babel" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz" ,
"integrity" : "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==" ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.10.4" ,
"@rollup/pluginutils" : "^3.1.0"
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0" ,
"@types/babel__core" : "^7.1.9" ,
"rollup" : "^1.20.0||^2.0.0"
} ,
"peerDependenciesMeta" : {
"@types/babel__core" : {
"optional" : true
}
}
} ,
"node_modules/workbox-build/node_modules/@rollup/plugin-node-resolve" : {
"version" : "11.2.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz" ,
"integrity" : "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==" ,
"dependencies" : {
"@rollup/pluginutils" : "^3.1.0" ,
"@types/resolve" : "1.17.1" ,
"builtin-modules" : "^3.1.0" ,
"deepmerge" : "^4.2.2" ,
"is-module" : "^1.0.0" ,
"resolve" : "^1.19.0"
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0"
}
} ,
"node_modules/workbox-build/node_modules/@rollup/plugin-replace" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz" ,
"integrity" : "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==" ,
"dependencies" : {
"@rollup/pluginutils" : "^3.1.0" ,
"magic-string" : "^0.25.7"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0 || ^2.0.0"
}
} ,
"node_modules/workbox-build/node_modules/@rollup/pluginutils" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz" ,
"integrity" : "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==" ,
"dependencies" : {
"@types/estree" : "0.0.39" ,
"estree-walker" : "^1.0.1" ,
"picomatch" : "^2.2.2"
} ,
"engines" : {
"node" : ">= 8.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0"
}
} ,
"node_modules/workbox-build/node_modules/@types/estree" : {
"version" : "0.0.39" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz" ,
"integrity" : "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-build/node_modules/ajv" : {
2023-04-20 00:17:36 +00:00
"version" : "8.12.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz" ,
"integrity" : "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==" ,
2022-01-25 04:23:30 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"fast-deep-equal" : "^3.1.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2" ,
"uri-js" : "^4.2.2"
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2022-06-26 16:30:34 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/workbox-build/node_modules/estree-walker" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz" ,
"integrity" : "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-build/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
2022-06-26 16:30:34 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-build/node_modules/pretty-bytes" : {
"version" : "5.6.0" ,
"resolved" : "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz" ,
"integrity" : "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==" ,
2022-06-26 16:30:34 +00:00
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2022-06-26 16:30:34 +00:00
}
} ,
2024-03-17 15:45:17 +00:00
"node_modules/workbox-build/node_modules/rollup" : {
"version" : "2.79.1" ,
"resolved" : "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz" ,
"integrity" : "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==" ,
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
"engines" : {
"node" : ">=10.0.0"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/workbox-build/node_modules/rollup-plugin-terser" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz" ,
"integrity" : "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==" ,
"deprecated" : "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser" ,
"dependencies" : {
"@babel/code-frame" : "^7.10.4" ,
"jest-worker" : "^26.2.1" ,
"serialize-javascript" : "^4.0.0" ,
"terser" : "^5.0.0"
} ,
"peerDependencies" : {
"rollup" : "^2.0.0"
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-build/node_modules/source-map" : {
"version" : "0.8.0-beta.0" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz" ,
"integrity" : "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"whatwg-url" : "^7.0.0"
2022-01-25 04:23:30 +00:00
} ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">= 8"
2022-01-14 04:25:47 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-build/node_modules/tr46" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz" ,
"integrity" : "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"punycode" : "^2.1.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-build/node_modules/webidl-conversions" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz" ,
"integrity" : "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
} ,
"node_modules/workbox-build/node_modules/whatwg-url" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz" ,
"integrity" : "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"lodash.sortby" : "^4.7.0" ,
"tr46" : "^1.0.1" ,
"webidl-conversions" : "^4.0.2"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-cacheable-response" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-7.0.0.tgz" ,
"integrity" : "sha512-0lrtyGHn/LH8kKAJVOQfSu3/80WDc9Ma8ng0p2i/5HuUndGttH+mGMSvOskjOdFImLs2XZIimErp7tSOPmu/6g==" ,
2022-01-25 04:23:30 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"workbox-core" : "7.0.0"
2022-06-26 16:30:34 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-core" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-core/-/workbox-core-7.0.0.tgz" ,
"integrity" : "sha512-81JkAAZtfVP8darBpfRTovHg8DGAVrKFgHpOArZbdFd78VqHr5Iw65f2guwjE2NlCFbPFDoez3D3/6ZvhI/rwQ=="
2022-01-25 04:23:30 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-expiration" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-7.0.0.tgz" ,
"integrity" : "sha512-MLK+fogW+pC3IWU9SFE+FRStvDVutwJMR5if1g7oBJx3qwmO69BNoJQVaMXq41R0gg3MzxVfwOGKx3i9P6sOLQ==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2022-08-22 05:16:00 +00:00
"idb" : "^7.0.1" ,
2024-03-17 15:45:17 +00:00
"workbox-core" : "7.0.0"
2022-01-25 04:23:30 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-google-analytics" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-7.0.0.tgz" ,
"integrity" : "sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==" ,
"deprecated" : "It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"workbox-background-sync" : "7.0.0" ,
"workbox-core" : "7.0.0" ,
"workbox-routing" : "7.0.0" ,
"workbox-strategies" : "7.0.0"
2022-06-26 16:30:34 +00:00
}
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-navigation-preload" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-7.0.0.tgz" ,
"integrity" : "sha512-juWCSrxo/fiMz3RsvDspeSLGmbgC0U9tKqcUPZBCf35s64wlaLXyn2KdHHXVQrb2cqF7I0Hc9siQalainmnXJA==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"workbox-core" : "7.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-precaching" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-7.0.0.tgz" ,
"integrity" : "sha512-EC0vol623LJqTJo1mkhD9DZmMP604vHqni3EohhQVwhJlTgyKyOkMrZNy5/QHfOby+39xqC01gv4LjOm4HSfnA==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"workbox-core" : "7.0.0" ,
"workbox-routing" : "7.0.0" ,
"workbox-strategies" : "7.0.0"
2022-06-26 16:30:34 +00:00
}
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-range-requests" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-7.0.0.tgz" ,
"integrity" : "sha512-SxAzoVl9j/zRU9OT5+IQs7pbJBOUOlriB8Gn9YMvi38BNZRbM+RvkujHMo8FOe9IWrqqwYgDFBfv6sk76I1yaQ==" ,
2022-07-08 01:30:19 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"workbox-core" : "7.0.0"
First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.
The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-17 04:30:54 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-recipes" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-7.0.0.tgz" ,
"integrity" : "sha512-DntcK9wuG3rYQOONWC0PejxYYIDHyWWZB/ueTbOUDQgefaeIj1kJ7pdP3LZV2lfrj8XXXBWt+JDRSw1lLLOnww==" ,
2022-06-26 16:30:34 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"workbox-cacheable-response" : "7.0.0" ,
"workbox-core" : "7.0.0" ,
"workbox-expiration" : "7.0.0" ,
"workbox-precaching" : "7.0.0" ,
"workbox-routing" : "7.0.0" ,
"workbox-strategies" : "7.0.0"
2022-06-26 03:34:18 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-routing" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-routing/-/workbox-routing-7.0.0.tgz" ,
"integrity" : "sha512-8YxLr3xvqidnbVeGyRGkaV4YdlKkn5qZ1LfEePW3dq+ydE73hUUJJuLmGEykW3fMX8x8mNdL0XrWgotcuZjIvA==" ,
2021-07-24 22:08:52 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"workbox-core" : "7.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-strategies" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-7.0.0.tgz" ,
"integrity" : "sha512-dg3qJU7tR/Gcd/XXOOo7x9QoCI9nk74JopaJaYAQ+ugLi57gPsXycVdBnYbayVj34m6Y8ppPwIuecrzkpBVwbA==" ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"workbox-core" : "7.0.0"
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-streams" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-streams/-/workbox-streams-7.0.0.tgz" ,
"integrity" : "sha512-moVsh+5to//l6IERWceYKGiftc+prNnqOp2sgALJJFbnNVpTXzKISlTIsrWY+ogMqt+x1oMazIdHj25kBSq/HQ==" ,
2022-06-23 16:02:44 +00:00
"dependencies" : {
2024-03-17 15:45:17 +00:00
"workbox-core" : "7.0.0" ,
"workbox-routing" : "7.0.0"
2022-06-23 16:02:44 +00:00
}
2021-07-24 22:08:52 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/workbox-sw" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-sw/-/workbox-sw-7.0.0.tgz" ,
"integrity" : "sha512-SWfEouQfjRiZ7GNABzHUKUyj8pCoe+RwjfOIajcx6J5mtgKkN+t8UToHnpaJL5UVVOf5YhJh+OHhbVNIHe+LVA=="
2022-07-08 01:30:19 +00:00
} ,
"node_modules/workbox-window" : {
2024-03-17 15:45:17 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/workbox-window/-/workbox-window-7.0.0.tgz" ,
"integrity" : "sha512-j7P/bsAWE/a7sxqTzXo3P2ALb1reTfZdvVp6OJ/uLr/C2kZAMvjeWGm8V4htQhor7DOvYg0sSbFN2+flT5U0qA==" ,
2022-06-26 03:34:18 +00:00
"dependencies" : {
2022-07-08 01:30:19 +00:00
"@types/trusted-types" : "^2.0.2" ,
2024-03-17 15:45:17 +00:00
"workbox-core" : "7.0.0"
2022-06-23 16:02:44 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
} ,
"node_modules/ws" : {
2024-03-17 17:02:51 +00:00
"version" : "8.16.0" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz" ,
"integrity" : "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==" ,
2021-07-24 22:08:52 +00:00
"dev" : true ,
"engines" : {
2022-07-08 01:30:19 +00:00
"node" : ">=10.0.0"
2022-06-26 03:34:18 +00:00
} ,
2022-07-08 01:30:19 +00:00
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
2023-04-20 00:17:36 +00:00
"utf-8-validate" : ">=5.0.2"
2022-07-08 01:30:19 +00:00
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
2021-07-24 22:08:52 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/xml-name-validator" : {
2024-03-17 17:02:51 +00:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz" ,
"integrity" : "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" ,
2022-01-14 04:25:47 +00:00
"dev" : true ,
"engines" : {
2024-03-17 17:02:51 +00:00
"node" : ">=18"
2022-01-14 04:25:47 +00:00
}
} ,
2022-07-08 01:30:19 +00:00
"node_modules/xmlchars" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz" ,
"integrity" : "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" ,
2022-06-26 16:30:34 +00:00
"dev" : true
2022-06-23 16:02:44 +00:00
} ,
2022-07-08 01:30:19 +00:00
"node_modules/yallist" : {
2023-04-20 00:17:36 +00:00
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
2022-08-22 05:16:00 +00:00
} ,
"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 ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2022-07-08 01:30:19 +00:00
}
2021-07-24 22:08:52 +00:00
}
2021-05-19 22:21:51 +00:00
}