2023-12-02 10:49:17 +00:00
{
"name" : "ministream-frontend" ,
"version" : "1.0.0" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "ministream-frontend" ,
"version" : "1.0.0" ,
"license" : "ISC" ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@types/node" : "^22.5.5" ,
"@types/react" : "^18.3.7" ,
"@types/react-dom" : "^18.3.0" ,
"react" : "^18.3.1" ,
"react-dom" : "^18.3.1"
2023-12-02 10:49:17 +00:00
} ,
"devDependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/globals" : "^29.7.0" ,
2024-09-18 18:33:43 +00:00
"@testing-library/dom" : "^10.4.0" ,
"@testing-library/react" : "^16.0.1" ,
"@types/testing-library__jest-dom" : "^5.14.9" ,
"@typescript-eslint/eslint-plugin" : "^8.6.0" ,
"eslint" : "^9.10.0" ,
2023-12-07 21:43:55 +00:00
"jest" : "^29.7.0" ,
"jest-environment-jsdom" : "^29.7.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0" ,
"prettier" : "^3.3.3" ,
2023-12-02 10:49:17 +00:00
"process" : "^0.11.10" ,
2024-09-18 18:33:43 +00:00
"ts-jest" : "^29.2.5" ,
2023-12-02 10:49:17 +00:00
"ts-loader" : "^9.5.1" ,
2024-09-18 18:33:43 +00:00
"typescript" : "^5.6.2"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@ampproject/remapping" : {
2024-09-18 18:33:43 +00:00
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz" ,
"integrity" : "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/@babel/code-frame" : {
2024-09-18 18:33:43 +00:00
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz" ,
"integrity" : "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/highlight" : "^7.24.7" ,
"picocolors" : "^1.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@babel/compat-data" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.4" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz" ,
"integrity" : "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/core" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.2" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz" ,
"integrity" : "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@ampproject/remapping" : "^2.2.0" ,
2024-09-18 18:33:43 +00:00
"@babel/code-frame" : "^7.24.7" ,
"@babel/generator" : "^7.25.0" ,
"@babel/helper-compilation-targets" : "^7.25.2" ,
"@babel/helper-module-transforms" : "^7.25.2" ,
"@babel/helpers" : "^7.25.0" ,
"@babel/parser" : "^7.25.0" ,
"@babel/template" : "^7.25.0" ,
"@babel/traverse" : "^7.25.2" ,
"@babel/types" : "^7.25.2" ,
2023-12-07 21:43:55 +00:00
"convert-source-map" : "^2.0.0" ,
"debug" : "^4.1.0" ,
"gensync" : "^1.0.0-beta.2" ,
"json5" : "^2.2.3" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/babel"
}
} ,
"node_modules/@babel/core/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/generator" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.6" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz" ,
"integrity" : "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/types" : "^7.25.6" ,
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25" ,
2023-12-07 21:43:55 +00:00
"jsesc" : "^2.5.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-compilation-targets" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.2" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz" ,
"integrity" : "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/compat-data" : "^7.25.2" ,
"@babel/helper-validator-option" : "^7.24.8" ,
"browserslist" : "^4.23.1" ,
2023-12-07 21:43:55 +00:00
"lru-cache" : "^5.1.1" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-compilation-targets/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/helper-module-imports" : {
2024-09-18 18:33:43 +00:00
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz" ,
"integrity" : "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/traverse" : "^7.24.7" ,
"@babel/types" : "^7.24.7"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-transforms" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.2" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz" ,
"integrity" : "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/helper-module-imports" : "^7.24.7" ,
"@babel/helper-simple-access" : "^7.24.7" ,
"@babel/helper-validator-identifier" : "^7.24.7" ,
"@babel/traverse" : "^7.25.2"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-plugin-utils" : {
2024-09-18 18:33:43 +00:00
"version" : "7.24.8" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz" ,
"integrity" : "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-simple-access" : {
2024-09-18 18:33:43 +00:00
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz" ,
"integrity" : "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/traverse" : "^7.24.7" ,
"@babel/types" : "^7.24.7"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-string-parser" : {
2024-09-18 18:33:43 +00:00
"version" : "7.24.8" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz" ,
"integrity" : "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/@babel/helper-validator-identifier" : {
2024-09-18 18:33:43 +00:00
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz" ,
"integrity" : "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@babel/helper-validator-option" : {
2024-09-18 18:33:43 +00:00
"version" : "7.24.8" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz" ,
"integrity" : "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helpers" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz" ,
"integrity" : "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/template" : "^7.25.0" ,
"@babel/types" : "^7.25.6"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/@babel/highlight" : {
2024-09-18 18:33:43 +00:00
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz" ,
"integrity" : "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/helper-validator-identifier" : "^7.24.7" ,
2023-12-02 10:49:17 +00:00
"chalk" : "^2.4.2" ,
2024-09-18 18:33:43 +00:00
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/highlight/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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"color-convert" : "^1.9.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"ansi-styles" : "^3.2.1" ,
"escape-string-regexp" : "^1.0.5" ,
"supports-color" : "^5.3.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"color-name" : "1.1.3"
}
} ,
"node_modules/@babel/highlight/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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@babel/highlight/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==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.0"
}
2023-12-02 10:49:17 +00:00
} ,
"node_modules/@babel/highlight/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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"has-flag" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@babel/parser" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.6" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz" ,
"integrity" : "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.25.6"
} ,
2023-12-07 21:43:55 +00:00
"bin" : {
"parser" : "bin/babel-parser.js"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=6.0.0"
}
} ,
"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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
2023-12-06 02:11:20 +00:00
} ,
"peerDependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/core" : "^7.0.0-0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@babel/plugin-syntax-bigint" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz" ,
"integrity" : "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/helper-plugin-utils" : "^7.12.13"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-06 02:11:20 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"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==" ,
"dev" : true ,
"license" : "MIT" ,
"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-import-attributes" : {
"version" : "7.25.6" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz" ,
"integrity" : "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.8"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/helper-plugin-utils" : "^7.8.0"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@babel/plugin-syntax-jsx" : {
2024-09-18 18:33:43 +00:00
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz" ,
"integrity" : "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/helper-plugin-utils" : "^7.24.7"
2023-12-07 21:43:55 +00:00
} ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=6.9.0"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/helper-plugin-utils" : "^7.10.4"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"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==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/helper-plugin-utils" : "^7.14.5"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@babel/plugin-syntax-typescript" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.4.tgz" ,
"integrity" : "sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/helper-plugin-utils" : "^7.24.8"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@babel/runtime" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.6" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz" ,
"integrity" : "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"regenerator-runtime" : "^0.14.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@babel/template" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.0" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz" ,
"integrity" : "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/code-frame" : "^7.24.7" ,
"@babel/parser" : "^7.25.0" ,
"@babel/types" : "^7.25.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@babel/traverse" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.6" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz" ,
"integrity" : "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.24.7" ,
"@babel/generator" : "^7.25.6" ,
"@babel/parser" : "^7.25.6" ,
"@babel/template" : "^7.25.0" ,
"@babel/types" : "^7.25.6" ,
"debug" : "^4.3.1" ,
2023-12-07 21:43:55 +00:00
"globals" : "^11.1.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=6.9.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@babel/traverse/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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=4"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@babel/types" : {
2024-09-18 18:33:43 +00:00
"version" : "7.25.6" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz" ,
"integrity" : "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/helper-string-parser" : "^7.24.8" ,
"@babel/helper-validator-identifier" : "^7.24.7" ,
2023-12-07 21:43:55 +00:00
"to-fast-properties" : "^2.0.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=6.9.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@bcoe/v8-coverage" : {
"version" : "0.2.3" ,
"resolved" : "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" ,
"integrity" : "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"eslint-visitor-keys" : "^3.3.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@eslint-community/regexpp" : {
2024-09-18 18:33:43 +00:00
"version" : "4.11.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.1.tgz" ,
"integrity" : "sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@eslint/config-array" : {
"version" : "0.18.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.18.0.tgz" ,
"integrity" : "sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@eslint/object-schema" : "^2.1.4" ,
"debug" : "^4.3.1" ,
"minimatch" : "^3.1.2"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/config-array/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@eslint/config-array/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@eslint/eslintrc" : {
2024-09-18 18:33:43 +00:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz" ,
"integrity" : "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
2024-09-18 18:33:43 +00:00
"espree" : "^10.0.1" ,
"globals" : "^14.0.0" ,
2023-12-07 21:43:55 +00:00
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"js-yaml" : "^4.1.0" ,
"minimatch" : "^3.1.2" ,
"strip-json-comments" : "^3.1.1"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://opencollective.com/eslint"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@eslint/eslintrc/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==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@eslint/js" : {
2024-09-18 18:33:43 +00:00
"version" : "9.10.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-9.10.0.tgz" ,
"integrity" : "sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/object-schema" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz" ,
"integrity" : "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@eslint/plugin-kit" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.1.0.tgz" ,
"integrity" : "sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"levn" : "^0.4.1"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=12.22"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@humanwhocodes/retry" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz" ,
"integrity" : "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@istanbuljs/load-nyc-config" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz" ,
"integrity" : "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"camelcase" : "^5.3.1" ,
"find-up" : "^4.1.0" ,
"get-package-type" : "^0.1.0" ,
"js-yaml" : "^3.13.1" ,
"resolve-from" : "^5.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse" : {
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" ,
"integrity" : "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"sprintf-js" : "~1.0.2"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml" : {
"version" : "3.14.1" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" ,
"integrity" : "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"argparse" : "^1.0.7" ,
"esprima" : "^4.0.0"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"bin" : {
"js-yaml" : "bin/js-yaml.js"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"p-locate" : "^4.1.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"p-try" : "^2.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=6"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/sponsors/sindresorhus"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"p-limit" : "^2.2.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@istanbuljs/schema" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz" ,
"integrity" : "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@jest/console" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz" ,
"integrity" : "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"slash" : "^3.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/core" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz" ,
"integrity" : "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/console" : "^29.7.0" ,
"@jest/reporters" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"ansi-escapes" : "^4.2.1" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"exit" : "^0.1.2" ,
"graceful-fs" : "^4.2.9" ,
"jest-changed-files" : "^29.7.0" ,
"jest-config" : "^29.7.0" ,
"jest-haste-map" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-resolve-dependencies" : "^29.7.0" ,
"jest-runner" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"jest-watcher" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
} ,
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
}
} ,
"node_modules/@jest/core/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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=10"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@jest/core/node_modules/pretty-format" : {
"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-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/core/node_modules/react-is" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@jest/environment" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz" ,
"integrity" : "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/fake-timers" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-mock" : "^29.7.0"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@jest/expect" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz" ,
"integrity" : "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"expect" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/expect-utils" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz" ,
"integrity" : "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"jest-get-type" : "^29.6.3"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/fake-timers" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz" ,
"integrity" : "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@sinonjs/fake-timers" : "^10.0.2" ,
"@types/node" : "*" ,
"jest-message-util" : "^29.7.0" ,
"jest-mock" : "^29.7.0" ,
"jest-util" : "^29.7.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/globals" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz" ,
"integrity" : "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/environment" : "^29.7.0" ,
"@jest/expect" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"jest-mock" : "^29.7.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/reporters" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz" ,
"integrity" : "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@bcoe/v8-coverage" : "^0.2.3" ,
"@jest/console" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@jridgewell/trace-mapping" : "^0.3.18" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"collect-v8-coverage" : "^1.0.0" ,
"exit" : "^0.1.2" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"istanbul-lib-coverage" : "^3.0.0" ,
"istanbul-lib-instrument" : "^6.0.0" ,
"istanbul-lib-report" : "^3.0.0" ,
"istanbul-lib-source-maps" : "^4.0.0" ,
"istanbul-reports" : "^3.1.3" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-worker" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"string-length" : "^4.0.1" ,
"strip-ansi" : "^6.0.0" ,
"v8-to-istanbul" : "^9.0.1"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
} ,
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
}
} ,
2024-09-18 18:33:43 +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==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@sinclair/typebox" : "^0.27.8"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@jest/source-map" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz" ,
"integrity" : "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@jridgewell/trace-mapping" : "^0.3.18" ,
"callsites" : "^3.0.0" ,
"graceful-fs" : "^4.2.9"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/test-result" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz" ,
"integrity" : "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/console" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/istanbul-lib-coverage" : "^2.0.0" ,
"collect-v8-coverage" : "^1.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/test-sequencer" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz" ,
"integrity" : "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/test-result" : "^29.7.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/transform" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz" ,
"integrity" : "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/core" : "^7.11.6" ,
"@jest/types" : "^29.6.3" ,
"@jridgewell/trace-mapping" : "^0.3.18" ,
"babel-plugin-istanbul" : "^6.1.1" ,
"chalk" : "^4.0.0" ,
"convert-source-map" : "^2.0.0" ,
"fast-json-stable-stringify" : "^2.1.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"pirates" : "^4.0.4" ,
"slash" : "^3.0.0" ,
"write-file-atomic" : "^4.0.2"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/types" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz" ,
"integrity" : "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"@types/istanbul-lib-coverage" : "^2.0.0" ,
"@types/istanbul-reports" : "^3.0.0" ,
"@types/node" : "*" ,
"@types/yargs" : "^17.0.8" ,
"chalk" : "^4.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jridgewell/gen-mapping" : {
2024-09-18 18:33:43 +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-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@jridgewell/set-array" : "^1.2.1" ,
2023-12-07 21:43:55 +00:00
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
2024-09-18 18:33:43 +00:00
"@jridgewell/trace-mapping" : "^0.3.24"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
2024-09-18 18:33:43 +00:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/set-array" : {
2024-09-18 18:33:43 +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==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/source-map" : {
2024-09-18 18:33:43 +00:00
"version" : "0.3.6" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz" ,
"integrity" : "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
2024-09-18 18:33:43 +00:00
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz" ,
"integrity" : "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" ,
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@jridgewell/trace-mapping" : {
2024-09-18 18:33:43 +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==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
"node_modules/@lezer/common" : {
2024-09-18 18:33:43 +00:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz" ,
"integrity" : "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==" ,
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@lezer/lr" : {
2024-09-18 18:33:43 +00:00
"version" : "1.4.2" ,
"resolved" : "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz" ,
"integrity" : "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@lezer/common" : "^1.0.0"
}
} ,
"node_modules/@lmdb/lmdb-darwin-arm64" : {
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.8.5.tgz" ,
"integrity" : "sha512-KPDeVScZgA1oq0CiPBcOa3kHIqU+pTOwRFDIhxvmf8CTNvqdZQYp5cCKW0bUk69VygB2PuTiINFWbY78aR2pQw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@lmdb/lmdb-darwin-x64" : {
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-2.8.5.tgz" ,
"integrity" : "sha512-w/sLhN4T7MW1nB3R/U8WK5BgQLz904wh+/SmA2jD8NnF7BLLoUgflCNxOeSPOWp8geP6nP/+VjWzZVip7rZ1ug==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@lmdb/lmdb-linux-arm" : {
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-2.8.5.tgz" ,
"integrity" : "sha512-c0TGMbm2M55pwTDIfkDLB6BpIsgxV4PjYck2HiOX+cy/JWiBXz32lYbarPqejKs9Flm7YVAKSILUducU9g2RVg==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@lmdb/lmdb-linux-arm64" : {
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-2.8.5.tgz" ,
"integrity" : "sha512-vtbZRHH5UDlL01TT5jB576Zox3+hdyogvpcbvVJlmU5PdL3c5V7cj1EODdh1CHPksRl+cws/58ugEHi8bcj4Ww==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@lmdb/lmdb-linux-x64" : {
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-2.8.5.tgz" ,
"integrity" : "sha512-Xkc8IUx9aEhP0zvgeKy7IQ3ReX2N8N1L0WPcQwnZweWmOuKfwpS3GRIYqLtK5za/w3E60zhFfNdS+3pBZPytqQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@lmdb/lmdb-win32-x64" : {
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.8.5.tgz" ,
"integrity" : "sha512-4wvrf5BgnR8RpogHhtpCPJMKBmvyZPhhUtEwMJbXh0ni2BucpfF07jlmyM11zRqQ2XIq6PbC2j7W7UCCcm1rRQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@mischnic/json-sourcemap" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/@mischnic/json-sourcemap/-/json-sourcemap-0.1.1.tgz" ,
"integrity" : "sha512-iA7+tyVqfrATAIsIRWQG+a7ZLLD0VaOCKV2Wd/v4mqIU3J9c4jx9p7S0nw1XH3gJCKNBOOwACOPYYSUu9pgT+w==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@lezer/common" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0" ,
"json5" : "^2.2.1"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64" : {
2024-09-18 18:33:43 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz" ,
"integrity" : "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64" : {
2024-09-18 18:33:43 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz" ,
"integrity" : "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-linux-arm" : {
2024-09-18 18:33:43 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz" ,
"integrity" : "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64" : {
2024-09-18 18:33:43 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz" ,
"integrity" : "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-linux-x64" : {
2024-09-18 18:33:43 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz" ,
"integrity" : "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-win32-x64" : {
2024-09-18 18:33:43 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz" ,
"integrity" : "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@nodelib/fs.scandir" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" ,
"integrity" : "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.stat" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" ,
"integrity" : "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.walk" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" ,
"integrity" : "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@parcel/bundler-default" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.12.0.tgz" ,
"integrity" : "sha512-3ybN74oYNMKyjD6V20c9Gerdbh7teeNvVMwIoHIQMzuIFT6IGX53PyOLlOKRLbjxMc0TMimQQxIt2eQqxR5LsA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/graph" : "3.2.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/cache" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/cache/-/cache-2.12.0.tgz" ,
"integrity" : "sha512-FX5ZpTEkxvq/yvWklRHDESVRz+c7sLTXgFuzz6uEnBcXV38j6dMSikflNpHA6q/L4GKkCqRywm9R6XQwhwIMyw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/fs" : "2.12.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"lmdb" : "2.8.5"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/core" : "^2.12.0"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@parcel/codeframe" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.12.0.tgz" ,
"integrity" : "sha512-v2VmneILFiHZJTxPiR7GEF1wey1/IXPdZMcUlNXBiPZyWDfcuNgGGVQkx/xW561rULLIvDPharOMdxz5oHOKQg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"chalk" : "^4.1.0"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/compressor-raw" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.12.0.tgz" ,
"integrity" : "sha512-h41Q3X7ZAQ9wbQ2csP8QGrwepasLZdXiuEdpUryDce6rF9ZiHoJ97MRpdLxOhOPyASTw/xDgE1xyaPQr0Q3f5A==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/config-default" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.12.0.tgz" ,
"integrity" : "sha512-dPNe2n9eEsKRc1soWIY0yToMUPirPIa2QhxcCB3Z5RjpDGIXm0pds+BaiqY6uGLEEzsjhRO0ujd4v2Rmm0vuFg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@parcel/bundler-default" : "2.12.0" ,
"@parcel/compressor-raw" : "2.12.0" ,
"@parcel/namer-default" : "2.12.0" ,
"@parcel/optimizer-css" : "2.12.0" ,
"@parcel/optimizer-htmlnano" : "2.12.0" ,
"@parcel/optimizer-image" : "2.12.0" ,
"@parcel/optimizer-svgo" : "2.12.0" ,
"@parcel/optimizer-swc" : "2.12.0" ,
"@parcel/packager-css" : "2.12.0" ,
"@parcel/packager-html" : "2.12.0" ,
"@parcel/packager-js" : "2.12.0" ,
"@parcel/packager-raw" : "2.12.0" ,
"@parcel/packager-svg" : "2.12.0" ,
"@parcel/packager-wasm" : "2.12.0" ,
"@parcel/reporter-dev-server" : "2.12.0" ,
"@parcel/resolver-default" : "2.12.0" ,
"@parcel/runtime-browser-hmr" : "2.12.0" ,
"@parcel/runtime-js" : "2.12.0" ,
"@parcel/runtime-react-refresh" : "2.12.0" ,
"@parcel/runtime-service-worker" : "2.12.0" ,
"@parcel/transformer-babel" : "2.12.0" ,
"@parcel/transformer-css" : "2.12.0" ,
"@parcel/transformer-html" : "2.12.0" ,
"@parcel/transformer-image" : "2.12.0" ,
"@parcel/transformer-js" : "2.12.0" ,
"@parcel/transformer-json" : "2.12.0" ,
"@parcel/transformer-postcss" : "2.12.0" ,
"@parcel/transformer-posthtml" : "2.12.0" ,
"@parcel/transformer-raw" : "2.12.0" ,
"@parcel/transformer-react-refresh-wrap" : "2.12.0" ,
"@parcel/transformer-svg" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/core" : "^2.12.0"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@parcel/core" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/core/-/core-2.12.0.tgz" ,
"integrity" : "sha512-s+6pwEj+GfKf7vqGUzN9iSEPueUssCCQrCBUlcAfKrJe0a22hTUCjewpB0I7lNrCIULt8dkndD+sMdOrXsRl6Q==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@mischnic/json-sourcemap" : "^0.1.0" ,
2024-09-18 18:33:43 +00:00
"@parcel/cache" : "2.12.0" ,
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/events" : "2.12.0" ,
"@parcel/fs" : "2.12.0" ,
"@parcel/graph" : "3.2.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/package-manager" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/profiler" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-09-18 18:33:43 +00:00
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
"@parcel/workers" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"abortcontroller-polyfill" : "^1.1.9" ,
"base-x" : "^3.0.8" ,
"browserslist" : "^4.6.6" ,
"clone" : "^2.1.1" ,
"dotenv" : "^7.0.0" ,
"dotenv-expand" : "^5.1.0" ,
"json5" : "^2.2.0" ,
"msgpackr" : "^1.9.9" ,
"nullthrows" : "^1.1.1" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/diagnostic" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.12.0.tgz" ,
"integrity" : "sha512-8f1NOsSFK+F4AwFCKynyIu9Kr/uWHC+SywAv4oS6Bv3Acig0gtwUjugk0C9UaB8ztBZiW5TQZhw+uPZn9T/lJA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@mischnic/json-sourcemap" : "^0.1.0" ,
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/events" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/events/-/events-2.12.0.tgz" ,
"integrity" : "sha512-nmAAEIKLjW1kB2cUbCYSmZOGbnGj8wCzhqnK727zCCWaA25ogzAtt657GPOeFyqW77KyosU728Tl63Fc8hphIA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/fs" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/fs/-/fs-2.12.0.tgz" ,
"integrity" : "sha512-NnFkuvou1YBtPOhTdZr44WN7I60cGyly2wpHzqRl62yhObyi1KvW0SjwOMa0QGNcBOIzp4G0CapoZ93hD0RG5Q==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/rust" : "2.12.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@parcel/watcher" : "^2.0.7" ,
2024-09-18 18:33:43 +00:00
"@parcel/workers" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/core" : "^2.12.0"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@parcel/graph" : {
2024-09-18 18:33:43 +00:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/graph/-/graph-3.2.0.tgz" ,
"integrity" : "sha512-xlrmCPqy58D4Fg5umV7bpwDx5Vyt7MlnQPxW68vae5+BA4GSWetfZt+Cs5dtotMG2oCHzZxhIPt7YZ7NRyQzLA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/logger" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/logger/-/logger-2.12.0.tgz" ,
"integrity" : "sha512-cJ7Paqa7/9VJ7C+KwgJlwMqTQBOjjn71FbKk0G07hydUEBISU2aDfmc/52o60ErL9l+vXB26zTrIBanbxS8rVg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/events" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/markdown-ansi" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.12.0.tgz" ,
"integrity" : "sha512-WZz3rzL8k0H3WR4qTHX6Ic8DlEs17keO9gtD4MNGyMNQbqQEvQ61lWJaIH0nAtgEetu0SOITiVqdZrb8zx/M7w==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"chalk" : "^4.1.0"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/namer-default" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.12.0.tgz" ,
"integrity" : "sha512-9DNKPDHWgMnMtqqZIMiEj/R9PNWW16lpnlHjwK3ciRlMPgjPJ8+UNc255teZODhX0T17GOzPdGbU/O/xbxVPzA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/node-resolver-core" : {
2024-09-18 18:33:43 +00:00
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-3.3.0.tgz" ,
"integrity" : "sha512-rhPW9DYPEIqQBSlYzz3S0AjXxjN6Ub2yS6tzzsW/4S3Gpsgk/uEq4ZfxPvoPf/6TgZndVxmKwpmxaKtGMmf3cA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@mischnic/json-sourcemap" : "^0.1.0" ,
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/fs" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/optimizer-css" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/optimizer-css/-/optimizer-css-2.12.0.tgz" ,
"integrity" : "sha512-ifbcC97fRzpruTjaa8axIFeX4MjjSIlQfem3EJug3L2AVqQUXnM1XO8L0NaXGNLTW2qnh1ZjIJ7vXT/QhsphsA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-09-18 18:33:43 +00:00
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"browserslist" : "^4.6.6" ,
2024-09-18 18:33:43 +00:00
"lightningcss" : "^1.22.1" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/optimizer-htmlnano" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/optimizer-htmlnano/-/optimizer-htmlnano-2.12.0.tgz" ,
"integrity" : "sha512-MfPMeCrT8FYiOrpFHVR+NcZQlXAptK2r4nGJjfT+ndPBhEEZp4yyL7n1y7HfX9geg5altc4WTb4Gug7rCoW8VQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"htmlnano" : "^2.0.0" ,
"nullthrows" : "^1.1.1" ,
"posthtml" : "^0.16.5" ,
"svgo" : "^2.4.0"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@parcel/optimizer-htmlnano/node_modules/css-select" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz" ,
"integrity" : "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
"dependencies" : {
"boolbase" : "^1.0.0" ,
"css-what" : "^6.0.1" ,
"domhandler" : "^4.3.1" ,
"domutils" : "^2.8.0" ,
"nth-check" : "^2.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@parcel/optimizer-htmlnano/node_modules/css-tree" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz" ,
"integrity" : "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"mdn-data" : "2.0.14" ,
"source-map" : "^0.6.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/@parcel/optimizer-htmlnano/node_modules/csso" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz" ,
"integrity" : "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"css-tree" : "^1.1.2"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/@parcel/optimizer-htmlnano/node_modules/mdn-data" : {
"version" : "2.0.14" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz" ,
"integrity" : "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "CC0-1.0"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@parcel/optimizer-htmlnano/node_modules/svgo" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz" ,
"integrity" : "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@trysound/sax" : "0.2.0" ,
"commander" : "^7.2.0" ,
"css-select" : "^4.1.3" ,
"css-tree" : "^1.1.3" ,
"csso" : "^4.2.0" ,
"picocolors" : "^1.0.0" ,
"stable" : "^0.1.8"
} ,
"bin" : {
"svgo" : "bin/svgo"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/@parcel/optimizer-image" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.12.0.tgz" ,
"integrity" : "sha512-bo1O7raeAIbRU5nmNVtx8divLW9Xqn0c57GVNGeAK4mygnQoqHqRZ0mR9uboh64pxv6ijXZHPhKvU9HEpjPjBQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
"@parcel/workers" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/core" : "^2.12.0"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@parcel/optimizer-svgo" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/optimizer-svgo/-/optimizer-svgo-2.12.0.tgz" ,
"integrity" : "sha512-Kyli+ZZXnoonnbeRQdoWwee9Bk2jm/49xvnfb+2OO8NN0d41lblBoRhOyFiScRnJrw7eVl1Xrz7NTkXCIO7XFQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"svgo" : "^2.4.0"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@parcel/optimizer-svgo/node_modules/css-select" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz" ,
"integrity" : "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
"dependencies" : {
"boolbase" : "^1.0.0" ,
"css-what" : "^6.0.1" ,
"domhandler" : "^4.3.1" ,
"domutils" : "^2.8.0" ,
"nth-check" : "^2.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@parcel/optimizer-svgo/node_modules/css-tree" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz" ,
"integrity" : "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"mdn-data" : "2.0.14" ,
"source-map" : "^0.6.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/@parcel/optimizer-svgo/node_modules/csso" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz" ,
"integrity" : "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"css-tree" : "^1.1.2"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/@parcel/optimizer-svgo/node_modules/mdn-data" : {
"version" : "2.0.14" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz" ,
"integrity" : "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "CC0-1.0"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@parcel/optimizer-svgo/node_modules/svgo" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz" ,
"integrity" : "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@trysound/sax" : "0.2.0" ,
"commander" : "^7.2.0" ,
"css-select" : "^4.1.3" ,
"css-tree" : "^1.1.3" ,
"csso" : "^4.2.0" ,
"picocolors" : "^1.0.0" ,
"stable" : "^0.1.8"
} ,
"bin" : {
"svgo" : "bin/svgo"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/@parcel/optimizer-swc" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/optimizer-swc/-/optimizer-swc-2.12.0.tgz" ,
"integrity" : "sha512-iBi6LZB3lm6WmbXfzi8J3DCVPmn4FN2lw7DGXxUXu7MouDPVWfTsM6U/5TkSHJRNRogZ2gqy5q9g34NPxHbJcw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-09-18 18:33:43 +00:00
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@swc/core" : "^1.3.36" ,
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/package-manager" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.12.0.tgz" ,
"integrity" : "sha512-0nvAezcjPx9FT+hIL+LS1jb0aohwLZXct7jAh7i0MLMtehOi0z1Sau+QpgMlA9rfEZZ1LIeFdnZZwqSy7Ccspw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/fs" : "2.12.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/node-resolver-core" : "3.3.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
"@parcel/workers" : "2.12.0" ,
"@swc/core" : "^1.3.36" ,
2023-12-07 21:43:55 +00:00
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/core" : "^2.12.0"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@parcel/packager-css" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.12.0.tgz" ,
"integrity" : "sha512-j3a/ODciaNKD19IYdWJT+TP+tnhhn5koBGBWWtrKSu0UxWpnezIGZetit3eE+Y9+NTePalMkvpIlit2eDhvfJA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-09-18 18:33:43 +00:00
"@parcel/utils" : "2.12.0" ,
"lightningcss" : "^1.22.1" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/packager-html" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.12.0.tgz" ,
"integrity" : "sha512-PpvGB9hFFe+19NXGz2ApvPrkA9GwEqaDAninT+3pJD57OVBaxB8U+HN4a5LICKxjUppPPqmrLb6YPbD65IX4RA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1" ,
"posthtml" : "^0.16.5"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/packager-js" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.12.0.tgz" ,
"integrity" : "sha512-viMF+FszITRRr8+2iJyk+4ruGiL27Y6AF7hQ3xbJfzqnmbOhGFtLTQwuwhOLqN/mWR2VKdgbLpZSarWaO3yAMg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-09-18 18:33:43 +00:00
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"globals" : "^13.2.0" ,
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@parcel/packager-js/node_modules/globals" : {
"version" : "13.24.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" ,
"integrity" : "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"type-fest" : "^0.20.2"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@parcel/packager-js/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 ,
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@parcel/packager-raw" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.12.0.tgz" ,
"integrity" : "sha512-tJZqFbHqP24aq1F+OojFbQIc09P/u8HAW5xfndCrFnXpW4wTgM3p03P0xfw3gnNq+TtxHJ8c3UFE5LnXNNKhYA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/packager-svg" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.12.0.tgz" ,
"integrity" : "sha512-ldaGiacGb2lLqcXas97k8JiZRbAnNREmcvoY2W2dvW4loVuDT9B9fU777mbV6zODpcgcHWsLL3lYbJ5Lt3y9cg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"posthtml" : "^0.16.4"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/packager-wasm" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-wasm/-/packager-wasm-2.12.0.tgz" ,
"integrity" : "sha512-fYqZzIqO9fGYveeImzF8ll6KRo2LrOXfD+2Y5U3BiX/wp9wv17dz50QLDQm9hmTcKGWxK4yWqKQh+Evp/fae7A==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">=12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/plugin" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.12.0.tgz" ,
"integrity" : "sha512-nc/uRA8DiMoe4neBbzV6kDndh/58a4wQuGKw5oEoIwBCHUvE2W8ZFSu7ollSXUGRzfacTt4NdY8TwS73ScWZ+g==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/types" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/profiler" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/profiler/-/profiler-2.12.0.tgz" ,
"integrity" : "sha512-q53fvl5LDcFYzMUtSusUBZSjQrKjMlLEBgKeQHFwkimwR1mgoseaDBDuNz0XvmzDzF1UelJ02TUKCGacU8W2qA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/events" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"chrome-trace-event" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/reporter-cli" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.12.0.tgz" ,
"integrity" : "sha512-TqKsH4GVOLPSCanZ6tcTPj+rdVHERnt5y4bwTM82cajM21bCX1Ruwp8xOKU+03091oV2pv5ieB18pJyRF7IpIw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"chalk" : "^4.1.0" ,
"term-size" : "^2.2.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/reporter-dev-server" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.12.0.tgz" ,
"integrity" : "sha512-tIcDqRvAPAttRlTV28dHcbWT5K2r/MBFks7nM4nrEDHWtnrCwimkDmZTc1kD8QOCCjGVwRHcQybpHvxfwol6GA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/reporter-tracer" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/reporter-tracer/-/reporter-tracer-2.12.0.tgz" ,
"integrity" : "sha512-g8rlu9GxB8Ut/F8WGx4zidIPQ4pcYFjU9bZO+fyRIPrSUFH2bKijCnbZcr4ntqzDGx74hwD6cCG4DBoleq2UlQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"chrome-trace-event" : "^1.0.3" ,
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/resolver-default" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.12.0.tgz" ,
"integrity" : "sha512-uuhbajTax37TwCxu7V98JtRLiT6hzE4VYSu5B7Qkauy14/WFt2dz6GOUXPgVsED569/hkxebPx3KCMtZW6cHHA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/node-resolver-core" : "3.3.0" ,
"@parcel/plugin" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/runtime-browser-hmr" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.12.0.tgz" ,
"integrity" : "sha512-4ZLp2FWyD32r0GlTulO3+jxgsA3oO1P1b5oO2IWuWilfhcJH5LTiazpL5YdusUjtNn9PGN6QLAWfxmzRIfM+Ow==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/runtime-js" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.12.0.tgz" ,
"integrity" : "sha512-sBerP32Z1crX5PfLNGDSXSdqzlllM++GVnVQVeM7DgMKS8JIFG3VLi28YkX+dYYGtPypm01JoIHCkvwiZEcQJg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/runtime-react-refresh" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.12.0.tgz" ,
"integrity" : "sha512-SCHkcczJIDFTFdLTzrHTkQ0aTrX3xH6jrA4UsCBL6ji61+w+ohy4jEEe9qCgJVXhnJfGLE43HNXek+0MStX+Mw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"react-error-overlay" : "6.0.9" ,
"react-refresh" : "^0.9.0"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/runtime-service-worker" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.12.0.tgz" ,
"integrity" : "sha512-BXuMBsfiwpIEnssn+jqfC3jkgbS8oxeo3C7xhSQsuSv+AF2FwY3O3AO1c1RBskEW3XrBLNINOJujroNw80VTKA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/rust" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/rust/-/rust-2.12.0.tgz" ,
"integrity" : "sha512-005cldMdFZFDPOjbDVEXcINQ3wT4vrxvSavRWI3Az0e3E18exO/x/mW9f648KtXugOXMAqCEqhFHcXECL9nmMw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/source-map" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.1.1.tgz" ,
"integrity" : "sha512-Ejx1P/mj+kMjQb8/y5XxDUn4reGdr+WyKYloBljpppUy8gs42T+BNoEOuRYqDVdgPc6NxduzIDoJS9pOFfV5Ew==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"detect-libc" : "^1.0.3"
} ,
"engines" : {
"node" : "^12.18.3 || >=14"
}
} ,
"node_modules/@parcel/transformer-babel" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.12.0.tgz" ,
"integrity" : "sha512-zQaBfOnf/l8rPxYGnsk/ufh/0EuqvmnxafjBIpKZ//j6rGylw5JCqXSb1QvvAqRYruKeccxGv7+HrxpqKU6V4A==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-09-18 18:33:43 +00:00
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"browserslist" : "^4.6.6" ,
"json5" : "^2.2.0" ,
"nullthrows" : "^1.1.1" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-css" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.12.0.tgz" ,
"integrity" : "sha512-vXhOqoAlQGATYyQ433Z1DXKmiKmzOAUmKysbYH3FD+LKEKLMEl/pA14goqp00TW+A/EjtSKKyeMyHlMIIUqj4Q==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-09-18 18:33:43 +00:00
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"browserslist" : "^4.6.6" ,
2024-09-18 18:33:43 +00:00
"lightningcss" : "^1.22.1" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-html" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.12.0.tgz" ,
"integrity" : "sha512-5jW4dFFBlYBvIQk4nrH62rfA/G/KzVzEDa6S+Nne0xXhglLjkm64Ci9b/d4tKZfuGWUbpm2ASAq8skti/nfpXw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1" ,
"posthtml" : "^0.16.5" ,
"posthtml-parser" : "^0.10.1" ,
"posthtml-render" : "^3.0.0" ,
"semver" : "^7.5.2" ,
"srcset" : "4"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@parcel/transformer-html/node_modules/srcset" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/srcset/-/srcset-4.0.0.tgz" ,
"integrity" : "sha512-wvLeHgcVHKO8Sc/H/5lkGreJQVeYMm9rlmt8PuR1xE31rIuXhuzznUUqAt8MqLhB3MqJdFzlNAfpcWnxiFUcPw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@parcel/transformer-image" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.12.0.tgz" ,
"integrity" : "sha512-8hXrGm2IRII49R7lZ0RpmNk27EhcsH+uNKsvxuMpXPuEnWgC/ha/IrjaI29xCng1uGur74bJF43NUSQhR4aTdw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
"@parcel/workers" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/core" : "^2.12.0"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@parcel/transformer-js" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.12.0.tgz" ,
"integrity" : "sha512-OSZpOu+FGDbC/xivu24v092D9w6EGytB3vidwbdiJ2FaPgfV7rxS0WIUjH4I0OcvHAcitArRXL0a3+HrNTdQQw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-09-18 18:33:43 +00:00
"@parcel/utils" : "2.12.0" ,
"@parcel/workers" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@swc/helpers" : "^0.5.0" ,
"browserslist" : "^4.6.6" ,
"nullthrows" : "^1.1.1" ,
"regenerator-runtime" : "^0.13.7" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/core" : "^2.12.0"
2023-12-07 21:43:55 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@parcel/transformer-js/node_modules/regenerator-runtime" : {
"version" : "0.13.11" ,
"resolved" : "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz" ,
"integrity" : "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@parcel/transformer-json" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.12.0.tgz" ,
"integrity" : "sha512-Utv64GLRCQILK5r0KFs4o7I41ixMPllwOLOhkdjJKvf1hZmN6WqfOmB1YLbWS/y5Zb/iB52DU2pWZm96vLFQZQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"json5" : "^2.2.0"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-postcss" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.12.0.tgz" ,
"integrity" : "sha512-FZqn+oUtiLfPOn67EZxPpBkfdFiTnF4iwiXPqvst3XI8H+iC+yNgzmtJkunOOuylpYY6NOU5jT8d7saqWSDv2Q==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"clone" : "^2.1.1" ,
"nullthrows" : "^1.1.1" ,
"postcss-value-parser" : "^4.2.0" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-posthtml" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.12.0.tgz" ,
"integrity" : "sha512-z6Z7rav/pcaWdeD+2sDUcd0mmNZRUvtHaUGa50Y2mr+poxrKilpsnFMSiWBT+oOqPt7j71jzDvrdnAF4XkCljg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1" ,
"posthtml" : "^0.16.5" ,
"posthtml-parser" : "^0.10.1" ,
"posthtml-render" : "^3.0.0" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-raw" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.12.0.tgz" ,
"integrity" : "sha512-Ht1fQvXxix0NncdnmnXZsa6hra20RXYh1VqhBYZLsDfkvGGFnXIgO03Jqn4Z8MkKoa0tiNbDhpKIeTjyclbBxQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-react-refresh-wrap" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.12.0.tgz" ,
"integrity" : "sha512-GE8gmP2AZtkpBIV5vSCVhewgOFRhqwdM5Q9jNPOY5PKcM3/Ff0qCqDiTzzGLhk0/VMBrdjssrfZkVx6S/lHdJw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"react-refresh" : "^0.9.0"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-svg" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.12.0.tgz" ,
"integrity" : "sha512-cZJqGRJ4JNdYcb+vj94J7PdOuTnwyy45dM9xqbIMH+HSiiIkfrMsdEwYft0GTyFTdsnf+hdHn3tau7Qa5hhX+A==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1" ,
"posthtml" : "^0.16.5" ,
"posthtml-parser" : "^0.10.1" ,
"posthtml-render" : "^3.0.0" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-09-18 18:33:43 +00:00
"parcel" : "^2.12.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/types" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/types/-/types-2.12.0.tgz" ,
"integrity" : "sha512-8zAFiYNCwNTQcglIObyNwKfRYQK5ELlL13GuBOrSMxueUiI5ylgsGbTS1N7J3dAGZixHO8KhHGv5a71FILn9rQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/cache" : "2.12.0" ,
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/fs" : "2.12.0" ,
"@parcel/package-manager" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-09-18 18:33:43 +00:00
"@parcel/workers" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"utility-types" : "^3.10.0"
}
} ,
"node_modules/@parcel/utils" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/utils/-/utils-2.12.0.tgz" ,
"integrity" : "sha512-z1JhLuZ8QmDaYoEIuUCVZlhcFrS7LMfHrb2OCRui5SQFntRWBH2fNM6H/fXXUkT9SkxcuFP2DUA6/m4+Gkz72g==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/codeframe" : "2.12.0" ,
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/markdown-ansi" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"@parcel/source-map" : "^2.1.1" ,
"chalk" : "^4.1.0" ,
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz" ,
"integrity" : "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"detect-libc" : "^1.0.3" ,
"is-glob" : "^4.0.3" ,
"micromatch" : "^4.0.5" ,
"node-addon-api" : "^7.0.0"
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/watcher-android-arm64" : "2.4.1" ,
"@parcel/watcher-darwin-arm64" : "2.4.1" ,
"@parcel/watcher-darwin-x64" : "2.4.1" ,
"@parcel/watcher-freebsd-x64" : "2.4.1" ,
"@parcel/watcher-linux-arm-glibc" : "2.4.1" ,
"@parcel/watcher-linux-arm64-glibc" : "2.4.1" ,
"@parcel/watcher-linux-arm64-musl" : "2.4.1" ,
"@parcel/watcher-linux-x64-glibc" : "2.4.1" ,
"@parcel/watcher-linux-x64-musl" : "2.4.1" ,
"@parcel/watcher-win32-arm64" : "2.4.1" ,
"@parcel/watcher-win32-ia32" : "2.4.1" ,
"@parcel/watcher-win32-x64" : "2.4.1"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@parcel/watcher-android-arm64" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz" ,
"integrity" : "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-darwin-arm64" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz" ,
"integrity" : "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-darwin-x64" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz" ,
"integrity" : "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-freebsd-x64" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz" ,
"integrity" : "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm-glibc" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz" ,
"integrity" : "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm64-glibc" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz" ,
"integrity" : "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm64-musl" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz" ,
"integrity" : "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-x64-glibc" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz" ,
"integrity" : "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-x64-musl" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz" ,
"integrity" : "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-win32-arm64" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz" ,
"integrity" : "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-win32-ia32" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz" ,
"integrity" : "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"ia32"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-win32-x64" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz" ,
"integrity" : "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/workers" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/workers/-/workers-2.12.0.tgz" ,
"integrity" : "sha512-zv5We5Jmb+ZWXlU6A+AufyjY4oZckkxsZ8J4dvyWL0W8IQvGO1JB4FGeryyttzQv3RM3OxcN/BpTGPiDG6keBw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/profiler" : "2.12.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-07 21:43:55 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"@parcel/core" : "^2.12.0"
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@sinonjs/commons" : {
2024-09-18 18:33:43 +00:00
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz" ,
"integrity" : "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"type-detect" : "4.0.8"
}
} ,
"node_modules/@sinonjs/fake-timers" : {
"version" : "10.3.0" ,
"resolved" : "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz" ,
"integrity" : "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@sinonjs/commons" : "^3.0.0"
}
} ,
"node_modules/@swc/core" : {
2024-09-18 18:33:43 +00:00
"version" : "1.7.26" ,
"resolved" : "https://registry.npmjs.org/@swc/core/-/core-1.7.26.tgz" ,
"integrity" : "sha512-f5uYFf+TmMQyYIoxkn/evWhNGuUzC730dFwAKGwBVHHVoPyak1/GvJUm6i1SKl+2Hrj9oN0i3WSoWWZ4pgI8lw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
"hasInstallScript" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@swc/counter" : "^0.1.3" ,
"@swc/types" : "^0.1.12"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/swc"
} ,
"optionalDependencies" : {
2024-09-18 18:33:43 +00:00
"@swc/core-darwin-arm64" : "1.7.26" ,
"@swc/core-darwin-x64" : "1.7.26" ,
"@swc/core-linux-arm-gnueabihf" : "1.7.26" ,
"@swc/core-linux-arm64-gnu" : "1.7.26" ,
"@swc/core-linux-arm64-musl" : "1.7.26" ,
"@swc/core-linux-x64-gnu" : "1.7.26" ,
"@swc/core-linux-x64-musl" : "1.7.26" ,
"@swc/core-win32-arm64-msvc" : "1.7.26" ,
"@swc/core-win32-ia32-msvc" : "1.7.26" ,
"@swc/core-win32-x64-msvc" : "1.7.26"
2023-12-07 21:43:55 +00:00
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"@swc/helpers" : "*"
2023-12-07 21:43:55 +00:00
} ,
"peerDependenciesMeta" : {
"@swc/helpers" : {
"optional" : true
}
}
} ,
"node_modules/@swc/core-darwin-arm64" : {
2024-09-18 18:33:43 +00:00
"version" : "1.7.26" ,
"resolved" : "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.7.26.tgz" ,
"integrity" : "sha512-FF3CRYTg6a7ZVW4yT9mesxoVVZTrcSWtmZhxKCYJX9brH4CS/7PRPjAKNk6kzWgWuRoglP7hkjQcd6EpMcZEAw==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-darwin-x64" : {
2024-09-18 18:33:43 +00:00
"version" : "1.7.26" ,
"resolved" : "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.7.26.tgz" ,
"integrity" : "sha512-az3cibZdsay2HNKmc4bjf62QVukuiMRh5sfM5kHR/JMTrLyS6vSw7Ihs3UTkZjUxkLTT8ro54LI6sV6sUQUbLQ==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=10"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@swc/core-linux-arm-gnueabihf" : {
"version" : "1.7.26" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.7.26.tgz" ,
"integrity" : "sha512-VYPFVJDO5zT5U3RpCdHE5v1gz4mmR8BfHecUZTmD2v1JeFY6fv9KArJUpjrHEEsjK/ucXkQFmJ0jaiWXmpOV9Q==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=10"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@swc/core-linux-arm64-gnu" : {
2024-09-18 18:33:43 +00:00
"version" : "1.7.26" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.7.26.tgz" ,
"integrity" : "sha512-YKevOV7abpjcAzXrhsl+W48Z9mZvgoVs2eP5nY+uoMAdP2b3GxC0Df1Co0I90o2lkzO4jYBpTMcZlmUXLdXn+Q==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-linux-arm64-musl" : {
2024-09-18 18:33:43 +00:00
"version" : "1.7.26" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.7.26.tgz" ,
"integrity" : "sha512-3w8iZICMkQQON0uIcvz7+Q1MPOW6hJ4O5ETjA0LSP/tuKqx30hIniCGOgPDnv3UTMruLUnQbtBwVCZTBKR3Rkg==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-linux-x64-gnu" : {
2024-09-18 18:33:43 +00:00
"version" : "1.7.26" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.7.26.tgz" ,
"integrity" : "sha512-c+pp9Zkk2lqb06bNGkR2Looxrs7FtGDMA4/aHjZcCqATgp348hOKH5WPvNLBl+yPrISuWjbKDVn3NgAvfvpH4w==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-linux-x64-musl" : {
2024-09-18 18:33:43 +00:00
"version" : "1.7.26" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.7.26.tgz" ,
"integrity" : "sha512-PgtyfHBF6xG87dUSSdTJHwZ3/8vWZfNIXQV2GlwEpslrOkGqy+WaiiyE7Of7z9AvDILfBBBcJvJ/r8u980wAfQ==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-win32-arm64-msvc" : {
2024-09-18 18:33:43 +00:00
"version" : "1.7.26" ,
"resolved" : "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.7.26.tgz" ,
"integrity" : "sha512-9TNXPIJqFynlAOrRD6tUQjMq7KApSklK3R/tXgIxc7Qx+lWu8hlDQ/kVPLpU7PWvMMwC/3hKBW+p5f+Tms1hmA==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-win32-ia32-msvc" : {
2024-09-18 18:33:43 +00:00
"version" : "1.7.26" ,
"resolved" : "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.7.26.tgz" ,
"integrity" : "sha512-9YngxNcG3177GYdsTum4V98Re+TlCeJEP4kEwEg9EagT5s3YejYdKwVAkAsJszzkXuyRDdnHUpYbTrPG6FiXrQ==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"ia32"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-win32-x64-msvc" : {
2024-09-18 18:33:43 +00:00
"version" : "1.7.26" ,
"resolved" : "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.7.26.tgz" ,
"integrity" : "sha512-VR+hzg9XqucgLjXxA13MtV5O3C0bK0ywtLIBw/+a+O+Oc6mxFWHtdUeXDbIi5AiPbn0fjgVJMqYnyjGyyX8u0w==" ,
2023-12-07 21:43:55 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/counter" : {
2024-09-18 18:33:43 +00:00
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz" ,
"integrity" : "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==" ,
"dev" : true ,
"license" : "Apache-2.0"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@swc/helpers" : {
2024-09-18 18:33:43 +00:00
"version" : "0.5.13" ,
"resolved" : "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.13.tgz" ,
"integrity" : "sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@swc/types" : {
2024-09-18 18:33:43 +00:00
"version" : "0.1.12" ,
"resolved" : "https://registry.npmjs.org/@swc/types/-/types-0.1.12.tgz" ,
"integrity" : "sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@swc/counter" : "^0.1.3"
}
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@testing-library/dom" : {
2024-09-18 18:33:43 +00:00
"version" : "10.4.0" ,
"resolved" : "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz" ,
"integrity" : "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/code-frame" : "^7.10.4" ,
"@babel/runtime" : "^7.12.5" ,
"@types/aria-query" : "^5.0.1" ,
2024-09-18 18:33:43 +00:00
"aria-query" : "5.3.0" ,
2023-12-07 21:43:55 +00:00
"chalk" : "^4.1.0" ,
"dom-accessibility-api" : "^0.5.9" ,
"lz-string" : "^1.5.0" ,
"pretty-format" : "^27.0.2"
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : ">=18"
2023-12-07 21:43:55 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@testing-library/react" : {
"version" : "16.0.1" ,
"resolved" : "https://registry.npmjs.org/@testing-library/react/-/react-16.0.1.tgz" ,
"integrity" : "sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/runtime" : "^7.12.5"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : ">=18"
2023-12-07 21:43:55 +00:00
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"@testing-library/dom" : "^10.0.0" ,
"@types/react" : "^18.0.0" ,
"@types/react-dom" : "^18.0.0" ,
"react" : "^18.0.0" ,
"react-dom" : "^18.0.0"
2023-12-07 21:43:55 +00:00
} ,
"peerDependenciesMeta" : {
2024-09-18 18:33:43 +00:00
"@types/react" : {
2023-12-07 21:43:55 +00:00
"optional" : true
} ,
2024-09-18 18:33:43 +00:00
"@types/react-dom" : {
2023-12-07 21:43:55 +00:00
"optional" : true
}
}
} ,
"node_modules/@tootallnate/once" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz" ,
"integrity" : "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@trysound/sax" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz" ,
"integrity" : "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/@types/aria-query" : {
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz" ,
"integrity" : "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@types/babel__core" : {
"version" : "7.20.5" ,
"resolved" : "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz" ,
"integrity" : "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/parser" : "^7.20.7" ,
"@babel/types" : "^7.20.7" ,
"@types/babel__generator" : "*" ,
"@types/babel__template" : "*" ,
"@types/babel__traverse" : "*"
}
} ,
"node_modules/@types/babel__generator" : {
2024-09-18 18:33:43 +00:00
"version" : "7.6.8" ,
"resolved" : "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz" ,
"integrity" : "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/types" : "^7.0.0"
}
} ,
"node_modules/@types/babel__template" : {
"version" : "7.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz" ,
"integrity" : "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/parser" : "^7.1.0" ,
"@babel/types" : "^7.0.0"
}
} ,
"node_modules/@types/babel__traverse" : {
2024-09-18 18:33:43 +00:00
"version" : "7.20.6" ,
"resolved" : "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz" ,
"integrity" : "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/types" : "^7.20.7"
}
} ,
"node_modules/@types/estree" : {
2024-09-18 18:33:43 +00:00
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz" ,
"integrity" : "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true
} ,
"node_modules/@types/graceful-fs" : {
"version" : "4.1.9" ,
"resolved" : "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz" ,
"integrity" : "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@types/node" : "*"
}
} ,
"node_modules/@types/istanbul-lib-coverage" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz" ,
"integrity" : "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@types/istanbul-lib-report" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz" ,
"integrity" : "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@types/istanbul-lib-coverage" : "*"
}
} ,
"node_modules/@types/istanbul-reports" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz" ,
"integrity" : "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@types/istanbul-lib-report" : "*"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/@types/jest" : {
"version" : "29.5.13" ,
"resolved" : "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz" ,
"integrity" : "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"expect" : "^29.0.0" ,
"pretty-format" : "^29.0.0"
}
} ,
"node_modules/@types/jest/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 ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/@types/jest/node_modules/pretty-format" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz" ,
"integrity" : "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@types/jest/node_modules/react-is" : {
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-12-07 21:43:55 +00:00
"node_modules/@types/jsdom" : {
"version" : "20.0.1" ,
"resolved" : "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz" ,
"integrity" : "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@types/node" : "*" ,
"@types/tough-cookie" : "*" ,
"parse5" : "^7.0.0"
}
} ,
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT" ,
"peer" : true
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@types/node" : {
2024-09-18 18:33:43 +00:00
"version" : "22.5.5" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz" ,
"integrity" : "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==" ,
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"undici-types" : "~6.19.2"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@types/prop-types" : {
2024-09-18 18:33:43 +00:00
"version" : "15.7.13" ,
"resolved" : "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz" ,
"integrity" : "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==" ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@types/react" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.7" ,
"resolved" : "https://registry.npmjs.org/@types/react/-/react-18.3.7.tgz" ,
"integrity" : "sha512-KUnDCJF5+AiZd8owLIeVHqmW9yM4sqmDVf2JRJiBMFkGvkoZ4/WyV2lL4zVsoinmRS/W3FeEdZLEWFRofnT2FQ==" ,
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@types/prop-types" : "*" ,
"csstype" : "^3.0.2"
}
} ,
"node_modules/@types/react-dom" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.0" ,
"resolved" : "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz" ,
"integrity" : "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==" ,
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@types/react" : "*"
}
} ,
"node_modules/@types/stack-utils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz" ,
"integrity" : "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@types/testing-library__jest-dom" : {
2024-09-18 18:33:43 +00:00
"version" : "5.14.9" ,
"resolved" : "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz" ,
"integrity" : "sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@types/jest" : "*"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@types/tough-cookie" : {
"version" : "4.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz" ,
"integrity" : "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@types/yargs" : {
2024-09-18 18:33:43 +00:00
"version" : "17.0.33" ,
"resolved" : "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz" ,
"integrity" : "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@types/yargs-parser" : "*"
}
} ,
"node_modules/@types/yargs-parser" : {
"version" : "21.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz" ,
"integrity" : "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/@typescript-eslint/eslint-plugin" : {
2024-09-18 18:33:43 +00:00
"version" : "8.6.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz" ,
"integrity" : "sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@eslint-community/regexpp" : "^4.10.0" ,
"@typescript-eslint/scope-manager" : "8.6.0" ,
"@typescript-eslint/type-utils" : "8.6.0" ,
"@typescript-eslint/utils" : "8.6.0" ,
"@typescript-eslint/visitor-keys" : "8.6.0" ,
2023-12-07 21:43:55 +00:00
"graphemer" : "^1.4.0" ,
2024-09-18 18:33:43 +00:00
"ignore" : "^5.3.1" ,
2023-12-07 21:43:55 +00:00
"natural-compare" : "^1.4.0" ,
2024-09-18 18:33:43 +00:00
"ts-api-utils" : "^1.3.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"@typescript-eslint/parser" : "^8.0.0 || ^8.0.0-alpha.0" ,
"eslint" : "^8.57.0 || ^9.0.0"
2023-12-07 21:43:55 +00:00
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/parser" : {
2024-09-18 18:33:43 +00:00
"version" : "8.6.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.6.0.tgz" ,
"integrity" : "sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
"peer" : true ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@typescript-eslint/scope-manager" : "8.6.0" ,
"@typescript-eslint/types" : "8.6.0" ,
"@typescript-eslint/typescript-estree" : "8.6.0" ,
"@typescript-eslint/visitor-keys" : "8.6.0" ,
2023-12-07 21:43:55 +00:00
"debug" : "^4.3.4"
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"eslint" : "^8.57.0 || ^9.0.0"
2023-12-07 21:43:55 +00:00
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/scope-manager" : {
2024-09-18 18:33:43 +00:00
"version" : "8.6.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz" ,
"integrity" : "sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@typescript-eslint/types" : "8.6.0" ,
"@typescript-eslint/visitor-keys" : "8.6.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/type-utils" : {
2024-09-18 18:33:43 +00:00
"version" : "8.6.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz" ,
"integrity" : "sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@typescript-eslint/typescript-estree" : "8.6.0" ,
"@typescript-eslint/utils" : "8.6.0" ,
2023-12-07 21:43:55 +00:00
"debug" : "^4.3.4" ,
2024-09-18 18:33:43 +00:00
"ts-api-utils" : "^1.3.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/types" : {
2024-09-18 18:33:43 +00:00
"version" : "8.6.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.6.0.tgz" ,
"integrity" : "sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/typescript-estree" : {
2024-09-18 18:33:43 +00:00
"version" : "8.6.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz" ,
"integrity" : "sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@typescript-eslint/types" : "8.6.0" ,
"@typescript-eslint/visitor-keys" : "8.6.0" ,
2023-12-07 21:43:55 +00:00
"debug" : "^4.3.4" ,
2024-09-18 18:33:43 +00:00
"fast-glob" : "^3.3.2" ,
2023-12-07 21:43:55 +00:00
"is-glob" : "^4.0.3" ,
2024-09-18 18:33:43 +00:00
"minimatch" : "^9.0.4" ,
"semver" : "^7.6.0" ,
"ts-api-utils" : "^1.3.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/utils" : {
2024-09-18 18:33:43 +00:00
"version" : "8.6.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.6.0.tgz" ,
"integrity" : "sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.4.0" ,
2024-09-18 18:33:43 +00:00
"@typescript-eslint/scope-manager" : "8.6.0" ,
"@typescript-eslint/types" : "8.6.0" ,
"@typescript-eslint/typescript-estree" : "8.6.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"eslint" : "^8.57.0 || ^9.0.0"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@typescript-eslint/visitor-keys" : {
2024-09-18 18:33:43 +00:00
"version" : "8.6.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz" ,
"integrity" : "sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@typescript-eslint/types" : "8.6.0" ,
"eslint-visitor-keys" : "^3.4.3"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@webassemblyjs/ast" : {
2024-09-18 18:33:43 +00:00
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz" ,
"integrity" : "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"dependencies" : {
"@webassemblyjs/helper-numbers" : "1.11.6" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6"
}
} ,
"node_modules/@webassemblyjs/floating-point-hex-parser" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz" ,
"integrity" : "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-api-error" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz" ,
"integrity" : "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-buffer" : {
2024-09-18 18:33:43 +00:00
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz" ,
"integrity" : "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-numbers" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz" ,
"integrity" : "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"dependencies" : {
"@webassemblyjs/floating-point-hex-parser" : "1.11.6" ,
"@webassemblyjs/helper-api-error" : "1.11.6" ,
"@xtuc/long" : "4.2.2"
}
} ,
"node_modules/@webassemblyjs/helper-wasm-bytecode" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz" ,
"integrity" : "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-wasm-section" : {
2024-09-18 18:33:43 +00:00
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz" ,
"integrity" : "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
2023-12-07 21:43:55 +00:00
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
2024-09-18 18:33:43 +00:00
"@webassemblyjs/wasm-gen" : "1.12.1"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@webassemblyjs/ieee754" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz" ,
"integrity" : "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"dependencies" : {
"@xtuc/ieee754" : "^1.2.0"
}
} ,
"node_modules/@webassemblyjs/leb128" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz" ,
"integrity" : "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"dependencies" : {
"@xtuc/long" : "4.2.2"
}
} ,
"node_modules/@webassemblyjs/utf8" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz" ,
"integrity" : "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true
} ,
"node_modules/@webassemblyjs/wasm-edit" : {
2024-09-18 18:33:43 +00:00
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz" ,
"integrity" : "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
2023-12-07 21:43:55 +00:00
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
2024-09-18 18:33:43 +00:00
"@webassemblyjs/helper-wasm-section" : "1.12.1" ,
"@webassemblyjs/wasm-gen" : "1.12.1" ,
"@webassemblyjs/wasm-opt" : "1.12.1" ,
"@webassemblyjs/wasm-parser" : "1.12.1" ,
"@webassemblyjs/wast-printer" : "1.12.1"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@webassemblyjs/wasm-gen" : {
2024-09-18 18:33:43 +00:00
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz" ,
"integrity" : "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@webassemblyjs/ast" : "1.12.1" ,
2023-12-07 21:43:55 +00:00
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/ieee754" : "1.11.6" ,
"@webassemblyjs/leb128" : "1.11.6" ,
"@webassemblyjs/utf8" : "1.11.6"
}
} ,
"node_modules/@webassemblyjs/wasm-opt" : {
2024-09-18 18:33:43 +00:00
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz" ,
"integrity" : "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
"@webassemblyjs/wasm-gen" : "1.12.1" ,
"@webassemblyjs/wasm-parser" : "1.12.1"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/@webassemblyjs/wasm-parser" : {
2024-09-18 18:33:43 +00:00
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz" ,
"integrity" : "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@webassemblyjs/ast" : "1.12.1" ,
2023-12-07 21:43:55 +00:00
"@webassemblyjs/helper-api-error" : "1.11.6" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/ieee754" : "1.11.6" ,
"@webassemblyjs/leb128" : "1.11.6" ,
"@webassemblyjs/utf8" : "1.11.6"
}
} ,
"node_modules/@webassemblyjs/wast-printer" : {
2024-09-18 18:33:43 +00:00
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz" ,
"integrity" : "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@webassemblyjs/ast" : "1.12.1" ,
2023-12-07 21:43:55 +00:00
"@xtuc/long" : "4.2.2"
}
} ,
"node_modules/@xtuc/ieee754" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz" ,
"integrity" : "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-07 21:43:55 +00:00
"peer" : true
} ,
"node_modules/@xtuc/long" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" ,
"integrity" : "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"peer" : true
} ,
"node_modules/abab" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz" ,
"integrity" : "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==" ,
"deprecated" : "Use your platform's native atob() and btoa() methods instead" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "BSD-3-Clause"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/abortcontroller-polyfill" : {
"version" : "1.7.5" ,
"resolved" : "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.5.tgz" ,
"integrity" : "sha512-JMJ5soJWP18htbbxJjG7bG6yuI6pRhgJ0scHHTfkUjf6wjP912xZWvM+A4sJK3gqd9E8fcPbDnOefbA9Th/FIQ==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/acorn" : {
2024-09-18 18:33:43 +00:00
"version" : "8.12.1" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz" ,
"integrity" : "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/acorn-globals" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz" ,
"integrity" : "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"acorn" : "^8.1.0" ,
"acorn-walk" : "^8.0.2"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/acorn-import-attributes" : {
"version" : "1.9.5" ,
"resolved" : "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz" ,
"integrity" : "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"peerDependencies" : {
"acorn" : "^8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/acorn-walk" : {
2024-09-18 18:33:43 +00:00
"version" : "8.3.4" ,
"resolved" : "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz" ,
"integrity" : "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.11.0"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=0.4.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/agent-base" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" ,
"integrity" : "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"debug" : "4"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">= 6.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +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"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/ajv-keywords" : {
"version" : "3.5.2" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" ,
"integrity" : "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"peerDependencies" : {
"ajv" : "^6.9.1"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/ansi-escapes" : {
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz" ,
"integrity" : "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"type-fest" : "^0.21.3"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/sponsors/sindresorhus"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"color-convert" : "^2.0.1"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">= 8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Python-2.0"
2023-12-02 10:49:17 +00:00
} ,
2024-09-18 18:33:43 +00:00
"node_modules/aria-query" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz" ,
"integrity" : "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"dequal" : "^2.0.3"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/async" : {
"version" : "3.2.6" ,
"resolved" : "https://registry.npmjs.org/async/-/async-3.2.6.tgz" ,
"integrity" : "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/babel-jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz" ,
"integrity" : "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/transform" : "^29.7.0" ,
"@types/babel__core" : "^7.1.14" ,
"babel-plugin-istanbul" : "^6.1.1" ,
"babel-preset-jest" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"slash" : "^3.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"@babel/core" : "^7.8.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/babel-plugin-istanbul" : {
"version" : "6.1.1" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz" ,
"integrity" : "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/helper-plugin-utils" : "^7.0.0" ,
"@istanbuljs/load-nyc-config" : "^1.0.0" ,
"@istanbuljs/schema" : "^0.1.2" ,
"istanbul-lib-instrument" : "^5.0.4" ,
"test-exclude" : "^6.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz" ,
"integrity" : "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/core" : "^7.12.3" ,
"@babel/parser" : "^7.14.7" ,
"@istanbuljs/schema" : "^0.1.2" ,
"istanbul-lib-coverage" : "^3.2.0" ,
"semver" : "^6.3.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/babel-plugin-istanbul/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/babel-plugin-jest-hoist" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz" ,
"integrity" : "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/template" : "^7.3.3" ,
"@babel/types" : "^7.3.3" ,
"@types/babel__core" : "^7.1.14" ,
"@types/babel__traverse" : "^7.0.6"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/babel-preset-current-node-syntax" : {
2024-09-18 18:33:43 +00:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz" ,
"integrity" : "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/plugin-syntax-async-generators" : "^7.8.4" ,
"@babel/plugin-syntax-bigint" : "^7.8.3" ,
2024-09-18 18:33:43 +00:00
"@babel/plugin-syntax-class-properties" : "^7.12.13" ,
"@babel/plugin-syntax-class-static-block" : "^7.14.5" ,
"@babel/plugin-syntax-import-attributes" : "^7.24.7" ,
"@babel/plugin-syntax-import-meta" : "^7.10.4" ,
2023-12-07 21:43:55 +00:00
"@babel/plugin-syntax-json-strings" : "^7.8.3" ,
2024-09-18 18:33:43 +00:00
"@babel/plugin-syntax-logical-assignment-operators" : "^7.10.4" ,
2023-12-07 21:43:55 +00:00
"@babel/plugin-syntax-nullish-coalescing-operator" : "^7.8.3" ,
2024-09-18 18:33:43 +00:00
"@babel/plugin-syntax-numeric-separator" : "^7.10.4" ,
2023-12-07 21:43:55 +00:00
"@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" ,
2024-09-18 18:33:43 +00:00
"@babel/plugin-syntax-private-property-in-object" : "^7.14.5" ,
"@babel/plugin-syntax-top-level-await" : "^7.14.5"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/babel-preset-jest" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz" ,
"integrity" : "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"babel-plugin-jest-hoist" : "^29.6.3" ,
"babel-preset-current-node-syntax" : "^1.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/base-x" : {
2024-09-18 18:33:43 +00:00
"version" : "3.0.10" ,
"resolved" : "https://registry.npmjs.org/base-x/-/base-x-3.0.10.tgz" ,
"integrity" : "sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"safe-buffer" : "^5.0.1"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "ISC"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/brace-expansion" : {
2024-09-18 18:33:43 +00:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"balanced-match" : "^1.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/braces" : {
2024-09-18 18:33:43 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"fill-range" : "^7.1.1"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/browserslist" : {
2024-09-18 18:33:43 +00:00
"version" : "4.23.3" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz" ,
"integrity" : "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2023-12-07 21:43:55 +00:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"caniuse-lite" : "^1.0.30001646" ,
"electron-to-chromium" : "^1.5.4" ,
"node-releases" : "^2.0.18" ,
"update-browserslist-db" : "^1.1.0"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"bin" : {
"browserslist" : "cli.js"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/bs-logger" : {
"version" : "0.2.6" ,
"resolved" : "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz" ,
"integrity" : "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"fast-json-stable-stringify" : "2.x"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">= 6"
}
} ,
"node_modules/bser" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz" ,
"integrity" : "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"node-int64" : "^0.4.0"
}
} ,
"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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/camelcase" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" ,
"integrity" : "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/caniuse-lite" : {
2024-09-18 18:33:43 +00:00
"version" : "1.0.30001660" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz" ,
"integrity" : "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
2024-09-18 18:33:43 +00:00
] ,
"license" : "CC-BY-4.0"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/chalk/chalk?sponsor=1"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/char-regex" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz" ,
"integrity" : "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/chrome-trace-event" : {
2024-09-18 18:33:43 +00:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz" ,
"integrity" : "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=6.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/ci-info" : {
"version" : "3.9.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz" ,
"integrity" : "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2023-12-07 21:43:55 +00:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/cjs-module-lexer" : {
2024-09-18 18:33:43 +00:00
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz" ,
"integrity" : "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==" ,
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/cliui" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.1" ,
"wrap-ansi" : "^7.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=12"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/clone" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz" ,
"integrity" : "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=0.8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/co" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/co/-/co-4.6.0.tgz" ,
"integrity" : "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"iojs" : ">= 1.0.0" ,
"node" : ">= 0.12.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/collect-v8-coverage" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz" ,
"integrity" : "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"color-name" : "~1.1.4"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=7.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"delayed-stream" : "~1.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">= 0.8"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/commander" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz" ,
"integrity" : "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 10"
}
} ,
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/convert-source-map" : {
"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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/cosmiconfig" : {
2024-09-18 18:33:43 +00:00
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz" ,
"integrity" : "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"env-paths" : "^2.2.1" ,
2023-12-07 21:43:55 +00:00
"import-fresh" : "^3.3.0" ,
"js-yaml" : "^4.1.0" ,
2024-09-18 18:33:43 +00:00
"parse-json" : "^5.2.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=14"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/sponsors/d-fischer"
2023-12-02 10:49:17 +00:00
} ,
"peerDependencies" : {
2023-12-07 21:43:55 +00:00
"typescript" : ">=4.9.5"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/create-jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz" ,
"integrity" : "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"exit" : "^0.1.2" ,
"graceful-fs" : "^4.2.9" ,
"jest-config" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"prompts" : "^2.0.1"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"bin" : {
"create-jest" : "bin/create-jest.js"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">= 8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/css-select" : {
2024-09-18 18:33:43 +00:00
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz" ,
"integrity" : "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
"optional" : true ,
"peer" : true ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"boolbase" : "^1.0.0" ,
2024-09-18 18:33:43 +00:00
"css-what" : "^6.1.0" ,
"domhandler" : "^5.0.2" ,
"domutils" : "^3.0.1" ,
2023-12-07 21:43:55 +00:00
"nth-check" : "^2.0.1"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/sponsors/fb55"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/css-select/node_modules/dom-serializer" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz" ,
"integrity" : "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.2" ,
"entities" : "^4.2.0"
} ,
"funding" : {
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
} ,
"node_modules/css-select/node_modules/domhandler" : {
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz" ,
"integrity" : "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"domelementtype" : "^2.3.0"
} ,
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
}
} ,
"node_modules/css-select/node_modules/domutils" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz" ,
"integrity" : "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"dom-serializer" : "^2.0.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3"
} ,
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/css-tree" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz" ,
"integrity" : "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"peer" : true ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"mdn-data" : "2.0.30" ,
"source-map-js" : "^1.0.1"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/css-what" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz" ,
"integrity" : "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">= 6"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/sponsors/fb55"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/csso" : {
"version" : "5.0.5" ,
"resolved" : "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz" ,
"integrity" : "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"peer" : true ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"css-tree" : "~2.2.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" ,
"npm" : ">=7.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/csso/node_modules/css-tree" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz" ,
"integrity" : "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"peer" : true ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"mdn-data" : "2.0.28" ,
"source-map-js" : "^1.0.1"
} ,
"engines" : {
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" ,
"npm" : ">=7.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/csso/node_modules/mdn-data" : {
"version" : "2.0.28" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz" ,
"integrity" : "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "CC0-1.0" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"peer" : true
} ,
"node_modules/cssom" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz" ,
"integrity" : "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/cssstyle" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz" ,
"integrity" : "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"cssom" : "~0.3.6"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/cssstyle/node_modules/cssom" : {
"version" : "0.3.8" ,
"resolved" : "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz" ,
"integrity" : "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/csstype" : {
2024-09-18 18:33:43 +00:00
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" ,
"integrity" : "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/data-urls" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz" ,
"integrity" : "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"abab" : "^2.0.6" ,
"whatwg-mimetype" : "^3.0.0" ,
"whatwg-url" : "^11.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=12"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/debug" : {
2024-09-18 18:33:43 +00:00
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"ms" : "^2.1.3"
2023-12-07 21:43:55 +00:00
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=6.0"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/decimal.js" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz" ,
"integrity" : "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/dedent" : {
2024-09-18 18:33:43 +00:00
"version" : "1.5.3" ,
"resolved" : "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz" ,
"integrity" : "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"babel-plugin-macros" : "^3.1.0"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependenciesMeta" : {
"babel-plugin-macros" : {
"optional" : true
}
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/deepmerge" : {
"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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=0.10.0"
}
} ,
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=0.4.0"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/dequal" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz" ,
"integrity" : "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/detect-libc" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz" ,
"integrity" : "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"bin" : {
"detect-libc" : "bin/detect-libc.js"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=0.10"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/detect-newline" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz" ,
"integrity" : "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/dom-accessibility-api" : {
"version" : "0.5.16" ,
"resolved" : "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz" ,
"integrity" : "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/dom-serializer" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz" ,
"integrity" : "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"domelementtype" : "^2.0.1" ,
"domhandler" : "^4.2.0" ,
"entities" : "^2.0.0"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/dom-serializer/node_modules/entities" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz" ,
"integrity" : "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/domelementtype" : {
2023-12-02 10:49:17 +00:00
"version" : "2.3.0" ,
2023-12-07 21:43:55 +00:00
"resolved" : "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" ,
"integrity" : "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2023-12-07 21:43:55 +00:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
2024-09-18 18:33:43 +00:00
] ,
"license" : "BSD-2-Clause"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/domexception" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz" ,
"integrity" : "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==" ,
"deprecated" : "Use your platform's native DOMException instead" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"webidl-conversions" : "^7.0.0"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=12"
}
} ,
"node_modules/domhandler" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz" ,
"integrity" : "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"domelementtype" : "^2.2.0"
} ,
"engines" : {
"node" : ">= 4"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/fb55/domhandler?sponsor=1"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/domutils" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz" ,
"integrity" : "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"dom-serializer" : "^1.0.1" ,
"domelementtype" : "^2.2.0" ,
"domhandler" : "^4.2.0"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/fb55/domutils?sponsor=1"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/dotenv" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-7.0.0.tgz" ,
"integrity" : "sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/dotenv-expand" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz" ,
"integrity" : "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "BSD-2-Clause"
} ,
"node_modules/ejs" : {
"version" : "3.1.10" ,
"resolved" : "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz" ,
"integrity" : "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"jake" : "^10.8.5"
} ,
"bin" : {
"ejs" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=0.10.0"
}
2023-12-07 21:43:55 +00:00
} ,
"node_modules/electron-to-chromium" : {
2024-09-18 18:33:43 +00:00
"version" : "1.5.25" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.25.tgz" ,
"integrity" : "sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g==" ,
"dev" : true ,
"license" : "ISC"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/emittery" : {
"version" : "0.13.1" ,
"resolved" : "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz" ,
"integrity" : "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=12"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/sindresorhus/emittery?sponsor=1"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/enhanced-resolve" : {
2024-09-18 18:33:43 +00:00
"version" : "5.17.1" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz" ,
"integrity" : "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.2.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10.13.0"
}
} ,
"node_modules/entities" : {
2024-09-18 18:33:43 +00:00
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
2023-12-02 10:49:17 +00:00
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/fb55/entities?sponsor=1"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/env-paths" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" ,
"integrity" : "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/error-ex" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" ,
"integrity" : "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"is-arrayish" : "^0.2.1"
}
} ,
"node_modules/es-module-lexer" : {
2024-09-18 18:33:43 +00:00
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz" ,
"integrity" : "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/escalade" : {
2024-09-18 18:33:43 +00:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=6"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/escape-string-regexp" : {
2024-09-18 18:33:43 +00:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/escodegen" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz" ,
"integrity" : "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"esprima" : "^4.0.1" ,
"estraverse" : "^5.2.0" ,
"esutils" : "^2.0.2"
} ,
"bin" : {
"escodegen" : "bin/escodegen.js" ,
"esgenerate" : "bin/esgenerate.js"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=6.0"
} ,
"optionalDependencies" : {
"source-map" : "~0.6.1"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/eslint" : {
2024-09-18 18:33:43 +00:00
"version" : "9.10.0" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-9.10.0.tgz" ,
"integrity" : "sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
2024-09-18 18:33:43 +00:00
"@eslint-community/regexpp" : "^4.11.0" ,
"@eslint/config-array" : "^0.18.0" ,
"@eslint/eslintrc" : "^3.1.0" ,
"@eslint/js" : "9.10.0" ,
"@eslint/plugin-kit" : "^0.1.0" ,
2023-12-07 21:43:55 +00:00
"@humanwhocodes/module-importer" : "^1.0.1" ,
2024-09-18 18:33:43 +00:00
"@humanwhocodes/retry" : "^0.3.0" ,
2023-12-07 21:43:55 +00:00
"@nodelib/fs.walk" : "^1.2.8" ,
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.2" ,
"debug" : "^4.3.2" ,
"escape-string-regexp" : "^4.0.0" ,
2024-09-18 18:33:43 +00:00
"eslint-scope" : "^8.0.2" ,
"eslint-visitor-keys" : "^4.0.0" ,
"espree" : "^10.1.0" ,
"esquery" : "^1.5.0" ,
2023-12-07 21:43:55 +00:00
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
2024-09-18 18:33:43 +00:00
"file-entry-cache" : "^8.0.0" ,
2023-12-07 21:43:55 +00:00
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"is-path-inside" : "^3.0.3" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"lodash.merge" : "^4.6.2" ,
"minimatch" : "^3.1.2" ,
"natural-compare" : "^1.4.0" ,
"optionator" : "^0.9.3" ,
"strip-ansi" : "^6.0.1" ,
"text-table" : "^0.2.0"
} ,
"bin" : {
"eslint" : "bin/eslint.js"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
2024-09-18 18:33:43 +00:00
"url" : "https://eslint.org/donate"
} ,
"peerDependencies" : {
"jiti" : "*"
} ,
"peerDependenciesMeta" : {
"jiti" : {
"optional" : true
}
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/eslint-scope" : {
2024-09-18 18:33:43 +00:00
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz" ,
"integrity" : "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"esrecurse" : "^4.3.0" ,
2024-09-18 18:33:43 +00:00
"estraverse" : "^5.2.0"
2023-12-07 21:43:55 +00:00
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/eslint/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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/eslint/node_modules/eslint-visitor-keys" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz" ,
"integrity" : "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/eslint/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "*"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/espree" : {
2024-09-18 18:33:43 +00:00
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz" ,
"integrity" : "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"acorn" : "^8.12.0" ,
2023-12-07 21:43:55 +00:00
"acorn-jsx" : "^5.3.2" ,
2024-09-18 18:33:43 +00:00
"eslint-visitor-keys" : "^4.0.0"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/espree/node_modules/eslint-visitor-keys" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz" ,
"integrity" : "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/esprima" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" ,
"integrity" : "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-07 21:43:55 +00:00
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
} ,
"engines" : {
"node" : ">=4"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/esquery" : {
2024-09-18 18:33:43 +00:00
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz" ,
"integrity" : "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"estraverse" : "^5.1.0"
} ,
"engines" : {
"node" : ">=0.10"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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 ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : ">=4.0"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/estraverse" : {
2023-12-07 21:43:55 +00:00
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=4.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=0.10.0"
}
} ,
"node_modules/events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"peer" : true ,
"engines" : {
"node" : ">=0.8.x"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/execa" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz" ,
"integrity" : "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"cross-spawn" : "^7.0.3" ,
"get-stream" : "^6.0.0" ,
"human-signals" : "^2.1.0" ,
"is-stream" : "^2.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^4.0.1" ,
"onetime" : "^5.1.2" ,
"signal-exit" : "^3.0.3" ,
"strip-final-newline" : "^2.0.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
2023-12-06 02:11:20 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/exit" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" ,
"integrity" : "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==" ,
"dev" : true ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/expect" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz" ,
"integrity" : "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/expect-utils" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/fast-glob" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz" ,
"integrity" : "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@nodelib/fs.stat" : "^2.0.2" ,
"@nodelib/fs.walk" : "^1.2.3" ,
"glob-parent" : "^5.1.2" ,
"merge2" : "^1.3.0" ,
"micromatch" : "^4.0.4"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=8.6.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/fast-glob/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"is-glob" : "^4.0.1"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">= 6"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/fastq" : {
2024-09-18 18:33:43 +00:00
"version" : "1.17.1" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz" ,
"integrity" : "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"reusify" : "^1.0.4"
}
} ,
"node_modules/fb-watchman" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz" ,
"integrity" : "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"bser" : "2.1.1"
}
} ,
"node_modules/file-entry-cache" : {
2024-09-18 18:33:43 +00:00
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz" ,
"integrity" : "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"flat-cache" : "^4.0.0"
} ,
"engines" : {
"node" : ">=16.0.0"
}
} ,
"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==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"minimatch" : "^5.0.1"
}
} ,
"node_modules/filelist/node_modules/minimatch" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"brace-expansion" : "^2.0.1"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : ">=10"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/fill-range" : {
2024-09-18 18:33:43 +00:00
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"to-regex-range" : "^5.0.1"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=8"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
2023-12-06 02:11:20 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/sponsors/sindresorhus"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/flat-cache" : {
2024-09-18 18:33:43 +00:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz" ,
"integrity" : "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"flatted" : "^3.2.9" ,
2024-09-18 18:33:43 +00:00
"keyv" : "^4.5.4"
2023-12-07 21:43:55 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : ">=16"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/flatted" : {
2024-09-18 18:33:43 +00:00
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz" ,
"integrity" : "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 6"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "ISC"
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2023-12-07 21:43:55 +00:00
"hasInstallScript" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6.9.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/get-caller-file" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" ,
"integrity" : "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
}
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/get-package-type" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz" ,
"integrity" : "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=8.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/get-port" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz" ,
"integrity" : "sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/get-stream" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" ,
"integrity" : "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +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"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"is-glob" : "^4.0.3"
} ,
"engines" : {
"node" : ">=10.13.0"
}
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/glob-to-regexp" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" ,
"integrity" : "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-02 10:49:17 +00:00
"peer" : true
} ,
2024-09-18 18:33:43 +00:00
"node_modules/glob/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==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
2023-12-07 21:43:55 +00:00
}
2023-12-02 10:49:17 +00:00
} ,
2024-09-18 18:33:43 +00:00
"node_modules/glob/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"brace-expansion" : "^1.1.7"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "*"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/globals" : {
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz" ,
"integrity" : "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
2024-09-18 18:33:43 +00:00
"url" : "https://github.com/sponsors/sindresorhus"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "ISC"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/graphemer" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz" ,
"integrity" : "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/hasown" : {
2024-09-18 18:33:43 +00:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">= 0.4"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/html-encoding-sniffer" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz" ,
"integrity" : "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"whatwg-encoding" : "^2.0.0"
} ,
"engines" : {
"node" : ">=12"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/html-escaper" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz" ,
"integrity" : "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/htmlnano" : {
2024-09-18 18:33:43 +00:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/htmlnano/-/htmlnano-2.1.1.tgz" ,
"integrity" : "sha512-kAERyg/LuNZYmdqgCdYvugyLWNFAm8MWXpQMz1pLpetmCbFwoMxvkSoaAMlFrOC4OKTWI4KlZGT/RsNxg4ghOw==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"cosmiconfig" : "^9.0.0" ,
2023-12-07 21:43:55 +00:00
"posthtml" : "^0.16.5" ,
"timsort" : "^0.3.0"
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"cssnano" : "^7.0.0" ,
2023-12-07 21:43:55 +00:00
"postcss" : "^8.3.11" ,
2024-09-18 18:33:43 +00:00
"purgecss" : "^6.0.0" ,
2023-12-07 21:43:55 +00:00
"relateurl" : "^0.2.7" ,
2024-09-18 18:33:43 +00:00
"srcset" : "5.0.1" ,
2023-12-07 21:43:55 +00:00
"svgo" : "^3.0.2" ,
"terser" : "^5.10.0" ,
"uncss" : "^0.17.3"
} ,
"peerDependenciesMeta" : {
"cssnano" : {
"optional" : true
} ,
"postcss" : {
"optional" : true
} ,
"purgecss" : {
"optional" : true
} ,
"relateurl" : {
"optional" : true
} ,
"srcset" : {
"optional" : true
} ,
"svgo" : {
"optional" : true
} ,
"terser" : {
"optional" : true
} ,
"uncss" : {
"optional" : true
}
2023-12-06 02:11:20 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/htmlparser2" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz" ,
"integrity" : "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==" ,
"dev" : true ,
"funding" : [
"https://github.com/fb55/htmlparser2?sponsor=1" ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"domelementtype" : "^2.0.1" ,
"domhandler" : "^4.2.2" ,
"domutils" : "^2.8.0" ,
"entities" : "^3.0.1"
}
} ,
"node_modules/htmlparser2/node_modules/entities" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz" ,
"integrity" : "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/http-proxy-agent" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz" ,
"integrity" : "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@tootallnate/once" : "2" ,
"agent-base" : "6" ,
"debug" : "4"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">= 6"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/https-proxy-agent" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" ,
"integrity" : "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"agent-base" : "6" ,
"debug" : "4"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/human-signals" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz" ,
"integrity" : "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=10.17.0"
}
} ,
"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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=0.10.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/ignore" : {
2024-09-18 18:33:43 +00:00
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">= 4"
}
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=6"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/import-local" : {
2024-09-18 18:33:43 +00:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz" ,
"integrity" : "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"pkg-dir" : "^4.2.0" ,
"resolve-cwd" : "^3.0.0"
} ,
"bin" : {
"import-local-fixture" : "fixtures/cli.js"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/sponsors/sindresorhus"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=0.8.19"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"once" : "^1.3.0" ,
"wrappy" : "1"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/is-arrayish" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" ,
"integrity" : "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/is-core-module" : {
2024-09-18 18:33:43 +00:00
"version" : "2.15.1" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz" ,
"integrity" : "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"hasown" : "^2.0.2"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=0.10.0"
}
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=8"
}
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/is-generator-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz" ,
"integrity" : "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"is-extglob" : "^2.1.1"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=0.10.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/is-json" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz" ,
"integrity" : "sha512-6BEnpVn1rcf3ngfmViLM6vjUjGErbdrL4rwlv+u1NO1XO8kqT4YGL8+19Q+Z/bas8tY90BTWMk2+fW1g6hQjbA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC"
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=0.12.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +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==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
2024-09-18 18:33:43 +00:00
"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==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
2024-09-18 18:33:43 +00:00
"url" : "https://github.com/sponsors/sindresorhus"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "ISC"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/istanbul-lib-coverage" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz" ,
"integrity" : "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/istanbul-lib-instrument" : {
2024-09-18 18:33:43 +00:00
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz" ,
"integrity" : "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@babel/core" : "^7.23.9" ,
"@babel/parser" : "^7.23.9" ,
"@istanbuljs/schema" : "^0.1.3" ,
2023-12-07 21:43:55 +00:00
"istanbul-lib-coverage" : "^3.2.0" ,
"semver" : "^7.5.4"
} ,
"engines" : {
"node" : ">=10"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/istanbul-lib-report" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz" ,
"integrity" : "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"istanbul-lib-coverage" : "^3.0.0" ,
"make-dir" : "^4.0.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/istanbul-lib-source-maps" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz" ,
"integrity" : "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"debug" : "^4.1.1" ,
"istanbul-lib-coverage" : "^3.0.0" ,
"source-map" : "^0.6.1"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/istanbul-reports" : {
2024-09-18 18:33:43 +00:00
"version" : "3.1.7" ,
"resolved" : "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz" ,
"integrity" : "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"html-escaper" : "^2.0.0" ,
"istanbul-lib-report" : "^3.0.0"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/jake" : {
"version" : "10.9.2" ,
"resolved" : "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz" ,
"integrity" : "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"async" : "^3.2.3" ,
"chalk" : "^4.0.2" ,
"filelist" : "^1.0.4" ,
"minimatch" : "^3.1.2"
} ,
"bin" : {
"jake" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/jake/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==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/jake/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz" ,
"integrity" : "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/core" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"import-local" : "^3.0.2" ,
"jest-cli" : "^29.7.0"
2023-12-06 02:11:20 +00:00
} ,
"bin" : {
2023-12-07 21:43:55 +00:00
"jest" : "bin/jest.js"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
} ,
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-changed-files" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz" ,
"integrity" : "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"execa" : "^5.0.0" ,
"jest-util" : "^29.7.0" ,
"p-limit" : "^3.1.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-circus" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz" ,
"integrity" : "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/environment" : "^29.7.0" ,
"@jest/expect" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"co" : "^4.6.0" ,
"dedent" : "^1.0.0" ,
"is-generator-fn" : "^2.0.0" ,
"jest-each" : "^29.7.0" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"p-limit" : "^3.1.0" ,
"pretty-format" : "^29.7.0" ,
"pure-rand" : "^6.0.0" ,
"slash" : "^3.0.0" ,
"stack-utils" : "^2.0.3"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-circus/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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
2023-12-06 02:11:20 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-circus/node_modules/pretty-format" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz" ,
"integrity" : "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-circus/node_modules/react-is" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/jest-cli" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz" ,
"integrity" : "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/core" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"create-jest" : "^29.7.0" ,
"exit" : "^0.1.2" ,
"import-local" : "^3.0.2" ,
"jest-config" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"yargs" : "^17.3.1"
} ,
"bin" : {
"jest" : "bin/jest.js"
} ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
} ,
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-config" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz" ,
"integrity" : "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/core" : "^7.11.6" ,
"@jest/test-sequencer" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"babel-jest" : "^29.7.0" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"deepmerge" : "^4.2.2" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"jest-circus" : "^29.7.0" ,
"jest-environment-node" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-runner" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"parse-json" : "^5.2.0" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-json-comments" : "^3.1.1"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"peerDependencies" : {
"@types/node" : "*" ,
"ts-node" : ">=9.0.0"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"ts-node" : {
"optional" : true
}
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-config/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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-config/node_modules/pretty-format" : {
"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-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-config/node_modules/react-is" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/jest-diff" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz" ,
"integrity" : "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"chalk" : "^4.0.0" ,
"diff-sequences" : "^29.6.3" ,
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-diff/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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-diff/node_modules/pretty-format" : {
"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-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-diff/node_modules/react-is" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/jest-docblock" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz" ,
"integrity" : "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"detect-newline" : "^3.0.0"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-each" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz" ,
"integrity" : "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"pretty-format" : "^29.7.0"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-each/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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-each/node_modules/pretty-format" : {
"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-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-each/node_modules/react-is" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-environment-jsdom" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz" ,
"integrity" : "sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/environment" : "^29.7.0" ,
"@jest/fake-timers" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/jsdom" : "^20.0.0" ,
"@types/node" : "*" ,
"jest-mock" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jsdom" : "^20.0.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"peerDependencies" : {
"canvas" : "^2.5.0"
} ,
"peerDependenciesMeta" : {
"canvas" : {
"optional" : true
}
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-environment-node" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz" ,
"integrity" : "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/environment" : "^29.7.0" ,
"@jest/fake-timers" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-mock" : "^29.7.0" ,
"jest-util" : "^29.7.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
}
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-get-type" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz" ,
"integrity" : "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-haste-map" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz" ,
"integrity" : "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/types" : "^29.6.3" ,
"@types/graceful-fs" : "^4.1.3" ,
"@types/node" : "*" ,
"anymatch" : "^3.0.3" ,
"fb-watchman" : "^2.0.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-regex-util" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"jest-worker" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"walker" : "^1.0.8"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
} ,
"optionalDependencies" : {
"fsevents" : "^2.3.2"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-leak-detector" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz" ,
"integrity" : "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-leak-detector/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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-leak-detector/node_modules/pretty-format" : {
"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-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-leak-detector/node_modules/react-is" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-matcher-utils" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz" ,
"integrity" : "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"chalk" : "^4.0.0" ,
"jest-diff" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-matcher-utils/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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
2023-12-06 02:11:20 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-matcher-utils/node_modules/pretty-format" : {
"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-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-matcher-utils/node_modules/react-is" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-message-util" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz" ,
"integrity" : "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@babel/code-frame" : "^7.12.13" ,
"@jest/types" : "^29.6.3" ,
"@types/stack-utils" : "^2.0.0" ,
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"micromatch" : "^4.0.4" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"stack-utils" : "^2.0.3"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-message-util/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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=10"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2023-12-07 21:43:55 +00:00
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-message-util/node_modules/pretty-format" : {
"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-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-message-util/node_modules/react-is" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-mock" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz" ,
"integrity" : "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-util" : "^29.7.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-pnp-resolver" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz" ,
"integrity" : "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=6"
} ,
"peerDependencies" : {
"jest-resolve" : "*"
} ,
"peerDependenciesMeta" : {
"jest-resolve" : {
"optional" : true
}
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-regex-util" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz" ,
"integrity" : "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-resolve" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz" ,
"integrity" : "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-pnp-resolver" : "^1.2.2" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"resolve" : "^1.20.0" ,
"resolve.exports" : "^2.0.0" ,
"slash" : "^3.0.0"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-resolve-dependencies" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz" ,
"integrity" : "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"jest-regex-util" : "^29.6.3" ,
"jest-snapshot" : "^29.7.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-runner" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz" ,
"integrity" : "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/console" : "^29.7.0" ,
"@jest/environment" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"emittery" : "^0.13.1" ,
"graceful-fs" : "^4.2.9" ,
"jest-docblock" : "^29.7.0" ,
"jest-environment-node" : "^29.7.0" ,
"jest-haste-map" : "^29.7.0" ,
"jest-leak-detector" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-resolve" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-watcher" : "^29.7.0" ,
"jest-worker" : "^29.7.0" ,
"p-limit" : "^3.1.0" ,
"source-map-support" : "0.5.13"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-runtime" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz" ,
"integrity" : "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/environment" : "^29.7.0" ,
"@jest/fake-timers" : "^29.7.0" ,
"@jest/globals" : "^29.7.0" ,
"@jest/source-map" : "^29.6.3" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"cjs-module-lexer" : "^1.0.0" ,
"collect-v8-coverage" : "^1.0.0" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-mock" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-bom" : "^4.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-snapshot" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz" ,
"integrity" : "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@babel/core" : "^7.11.6" ,
"@babel/generator" : "^7.7.2" ,
"@babel/plugin-syntax-jsx" : "^7.7.2" ,
"@babel/plugin-syntax-typescript" : "^7.7.2" ,
"@babel/types" : "^7.3.3" ,
"@jest/expect-utils" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"babel-preset-current-node-syntax" : "^1.0.0" ,
"chalk" : "^4.0.0" ,
"expect" : "^29.7.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-diff" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"natural-compare" : "^1.4.0" ,
"pretty-format" : "^29.7.0" ,
"semver" : "^7.5.3"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-snapshot/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==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-snapshot/node_modules/pretty-format" : {
"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-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-snapshot/node_modules/react-is" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-util" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz" ,
"integrity" : "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"graceful-fs" : "^4.2.9" ,
"picomatch" : "^2.2.3"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-validate" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz" ,
"integrity" : "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2023-12-07 21:43:55 +00:00
"@jest/types" : "^29.6.3" ,
"camelcase" : "^6.2.0" ,
"chalk" : "^4.0.0" ,
"jest-get-type" : "^29.6.3" ,
"leven" : "^3.1.0" ,
"pretty-format" : "^29.7.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-validate/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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-validate/node_modules/camelcase" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" ,
"integrity" : "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-validate/node_modules/pretty-format" : {
"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-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
} ,
2023-12-06 02:11:20 +00:00
"engines" : {
2023-12-07 21:43:55 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-06 02:11:20 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-validate/node_modules/react-is" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
"dev" : true ,
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jest-watcher" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz" ,
"integrity" : "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"ansi-escapes" : "^4.2.1" ,
"chalk" : "^4.0.0" ,
"emittery" : "^0.13.1" ,
"jest-util" : "^29.7.0" ,
"string-length" : "^4.0.1"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/jest-worker" : {
2024-09-18 18:33:43 +00:00
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz" ,
"integrity" : "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"@types/node" : "*" ,
2024-09-18 18:33:43 +00:00
"jest-util" : "^29.7.0" ,
2023-12-02 10:49:17 +00:00
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
"node_modules/jest-worker/node_modules/supports-color" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
} ,
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
2024-09-18 18:33:43 +00:00
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
"license" : "MIT"
2023-12-02 10:49:17 +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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/jsdom" : {
"version" : "20.0.3" ,
"resolved" : "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz" ,
"integrity" : "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"abab" : "^2.0.6" ,
"acorn" : "^8.8.1" ,
"acorn-globals" : "^7.0.0" ,
"cssom" : "^0.5.0" ,
"cssstyle" : "^2.3.0" ,
"data-urls" : "^3.0.2" ,
"decimal.js" : "^10.4.2" ,
"domexception" : "^4.0.0" ,
"escodegen" : "^2.0.0" ,
"form-data" : "^4.0.0" ,
"html-encoding-sniffer" : "^3.0.0" ,
"http-proxy-agent" : "^5.0.0" ,
"https-proxy-agent" : "^5.0.1" ,
"is-potential-custom-element-name" : "^1.0.1" ,
"nwsapi" : "^2.2.2" ,
"parse5" : "^7.1.1" ,
"saxes" : "^6.0.0" ,
"symbol-tree" : "^3.2.4" ,
"tough-cookie" : "^4.1.2" ,
"w3c-xmlserializer" : "^4.0.0" ,
"webidl-conversions" : "^7.0.0" ,
"whatwg-encoding" : "^2.0.0" ,
"whatwg-mimetype" : "^3.0.0" ,
"whatwg-url" : "^11.0.0" ,
"ws" : "^8.11.0" ,
"xml-name-validator" : "^4.0.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"canvas" : "^2.5.0"
} ,
"peerDependenciesMeta" : {
"canvas" : {
"optional" : true
}
}
} ,
"node_modules/jsesc" : {
"version" : "2.5.2" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" ,
"integrity" : "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2023-12-06 02:11:20 +00:00
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" ,
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
2023-12-02 10:49:17 +00:00
"node_modules/json-parse-even-better-errors" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" ,
"integrity" : "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-06 02:11:20 +00:00
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" ,
"integrity" : "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
2023-12-02 10:49:17 +00:00
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"bin" : {
"json5" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2023-12-06 02:11:20 +00:00
"node_modules/keyv" : {
"version" : "4.5.4" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/kleur" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz" ,
"integrity" : "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6"
}
} ,
2023-12-06 02:11:20 +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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/lightningcss" : {
2024-09-18 18:33:43 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss/-/lightningcss-1.27.0.tgz" ,
"integrity" : "sha512-8f7aNmS1+etYSLHht0fQApPc2kNO8qGRutifN5rVIc6Xo6ABsEbqOr758UwI7ALVbTt4x1fllKt0PYgzD9S3yQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MPL-2.0" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"detect-libc" : "^1.0.3"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
2024-09-18 18:33:43 +00:00
"lightningcss-darwin-arm64" : "1.27.0" ,
"lightningcss-darwin-x64" : "1.27.0" ,
"lightningcss-freebsd-x64" : "1.27.0" ,
"lightningcss-linux-arm-gnueabihf" : "1.27.0" ,
"lightningcss-linux-arm64-gnu" : "1.27.0" ,
"lightningcss-linux-arm64-musl" : "1.27.0" ,
"lightningcss-linux-x64-gnu" : "1.27.0" ,
"lightningcss-linux-x64-musl" : "1.27.0" ,
"lightningcss-win32-arm64-msvc" : "1.27.0" ,
"lightningcss-win32-x64-msvc" : "1.27.0"
2023-12-02 10:49:17 +00:00
}
} ,
"node_modules/lightningcss-darwin-arm64" : {
2024-09-18 18:33:43 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.27.0.tgz" ,
"integrity" : "sha512-Gl/lqIXY+d+ySmMbgDf0pgaWSqrWYxVHoc88q+Vhf2YNzZ8DwoRzGt5NZDVqqIW5ScpSnmmjcgXP87Dn2ylSSQ==" ,
2023-12-02 10:49:17 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MPL-2.0" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-darwin-x64" : {
2024-09-18 18:33:43 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.27.0.tgz" ,
"integrity" : "sha512-0+mZa54IlcNAoQS9E0+niovhyjjQWEMrwW0p2sSdLRhLDc8LMQ/b67z7+B5q4VmjYCMSfnFi3djAAQFIDuj/Tg==" ,
2023-12-02 10:49:17 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MPL-2.0" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-freebsd-x64" : {
2024-09-18 18:33:43 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.27.0.tgz" ,
"integrity" : "sha512-n1sEf85fePoU2aDN2PzYjoI8gbBqnmLGEhKq7q0DKLj0UTVmOTwDC7PtLcy/zFxzASTSBlVQYJUhwIStQMIpRA==" ,
2023-12-02 10:49:17 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MPL-2.0" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm-gnueabihf" : {
2024-09-18 18:33:43 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.27.0.tgz" ,
"integrity" : "sha512-MUMRmtdRkOkd5z3h986HOuNBD1c2lq2BSQA1Jg88d9I7bmPGx08bwGcnB75dvr17CwxjxD6XPi3Qh8ArmKFqCA==" ,
2023-12-02 10:49:17 +00:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MPL-2.0" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-gnu" : {
2024-09-18 18:33:43 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.27.0.tgz" ,
"integrity" : "sha512-cPsxo1QEWq2sfKkSq2Bq5feQDHdUEwgtA9KaB27J5AX22+l4l0ptgjMZZtYtUnteBofjee+0oW1wQ1guv04a7A==" ,
2023-12-02 10:49:17 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MPL-2.0" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-musl" : {
2024-09-18 18:33:43 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.27.0.tgz" ,
"integrity" : "sha512-rCGBm2ax7kQ9pBSeITfCW9XSVF69VX+fm5DIpvDZQl4NnQoMQyRwhZQm9pd59m8leZ1IesRqWk2v/DntMo26lg==" ,
2023-12-02 10:49:17 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MPL-2.0" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-gnu" : {
2024-09-18 18:33:43 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.27.0.tgz" ,
"integrity" : "sha512-Dk/jovSI7qqhJDiUibvaikNKI2x6kWPN79AQiD/E/KeQWMjdGe9kw51RAgoWFDi0coP4jinaH14Nrt/J8z3U4A==" ,
2023-12-02 10:49:17 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MPL-2.0" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-musl" : {
2024-09-18 18:33:43 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.27.0.tgz" ,
"integrity" : "sha512-QKjTxXm8A9s6v9Tg3Fk0gscCQA1t/HMoF7Woy1u68wCk5kS4fR+q3vXa1p3++REW784cRAtkYKrPy6JKibrEZA==" ,
2023-12-02 10:49:17 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MPL-2.0" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/lightningcss-win32-arm64-msvc" : {
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.27.0.tgz" ,
"integrity" : "sha512-/wXegPS1hnhkeG4OXQKEMQeJd48RDC3qdh+OA8pCuOPCyvnm/yEayrJdJVqzBsqpy1aJklRCVxscpFur80o6iQ==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/lightningcss-win32-x64-msvc" : {
2024-09-18 18:33:43 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.27.0.tgz" ,
"integrity" : "sha512-/OJLj94Zm/waZShL8nB5jsNj3CfNATLCTyFxZyouilfTmSoLDX7VlVAmhPHoZWVFp4vdmoiEbPEYC8HID3m6yw==" ,
2023-12-02 10:49:17 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MPL-2.0" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" ,
"integrity" : "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
"node_modules/lmdb" : {
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/lmdb/-/lmdb-2.8.5.tgz" ,
"integrity" : "sha512-9bMdFfc80S+vSldBmG3HOuLVHnxRdNTlpzR6QDnzqCQtCzGUEAGTzBKYMeIM+I/sU4oZfgbcbS7X7F65/z/oxQ==" ,
"dev" : true ,
"hasInstallScript" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"msgpackr" : "^1.9.5" ,
"node-addon-api" : "^6.1.0" ,
"node-gyp-build-optional-packages" : "5.1.1" ,
"ordered-binary" : "^1.4.1" ,
"weak-lru-cache" : "^1.2.2"
} ,
"bin" : {
"download-lmdb-prebuilds" : "bin/download-prebuilds.js"
} ,
"optionalDependencies" : {
"@lmdb/lmdb-darwin-arm64" : "2.8.5" ,
"@lmdb/lmdb-darwin-x64" : "2.8.5" ,
"@lmdb/lmdb-linux-arm" : "2.8.5" ,
"@lmdb/lmdb-linux-arm64" : "2.8.5" ,
"@lmdb/lmdb-linux-x64" : "2.8.5" ,
"@lmdb/lmdb-win32-x64" : "2.8.5"
}
} ,
"node_modules/lmdb/node_modules/node-addon-api" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz" ,
"integrity" : "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
"node_modules/loader-runner" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz" ,
"integrity" : "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
"engines" : {
"node" : ">=6.11.5"
}
} ,
2023-12-06 02:11:20 +00:00
"node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/lodash.memoize" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz" ,
"integrity" : "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
2023-12-06 02:11:20 +00:00
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
2023-12-02 10:49:17 +00:00
"node_modules/loose-envify" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" ,
"integrity" : "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"js-tokens" : "^3.0.0 || ^4.0.0"
} ,
"bin" : {
"loose-envify" : "cli.js"
}
} ,
"node_modules/lru-cache" : {
2024-09-18 18:33:43 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"yallist" : "^3.0.2"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/lz-string" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz" ,
"integrity" : "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"bin" : {
"lz-string" : "bin/bin.js"
}
} ,
"node_modules/make-dir" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz" ,
"integrity" : "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"semver" : "^7.5.3"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/make-error" : {
"version" : "1.3.6" ,
"resolved" : "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz" ,
"integrity" : "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "ISC"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/makeerror" : {
"version" : "1.0.12" ,
"resolved" : "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz" ,
"integrity" : "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"tmpl" : "1.0.5"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/mdn-data" : {
"version" : "2.0.30" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz" ,
"integrity" : "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "CC0-1.0" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"peer" : true
} ,
"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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-06 02:11:20 +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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
"node" : ">= 8"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/micromatch" : {
2024-09-18 18:33:43 +00:00
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"braces" : "^3.0.3" ,
2023-12-02 10:49:17 +00:00
"picomatch" : "^2.3.1"
} ,
"engines" : {
"node" : ">=8.6"
}
} ,
"node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/mimic-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" ,
"integrity" : "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6"
}
} ,
2023-12-06 02:11:20 +00:00
"node_modules/minimatch" : {
2024-09-18 18:33:43 +00:00
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"brace-expansion" : "^2.0.1"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2023-12-06 02:11:20 +00:00
}
} ,
"node_modules/ms" : {
2024-09-18 18:33:43 +00:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"dev" : true ,
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
2023-12-02 10:49:17 +00:00
"node_modules/msgpackr" : {
2024-09-18 18:33:43 +00:00
"version" : "1.11.0" ,
"resolved" : "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.0.tgz" ,
"integrity" : "sha512-I8qXuuALqJe5laEBYoFykChhSXLikZmUhccjGsPuSJ/7uPip2TJ7lwdIQwWSAi0jGZDXv4WOP8Qg65QZRuXxXw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"optionalDependencies" : {
"msgpackr-extract" : "^3.0.2"
}
} ,
"node_modules/msgpackr-extract" : {
2024-09-18 18:33:43 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz" ,
"integrity" : "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
"hasInstallScript" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"node-gyp-build-optional-packages" : "5.2.2"
2023-12-02 10:49:17 +00:00
} ,
"bin" : {
"download-msgpackr-prebuilds" : "bin/download-prebuilds.js"
} ,
"optionalDependencies" : {
2024-09-18 18:33:43 +00:00
"@msgpackr-extract/msgpackr-extract-darwin-arm64" : "3.0.3" ,
"@msgpackr-extract/msgpackr-extract-darwin-x64" : "3.0.3" ,
"@msgpackr-extract/msgpackr-extract-linux-arm" : "3.0.3" ,
"@msgpackr-extract/msgpackr-extract-linux-arm64" : "3.0.3" ,
"@msgpackr-extract/msgpackr-extract-linux-x64" : "3.0.3" ,
"@msgpackr-extract/msgpackr-extract-win32-x64" : "3.0.3"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/msgpackr-extract/node_modules/detect-libc" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz" ,
"integrity" : "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
2024-09-18 18:33:43 +00:00
"engines" : {
"node" : ">=8"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/msgpackr-extract/node_modules/node-gyp-build-optional-packages" : {
"version" : "5.2.2" ,
"resolved" : "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz" ,
"integrity" : "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
2024-09-18 18:33:43 +00:00
"dependencies" : {
"detect-libc" : "^2.0.1"
2023-12-02 10:49:17 +00:00
} ,
2024-09-18 18:33:43 +00:00
"bin" : {
"node-gyp-build-optional-packages" : "bin.js" ,
"node-gyp-build-optional-packages-optional" : "optional.js" ,
"node-gyp-build-optional-packages-test" : "build-test.js"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-06 02:11:20 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
2023-12-02 10:49:17 +00:00
"node_modules/neo-async" : {
"version" : "2.6.2" ,
"resolved" : "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" ,
"integrity" : "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"peer" : true
} ,
"node_modules/node-addon-api" : {
2024-09-18 18:33:43 +00:00
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz" ,
"integrity" : "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" ,
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
"node_modules/node-gyp-build-optional-packages" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.1.1.tgz" ,
"integrity" : "sha512-+P72GAjVAbTxjjwUmwjVrqrdZROD4nf8KgpBoDxqXXTiYZZt/ud60dE5yvCSr9lRO8e8yv6kgJIC0K0PfZFVQw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"detect-libc" : "^2.0.1"
} ,
"bin" : {
"node-gyp-build-optional-packages" : "bin.js" ,
"node-gyp-build-optional-packages-optional" : "optional.js" ,
"node-gyp-build-optional-packages-test" : "build-test.js"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/node-gyp-build-optional-packages/node_modules/detect-libc" : {
2024-09-18 18:33:43 +00:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz" ,
"integrity" : "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/node-int64" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz" ,
"integrity" : "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/node-releases" : {
2024-09-18 18:33:43 +00:00
"version" : "2.0.18" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz" ,
"integrity" : "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==" ,
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/npm-run-path" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" ,
"integrity" : "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"path-key" : "^3.0.0"
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"boolbase" : "^1.0.0"
2023-12-07 21:43:55 +00:00
} ,
"funding" : {
2024-09-18 18:33:43 +00:00
"url" : "https://github.com/fb55/nth-check?sponsor=1"
2023-12-07 21:43:55 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/nullthrows" : {
2023-12-07 21:43:55 +00:00
"version" : "1.1.1" ,
2024-09-18 18:33:43 +00:00
"resolved" : "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz" ,
"integrity" : "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
2024-09-18 18:33:43 +00:00
"node_modules/nwsapi" : {
"version" : "2.2.12" ,
"resolved" : "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz" ,
"integrity" : "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
2023-12-06 02:11:20 +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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"wrappy" : "1"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/onetime" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" ,
"integrity" : "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"mimic-fn" : "^2.1.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-12-06 02:11:20 +00:00
"node_modules/optionator" : {
2024-09-18 18:33:43 +00:00
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
2024-09-18 18:33:43 +00:00
"type-check" : "^0.4.0" ,
"word-wrap" : "^1.2.5"
2023-12-06 02:11:20 +00:00
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/ordered-binary" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.5.1.tgz" ,
"integrity" : "sha512-5VyHfHY3cd0iza71JepYG50My+YUbrFtGoUz2ooEydPyPM7Aai/JW098juLr+RG6+rDJuzNNTsEQu2DZa1A41A==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-06 02:11:20 +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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"yocto-queue" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/p-try" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" ,
"integrity" : "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/parcel" : {
2024-09-18 18:33:43 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/parcel/-/parcel-2.12.0.tgz" ,
"integrity" : "sha512-W+gxAq7aQ9dJIg/XLKGcRT0cvnStFAQHPaI0pvD0U2l6IVLueUAm3nwN7lkY62zZNmlvNx6jNtE4wlbS+CyqSg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@parcel/config-default" : "2.12.0" ,
"@parcel/core" : "2.12.0" ,
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/events" : "2.12.0" ,
"@parcel/fs" : "2.12.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/package-manager" : "2.12.0" ,
"@parcel/reporter-cli" : "2.12.0" ,
"@parcel/reporter-dev-server" : "2.12.0" ,
"@parcel/reporter-tracer" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-12-02 10:49:17 +00:00
"chalk" : "^4.1.0" ,
"commander" : "^7.0.0" ,
"get-port" : "^4.2.0"
} ,
"bin" : {
"parcel" : "lib/bin.js"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/parent-module" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" ,
"integrity" : "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"callsites" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/parse-json" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" ,
"integrity" : "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"@babel/code-frame" : "^7.0.0" ,
"error-ex" : "^1.3.1" ,
"json-parse-even-better-errors" : "^2.3.0" ,
"lines-and-columns" : "^1.1.6"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/parse5" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz" ,
"integrity" : "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"entities" : "^4.4.0"
} ,
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
}
} ,
2023-12-06 02:11:20 +00:00
"node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
"node" : ">=8"
}
} ,
2023-12-07 21:43:55 +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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
"node_modules/picocolors" : {
2024-09-18 18:33:43 +00:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz" ,
"integrity" : "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==" ,
"dev" : true ,
"license" : "ISC"
2023-12-02 10:49:17 +00:00
} ,
"node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/pirates" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz" ,
"integrity" : "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/pkg-dir" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz" ,
"integrity" : "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"find-up" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/pkg-dir/node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/pkg-dir/node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"p-locate" : "^4.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/pkg-dir/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"p-try" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/pkg-dir/node_modules/p-locate" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"p-limit" : "^2.2.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/postcss-value-parser" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" ,
"integrity" : "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
"node_modules/posthtml" : {
"version" : "0.16.6" ,
"resolved" : "https://registry.npmjs.org/posthtml/-/posthtml-0.16.6.tgz" ,
"integrity" : "sha512-JcEmHlyLK/o0uGAlj65vgg+7LIms0xKXe60lcDOTU7oVX/3LuEuLwrQpW3VJ7de5TaFKiW4kWkaIpJL42FEgxQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"posthtml-parser" : "^0.11.0" ,
"posthtml-render" : "^3.0.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/posthtml-parser" : {
"version" : "0.10.2" ,
"resolved" : "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.10.2.tgz" ,
"integrity" : "sha512-PId6zZ/2lyJi9LiKfe+i2xv57oEjJgWbsHGGANwos5AvdQp98i6AtamAl8gzSVFGfQ43Glb5D614cvZf012VKg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"htmlparser2" : "^7.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/posthtml-render" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/posthtml-render/-/posthtml-render-3.0.0.tgz" ,
"integrity" : "sha512-z+16RoxK3fUPgwaIgH9NGnK1HKY9XIDpydky5eQGgAFVXTCSezalv9U2jQuNV+Z9qV1fDWNzldcw4eK0SSbqKA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"is-json" : "^2.0.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/posthtml/node_modules/posthtml-parser" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.11.0.tgz" ,
"integrity" : "sha512-QecJtfLekJbWVo/dMAA+OSwY79wpRmbqS5TeXvXSX+f0c6pW4/SE6inzZ2qkU7oAMCPqIDkZDvd/bQsSFUnKyw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"htmlparser2" : "^7.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
2023-12-06 02:11:20 +00:00
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/prettier" : {
2024-09-18 18:33:43 +00:00
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz" ,
"integrity" : "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:17:13 +00:00
"bin" : {
2023-12-02 10:49:17 +00:00
"prettier" : "bin/prettier.cjs"
2023-12-06 02:17:13 +00:00
} ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=14"
2023-12-06 02:17:13 +00:00
} ,
2023-12-02 10:49:17 +00:00
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
2023-12-06 02:17:13 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/pretty-format" : {
"version" : "27.5.1" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz" ,
"integrity" : "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"ansi-regex" : "^5.0.1" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^17.0.1"
} ,
"engines" : {
"node" : "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
}
} ,
"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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/process" : {
"version" : "0.11.10" ,
"resolved" : "https://registry.npmjs.org/process/-/process-0.11.10.tgz" ,
"integrity" : "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">= 0.6.0"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/prompts" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz" ,
"integrity" : "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"kleur" : "^3.0.3" ,
"sisteransi" : "^1.0.5"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/psl" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz" ,
"integrity" : "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
2023-12-02 10:49:17 +00:00
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=6"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/pure-rand" : {
2024-09-18 18:33:43 +00:00
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz" ,
"integrity" : "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/dubzzz"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/fast-check"
}
2024-09-18 18:33:43 +00:00
] ,
"license" : "MIT"
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
2023-12-06 02:11:20 +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==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
2024-09-18 18:33:43 +00:00
] ,
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
2023-12-02 10:49:17 +00:00
"node_modules/randombytes" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" ,
"integrity" : "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
"dependencies" : {
"safe-buffer" : "^5.1.0"
}
} ,
"node_modules/react" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react/-/react-18.3.1.tgz" ,
"integrity" : "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==" ,
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"loose-envify" : "^1.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/react-dom" : {
2024-09-18 18:33:43 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz" ,
"integrity" : "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==" ,
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"loose-envify" : "^1.1.0" ,
2024-09-18 18:33:43 +00:00
"scheduler" : "^0.23.2"
2023-12-02 10:49:17 +00:00
} ,
"peerDependencies" : {
2024-09-18 18:33:43 +00:00
"react" : "^18.3.1"
2023-12-02 10:49:17 +00:00
}
} ,
"node_modules/react-error-overlay" : {
"version" : "6.0.9" ,
"resolved" : "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.9.tgz" ,
"integrity" : "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/react-is" : {
"version" : "17.0.2" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz" ,
"integrity" : "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
2023-12-02 10:49:17 +00:00
"node_modules/react-refresh" : {
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/react-refresh/-/react-refresh-0.9.0.tgz" ,
"integrity" : "sha512-Gvzk7OZpiqKSkxsQvO/mbTN1poglhmAV7gR/DdIrRrSMXraRQQlfikRJOr3Nb9GTMPC5kof948Zy6jJZIFtDvQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/regenerator-runtime" : {
2024-09-18 18:33:43 +00:00
"version" : "0.14.1" ,
"resolved" : "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz" ,
"integrity" : "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/require-directory" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" ,
"integrity" : "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/resolve" : {
"version" : "1.22.8" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz" ,
"integrity" : "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/resolve-cwd" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz" ,
"integrity" : "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"resolve-from" : "^5.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/resolve-cwd/node_modules/resolve-from" : {
2023-12-07 21:43:55 +00:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=8"
}
} ,
2024-09-18 18:33:43 +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 ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/resolve.exports" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz" ,
"integrity" : "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=10"
}
} ,
2023-12-06 02:11:20 +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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
} ,
"node_modules/run-parallel" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" ,
"integrity" : "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"queue-microtask" : "^1.2.2"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
2024-09-18 18:33:43 +00:00
] ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/saxes" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz" ,
"integrity" : "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"xmlchars" : "^2.2.0"
} ,
"engines" : {
"node" : ">=v12.22.7"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/scheduler" : {
2024-09-18 18:33:43 +00:00
"version" : "0.23.2" ,
"resolved" : "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz" ,
"integrity" : "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==" ,
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"loose-envify" : "^1.1.0"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/schema-utils" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz" ,
"integrity" : "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
"peer" : true ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@types/json-schema" : "^7.0.8" ,
"ajv" : "^6.12.5" ,
"ajv-keywords" : "^3.5.2"
} ,
"engines" : {
"node" : ">= 10.13.0"
2023-12-02 10:49:17 +00:00
} ,
2024-09-18 18:33:43 +00:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
} ,
"node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"dev" : true ,
"license" : "ISC" ,
2023-12-02 10:49:17 +00:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/serialize-javascript" : {
2024-09-18 18:33:43 +00:00
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz" ,
"integrity" : "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
"dependencies" : {
"randombytes" : "^2.1.0"
}
} ,
2023-12-06 02:11:20 +00:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
"node" : ">=8"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "ISC"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/sisteransi" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz" ,
"integrity" : "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
2023-12-06 02:11:20 +00:00
"node_modules/slash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" ,
"integrity" : "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
"node" : ">=8"
}
} ,
2023-12-02 10:49:17 +00:00
"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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-js" : {
2024-09-18 18:33:43 +00:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-support" : {
2024-09-18 18:33:43 +00:00
"version" : "0.5.13" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz" ,
"integrity" : "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/sprintf-js" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" ,
"integrity" : "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "BSD-3-Clause"
2023-12-07 21:43:55 +00:00
} ,
2023-12-02 10:49:17 +00:00
"node_modules/srcset" : {
2024-09-18 18:33:43 +00:00
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/srcset/-/srcset-5.0.1.tgz" ,
"integrity" : "sha512-/P1UYbGfJVlxZag7aABNRrulEXAwCSDo7fklafOQrantuPTDmYgijJMks2zusPCVzgW9+4P69mq7w6pYuZpgxw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
2023-12-02 10:49:17 +00:00
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/stable" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz" ,
"integrity" : "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" ,
"deprecated" : "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/stack-utils" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz" ,
"integrity" : "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"escape-string-regexp" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/stack-utils/node_modules/escape-string-regexp" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz" ,
"integrity" : "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/string-length" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz" ,
"integrity" : "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"char-regex" : "^1.0.2" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2023-12-06 02:11:20 +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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/strip-bom" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz" ,
"integrity" : "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-final-newline" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz" ,
"integrity" : "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=6"
}
} ,
2023-12-06 02:11:20 +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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2023-12-07 21:43:55 +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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/svgo" : {
2024-09-18 18:33:43 +00:00
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz" ,
"integrity" : "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"optional" : true ,
"peer" : true ,
"dependencies" : {
"@trysound/sax" : "0.2.0" ,
"commander" : "^7.2.0" ,
"css-select" : "^5.1.0" ,
2024-09-18 18:33:43 +00:00
"css-tree" : "^2.3.1" ,
2023-12-02 10:49:17 +00:00
"css-what" : "^6.1.0" ,
2024-09-18 18:33:43 +00:00
"csso" : "^5.0.5" ,
2023-12-02 10:49:17 +00:00
"picocolors" : "^1.0.0"
} ,
"bin" : {
"svgo" : "bin/svgo"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/svgo"
}
} ,
2023-12-07 21:43:55 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
2023-12-02 10:49:17 +00:00
"node_modules/tapable" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz" ,
"integrity" : "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/term-size" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz" ,
"integrity" : "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/terser" : {
2024-09-18 18:33:43 +00:00
"version" : "5.33.0" ,
"resolved" : "https://registry.npmjs.org/terser/-/terser-5.33.0.tgz" ,
"integrity" : "sha512-JuPVaB7s1gdFKPKTelwUyRq5Sid2A3Gko2S0PncwdBq7kN9Ti9HPWDQ06MPsEDGsZeVESjKEnyGy68quBk1w6g==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
"dependencies" : {
"@jridgewell/source-map" : "^0.3.3" ,
"acorn" : "^8.8.2" ,
"commander" : "^2.20.0" ,
"source-map-support" : "~0.5.20"
} ,
"bin" : {
"terser" : "bin/terser"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/terser-webpack-plugin" : {
2024-09-18 18:33:43 +00:00
"version" : "5.3.10" ,
"resolved" : "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz" ,
"integrity" : "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@jridgewell/trace-mapping" : "^0.3.20" ,
2023-12-02 10:49:17 +00:00
"jest-worker" : "^27.4.5" ,
"schema-utils" : "^3.1.1" ,
"serialize-javascript" : "^6.0.1" ,
2024-09-18 18:33:43 +00:00
"terser" : "^5.26.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
"node" : ">= 10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependencies" : {
"webpack" : "^5.1.0"
} ,
"peerDependenciesMeta" : {
"@swc/core" : {
"optional" : true
} ,
"esbuild" : {
"optional" : true
} ,
"uglify-js" : {
"optional" : true
}
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/terser-webpack-plugin/node_modules/jest-worker" : {
"version" : "27.5.1" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz" ,
"integrity" : "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
2024-09-18 18:33:43 +00:00
"dependencies" : {
"@types/node" : "*" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
} ,
"engines" : {
"node" : ">= 10.13.0"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/terser-webpack-plugin/node_modules/supports-color" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"has-flag" : "^4.0.0"
2023-12-02 10:49:17 +00:00
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : ">=10"
2023-12-02 10:49:17 +00:00
} ,
"funding" : {
2024-09-18 18:33:43 +00:00
"url" : "https://github.com/chalk/supports-color?sponsor=1"
2023-12-02 10:49:17 +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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"peer" : true
} ,
2024-09-18 18:33:43 +00:00
"node_modules/terser/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==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/test-exclude" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz" ,
"integrity" : "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@istanbuljs/schema" : "^0.1.2" ,
"glob" : "^7.1.4" ,
"minimatch" : "^3.0.4"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/test-exclude/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==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/test-exclude/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2023-12-06 02:11:20 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-06 02:11:20 +00:00
} ,
2023-12-02 10:49:17 +00:00
"node_modules/timsort" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz" ,
"integrity" : "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/tmpl" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz" ,
"integrity" : "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "BSD-3-Clause"
2023-12-07 21:43:55 +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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=4"
}
} ,
2023-12-02 10:49:17 +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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/tough-cookie" : {
2024-09-18 18:33:43 +00:00
"version" : "4.1.4" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz" ,
"integrity" : "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"psl" : "^1.1.33" ,
"punycode" : "^2.1.1" ,
"universalify" : "^0.2.0" ,
"url-parse" : "^1.5.3"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/tr46" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz" ,
"integrity" : "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"punycode" : "^2.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
2023-12-06 02:11:20 +00:00
"node_modules/ts-api-utils" : {
2024-09-18 18:33:43 +00:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz" ,
"integrity" : "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==" ,
2023-12-06 02:11:20 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : ">=16"
2023-12-06 02:11:20 +00:00
} ,
"peerDependencies" : {
"typescript" : ">=4.2.0"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/ts-jest" : {
2024-09-18 18:33:43 +00:00
"version" : "29.2.5" ,
"resolved" : "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.5.tgz" ,
"integrity" : "sha512-KD8zB2aAZrcKIdGk4OwpJggeLcH1FgrICqDSROWqlnJXGCXK4Mn6FcdK2B6670Xr73lHMG1kHw8R87A0ecZ+vA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"bs-logger" : "^0.2.6" ,
"ejs" : "^3.1.10" ,
"fast-json-stable-stringify" : "^2.1.0" ,
2023-12-07 21:43:55 +00:00
"jest-util" : "^29.0.0" ,
"json5" : "^2.2.3" ,
2024-09-18 18:33:43 +00:00
"lodash.memoize" : "^4.1.2" ,
"make-error" : "^1.3.6" ,
"semver" : "^7.6.3" ,
"yargs-parser" : "^21.1.1"
2023-12-07 21:43:55 +00:00
} ,
"bin" : {
"ts-jest" : "cli.js"
} ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
2023-12-07 21:43:55 +00:00
} ,
"peerDependencies" : {
"@babel/core" : ">=7.0.0-beta.0 <8" ,
2024-09-18 18:33:43 +00:00
"@jest/transform" : "^29.0.0" ,
2023-12-07 21:43:55 +00:00
"@jest/types" : "^29.0.0" ,
"babel-jest" : "^29.0.0" ,
"jest" : "^29.0.0" ,
"typescript" : ">=4.3 <6"
} ,
"peerDependenciesMeta" : {
"@babel/core" : {
"optional" : true
} ,
2024-09-18 18:33:43 +00:00
"@jest/transform" : {
"optional" : true
} ,
2023-12-07 21:43:55 +00:00
"@jest/types" : {
"optional" : true
} ,
"babel-jest" : {
"optional" : true
} ,
"esbuild" : {
"optional" : true
}
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/ts-loader" : {
"version" : "9.5.1" ,
"resolved" : "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.1.tgz" ,
"integrity" : "sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"chalk" : "^4.1.0" ,
"enhanced-resolve" : "^5.0.0" ,
"micromatch" : "^4.0.0" ,
"semver" : "^7.3.4" ,
"source-map" : "^0.7.4"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"peerDependencies" : {
"typescript" : "*" ,
"webpack" : "^5.0.0"
}
} ,
"node_modules/ts-loader/node_modules/source-map" : {
"version" : "0.7.4" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz" ,
"integrity" : "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-3-Clause" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/tslib" : {
2024-09-18 18:33:43 +00:00
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz" ,
"integrity" : "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" ,
"dev" : true ,
"license" : "0BSD"
2023-12-02 10:49:17 +00:00
} ,
2023-12-06 02:11:20 +00:00
"node_modules/type-check" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" ,
"integrity" : "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"prelude-ls" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2023-12-07 21:43:55 +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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=4"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/type-fest" : {
2024-09-18 18:33:43 +00:00
"version" : "0.21.3" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" ,
"integrity" : "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "(MIT OR CC0-1.0)" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/typescript" : {
2024-09-18 18:33:43 +00:00
"version" : "5.6.2" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz" ,
"integrity" : "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-02 10:49:17 +00:00
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
"node_modules/undici-types" : {
2024-09-18 18:33:43 +00:00
"version" : "6.19.8" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz" ,
"integrity" : "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/universalify" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz" ,
"integrity" : "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">= 4.0.0"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/update-browserslist-db" : {
2024-09-18 18:33:43 +00:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz" ,
"integrity" : "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
2024-09-18 18:33:43 +00:00
"escalade" : "^3.1.2" ,
"picocolors" : "^1.0.1"
2023-12-02 10:49:17 +00:00
} ,
"bin" : {
"update-browserslist-db" : "cli.js"
} ,
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
}
} ,
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-02 10:49:17 +00:00
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
2023-12-07 21:43:55 +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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"querystringify" : "^2.1.1" ,
"requires-port" : "^1.0.0"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/utility-types" : {
2024-09-18 18:33:43 +00:00
"version" : "3.11.0" ,
"resolved" : "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz" ,
"integrity" : "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"engines" : {
"node" : ">= 4"
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/v8-to-istanbul" : {
2024-09-18 18:33:43 +00:00
"version" : "9.3.0" ,
"resolved" : "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz" ,
"integrity" : "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"@jridgewell/trace-mapping" : "^0.3.12" ,
"@types/istanbul-lib-coverage" : "^2.0.1" ,
"convert-source-map" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10.12.0"
}
} ,
"node_modules/w3c-xmlserializer" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz" ,
"integrity" : "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"xml-name-validator" : "^4.0.0"
} ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/walker" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz" ,
"integrity" : "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"makeerror" : "1.0.12"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/watchpack" : {
2024-09-18 18:33:43 +00:00
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz" ,
"integrity" : "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
"dependencies" : {
"glob-to-regexp" : "^0.4.1" ,
"graceful-fs" : "^4.1.2"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/weak-lru-cache" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz" ,
"integrity" : "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-02 10:49:17 +00:00
} ,
2023-12-07 21:43:55 +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==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=12"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/webpack" : {
2024-09-18 18:33:43 +00:00
"version" : "5.94.0" ,
"resolved" : "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz" ,
"integrity" : "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
"dependencies" : {
2024-09-18 18:33:43 +00:00
"@types/estree" : "^1.0.5" ,
"@webassemblyjs/ast" : "^1.12.1" ,
"@webassemblyjs/wasm-edit" : "^1.12.1" ,
"@webassemblyjs/wasm-parser" : "^1.12.1" ,
2023-12-02 10:49:17 +00:00
"acorn" : "^8.7.1" ,
2024-09-18 18:33:43 +00:00
"acorn-import-attributes" : "^1.9.5" ,
"browserslist" : "^4.21.10" ,
2023-12-02 10:49:17 +00:00
"chrome-trace-event" : "^1.0.2" ,
2024-09-18 18:33:43 +00:00
"enhanced-resolve" : "^5.17.1" ,
2023-12-02 10:49:17 +00:00
"es-module-lexer" : "^1.2.1" ,
"eslint-scope" : "5.1.1" ,
"events" : "^3.2.0" ,
"glob-to-regexp" : "^0.4.1" ,
2024-09-18 18:33:43 +00:00
"graceful-fs" : "^4.2.11" ,
2023-12-02 10:49:17 +00:00
"json-parse-even-better-errors" : "^2.3.1" ,
"loader-runner" : "^4.2.0" ,
"mime-types" : "^2.1.27" ,
"neo-async" : "^2.6.2" ,
"schema-utils" : "^3.2.0" ,
"tapable" : "^2.1.1" ,
2024-09-18 18:33:43 +00:00
"terser-webpack-plugin" : "^5.3.10" ,
"watchpack" : "^2.4.1" ,
2023-12-02 10:49:17 +00:00
"webpack-sources" : "^3.2.3"
} ,
"bin" : {
"webpack" : "bin/webpack.js"
} ,
"engines" : {
"node" : ">=10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependenciesMeta" : {
"webpack-cli" : {
"optional" : true
}
}
} ,
"node_modules/webpack-sources" : {
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz" ,
"integrity" : "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/webpack/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==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
2024-09-18 18:33:43 +00:00
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^4.1.1"
} ,
"engines" : {
"node" : ">=8.0.0"
2023-12-02 10:49:17 +00:00
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/webpack/node_modules/estraverse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" ,
"integrity" : "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" ,
2023-12-02 10:49:17 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "BSD-2-Clause" ,
2023-12-02 10:49:17 +00:00
"peer" : true ,
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : ">=4.0"
2023-12-02 10:49:17 +00:00
}
} ,
2023-12-07 21:43:55 +00:00
"node_modules/whatwg-encoding" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz" ,
"integrity" : "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"iconv-lite" : "0.6.3"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/whatwg-mimetype" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz" ,
"integrity" : "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/whatwg-url" : {
"version" : "11.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz" ,
"integrity" : "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"tr46" : "^3.0.0" ,
"webidl-conversions" : "^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
2023-12-06 02:11:20 +00:00
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-06 02:11:20 +00:00
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2024-09-18 18:33:43 +00:00
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" ,
"integrity" : "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
2024-09-18 18:33:43 +00:00
"node" : ">=0.10.0"
2023-12-07 21:43:55 +00:00
}
} ,
"node_modules/wrap-ansi" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
2023-12-06 02:11:20 +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==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "ISC"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/write-file-atomic" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz" ,
"integrity" : "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"imurmurhash" : "^0.1.4" ,
"signal-exit" : "^3.0.7"
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
"node_modules/ws" : {
2024-09-18 18:33:43 +00:00
"version" : "8.18.0" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz" ,
"integrity" : "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==" ,
2023-12-07 21:43:55 +00:00
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=10.0.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : ">=5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
"node_modules/xml-name-validator" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz" ,
"integrity" : "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "Apache-2.0" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/xmlchars" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz" ,
"integrity" : "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" ,
2024-09-18 18:33:43 +00:00
"dev" : true ,
"license" : "MIT"
2023-12-07 21:43:55 +00:00
} ,
"node_modules/y18n" : {
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" ,
"integrity" : "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=10"
}
} ,
2023-12-02 10:49:17 +00:00
"node_modules/yallist" : {
2024-09-18 18:33:43 +00:00
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" ,
"dev" : true ,
"license" : "ISC"
2023-12-06 02:11:20 +00:00
} ,
2023-12-07 21:43:55 +00:00
"node_modules/yargs" : {
"version" : "17.7.2" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" ,
"integrity" : "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-07 21:43:55 +00:00
"dependencies" : {
"cliui" : "^8.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
"string-width" : "^4.2.3" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^21.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/yargs-parser" : {
"version" : "21.1.1" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
"dev" : true ,
2024-09-18 18:33:43 +00:00
"license" : "ISC" ,
2023-12-07 21:43:55 +00:00
"engines" : {
"node" : ">=12"
}
} ,
2023-12-06 02:11:20 +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 ,
2024-09-18 18:33:43 +00:00
"license" : "MIT" ,
2023-12-06 02:11:20 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2023-12-02 10:49:17 +00:00
}
}
}