You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3828 lines
132 KiB
3828 lines
132 KiB
{ |
|
"name": "riksdagen-frontend", |
|
"version": "0.1.0", |
|
"lockfileVersion": 3, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"name": "riksdagen-frontend", |
|
"version": "0.1.0", |
|
"dependencies": { |
|
"@tanstack/react-query": "^5.51.0", |
|
"axios": "^1.6.7", |
|
"dompurify": "^3.1.6", |
|
"marked": "^12.0.2", |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0", |
|
"react-router-dom": "^7.9.4", |
|
"recharts": "^2.8.0" |
|
}, |
|
"devDependencies": { |
|
"@types/dompurify": "^3.0.5", |
|
"@types/react": "^18.2.0", |
|
"@types/react-dom": "^18.2.0", |
|
"@typescript-eslint/eslint-plugin": "^7.2.0", |
|
"@typescript-eslint/parser": "^7.2.0", |
|
"@vitejs/plugin-react": "^4.2.0", |
|
"eslint": "^8.57.0", |
|
"eslint-config-prettier": "^9.1.0", |
|
"typescript": "^5.3.3", |
|
"vite": "^4.5.3" |
|
} |
|
}, |
|
"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.4", |
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz", |
|
"integrity": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/core": { |
|
"version": "7.28.4", |
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz", |
|
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@babel/code-frame": "^7.27.1", |
|
"@babel/generator": "^7.28.3", |
|
"@babel/helper-compilation-targets": "^7.27.2", |
|
"@babel/helper-module-transforms": "^7.28.3", |
|
"@babel/helpers": "^7.28.4", |
|
"@babel/parser": "^7.28.4", |
|
"@babel/template": "^7.27.2", |
|
"@babel/traverse": "^7.28.4", |
|
"@babel/types": "^7.28.4", |
|
"@jridgewell/remapping": "^2.3.5", |
|
"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, |
|
"license": "ISC", |
|
"bin": { |
|
"semver": "bin/semver.js" |
|
} |
|
}, |
|
"node_modules/@babel/generator": { |
|
"version": "7.28.3", |
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz", |
|
"integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.28.3", |
|
"@babel/types": "^7.28.2", |
|
"@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-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-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, |
|
"license": "ISC", |
|
"bin": { |
|
"semver": "bin/semver.js" |
|
} |
|
}, |
|
"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-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.28.3", |
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", |
|
"integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-module-imports": "^7.27.1", |
|
"@babel/helper-validator-identifier": "^7.27.1", |
|
"@babel/traverse": "^7.28.3" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.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-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/helpers": { |
|
"version": "7.28.4", |
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", |
|
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/template": "^7.27.2", |
|
"@babel/types": "^7.28.4" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/parser": { |
|
"version": "7.28.4", |
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz", |
|
"integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/types": "^7.28.4" |
|
}, |
|
"bin": { |
|
"parser": "bin/babel-parser.js" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/@babel/plugin-transform-react-jsx-self": { |
|
"version": "7.27.1", |
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz", |
|
"integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==", |
|
"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-source": { |
|
"version": "7.27.1", |
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz", |
|
"integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==", |
|
"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/runtime": { |
|
"version": "7.28.4", |
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", |
|
"integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.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.4", |
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz", |
|
"integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/code-frame": "^7.27.1", |
|
"@babel/generator": "^7.28.3", |
|
"@babel/helper-globals": "^7.28.0", |
|
"@babel/parser": "^7.28.4", |
|
"@babel/template": "^7.27.2", |
|
"@babel/types": "^7.28.4", |
|
"debug": "^4.3.1" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/types": { |
|
"version": "7.28.4", |
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz", |
|
"integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==", |
|
"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/@esbuild/android-arm": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", |
|
"integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/android-arm64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", |
|
"integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/android-x64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", |
|
"integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/darwin-arm64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", |
|
"integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/darwin-x64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", |
|
"integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/freebsd-arm64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", |
|
"integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/freebsd-x64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", |
|
"integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-arm": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", |
|
"integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-arm64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", |
|
"integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-ia32": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", |
|
"integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-loong64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", |
|
"integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", |
|
"cpu": [ |
|
"loong64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-mips64el": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", |
|
"integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", |
|
"cpu": [ |
|
"mips64el" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-ppc64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", |
|
"integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", |
|
"cpu": [ |
|
"ppc64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-riscv64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", |
|
"integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", |
|
"cpu": [ |
|
"riscv64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-s390x": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", |
|
"integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", |
|
"cpu": [ |
|
"s390x" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-x64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", |
|
"integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/netbsd-x64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", |
|
"integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"netbsd" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/openbsd-x64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", |
|
"integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"openbsd" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/sunos-x64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", |
|
"integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"sunos" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/win32-arm64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", |
|
"integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/win32-ia32": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", |
|
"integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@esbuild/win32-x64": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", |
|
"integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"dev": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@eslint-community/eslint-utils": { |
|
"version": "4.9.0", |
|
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", |
|
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"eslint-visitor-keys": "^3.4.3" |
|
}, |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" |
|
} |
|
}, |
|
"node_modules/@eslint-community/regexpp": { |
|
"version": "4.12.1", |
|
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", |
|
"integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/@eslint/eslintrc": { |
|
"version": "2.1.4", |
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", |
|
"integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ajv": "^6.12.4", |
|
"debug": "^4.3.2", |
|
"espree": "^9.6.0", |
|
"globals": "^13.19.0", |
|
"ignore": "^5.2.0", |
|
"import-fresh": "^3.2.1", |
|
"js-yaml": "^4.1.0", |
|
"minimatch": "^3.1.2", |
|
"strip-json-comments": "^3.1.1" |
|
}, |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": { |
|
"version": "1.1.12", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", |
|
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", |
|
"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": "*" |
|
} |
|
}, |
|
"node_modules/@eslint/js": { |
|
"version": "8.57.1", |
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", |
|
"integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/@humanwhocodes/config-array": { |
|
"version": "0.13.0", |
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", |
|
"integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", |
|
"deprecated": "Use @eslint/config-array instead", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"@humanwhocodes/object-schema": "^2.0.3", |
|
"debug": "^4.3.1", |
|
"minimatch": "^3.0.5" |
|
}, |
|
"engines": { |
|
"node": ">=10.10.0" |
|
} |
|
}, |
|
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { |
|
"version": "1.1.12", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", |
|
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0", |
|
"concat-map": "0.0.1" |
|
} |
|
}, |
|
"node_modules/@humanwhocodes/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": "*" |
|
} |
|
}, |
|
"node_modules/@humanwhocodes/module-importer": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", |
|
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=12.22" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/nzakas" |
|
} |
|
}, |
|
"node_modules/@humanwhocodes/object-schema": { |
|
"version": "2.0.3", |
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", |
|
"integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", |
|
"deprecated": "Use @eslint/object-schema instead", |
|
"dev": true, |
|
"license": "BSD-3-Clause" |
|
}, |
|
"node_modules/@jridgewell/gen-mapping": { |
|
"version": "0.3.13", |
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", |
|
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/sourcemap-codec": "^1.5.0", |
|
"@jridgewell/trace-mapping": "^0.3.24" |
|
} |
|
}, |
|
"node_modules/@jridgewell/remapping": { |
|
"version": "2.3.5", |
|
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", |
|
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/gen-mapping": "^0.3.5", |
|
"@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.5", |
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", |
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@jridgewell/trace-mapping": { |
|
"version": "0.3.31", |
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", |
|
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/resolve-uri": "^3.1.0", |
|
"@jridgewell/sourcemap-codec": "^1.4.14" |
|
} |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"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, |
|
"license": "MIT", |
|
"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, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nodelib/fs.scandir": "2.1.5", |
|
"fastq": "^1.6.0" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/@rolldown/pluginutils": { |
|
"version": "1.0.0-beta.27", |
|
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz", |
|
"integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@tanstack/query-core": { |
|
"version": "5.90.2", |
|
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.2.tgz", |
|
"integrity": "sha512-k/TcR3YalnzibscALLwxeiLUub6jN5EDLwKDiO7q5f4ICEoptJ+n9+7vcEFy5/x/i6Q+Lb/tXrsKCggf5uQJXQ==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/tannerlinsley" |
|
} |
|
}, |
|
"node_modules/@tanstack/react-query": { |
|
"version": "5.90.2", |
|
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.2.tgz", |
|
"integrity": "sha512-CLABiR+h5PYfOWr/z+vWFt5VsOA2ekQeRQBFSKlcoW6Ndx/f8rfyVmq4LbgOM4GG2qtxAxjLYLOpCNTYm4uKzw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@tanstack/query-core": "5.90.2" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/tannerlinsley" |
|
}, |
|
"peerDependencies": { |
|
"react": "^18 || ^19" |
|
} |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"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": { |
|
"version": "7.27.0", |
|
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", |
|
"integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"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, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.1.0", |
|
"@babel/types": "^7.0.0" |
|
} |
|
}, |
|
"node_modules/@types/babel__traverse": { |
|
"version": "7.28.0", |
|
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", |
|
"integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/types": "^7.28.2" |
|
} |
|
}, |
|
"node_modules/@types/d3-array": { |
|
"version": "3.2.2", |
|
"resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz", |
|
"integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-color": { |
|
"version": "3.1.3", |
|
"resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", |
|
"integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-ease": { |
|
"version": "3.0.2", |
|
"resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz", |
|
"integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-interpolate": { |
|
"version": "3.0.4", |
|
"resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", |
|
"integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-color": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-path": { |
|
"version": "3.1.1", |
|
"resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz", |
|
"integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-scale": { |
|
"version": "4.0.9", |
|
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz", |
|
"integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-time": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-shape": { |
|
"version": "3.1.7", |
|
"resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz", |
|
"integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/d3-path": "*" |
|
} |
|
}, |
|
"node_modules/@types/d3-time": { |
|
"version": "3.0.4", |
|
"resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", |
|
"integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/d3-timer": { |
|
"version": "3.0.2", |
|
"resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz", |
|
"integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/dompurify": { |
|
"version": "3.0.5", |
|
"resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz", |
|
"integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/trusted-types": "*" |
|
} |
|
}, |
|
"node_modules/@types/prop-types": { |
|
"version": "15.7.15", |
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", |
|
"integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/react": { |
|
"version": "18.3.24", |
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.24.tgz", |
|
"integrity": "sha512-0dLEBsA1kI3OezMBF8nSsb7Nk19ZnsyE1LLhB8r27KbgU5H4pvuqZLdtE+aUkJVoXgTVuA+iLIwmZ0TuK4tx6A==", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@types/prop-types": "*", |
|
"csstype": "^3.0.2" |
|
} |
|
}, |
|
"node_modules/@types/react-dom": { |
|
"version": "18.3.7", |
|
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz", |
|
"integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"@types/react": "^18.0.0" |
|
} |
|
}, |
|
"node_modules/@types/trusted-types": { |
|
"version": "2.0.7", |
|
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", |
|
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", |
|
"devOptional": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@typescript-eslint/eslint-plugin": { |
|
"version": "7.18.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz", |
|
"integrity": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/regexpp": "^4.10.0", |
|
"@typescript-eslint/scope-manager": "7.18.0", |
|
"@typescript-eslint/type-utils": "7.18.0", |
|
"@typescript-eslint/utils": "7.18.0", |
|
"@typescript-eslint/visitor-keys": "7.18.0", |
|
"graphemer": "^1.4.0", |
|
"ignore": "^5.3.1", |
|
"natural-compare": "^1.4.0", |
|
"ts-api-utils": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || >=20.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"@typescript-eslint/parser": "^7.0.0", |
|
"eslint": "^8.56.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"typescript": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/parser": { |
|
"version": "7.18.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz", |
|
"integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"peer": true, |
|
"dependencies": { |
|
"@typescript-eslint/scope-manager": "7.18.0", |
|
"@typescript-eslint/types": "7.18.0", |
|
"@typescript-eslint/typescript-estree": "7.18.0", |
|
"@typescript-eslint/visitor-keys": "7.18.0", |
|
"debug": "^4.3.4" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || >=20.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.56.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"typescript": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/scope-manager": { |
|
"version": "7.18.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz", |
|
"integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/types": "7.18.0", |
|
"@typescript-eslint/visitor-keys": "7.18.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || >=20.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/type-utils": { |
|
"version": "7.18.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz", |
|
"integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/typescript-estree": "7.18.0", |
|
"@typescript-eslint/utils": "7.18.0", |
|
"debug": "^4.3.4", |
|
"ts-api-utils": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || >=20.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.56.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"typescript": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/types": { |
|
"version": "7.18.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz", |
|
"integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.18.0 || >=20.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/typescript-estree": { |
|
"version": "7.18.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz", |
|
"integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"@typescript-eslint/types": "7.18.0", |
|
"@typescript-eslint/visitor-keys": "7.18.0", |
|
"debug": "^4.3.4", |
|
"globby": "^11.1.0", |
|
"is-glob": "^4.0.3", |
|
"minimatch": "^9.0.4", |
|
"semver": "^7.6.0", |
|
"ts-api-utils": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || >=20.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependenciesMeta": { |
|
"typescript": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/utils": { |
|
"version": "7.18.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz", |
|
"integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/eslint-utils": "^4.4.0", |
|
"@typescript-eslint/scope-manager": "7.18.0", |
|
"@typescript-eslint/types": "7.18.0", |
|
"@typescript-eslint/typescript-estree": "7.18.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || >=20.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.56.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/visitor-keys": { |
|
"version": "7.18.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz", |
|
"integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/types": "7.18.0", |
|
"eslint-visitor-keys": "^3.4.3" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || >=20.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
} |
|
}, |
|
"node_modules/@ungap/structured-clone": { |
|
"version": "1.3.0", |
|
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", |
|
"integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/@vitejs/plugin-react": { |
|
"version": "4.7.0", |
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz", |
|
"integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/core": "^7.28.0", |
|
"@babel/plugin-transform-react-jsx-self": "^7.27.1", |
|
"@babel/plugin-transform-react-jsx-source": "^7.27.1", |
|
"@rolldown/pluginutils": "1.0.0-beta.27", |
|
"@types/babel__core": "^7.20.5", |
|
"react-refresh": "^0.17.0" |
|
}, |
|
"engines": { |
|
"node": "^14.18.0 || >=16.0.0" |
|
}, |
|
"peerDependencies": { |
|
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" |
|
} |
|
}, |
|
"node_modules/acorn": { |
|
"version": "8.15.0", |
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", |
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"bin": { |
|
"acorn": "bin/acorn" |
|
}, |
|
"engines": { |
|
"node": ">=0.4.0" |
|
} |
|
}, |
|
"node_modules/acorn-jsx": { |
|
"version": "5.3.2", |
|
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", |
|
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" |
|
} |
|
}, |
|
"node_modules/ajv": { |
|
"version": "6.12.6", |
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", |
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"fast-deep-equal": "^3.1.1", |
|
"fast-json-stable-stringify": "^2.0.0", |
|
"json-schema-traverse": "^0.4.1", |
|
"uri-js": "^4.2.2" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/epoberezkin" |
|
} |
|
}, |
|
"node_modules/ansi-regex": { |
|
"version": "5.0.1", |
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", |
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/ansi-styles": { |
|
"version": "4.3.0", |
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"color-convert": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1" |
|
} |
|
}, |
|
"node_modules/argparse": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", |
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", |
|
"dev": true, |
|
"license": "Python-2.0" |
|
}, |
|
"node_modules/array-union": { |
|
"version": "2.1.0", |
|
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", |
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/asynckit": { |
|
"version": "0.4.0", |
|
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", |
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/axios": { |
|
"version": "1.12.2", |
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", |
|
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"follow-redirects": "^1.15.6", |
|
"form-data": "^4.0.4", |
|
"proxy-from-env": "^1.1.0" |
|
} |
|
}, |
|
"node_modules/balanced-match": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", |
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/baseline-browser-mapping": { |
|
"version": "2.8.7", |
|
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.7.tgz", |
|
"integrity": "sha512-bxxN2M3a4d1CRoQC//IqsR5XrLh0IJ8TCv2x6Y9N0nckNz/rTjZB3//GGscZziZOxmjP55rzxg/ze7usFI9FqQ==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"bin": { |
|
"baseline-browser-mapping": "dist/cli.js" |
|
} |
|
}, |
|
"node_modules/brace-expansion": { |
|
"version": "2.0.2", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", |
|
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/braces": { |
|
"version": "3.0.3", |
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", |
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"fill-range": "^7.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/browserslist": { |
|
"version": "4.26.2", |
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.26.2.tgz", |
|
"integrity": "sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A==", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/browserslist" |
|
}, |
|
{ |
|
"type": "tidelift", |
|
"url": "https://tidelift.com/funding/github/npm/browserslist" |
|
}, |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"baseline-browser-mapping": "^2.8.3", |
|
"caniuse-lite": "^1.0.30001741", |
|
"electron-to-chromium": "^1.5.218", |
|
"node-releases": "^2.0.21", |
|
"update-browserslist-db": "^1.1.3" |
|
}, |
|
"bin": { |
|
"browserslist": "cli.js" |
|
}, |
|
"engines": { |
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
|
} |
|
}, |
|
"node_modules/call-bind-apply-helpers": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", |
|
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"es-errors": "^1.3.0", |
|
"function-bind": "^1.1.2" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/caniuse-lite": { |
|
"version": "1.0.30001745", |
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001745.tgz", |
|
"integrity": "sha512-ywt6i8FzvdgrrrGbr1jZVObnVv6adj+0if2/omv9cmR2oiZs30zL4DIyaptKcbOrBdOIc74QTMoJvSE2QHh5UQ==", |
|
"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/chalk": { |
|
"version": "4.1.2", |
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-styles": "^4.1.0", |
|
"supports-color": "^7.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
} |
|
}, |
|
"node_modules/clsx": { |
|
"version": "2.1.1", |
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", |
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/color-convert": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"color-name": "~1.1.4" |
|
}, |
|
"engines": { |
|
"node": ">=7.0.0" |
|
} |
|
}, |
|
"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==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"delayed-stream": "~1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8" |
|
} |
|
}, |
|
"node_modules/concat-map": { |
|
"version": "0.0.1", |
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", |
|
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"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/cookie": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", |
|
"integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/cross-spawn": { |
|
"version": "7.0.6", |
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", |
|
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"path-key": "^3.1.0", |
|
"shebang-command": "^2.0.0", |
|
"which": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/csstype": { |
|
"version": "3.1.3", |
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", |
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/d3-array": { |
|
"version": "3.2.4", |
|
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", |
|
"integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"internmap": "1 - 2" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-color": { |
|
"version": "3.1.0", |
|
"resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", |
|
"integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-ease": { |
|
"version": "3.0.1", |
|
"resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", |
|
"integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-format": { |
|
"version": "3.1.0", |
|
"resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", |
|
"integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-interpolate": { |
|
"version": "3.0.1", |
|
"resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", |
|
"integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-color": "1 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-path": { |
|
"version": "3.1.0", |
|
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", |
|
"integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-scale": { |
|
"version": "4.0.2", |
|
"resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", |
|
"integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-array": "2.10.0 - 3", |
|
"d3-format": "1 - 3", |
|
"d3-interpolate": "1.2.0 - 3", |
|
"d3-time": "2.1.1 - 3", |
|
"d3-time-format": "2 - 4" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-shape": { |
|
"version": "3.2.0", |
|
"resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", |
|
"integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-path": "^3.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-time": { |
|
"version": "3.1.0", |
|
"resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", |
|
"integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-array": "2 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-time-format": { |
|
"version": "4.1.0", |
|
"resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", |
|
"integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3-time": "1 - 3" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/d3-timer": { |
|
"version": "3.0.1", |
|
"resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", |
|
"integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/debug": { |
|
"version": "4.4.3", |
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", |
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ms": "^2.1.3" |
|
}, |
|
"engines": { |
|
"node": ">=6.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"supports-color": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/decimal.js-light": { |
|
"version": "2.5.1", |
|
"resolved": "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz", |
|
"integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==", |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/delayed-stream": { |
|
"version": "1.0.0", |
|
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", |
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.4.0" |
|
} |
|
}, |
|
"node_modules/dir-glob": { |
|
"version": "3.0.1", |
|
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", |
|
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"path-type": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/doctrine": { |
|
"version": "3.0.0", |
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", |
|
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"esutils": "^2.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/dom-helpers": { |
|
"version": "5.2.1", |
|
"resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", |
|
"integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/runtime": "^7.8.7", |
|
"csstype": "^3.0.2" |
|
} |
|
}, |
|
"node_modules/dompurify": { |
|
"version": "3.2.7", |
|
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.7.tgz", |
|
"integrity": "sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==", |
|
"license": "(MPL-2.0 OR Apache-2.0)", |
|
"optionalDependencies": { |
|
"@types/trusted-types": "^2.0.7" |
|
} |
|
}, |
|
"node_modules/dunder-proto": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", |
|
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"call-bind-apply-helpers": "^1.0.1", |
|
"es-errors": "^1.3.0", |
|
"gopd": "^1.2.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/electron-to-chromium": { |
|
"version": "1.5.224", |
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.224.tgz", |
|
"integrity": "sha512-kWAoUu/bwzvnhpdZSIc6KUyvkI1rbRXMT0Eq8pKReyOyaPZcctMli+EgvcN1PAvwVc7Tdo4Fxi2PsLNDU05mdg==", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/es-define-property": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", |
|
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/es-errors": { |
|
"version": "1.3.0", |
|
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", |
|
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/es-object-atoms": { |
|
"version": "1.1.1", |
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", |
|
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"es-errors": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/es-set-tostringtag": { |
|
"version": "2.1.0", |
|
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", |
|
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"es-errors": "^1.3.0", |
|
"get-intrinsic": "^1.2.6", |
|
"has-tostringtag": "^1.0.2", |
|
"hasown": "^2.0.2" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/esbuild": { |
|
"version": "0.18.20", |
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", |
|
"integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", |
|
"dev": true, |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"bin": { |
|
"esbuild": "bin/esbuild" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"optionalDependencies": { |
|
"@esbuild/android-arm": "0.18.20", |
|
"@esbuild/android-arm64": "0.18.20", |
|
"@esbuild/android-x64": "0.18.20", |
|
"@esbuild/darwin-arm64": "0.18.20", |
|
"@esbuild/darwin-x64": "0.18.20", |
|
"@esbuild/freebsd-arm64": "0.18.20", |
|
"@esbuild/freebsd-x64": "0.18.20", |
|
"@esbuild/linux-arm": "0.18.20", |
|
"@esbuild/linux-arm64": "0.18.20", |
|
"@esbuild/linux-ia32": "0.18.20", |
|
"@esbuild/linux-loong64": "0.18.20", |
|
"@esbuild/linux-mips64el": "0.18.20", |
|
"@esbuild/linux-ppc64": "0.18.20", |
|
"@esbuild/linux-riscv64": "0.18.20", |
|
"@esbuild/linux-s390x": "0.18.20", |
|
"@esbuild/linux-x64": "0.18.20", |
|
"@esbuild/netbsd-x64": "0.18.20", |
|
"@esbuild/openbsd-x64": "0.18.20", |
|
"@esbuild/sunos-x64": "0.18.20", |
|
"@esbuild/win32-arm64": "0.18.20", |
|
"@esbuild/win32-ia32": "0.18.20", |
|
"@esbuild/win32-x64": "0.18.20" |
|
} |
|
}, |
|
"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/escape-string-regexp": { |
|
"version": "4.0.0", |
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint": { |
|
"version": "8.57.1", |
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", |
|
"integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", |
|
"deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"@eslint-community/eslint-utils": "^4.2.0", |
|
"@eslint-community/regexpp": "^4.6.1", |
|
"@eslint/eslintrc": "^2.1.4", |
|
"@eslint/js": "8.57.1", |
|
"@humanwhocodes/config-array": "^0.13.0", |
|
"@humanwhocodes/module-importer": "^1.0.1", |
|
"@nodelib/fs.walk": "^1.2.8", |
|
"@ungap/structured-clone": "^1.2.0", |
|
"ajv": "^6.12.4", |
|
"chalk": "^4.0.0", |
|
"cross-spawn": "^7.0.2", |
|
"debug": "^4.3.2", |
|
"doctrine": "^3.0.0", |
|
"escape-string-regexp": "^4.0.0", |
|
"eslint-scope": "^7.2.2", |
|
"eslint-visitor-keys": "^3.4.3", |
|
"espree": "^9.6.1", |
|
"esquery": "^1.4.2", |
|
"esutils": "^2.0.2", |
|
"fast-deep-equal": "^3.1.3", |
|
"file-entry-cache": "^6.0.1", |
|
"find-up": "^5.0.0", |
|
"glob-parent": "^6.0.2", |
|
"globals": "^13.19.0", |
|
"graphemer": "^1.4.0", |
|
"ignore": "^5.2.0", |
|
"imurmurhash": "^0.1.4", |
|
"is-glob": "^4.0.0", |
|
"is-path-inside": "^3.0.3", |
|
"js-yaml": "^4.1.0", |
|
"json-stable-stringify-without-jsonify": "^1.0.1", |
|
"levn": "^0.4.1", |
|
"lodash.merge": "^4.6.2", |
|
"minimatch": "^3.1.2", |
|
"natural-compare": "^1.4.0", |
|
"optionator": "^0.9.3", |
|
"strip-ansi": "^6.0.1", |
|
"text-table": "^0.2.0" |
|
}, |
|
"bin": { |
|
"eslint": "bin/eslint.js" |
|
}, |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/eslint-config-prettier": { |
|
"version": "9.1.2", |
|
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.2.tgz", |
|
"integrity": "sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"bin": { |
|
"eslint-config-prettier": "bin/cli.js" |
|
}, |
|
"peerDependencies": { |
|
"eslint": ">=7.0.0" |
|
} |
|
}, |
|
"node_modules/eslint-scope": { |
|
"version": "7.2.2", |
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", |
|
"integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"esrecurse": "^4.3.0", |
|
"estraverse": "^5.2.0" |
|
}, |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/eslint-visitor-keys": { |
|
"version": "3.4.3", |
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", |
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/eslint/node_modules/brace-expansion": { |
|
"version": "1.1.12", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", |
|
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0", |
|
"concat-map": "0.0.1" |
|
} |
|
}, |
|
"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==", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^1.1.7" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
} |
|
}, |
|
"node_modules/espree": { |
|
"version": "9.6.1", |
|
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", |
|
"integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"acorn": "^8.9.0", |
|
"acorn-jsx": "^5.3.2", |
|
"eslint-visitor-keys": "^3.4.1" |
|
}, |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/esquery": { |
|
"version": "1.6.0", |
|
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", |
|
"integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", |
|
"dev": true, |
|
"license": "BSD-3-Clause", |
|
"dependencies": { |
|
"estraverse": "^5.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=0.10" |
|
} |
|
}, |
|
"node_modules/esrecurse": { |
|
"version": "4.3.0", |
|
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", |
|
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"estraverse": "^5.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=4.0" |
|
} |
|
}, |
|
"node_modules/estraverse": { |
|
"version": "5.3.0", |
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", |
|
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">=4.0" |
|
} |
|
}, |
|
"node_modules/esutils": { |
|
"version": "2.0.3", |
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", |
|
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/eventemitter3": { |
|
"version": "4.0.7", |
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", |
|
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/fast-equals": { |
|
"version": "5.3.2", |
|
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.3.2.tgz", |
|
"integrity": "sha512-6rxyATwPCkaFIL3JLqw8qXqMpIZ942pTX/tbQFkRsDGblS8tNGtlUauA/+mt6RUfqn/4MoEr+WDkYoIQbibWuQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/fast-glob": { |
|
"version": "3.3.3", |
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", |
|
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"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.8" |
|
}, |
|
"engines": { |
|
"node": ">=8.6.0" |
|
} |
|
}, |
|
"node_modules/fast-glob/node_modules/glob-parent": { |
|
"version": "5.1.2", |
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", |
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"is-glob": "^4.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/fast-json-stable-stringify": { |
|
"version": "2.1.0", |
|
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", |
|
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/fastq": { |
|
"version": "1.19.1", |
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", |
|
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"reusify": "^1.0.4" |
|
} |
|
}, |
|
"node_modules/file-entry-cache": { |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", |
|
"integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"flat-cache": "^3.0.4" |
|
}, |
|
"engines": { |
|
"node": "^10.12.0 || >=12.0.0" |
|
} |
|
}, |
|
"node_modules/fill-range": { |
|
"version": "7.1.1", |
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", |
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"to-regex-range": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/find-up": { |
|
"version": "5.0.0", |
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", |
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"locate-path": "^6.0.0", |
|
"path-exists": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/flat-cache": { |
|
"version": "3.2.0", |
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", |
|
"integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"flatted": "^3.2.9", |
|
"keyv": "^4.5.3", |
|
"rimraf": "^3.0.2" |
|
}, |
|
"engines": { |
|
"node": "^10.12.0 || >=12.0.0" |
|
} |
|
}, |
|
"node_modules/flatted": { |
|
"version": "3.3.3", |
|
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz", |
|
"integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/follow-redirects": { |
|
"version": "1.15.11", |
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", |
|
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", |
|
"funding": [ |
|
{ |
|
"type": "individual", |
|
"url": "https://github.com/sponsors/RubenVerborgh" |
|
} |
|
], |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"debug": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/form-data": { |
|
"version": "4.0.4", |
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", |
|
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"asynckit": "^0.4.0", |
|
"combined-stream": "^1.0.8", |
|
"es-set-tostringtag": "^2.1.0", |
|
"hasown": "^2.0.2", |
|
"mime-types": "^2.1.12" |
|
}, |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/fs.realpath": { |
|
"version": "1.0.0", |
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", |
|
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/fsevents": { |
|
"version": "2.3.3", |
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", |
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", |
|
"dev": true, |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
|
} |
|
}, |
|
"node_modules/function-bind": { |
|
"version": "1.1.2", |
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", |
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", |
|
"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/get-intrinsic": { |
|
"version": "1.3.0", |
|
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", |
|
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"call-bind-apply-helpers": "^1.0.2", |
|
"es-define-property": "^1.0.1", |
|
"es-errors": "^1.3.0", |
|
"es-object-atoms": "^1.1.1", |
|
"function-bind": "^1.1.2", |
|
"get-proto": "^1.0.1", |
|
"gopd": "^1.2.0", |
|
"has-symbols": "^1.1.0", |
|
"hasown": "^2.0.2", |
|
"math-intrinsics": "^1.1.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/get-proto": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", |
|
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"dunder-proto": "^1.0.1", |
|
"es-object-atoms": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/glob": { |
|
"version": "7.2.3", |
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", |
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", |
|
"deprecated": "Glob versions prior to v9 are no longer supported", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"fs.realpath": "^1.0.0", |
|
"inflight": "^1.0.4", |
|
"inherits": "2", |
|
"minimatch": "^3.1.1", |
|
"once": "^1.3.0", |
|
"path-is-absolute": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/glob-parent": { |
|
"version": "6.0.2", |
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", |
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"is-glob": "^4.0.3" |
|
}, |
|
"engines": { |
|
"node": ">=10.13.0" |
|
} |
|
}, |
|
"node_modules/glob/node_modules/brace-expansion": { |
|
"version": "1.1.12", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", |
|
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0", |
|
"concat-map": "0.0.1" |
|
} |
|
}, |
|
"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==", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^1.1.7" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
} |
|
}, |
|
"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/globby": { |
|
"version": "11.1.0", |
|
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", |
|
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"array-union": "^2.1.0", |
|
"dir-glob": "^3.0.1", |
|
"fast-glob": "^3.2.9", |
|
"ignore": "^5.2.0", |
|
"merge2": "^1.4.1", |
|
"slash": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/gopd": { |
|
"version": "1.2.0", |
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", |
|
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/graphemer": { |
|
"version": "1.4.0", |
|
"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", |
|
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/has-symbols": { |
|
"version": "1.1.0", |
|
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", |
|
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/has-tostringtag": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", |
|
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"has-symbols": "^1.0.3" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/hasown": { |
|
"version": "2.0.2", |
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", |
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"function-bind": "^1.1.2" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"node_modules/ignore": { |
|
"version": "5.3.2", |
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", |
|
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 4" |
|
} |
|
}, |
|
"node_modules/import-fresh": { |
|
"version": "3.3.1", |
|
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", |
|
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"parent-module": "^1.0.0", |
|
"resolve-from": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/imurmurhash": { |
|
"version": "0.1.4", |
|
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", |
|
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.8.19" |
|
} |
|
}, |
|
"node_modules/inflight": { |
|
"version": "1.0.6", |
|
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", |
|
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", |
|
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"once": "^1.3.0", |
|
"wrappy": "1" |
|
} |
|
}, |
|
"node_modules/inherits": { |
|
"version": "2.0.4", |
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", |
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/internmap": { |
|
"version": "2.0.3", |
|
"resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", |
|
"integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/is-extglob": { |
|
"version": "2.1.1", |
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", |
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"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==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-extglob": "^2.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/is-number": { |
|
"version": "7.0.0", |
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", |
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.12.0" |
|
} |
|
}, |
|
"node_modules/is-path-inside": { |
|
"version": "3.0.3", |
|
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", |
|
"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/isexe": { |
|
"version": "2.0.0", |
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", |
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"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==", |
|
"license": "MIT" |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"dependencies": { |
|
"argparse": "^2.0.1" |
|
}, |
|
"bin": { |
|
"js-yaml": "bin/js-yaml.js" |
|
} |
|
}, |
|
"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/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==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/json-schema-traverse": { |
|
"version": "0.4.1", |
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", |
|
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/json-stable-stringify-without-jsonify": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", |
|
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"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/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, |
|
"license": "MIT", |
|
"dependencies": { |
|
"json-buffer": "3.0.1" |
|
} |
|
}, |
|
"node_modules/levn": { |
|
"version": "0.4.1", |
|
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", |
|
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"prelude-ls": "^1.2.1", |
|
"type-check": "~0.4.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"dependencies": { |
|
"p-locate": "^5.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/lodash": { |
|
"version": "4.17.21", |
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", |
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/lodash.merge": { |
|
"version": "4.6.2", |
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", |
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"js-tokens": "^3.0.0 || ^4.0.0" |
|
}, |
|
"bin": { |
|
"loose-envify": "cli.js" |
|
} |
|
}, |
|
"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/marked": { |
|
"version": "12.0.2", |
|
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz", |
|
"integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==", |
|
"license": "MIT", |
|
"bin": { |
|
"marked": "bin/marked.js" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
} |
|
}, |
|
"node_modules/math-intrinsics": { |
|
"version": "1.1.0", |
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", |
|
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/micromatch": { |
|
"version": "4.0.8", |
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", |
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"braces": "^3.0.3", |
|
"picomatch": "^2.3.1" |
|
}, |
|
"engines": { |
|
"node": ">=8.6" |
|
} |
|
}, |
|
"node_modules/mime-db": { |
|
"version": "1.52.0", |
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", |
|
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", |
|
"license": "MIT", |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"mime-db": "1.52.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.6" |
|
} |
|
}, |
|
"node_modules/minimatch": { |
|
"version": "9.0.5", |
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", |
|
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=16 || 14 >=14.17" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"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/nanoid": { |
|
"version": "3.3.11", |
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", |
|
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"bin": { |
|
"nanoid": "bin/nanoid.cjs" |
|
}, |
|
"engines": { |
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" |
|
} |
|
}, |
|
"node_modules/natural-compare": { |
|
"version": "1.4.0", |
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", |
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/node-releases": { |
|
"version": "2.0.21", |
|
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.21.tgz", |
|
"integrity": "sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/object-assign": { |
|
"version": "4.1.1", |
|
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", |
|
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"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, |
|
"license": "ISC", |
|
"dependencies": { |
|
"wrappy": "1" |
|
} |
|
}, |
|
"node_modules/optionator": { |
|
"version": "0.9.4", |
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", |
|
"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"deep-is": "^0.1.3", |
|
"fast-levenshtein": "^2.0.6", |
|
"levn": "^0.4.1", |
|
"prelude-ls": "^1.2.1", |
|
"type-check": "^0.4.0", |
|
"word-wrap": "^1.2.5" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/p-limit": { |
|
"version": "3.1.0", |
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", |
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"yocto-queue": "^0.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/p-locate": { |
|
"version": "5.0.0", |
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", |
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"p-limit": "^3.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"dependencies": { |
|
"callsites": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"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, |
|
"license": "MIT", |
|
"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, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/path-type": { |
|
"version": "4.0.0", |
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", |
|
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"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/picomatch": { |
|
"version": "2.3.1", |
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", |
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8.6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
} |
|
}, |
|
"node_modules/postcss": { |
|
"version": "8.5.6", |
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", |
|
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/postcss/" |
|
}, |
|
{ |
|
"type": "tidelift", |
|
"url": "https://tidelift.com/funding/github/npm/postcss" |
|
}, |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"nanoid": "^3.3.11", |
|
"picocolors": "^1.1.1", |
|
"source-map-js": "^1.2.1" |
|
}, |
|
"engines": { |
|
"node": "^10 || ^12 || >=14" |
|
} |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/prop-types": { |
|
"version": "15.8.1", |
|
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", |
|
"integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"loose-envify": "^1.4.0", |
|
"object-assign": "^4.1.1", |
|
"react-is": "^16.13.1" |
|
} |
|
}, |
|
"node_modules/prop-types/node_modules/react-is": { |
|
"version": "16.13.1", |
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", |
|
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/proxy-from-env": { |
|
"version": "1.1.0", |
|
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", |
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", |
|
"license": "MIT" |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/queue-microtask": { |
|
"version": "1.2.3", |
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", |
|
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", |
|
"dev": true, |
|
"funding": [ |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/feross" |
|
}, |
|
{ |
|
"type": "patreon", |
|
"url": "https://www.patreon.com/feross" |
|
}, |
|
{ |
|
"type": "consulting", |
|
"url": "https://feross.org/support" |
|
} |
|
], |
|
"license": "MIT" |
|
}, |
|
"node_modules/react": { |
|
"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", |
|
"peer": true, |
|
"dependencies": { |
|
"loose-envify": "^1.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/react-dom": { |
|
"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", |
|
"peer": true, |
|
"dependencies": { |
|
"loose-envify": "^1.1.0", |
|
"scheduler": "^0.23.2" |
|
}, |
|
"peerDependencies": { |
|
"react": "^18.3.1" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/react-refresh": { |
|
"version": "0.17.0", |
|
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz", |
|
"integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/react-router": { |
|
"version": "7.9.4", |
|
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.4.tgz", |
|
"integrity": "sha512-SD3G8HKviFHg9xj7dNODUKDFgpG4xqD5nhyd0mYoB5iISepuZAvzSr8ywxgxKJ52yRzf/HWtVHc9AWwoTbljvA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cookie": "^1.0.1", |
|
"set-cookie-parser": "^2.6.0" |
|
}, |
|
"engines": { |
|
"node": ">=20.0.0" |
|
}, |
|
"peerDependencies": { |
|
"react": ">=18", |
|
"react-dom": ">=18" |
|
}, |
|
"peerDependenciesMeta": { |
|
"react-dom": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/react-router-dom": { |
|
"version": "7.9.4", |
|
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.4.tgz", |
|
"integrity": "sha512-f30P6bIkmYvnHHa5Gcu65deIXoA2+r3Eb6PJIAddvsT9aGlchMatJ51GgpU470aSqRRbFX22T70yQNUGuW3DfA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"react-router": "7.9.4" |
|
}, |
|
"engines": { |
|
"node": ">=20.0.0" |
|
}, |
|
"peerDependencies": { |
|
"react": ">=18", |
|
"react-dom": ">=18" |
|
} |
|
}, |
|
"node_modules/react-smooth": { |
|
"version": "4.0.4", |
|
"resolved": "https://registry.npmjs.org/react-smooth/-/react-smooth-4.0.4.tgz", |
|
"integrity": "sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"fast-equals": "^5.0.1", |
|
"prop-types": "^15.8.1", |
|
"react-transition-group": "^4.4.5" |
|
}, |
|
"peerDependencies": { |
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
|
} |
|
}, |
|
"node_modules/react-transition-group": { |
|
"version": "4.4.5", |
|
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", |
|
"integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", |
|
"license": "BSD-3-Clause", |
|
"dependencies": { |
|
"@babel/runtime": "^7.5.5", |
|
"dom-helpers": "^5.0.1", |
|
"loose-envify": "^1.4.0", |
|
"prop-types": "^15.6.2" |
|
}, |
|
"peerDependencies": { |
|
"react": ">=16.6.0", |
|
"react-dom": ">=16.6.0" |
|
} |
|
}, |
|
"node_modules/recharts": { |
|
"version": "2.15.4", |
|
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.4.tgz", |
|
"integrity": "sha512-UT/q6fwS3c1dHbXv2uFgYJ9BMFHu3fwnd7AYZaEQhXuYQ4hgsxLvsUXzGdKeZrW5xopzDCvuA2N41WJ88I7zIw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"clsx": "^2.0.0", |
|
"eventemitter3": "^4.0.1", |
|
"lodash": "^4.17.21", |
|
"react-is": "^18.3.1", |
|
"react-smooth": "^4.0.4", |
|
"recharts-scale": "^0.4.4", |
|
"tiny-invariant": "^1.3.1", |
|
"victory-vendor": "^36.6.8" |
|
}, |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"peerDependencies": { |
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
|
} |
|
}, |
|
"node_modules/recharts-scale": { |
|
"version": "0.4.5", |
|
"resolved": "https://registry.npmjs.org/recharts-scale/-/recharts-scale-0.4.5.tgz", |
|
"integrity": "sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"decimal.js-light": "^2.4.1" |
|
} |
|
}, |
|
"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" |
|
} |
|
}, |
|
"node_modules/reusify": { |
|
"version": "1.1.0", |
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", |
|
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"iojs": ">=1.0.0", |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/rimraf": { |
|
"version": "3.0.2", |
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", |
|
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", |
|
"deprecated": "Rimraf versions prior to v4 are no longer supported", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"glob": "^7.1.3" |
|
}, |
|
"bin": { |
|
"rimraf": "bin.js" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/rollup": { |
|
"version": "3.29.5", |
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", |
|
"integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", |
|
"dev": true, |
|
"license": "MIT", |
|
"bin": { |
|
"rollup": "dist/bin/rollup" |
|
}, |
|
"engines": { |
|
"node": ">=14.18.0", |
|
"npm": ">=8.0.0" |
|
}, |
|
"optionalDependencies": { |
|
"fsevents": "~2.3.2" |
|
} |
|
}, |
|
"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" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"queue-microtask": "^1.2.2" |
|
} |
|
}, |
|
"node_modules/scheduler": { |
|
"version": "0.23.2", |
|
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", |
|
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"loose-envify": "^1.1.0" |
|
} |
|
}, |
|
"node_modules/semver": { |
|
"version": "7.7.2", |
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", |
|
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", |
|
"dev": true, |
|
"license": "ISC", |
|
"bin": { |
|
"semver": "bin/semver.js" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/set-cookie-parser": { |
|
"version": "2.7.1", |
|
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz", |
|
"integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==", |
|
"license": "MIT" |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"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, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/slash": { |
|
"version": "3.0.0", |
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", |
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/source-map-js": { |
|
"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==", |
|
"dev": true, |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/strip-json-comments": { |
|
"version": "3.1.1", |
|
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", |
|
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"dependencies": { |
|
"has-flag": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/text-table": { |
|
"version": "0.2.0", |
|
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", |
|
"integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/tiny-invariant": { |
|
"version": "1.3.3", |
|
"resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", |
|
"integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", |
|
"license": "MIT" |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-number": "^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8.0" |
|
} |
|
}, |
|
"node_modules/ts-api-utils": { |
|
"version": "1.4.3", |
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz", |
|
"integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=16" |
|
}, |
|
"peerDependencies": { |
|
"typescript": ">=4.2.0" |
|
} |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"dependencies": { |
|
"prelude-ls": "^1.2.1" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/type-fest": { |
|
"version": "0.20.2", |
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", |
|
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", |
|
"dev": true, |
|
"license": "(MIT OR CC0-1.0)", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/typescript": { |
|
"version": "5.9.2", |
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", |
|
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"peer": true, |
|
"bin": { |
|
"tsc": "bin/tsc", |
|
"tsserver": "bin/tsserver" |
|
}, |
|
"engines": { |
|
"node": ">=14.17" |
|
} |
|
}, |
|
"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/uri-js": { |
|
"version": "4.4.1", |
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", |
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"punycode": "^2.1.0" |
|
} |
|
}, |
|
"node_modules/victory-vendor": { |
|
"version": "36.9.2", |
|
"resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-36.9.2.tgz", |
|
"integrity": "sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==", |
|
"license": "MIT AND ISC", |
|
"dependencies": { |
|
"@types/d3-array": "^3.0.3", |
|
"@types/d3-ease": "^3.0.0", |
|
"@types/d3-interpolate": "^3.0.1", |
|
"@types/d3-scale": "^4.0.2", |
|
"@types/d3-shape": "^3.1.0", |
|
"@types/d3-time": "^3.0.0", |
|
"@types/d3-timer": "^3.0.0", |
|
"d3-array": "^3.1.6", |
|
"d3-ease": "^3.0.1", |
|
"d3-interpolate": "^3.0.1", |
|
"d3-scale": "^4.0.2", |
|
"d3-shape": "^3.1.0", |
|
"d3-time": "^3.0.0", |
|
"d3-timer": "^3.0.1" |
|
} |
|
}, |
|
"node_modules/vite": { |
|
"version": "4.5.14", |
|
"resolved": "https://registry.npmjs.org/vite/-/vite-4.5.14.tgz", |
|
"integrity": "sha512-+v57oAaoYNnO3hIu5Z/tJRZjq5aHM2zDve9YZ8HngVHbhk66RStobhb1sqPMIPEleV6cNKYK4eGrAbE9Ulbl2g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"peer": true, |
|
"dependencies": { |
|
"esbuild": "^0.18.10", |
|
"postcss": "^8.4.27", |
|
"rollup": "^3.27.1" |
|
}, |
|
"bin": { |
|
"vite": "bin/vite.js" |
|
}, |
|
"engines": { |
|
"node": "^14.18.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/vitejs/vite?sponsor=1" |
|
}, |
|
"optionalDependencies": { |
|
"fsevents": "~2.3.2" |
|
}, |
|
"peerDependencies": { |
|
"@types/node": ">= 14", |
|
"less": "*", |
|
"lightningcss": "^1.21.0", |
|
"sass": "*", |
|
"stylus": "*", |
|
"sugarss": "*", |
|
"terser": "^5.4.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@types/node": { |
|
"optional": true |
|
}, |
|
"less": { |
|
"optional": true |
|
}, |
|
"lightningcss": { |
|
"optional": true |
|
}, |
|
"sass": { |
|
"optional": true |
|
}, |
|
"stylus": { |
|
"optional": true |
|
}, |
|
"sugarss": { |
|
"optional": true |
|
}, |
|
"terser": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"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, |
|
"license": "ISC", |
|
"dependencies": { |
|
"isexe": "^2.0.0" |
|
}, |
|
"bin": { |
|
"node-which": "bin/node-which" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/word-wrap": { |
|
"version": "1.2.5", |
|
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", |
|
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"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==", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"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" |
|
}, |
|
"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, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
} |
|
} |
|
}
|
|
|