|
@@ -0,0 +1,2166 @@
|
|
|
+{
|
|
|
+ "name": "edit-srh",
|
|
|
+ "lockfileVersion": 3,
|
|
|
+ "requires": true,
|
|
|
+ "packages": {
|
|
|
+ "node_modules/@ampproject/remapping": {
|
|
|
+ "version": "2.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
|
|
+ "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/gen-mapping": "^0.3.5",
|
|
|
+ "@jridgewell/trace-mapping": "^0.3.24"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/code-frame": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-validator-identifier": "^7.27.1",
|
|
|
+ "js-tokens": "^4.0.0",
|
|
|
+ "picocolors": "^1.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/compat-data": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/core": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@ampproject/remapping": "^2.2.0",
|
|
|
+ "@babel/code-frame": "^7.27.1",
|
|
|
+ "@babel/generator": "^7.28.0",
|
|
|
+ "@babel/helper-compilation-targets": "^7.27.2",
|
|
|
+ "@babel/helper-module-transforms": "^7.27.3",
|
|
|
+ "@babel/helpers": "^7.27.6",
|
|
|
+ "@babel/parser": "^7.28.0",
|
|
|
+ "@babel/template": "^7.27.2",
|
|
|
+ "@babel/traverse": "^7.28.0",
|
|
|
+ "@babel/types": "^7.28.0",
|
|
|
+ "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/generator": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/parser": "^7.28.0",
|
|
|
+ "@babel/types": "^7.28.0",
|
|
|
+ "@jridgewell/gen-mapping": "^0.3.12",
|
|
|
+ "@jridgewell/trace-mapping": "^0.3.28",
|
|
|
+ "jsesc": "^3.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-annotate-as-pure": {
|
|
|
+ "version": "7.27.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
|
|
|
+ "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/types": "^7.27.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-compilation-targets": {
|
|
|
+ "version": "7.27.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
|
|
|
+ "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/compat-data": "^7.27.2",
|
|
|
+ "@babel/helper-validator-option": "^7.27.1",
|
|
|
+ "browserslist": "^4.24.0",
|
|
|
+ "lru-cache": "^5.1.1",
|
|
|
+ "semver": "^6.3.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-create-class-features-plugin": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.27.1",
|
|
|
+ "@babel/helper-member-expression-to-functions": "^7.27.1",
|
|
|
+ "@babel/helper-optimise-call-expression": "^7.27.1",
|
|
|
+ "@babel/helper-replace-supers": "^7.27.1",
|
|
|
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.27.1",
|
|
|
+ "semver": "^6.3.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.27.1",
|
|
|
+ "regexpu-core": "^6.2.0",
|
|
|
+ "semver": "^6.3.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-define-polyfill-provider": {
|
|
|
+ "version": "0.6.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",
|
|
|
+ "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-compilation-targets": "^7.27.2",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "debug": "^4.4.1",
|
|
|
+ "lodash.debounce": "^4.0.8",
|
|
|
+ "resolve": "^1.22.10"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-globals": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-member-expression-to-functions": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/traverse": "^7.27.1",
|
|
|
+ "@babel/types": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-module-imports": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/traverse": "^7.27.1",
|
|
|
+ "@babel/types": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-module-transforms": {
|
|
|
+ "version": "7.27.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
|
|
|
+ "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-module-imports": "^7.27.1",
|
|
|
+ "@babel/helper-validator-identifier": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.27.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-optimise-call-expression": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/types": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-plugin-utils": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-remap-async-to-generator": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.27.1",
|
|
|
+ "@babel/helper-wrap-function": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-replace-supers": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-member-expression-to-functions": "^7.27.1",
|
|
|
+ "@babel/helper-optimise-call-expression": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/traverse": "^7.27.1",
|
|
|
+ "@babel/types": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-string-parser": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-validator-identifier": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-validator-option": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-wrap-function": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/template": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.27.1",
|
|
|
+ "@babel/types": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helpers": {
|
|
|
+ "version": "7.28.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.2.tgz",
|
|
|
+ "integrity": "sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/template": "^7.27.2",
|
|
|
+ "@babel/types": "^7.28.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/parser": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/types": "^7.28.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "parser": "bin/babel-parser.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-optional-chaining": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-proposal-private-property-in-object": {
|
|
|
+ "version": "7.21.0-placeholder-for-preset-env.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
|
|
|
+ "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-syntax-import-assertions": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-syntax-import-attributes": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-syntax-jsx": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
|
|
|
+ "version": "7.18.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
|
|
|
+ "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-regexp-features-plugin": "^7.18.6",
|
|
|
+ "@babel/helper-plugin-utils": "^7.18.6"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-arrow-functions": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.28.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-async-to-generator": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-module-imports": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-block-scoped-functions": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-block-scoping": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-class-properties": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-class-static-block": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.12.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-classes": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.27.3",
|
|
|
+ "@babel/helper-compilation-targets": "^7.27.2",
|
|
|
+ "@babel/helper-globals": "^7.28.0",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/helper-replace-supers": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.28.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-computed-properties": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/template": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-destructuring": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.28.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-dotall-regex": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-duplicate-keys": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-dynamic-import": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-explicit-resource-management": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-destructuring": "^7.28.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-export-namespace-from": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-for-of": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-function-name": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-compilation-targets": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-json-strings": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-literals": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-member-expression-literals": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-modules-amd": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-module-transforms": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-module-transforms": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-module-transforms": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/helper-validator-identifier": "^7.27.1",
|
|
|
+ "@babel/traverse": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-modules-umd": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-module-transforms": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-new-target": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-numeric-separator": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-compilation-targets": "^7.27.2",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-destructuring": "^7.28.0",
|
|
|
+ "@babel/plugin-transform-parameters": "^7.27.7",
|
|
|
+ "@babel/traverse": "^7.28.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-object-super": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/helper-replace-supers": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-optional-catch-binding": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-optional-chaining": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-parameters": {
|
|
|
+ "version": "7.27.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
|
+ "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-private-methods": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-private-property-in-object": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.27.1",
|
|
|
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-property-literals": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-react-display-name": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-react-jsx": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.27.1",
|
|
|
+ "@babel/helper-module-imports": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/plugin-syntax-jsx": "^7.27.1",
|
|
|
+ "@babel/types": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-react-jsx-development": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/plugin-transform-react-jsx": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-react-pure-annotations": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-regenerator": {
|
|
|
+ "version": "7.28.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz",
|
|
|
+ "integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-regexp-modifiers": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-reserved-words": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-shorthand-properties": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-spread": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-sticky-regex": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-template-literals": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-typeof-symbol": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-unicode-escapes": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-unicode-property-regex": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-unicode-regex": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/plugin-transform-unicode-sets-regex": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/preset-env": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/compat-data": "^7.28.0",
|
|
|
+ "@babel/helper-compilation-targets": "^7.27.2",
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/helper-validator-option": "^7.27.1",
|
|
|
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1",
|
|
|
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
|
|
|
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
|
|
|
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
|
|
|
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1",
|
|
|
+ "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
|
|
+ "@babel/plugin-syntax-import-assertions": "^7.27.1",
|
|
|
+ "@babel/plugin-syntax-import-attributes": "^7.27.1",
|
|
|
+ "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
|
+ "@babel/plugin-transform-arrow-functions": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-async-generator-functions": "^7.28.0",
|
|
|
+ "@babel/plugin-transform-async-to-generator": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-block-scoping": "^7.28.0",
|
|
|
+ "@babel/plugin-transform-class-properties": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-class-static-block": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-classes": "^7.28.0",
|
|
|
+ "@babel/plugin-transform-computed-properties": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-destructuring": "^7.28.0",
|
|
|
+ "@babel/plugin-transform-dotall-regex": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-duplicate-keys": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-dynamic-import": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
|
|
|
+ "@babel/plugin-transform-exponentiation-operator": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-export-namespace-from": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-for-of": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-function-name": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-json-strings": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-literals": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-member-expression-literals": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-modules-amd": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-modules-systemjs": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-modules-umd": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-new-target": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-numeric-separator": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-object-rest-spread": "^7.28.0",
|
|
|
+ "@babel/plugin-transform-object-super": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-optional-chaining": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-parameters": "^7.27.7",
|
|
|
+ "@babel/plugin-transform-private-methods": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-private-property-in-object": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-property-literals": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-regenerator": "^7.28.0",
|
|
|
+ "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-reserved-words": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-shorthand-properties": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-spread": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-sticky-regex": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-template-literals": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-typeof-symbol": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-unicode-escapes": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-unicode-regex": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
|
|
|
+ "@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
|
+ "babel-plugin-polyfill-corejs2": "^0.4.14",
|
|
|
+ "babel-plugin-polyfill-corejs3": "^0.13.0",
|
|
|
+ "babel-plugin-polyfill-regenerator": "^0.6.5",
|
|
|
+ "core-js-compat": "^3.43.0",
|
|
|
+ "semver": "^6.3.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/preset-modules": {
|
|
|
+ "version": "0.1.6-no-external-plugins",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
|
|
|
+ "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.0.0",
|
|
|
+ "@babel/types": "^7.4.4",
|
|
|
+ "esutils": "^2.0.2"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/preset-react": {
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
+ "@babel/helper-validator-option": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-react-display-name": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-react-jsx-development": "^7.27.1",
|
|
|
+ "@babel/plugin-transform-react-pure-annotations": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/template": {
|
|
|
+ "version": "7.27.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
|
+ "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/code-frame": "^7.27.1",
|
|
|
+ "@babel/parser": "^7.27.2",
|
|
|
+ "@babel/types": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/traverse": {
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/code-frame": "^7.27.1",
|
|
|
+ "@babel/generator": "^7.28.0",
|
|
|
+ "@babel/helper-globals": "^7.28.0",
|
|
|
+ "@babel/parser": "^7.28.0",
|
|
|
+ "@babel/template": "^7.27.2",
|
|
|
+ "@babel/types": "^7.28.0",
|
|
|
+ "debug": "^4.3.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/types": {
|
|
|
+ "version": "7.28.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
|
+ "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-string-parser": "^7.27.1",
|
|
|
+ "@babel/helper-validator-identifier": "^7.27.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/gen-mapping": {
|
|
|
+ "version": "0.3.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
|
|
|
+ "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.5.0",
|
|
|
+ "@jridgewell/trace-mapping": "^0.3.24"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/resolve-uri": {
|
|
|
+ "version": "3.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
|
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/sourcemap-codec": {
|
|
|
+ "version": "1.5.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
|
|
|
+ "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/trace-mapping": {
|
|
|
+ "version": "0.3.29",
|
|
|
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
|
|
|
+ "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/resolve-uri": "^3.1.0",
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/babel-plugin-polyfill-corejs2": {
|
|
|
+ "version": "0.4.14",
|
|
|
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz",
|
|
|
+ "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/compat-data": "^7.27.7",
|
|
|
+ "@babel/helper-define-polyfill-provider": "^0.6.5",
|
|
|
+ "semver": "^6.3.1"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/babel-plugin-polyfill-corejs3": {
|
|
|
+ "version": "0.13.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz",
|
|
|
+ "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-define-polyfill-provider": "^0.6.5",
|
|
|
+ "core-js-compat": "^3.43.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/babel-plugin-polyfill-regenerator": {
|
|
|
+ "version": "0.6.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz",
|
|
|
+ "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-define-polyfill-provider": "^0.6.5"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/browserslist": {
|
|
|
+ "version": "4.25.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz",
|
|
|
+ "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/browserslist"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "tidelift",
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "caniuse-lite": "^1.0.30001726",
|
|
|
+ "electron-to-chromium": "^1.5.173",
|
|
|
+ "node-releases": "^2.0.19",
|
|
|
+ "update-browserslist-db": "^1.1.3"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "browserslist": "cli.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/caniuse-lite": {
|
|
|
+ "version": "1.0.30001731",
|
|
|
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001731.tgz",
|
|
|
+ "integrity": "sha512-lDdp2/wrOmTRWuoB5DpfNkC0rJDU8DqRa6nYL6HK6sytw70QMopt/NIc/9SM7ylItlBWfACXk0tEn37UWM/+mg==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/browserslist"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "tidelift",
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "CC-BY-4.0"
|
|
|
+ },
|
|
|
+ "node_modules/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==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/core-js-compat": {
|
|
|
+ "version": "3.45.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.45.0.tgz",
|
|
|
+ "integrity": "sha512-gRoVMBawZg0OnxaVv3zpqLLxaHmsubEGyTnqdpI/CEBvX4JadI1dMSHxagThprYRtSVbuQxvi6iUatdPxohHpA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "browserslist": "^4.25.1"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/core-js"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/debug": {
|
|
|
+ "version": "4.4.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
|
|
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ms": "^2.1.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "supports-color": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/electron-to-chromium": {
|
|
|
+ "version": "1.5.197",
|
|
|
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.197.tgz",
|
|
|
+ "integrity": "sha512-m1xWB3g7vJ6asIFz+2pBUbq3uGmfmln1M9SSvBe4QIFWYrRHylP73zL/3nMjDmwz8V+1xAXQDfBd6+HPW0WvDQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/escalade": {
|
|
|
+ "version": "3.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
|
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/esutils": {
|
|
|
+ "version": "2.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
|
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/function-bind": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/hasown": {
|
|
|
+ "version": "2.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
|
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/is-core-module": {
|
|
|
+ "version": "2.16.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
|
|
|
+ "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "hasown": "^2.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/js-tokens": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/jsesc": {
|
|
|
+ "version": "3.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
|
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "jsesc": "bin/jsesc"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "json5": "lib/cli.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/lodash.debounce": {
|
|
|
+ "version": "4.0.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
|
|
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/lru-cache": {
|
|
|
+ "version": "5.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
|
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "yallist": "^3.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ms": {
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "node_modules/node-releases": {
|
|
|
+ "version": "2.0.19",
|
|
|
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
|
|
|
+ "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/picocolors": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/regenerate": {
|
|
|
+ "version": "1.4.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
|
|
|
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/regenerate-unicode-properties": {
|
|
|
+ "version": "10.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
|
|
|
+ "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "regenerate": "^1.4.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/regexpu-core": {
|
|
|
+ "version": "6.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz",
|
|
|
+ "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "regenerate": "^1.4.2",
|
|
|
+ "regenerate-unicode-properties": "^10.2.0",
|
|
|
+ "regjsgen": "^0.8.0",
|
|
|
+ "regjsparser": "^0.12.0",
|
|
|
+ "unicode-match-property-ecmascript": "^2.0.0",
|
|
|
+ "unicode-match-property-value-ecmascript": "^2.1.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/regjsgen": {
|
|
|
+ "version": "0.8.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz",
|
|
|
+ "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/regjsparser": {
|
|
|
+ "version": "0.12.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz",
|
|
|
+ "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
+ "dependencies": {
|
|
|
+ "jsesc": "~3.0.2"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "regjsparser": "bin/parser"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/regjsparser/node_modules/jsesc": {
|
|
|
+ "version": "3.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
|
|
|
+ "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "jsesc": "bin/jsesc"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/resolve": {
|
|
|
+ "version": "1.22.10",
|
|
|
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
|
|
|
+ "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "is-core-module": "^2.16.0",
|
|
|
+ "path-parse": "^1.0.7",
|
|
|
+ "supports-preserve-symlinks-flag": "^1.0.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "resolve": "bin/resolve"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/semver": {
|
|
|
+ "version": "6.3.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
|
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC",
|
|
|
+ "bin": {
|
|
|
+ "semver": "bin/semver.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unicode-canonical-property-names-ecmascript": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unicode-match-property-ecmascript": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "unicode-canonical-property-names-ecmascript": "^2.0.0",
|
|
|
+ "unicode-property-aliases-ecmascript": "^2.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unicode-match-property-value-ecmascript": {
|
|
|
+ "version": "2.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
|
|
|
+ "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unicode-property-aliases-ecmascript": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/update-browserslist-db": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/browserslist"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "tidelift",
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "escalade": "^3.2.0",
|
|
|
+ "picocolors": "^1.1.1"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "update-browserslist-db": "cli.js"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "browserslist": ">= 4.21.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/yallist": {
|
|
|
+ "version": "3.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
|
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC"
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|