2024-08-06 21:47:34 +08:00
{
"name" : "stort" ,
"version" : "0.1.0" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "stort" ,
"version" : "0.1.0" ,
"dependencies" : {
"@emotion/cache" : "^11.13.1" ,
"@emotion/react" : "^11.13.0" ,
"@emotion/server" : "^11.11.0" ,
"@emotion/styled" : "^11.13.0" ,
"@mui/icons-material" : "^5.16.6" ,
2024-08-09 21:11:12 +08:00
"@mui/lab" : "^5.0.0-alpha.173" ,
2024-08-06 21:47:34 +08:00
"@mui/material" : "^5.16.6" ,
2024-10-22 22:10:01 +08:00
"@tauri-apps/api" : "^2.0.0" ,
"@tauri-apps/plugin-dialog" : "^2.0.1" ,
"@tauri-apps/plugin-fs" : "^2.0.1" ,
"@tauri-apps/plugin-notification" : "^2.0.0" ,
"@tauri-apps/plugin-process" : "^2.0.0" ,
2024-08-06 21:47:34 +08:00
"jotai" : "^2.9.1" ,
"lodash" : "^4.17.21" ,
"next" : "14.2.5" ,
"react" : "^18.3.1" ,
"react-dom" : "^18.3.1" ,
2024-08-09 21:11:12 +08:00
"smol-toml" : "^1.3.0" ,
2024-10-22 22:10:01 +08:00
"tauri" : "^0.15.0" ,
2024-08-06 21:47:34 +08:00
"zustand" : "^4.5.4"
} ,
"devDependencies" : {
2024-10-22 22:10:01 +08:00
"@tauri-apps/cli" : "^2.0.4" ,
2024-08-09 21:11:12 +08:00
"@types/lodash" : "^4.17.7" ,
2024-08-06 21:47:34 +08:00
"@types/node" : "^20.14.14" ,
"@types/react" : "^18.3.3" ,
"@types/react-dom" : "^18.3.0" ,
"eslint" : "^8.57.0" ,
"eslint-config-next" : "14.2.5" ,
"typescript" : "^5.5.4"
}
} ,
"node_modules/@babel/code-frame" : {
"version" : "7.24.7" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/highlight" : "^7.24.7" ,
"picocolors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/generator" : {
"version" : "7.25.0" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.25.0" ,
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25" ,
"jsesc" : "^2.5.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-imports" : {
"version" : "7.24.7" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/traverse" : "^7.24.7" ,
"@babel/types" : "^7.24.7"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-string-parser" : {
"version" : "7.24.8" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.24.7" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/highlight" : {
"version" : "7.24.7" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.24.7" ,
"chalk" : "^2.4.2" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/highlight/node_modules/chalk" : {
"version" : "2.4.2" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^3.2.1" ,
"escape-string-regexp" : "^1.0.5" ,
"supports-color" : "^5.3.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles" : {
"version" : "3.2.1" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^1.9.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert" : {
"version" : "1.9.3" ,
"license" : "MIT" ,
"dependencies" : {
"color-name" : "1.1.3"
}
} ,
"node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name" : {
"version" : "1.1.3" ,
"license" : "MIT"
} ,
"node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color" : {
"version" : "5.5.0" ,
"license" : "MIT" ,
"dependencies" : {
"has-flag" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag" : {
"version" : "3.0.0" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/parser" : {
"version" : "7.25.0" ,
"license" : "MIT" ,
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@babel/runtime" : {
"version" : "7.25.0" ,
"license" : "MIT" ,
"dependencies" : {
"regenerator-runtime" : "^0.14.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/template" : {
"version" : "7.25.0" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.24.7" ,
"@babel/parser" : "^7.25.0" ,
"@babel/types" : "^7.25.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse" : {
"version" : "7.25.2" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.24.7" ,
"@babel/generator" : "^7.25.0" ,
"@babel/parser" : "^7.25.0" ,
"@babel/template" : "^7.25.0" ,
"@babel/types" : "^7.25.2" ,
"debug" : "^4.3.1" ,
"globals" : "^11.1.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse/node_modules/globals" : {
"version" : "11.12.0" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/types" : {
"version" : "7.25.2" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-string-parser" : "^7.24.8" ,
"@babel/helper-validator-identifier" : "^7.24.7" ,
"to-fast-properties" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@emotion/babel-plugin" : {
"version" : "11.12.0" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.16.7" ,
"@babel/runtime" : "^7.18.3" ,
"@emotion/hash" : "^0.9.2" ,
"@emotion/memoize" : "^0.9.0" ,
"@emotion/serialize" : "^1.2.0" ,
"babel-plugin-macros" : "^3.1.0" ,
"convert-source-map" : "^1.5.0" ,
"escape-string-regexp" : "^4.0.0" ,
"find-root" : "^1.1.0" ,
"source-map" : "^0.5.7" ,
"stylis" : "4.2.0"
}
} ,
"node_modules/@emotion/cache" : {
"version" : "11.13.1" ,
"license" : "MIT" ,
"dependencies" : {
"@emotion/memoize" : "^0.9.0" ,
"@emotion/sheet" : "^1.4.0" ,
"@emotion/utils" : "^1.4.0" ,
"@emotion/weak-memoize" : "^0.4.0" ,
"stylis" : "4.2.0"
}
} ,
"node_modules/@emotion/hash" : {
"version" : "0.9.2" ,
"license" : "MIT"
} ,
"node_modules/@emotion/is-prop-valid" : {
"version" : "1.3.0" ,
"license" : "MIT" ,
"dependencies" : {
"@emotion/memoize" : "^0.9.0"
}
} ,
"node_modules/@emotion/memoize" : {
"version" : "0.9.0" ,
"license" : "MIT"
} ,
"node_modules/@emotion/react" : {
"version" : "11.13.0" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.18.3" ,
"@emotion/babel-plugin" : "^11.12.0" ,
"@emotion/cache" : "^11.13.0" ,
"@emotion/serialize" : "^1.3.0" ,
"@emotion/use-insertion-effect-with-fallbacks" : "^1.1.0" ,
"@emotion/utils" : "^1.4.0" ,
"@emotion/weak-memoize" : "^0.4.0" ,
"hoist-non-react-statics" : "^3.3.1"
} ,
"peerDependencies" : {
"react" : ">=16.8.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/@emotion/serialize" : {
"version" : "1.3.0" ,
"license" : "MIT" ,
"dependencies" : {
"@emotion/hash" : "^0.9.2" ,
"@emotion/memoize" : "^0.9.0" ,
"@emotion/unitless" : "^0.9.0" ,
"@emotion/utils" : "^1.4.0" ,
"csstype" : "^3.0.2"
}
} ,
"node_modules/@emotion/server" : {
"version" : "11.11.0" ,
"license" : "MIT" ,
"dependencies" : {
"@emotion/utils" : "^1.2.1" ,
"html-tokenize" : "^2.0.0" ,
"multipipe" : "^1.0.2" ,
"through" : "^2.3.8"
} ,
"peerDependencies" : {
"@emotion/css" : "^11.0.0-rc.0"
} ,
"peerDependenciesMeta" : {
"@emotion/css" : {
"optional" : true
}
}
} ,
"node_modules/@emotion/sheet" : {
"version" : "1.4.0" ,
"license" : "MIT"
} ,
"node_modules/@emotion/styled" : {
"version" : "11.13.0" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.18.3" ,
"@emotion/babel-plugin" : "^11.12.0" ,
"@emotion/is-prop-valid" : "^1.3.0" ,
"@emotion/serialize" : "^1.3.0" ,
"@emotion/use-insertion-effect-with-fallbacks" : "^1.1.0" ,
"@emotion/utils" : "^1.4.0"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.0.0-rc.0" ,
"react" : ">=16.8.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/@emotion/unitless" : {
"version" : "0.9.0" ,
"license" : "MIT"
} ,
"node_modules/@emotion/use-insertion-effect-with-fallbacks" : {
"version" : "1.1.0" ,
"license" : "MIT" ,
"peerDependencies" : {
"react" : ">=16.8.0"
}
} ,
"node_modules/@emotion/utils" : {
"version" : "1.4.0" ,
"license" : "MIT"
} ,
"node_modules/@emotion/weak-memoize" : {
"version" : "0.4.0" ,
"license" : "MIT"
} ,
"node_modules/@eslint-community/eslint-utils" : {
"version" : "4.4.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"eslint-visitor-keys" : "^3.3.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
}
} ,
"node_modules/@eslint-community/regexpp" : {
"version" : "4.11.0" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/@eslint/eslintrc" : {
"version" : "2.1.4" ,
"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/js" : {
"version" : "8.57.0" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
2024-08-09 21:11:12 +08:00
"node_modules/@floating-ui/core" : {
"version" : "1.6.7" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.7.tgz" ,
"integrity" : "sha512-yDzVT/Lm101nQ5TCVeK65LtdN7Tj4Qpr9RTXJ2vPFLqtLxwOrpoxAHAJI8J3yYWUc40J0BDBheaitK5SJmno2g==" ,
"dependencies" : {
"@floating-ui/utils" : "^0.2.7"
}
} ,
"node_modules/@floating-ui/dom" : {
"version" : "1.6.10" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.10.tgz" ,
"integrity" : "sha512-fskgCFv8J8OamCmyun8MfjB1Olfn+uZKjOKZ0vhYF3gRmEUXcGOjxWL8bBr7i4kIuPZ2KD2S3EUIOxnjC8kl2A==" ,
"dependencies" : {
"@floating-ui/core" : "^1.6.0" ,
"@floating-ui/utils" : "^0.2.7"
}
} ,
"node_modules/@floating-ui/react-dom" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.1.tgz" ,
"integrity" : "sha512-4h84MJt3CHrtG18mGsXuLCHMrug49d7DFkU0RMIyshRveBeyV2hmV/pDaF2Uxtu8kgq5r46llp5E5FQiR0K2Yg==" ,
"dependencies" : {
"@floating-ui/dom" : "^1.0.0"
} ,
"peerDependencies" : {
"react" : ">=16.8.0" ,
"react-dom" : ">=16.8.0"
}
} ,
"node_modules/@floating-ui/utils" : {
"version" : "0.2.7" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.7.tgz" ,
"integrity" : "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA=="
} ,
2024-08-06 21:47:34 +08:00
"node_modules/@humanwhocodes/config-array" : {
"version" : "0.11.14" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@humanwhocodes/object-schema" : "^2.0.2" ,
"debug" : "^4.3.1" ,
"minimatch" : "^3.0.5"
} ,
"engines" : {
"node" : ">=10.10.0"
}
} ,
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"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" ,
"dev" : true ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@isaacs/cliui/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex" : {
"version" : "6.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.5" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/set-array" : "^1.2.1" ,
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/set-array" : {
"version" : "1.2.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.0" ,
"license" : "MIT"
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.25" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
2024-08-09 21:11:12 +08:00
"node_modules/@mui/base" : {
"version" : "5.0.0-beta.40" ,
"resolved" : "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.40.tgz" ,
"integrity" : "sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==" ,
"dependencies" : {
"@babel/runtime" : "^7.23.9" ,
"@floating-ui/react-dom" : "^2.0.8" ,
"@mui/types" : "^7.2.14" ,
"@mui/utils" : "^5.15.14" ,
"@popperjs/core" : "^2.11.8" ,
"clsx" : "^2.1.0" ,
"prop-types" : "^15.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/@mui/core-downloads-tracker" : {
"version" : "5.16.6" ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
}
} ,
"node_modules/@mui/icons-material" : {
"version" : "5.16.6" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.23.9"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@mui/material" : "^5.0.0" ,
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
2024-08-09 21:11:12 +08:00
"node_modules/@mui/lab" : {
"version" : "5.0.0-alpha.173" ,
"resolved" : "https://registry.npmjs.org/@mui/lab/-/lab-5.0.0-alpha.173.tgz" ,
"integrity" : "sha512-Gt5zopIWwxDgGy/MXcp6GueD84xFFugFai4hYiXY0zowJpTVnIrTQCQXV004Q7rejJ7aaCntX9hpPJqCrioshA==" ,
"dependencies" : {
"@babel/runtime" : "^7.23.9" ,
"@mui/base" : "5.0.0-beta.40" ,
"@mui/system" : "^5.16.5" ,
"@mui/types" : "^7.2.15" ,
"@mui/utils" : "^5.16.5" ,
"clsx" : "^2.1.0" ,
"prop-types" : "^15.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.5.0" ,
"@emotion/styled" : "^11.3.0" ,
"@mui/material" : ">=5.15.0" ,
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
} ,
"@types/react" : {
"optional" : true
}
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/@mui/material" : {
"version" : "5.16.6" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.23.9" ,
"@mui/core-downloads-tracker" : "^5.16.6" ,
"@mui/system" : "^5.16.6" ,
"@mui/types" : "^7.2.15" ,
"@mui/utils" : "^5.16.6" ,
"@popperjs/core" : "^2.11.8" ,
"@types/react-transition-group" : "^4.4.10" ,
"clsx" : "^2.1.0" ,
"csstype" : "^3.1.3" ,
"prop-types" : "^15.8.1" ,
"react-is" : "^18.3.1" ,
"react-transition-group" : "^4.4.5"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.5.0" ,
"@emotion/styled" : "^11.3.0" ,
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0" ,
"react-dom" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
} ,
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/@mui/private-theming" : {
"version" : "5.16.6" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.23.9" ,
"@mui/utils" : "^5.16.6" ,
"prop-types" : "^15.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/@mui/styled-engine" : {
"version" : "5.16.6" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.23.9" ,
"@emotion/cache" : "^11.11.0" ,
"csstype" : "^3.1.3" ,
"prop-types" : "^15.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.4.1" ,
"@emotion/styled" : "^11.3.0" ,
"react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
}
}
} ,
"node_modules/@mui/system" : {
"version" : "5.16.6" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.23.9" ,
"@mui/private-theming" : "^5.16.6" ,
"@mui/styled-engine" : "^5.16.6" ,
"@mui/types" : "^7.2.15" ,
"@mui/utils" : "^5.16.6" ,
"clsx" : "^2.1.0" ,
"csstype" : "^3.1.3" ,
"prop-types" : "^15.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@emotion/react" : "^11.5.0" ,
"@emotion/styled" : "^11.3.0" ,
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/react" : {
"optional" : true
} ,
"@emotion/styled" : {
"optional" : true
} ,
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/@mui/types" : {
"version" : "7.2.15" ,
"license" : "MIT" ,
"peerDependencies" : {
"@types/react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/@mui/utils" : {
"version" : "5.16.6" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.23.9" ,
"@mui/types" : "^7.2.15" ,
"@types/prop-types" : "^15.7.12" ,
"clsx" : "^2.1.1" ,
"prop-types" : "^15.8.1" ,
"react-is" : "^18.3.1"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/mui-org"
} ,
"peerDependencies" : {
"@types/react" : "^17.0.0 || ^18.0.0" ,
"react" : "^17.0.0 || ^18.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
}
}
} ,
"node_modules/@next/env" : {
"version" : "14.2.5" ,
"license" : "MIT"
} ,
"node_modules/@next/eslint-plugin-next" : {
"version" : "14.2.5" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"glob" : "10.3.10"
}
} ,
2024-08-09 21:11:12 +08:00
"node_modules/@next/swc-darwin-arm64" : {
"version" : "14.2.5" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.5.tgz" ,
"integrity" : "sha512-/9zVxJ+K9lrzSGli1///ujyRfon/ZneeZ+v4ptpiPoOU+GKZnm8Wj8ELWU1Pm7GHltYRBklmXMTUqM/DqQ99FQ==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-darwin-x64" : {
"version" : "14.2.5" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.5.tgz" ,
"integrity" : "sha512-vXHOPCwfDe9qLDuq7U1OYM2wUY+KQ4Ex6ozwsKxp26BlJ6XXbHleOUldenM67JRyBfVjv371oneEvYd3H2gNSA==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-arm64-gnu" : {
"version" : "14.2.5" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.5.tgz" ,
"integrity" : "sha512-vlhB8wI+lj8q1ExFW8lbWutA4M2ZazQNvMWuEDqZcuJJc78iUnLdPPunBPX8rC4IgT6lIx/adB+Cwrl99MzNaA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-arm64-musl" : {
"version" : "14.2.5" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.5.tgz" ,
"integrity" : "sha512-NpDB9NUR2t0hXzJJwQSGu1IAOYybsfeB+LxpGsXrRIb7QOrYmidJz3shzY8cM6+rO4Aojuef0N/PEaX18pi9OA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/@next/swc-linux-x64-gnu" : {
"version" : "14.2.5" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-x64-musl" : {
"version" : "14.2.5" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
2024-08-09 21:11:12 +08:00
"node_modules/@next/swc-win32-arm64-msvc" : {
"version" : "14.2.5" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.5.tgz" ,
"integrity" : "sha512-1GpG2VhbspO+aYoMOQPQiqc/tG3LzmsdBH0LhnDS3JrtDx2QmzXe0B6mSZZiN3Bq7IOMXxv1nlsjzoS1+9mzZw==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-win32-ia32-msvc" : {
"version" : "14.2.5" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.5.tgz" ,
"integrity" : "sha512-Igh9ZlxwvCDsu6438FXlQTHlRno4gFpJzqPjSIBZooD22tKeI4fE/YMRoHVJHmrQ2P5YL1DoZ0qaOKkbeFWeMg==" ,
"cpu" : [
"ia32"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-win32-x64-msvc" : {
"version" : "14.2.5" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.5.tgz" ,
"integrity" : "sha512-tEQ7oinq1/CjSG9uSTerca3v4AZ+dFa+4Yu6ihaG8Ud8ddqLQgFGcnwYls13H5X5CPDPZJdYxyeMui6muOLd4g==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/@nodelib/fs.scandir" : {
"version" : "2.1.5" ,
"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" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.walk" : {
"version" : "1.2.8" ,
"license" : "MIT" ,
"dependencies" : {
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/@popperjs/core" : {
"version" : "2.11.8" ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/popperjs"
}
} ,
"node_modules/@rushstack/eslint-patch" : {
"version" : "1.10.4" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/@sindresorhus/is" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz" ,
"integrity" : "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/is?sponsor=1"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/@swc/counter" : {
"version" : "0.1.3" ,
"license" : "Apache-2.0"
} ,
"node_modules/@swc/helpers" : {
"version" : "0.5.5" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@swc/counter" : "^0.1.3" ,
"tslib" : "^2.4.0"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/@szmarczak/http-timer" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz" ,
"integrity" : "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==" ,
"dependencies" : {
"defer-to-connect" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@tauri-apps/api" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.3.tgz" ,
"integrity" : "sha512-840qk6n8rbXBXMA5/aAgTYsg5JAubKO0nXw5wf7IzGnUuYKGbB4oFBIZtXOIWy+E0kNTDI3qhq5iqsoMJfwp8g==" ,
2024-08-06 21:47:34 +08:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/tauri"
}
} ,
"node_modules/@tauri-apps/cli" : {
2024-10-22 22:10:01 +08:00
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/cli/-/cli-2.0.4.tgz" ,
"integrity" : "sha512-Hl9eFXz+O366+6su9PfaSzu2EJdFe1p8K8ghkWmi40dz8VmSE7vsMTaOStD0I71ckSOkh2ICDX7FQTBgjlpjWw==" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"bin" : {
"tauri" : "tauri.js"
} ,
"engines" : {
"node" : ">= 10"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/tauri"
} ,
"optionalDependencies" : {
2024-10-22 22:10:01 +08:00
"@tauri-apps/cli-darwin-arm64" : "2.0.4" ,
"@tauri-apps/cli-darwin-x64" : "2.0.4" ,
"@tauri-apps/cli-linux-arm-gnueabihf" : "2.0.4" ,
"@tauri-apps/cli-linux-arm64-gnu" : "2.0.4" ,
"@tauri-apps/cli-linux-arm64-musl" : "2.0.4" ,
"@tauri-apps/cli-linux-x64-gnu" : "2.0.4" ,
"@tauri-apps/cli-linux-x64-musl" : "2.0.4" ,
"@tauri-apps/cli-win32-arm64-msvc" : "2.0.4" ,
"@tauri-apps/cli-win32-ia32-msvc" : "2.0.4" ,
"@tauri-apps/cli-win32-x64-msvc" : "2.0.4"
}
} ,
"node_modules/@tauri-apps/cli-darwin-arm64" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/cli-darwin-arm64/-/cli-darwin-arm64-2.0.4.tgz" ,
"integrity" : "sha512-siH7rOHobb16rPbc11k64p1mxIpiRCkWmzs2qmL5IX21Gx9K5onI3Tk67Oqpf2uNupbYzItrOttaDT4NHFC7tw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tauri-apps/cli-darwin-x64" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/cli-darwin-x64/-/cli-darwin-x64-2.0.4.tgz" ,
"integrity" : "sha512-zIccfbCoZMfmUpnk6PFCV0keFyfVj1A9XV3Oiiitj/dkTZ9CQvzjhX3XC0XcK4rsTWegfr2PjSrK06aiPAROAw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tauri-apps/cli-linux-arm-gnueabihf" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/cli-linux-arm-gnueabihf/-/cli-linux-arm-gnueabihf-2.0.4.tgz" ,
"integrity" : "sha512-fgQqJzefOGWCBNg4yrVA82Rg4s1XQr5K0dc2rCxBhJfa696e8dQ1LDrnWq/AiO5r+uHfVaoQTIUvxxpFicYRSA==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tauri-apps/cli-linux-arm64-gnu" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/cli-linux-arm64-gnu/-/cli-linux-arm64-gnu-2.0.4.tgz" ,
"integrity" : "sha512-u8wbt5tPA9pI6j+d7jGrfOz9UVCiTp+IYzKNiIqlrDsAjqAUFaNXYHKqOUboeFWEmI4zoCWj6LgpS2OJTQ5FKg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tauri-apps/cli-linux-arm64-musl" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.0.4.tgz" ,
"integrity" : "sha512-hntF1V8e3V1hlrESm93PsghDhf3lA5pbvFrRfYxU1c+fVD/jRXGVw8BH3O1lW8MWwhEg1YdhKk01oAgsuHLuig==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
2024-08-06 21:47:34 +08:00
}
} ,
"node_modules/@tauri-apps/cli-linux-x64-gnu" : {
2024-10-22 22:10:01 +08:00
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/cli-linux-x64-gnu/-/cli-linux-x64-gnu-2.0.4.tgz" ,
"integrity" : "sha512-Iq1GGJb+oT1T0ZV8izrgf0cBtlzPCJaWcNueRbf1ZXquMf+FSTyQv+/Lo8rq5T6buOIJOH7cAOTuEWWqiCZteg==" ,
2024-08-06 21:47:34 +08:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tauri-apps/cli-linux-x64-musl" : {
2024-10-22 22:10:01 +08:00
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/cli-linux-x64-musl/-/cli-linux-x64-musl-2.0.4.tgz" ,
"integrity" : "sha512-9NTk6Pf0bSwXqCBdAA+PDYts9HeHebZzIo8mbRzRyUbER6QngG5HZb9Ka36Z1QWtJjdRy6uxSb4zb/9NuTeHfA==" ,
2024-08-06 21:47:34 +08:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/@tauri-apps/cli-win32-arm64-msvc" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/cli-win32-arm64-msvc/-/cli-win32-arm64-msvc-2.0.4.tgz" ,
"integrity" : "sha512-OF2e9oxiBFR8A8wVMOhUx9QGN/I1ZkquWC7gVQBnA56nx9PabJlDT08QBy5UD8USqZFVznnfNr2ehlheQahb3g==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tauri-apps/cli-win32-ia32-msvc" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/cli-win32-ia32-msvc/-/cli-win32-ia32-msvc-2.0.4.tgz" ,
"integrity" : "sha512-T+hCKB3rFP6q0saHHtR02hm6wr1ZPJ0Mkii3oRTxjPG6BBXoVzHNCYzvdgEGJPTA2sFuAQtJH764NRtNlDMifw==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tauri-apps/cli-win32-x64-msvc" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/cli-win32-x64-msvc/-/cli-win32-x64-msvc-2.0.4.tgz" ,
"integrity" : "sha512-GVaiI3KWRFLomjJmApHqihhYlkJ+7FqhumhVfBO6Z2tWzZjQyVQgTdNp0kYEuW2WoAYEj0dKY6qd4YM33xYcUA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@tauri-apps/plugin-dialog" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/plugin-dialog/-/plugin-dialog-2.0.1.tgz" ,
"integrity" : "sha512-fnUrNr6EfvTqdls/ufusU7h6UbNFzLKvHk/zTuOiBq01R3dTODqwctZlzakdbfSp/7pNwTKvgKTAgl/NAP/Z0Q==" ,
"dependencies" : {
"@tauri-apps/api" : "^2.0.0"
}
} ,
"node_modules/@tauri-apps/plugin-fs" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/plugin-fs/-/plugin-fs-2.0.1.tgz" ,
"integrity" : "sha512-PkeZG2WAob9Xpmr66aPvj+McDVgFjV2a7YBzYVZjiCvbGeMs6Yk09tlXhCe3EyZdT/pwWMSi8lXUace+hlsjsw==" ,
"dependencies" : {
"@tauri-apps/api" : "^2.0.0"
}
} ,
"node_modules/@tauri-apps/plugin-notification" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/plugin-notification/-/plugin-notification-2.0.0.tgz" ,
"integrity" : "sha512-6qEDYJS7mgXZWLXA0EFL+DVCJh8sJlzSoyw6B50pxhLPVFjc5Vr5DVzl5W3mUHaYhod5wsC984eQnlCCGqxYDA==" ,
"dependencies" : {
"@tauri-apps/api" : "^2.0.0"
}
} ,
"node_modules/@tauri-apps/plugin-process" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/plugin-process/-/plugin-process-2.0.0.tgz" ,
"integrity" : "sha512-OYzi0GnkrF4NAnsHZU7U3tjSoP0PbeAlO7T1Z+vJoBUH9sFQ1NSLqWYWQyf8hcb3gVWe7P1JggjiskO+LST1ug==" ,
"dependencies" : {
"@tauri-apps/api" : "^2.0.0"
}
} ,
"node_modules/@tauri-apps/tauri-inliner" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/tauri-inliner/-/tauri-inliner-1.14.1.tgz" ,
"integrity" : "sha512-IXlPbWXpKNz0dz1fplPAetBBzKA8kUaOvrrpyJ0jvxMihI9vKHaKP4GDyF89XCi0edXKv2MM+MWaaPVcmy12Bg==" ,
"deprecated" : "Tauri now uses a custom protocol for asset loading so this package is not used anymore." ,
"dependencies" : {
"ansi-escapes" : "^4.3.0" ,
"ansi-styles" : "^4.2.1" ,
"chalk" : "^3.0.0" ,
"charset" : "^1.0.1" ,
"cheerio" : "^0.22.0" ,
"debug" : "^4.1.1" ,
"es6-promise" : "^4.2.8" ,
"iconv-lite" : "^0.5.0" ,
"jschardet" : "^2.1.1" ,
"lodash" : "^4.17.15" ,
"mime" : "^2.4.4" ,
"minimist" : "^1.2.0" ,
"request" : "^2.88.0" ,
"svgo" : "^1.3.2" ,
"then-fs" : "^2.0.0" ,
"uglify-js" : "^3.7.4" ,
"update-notifier" : "^4.0.0"
} ,
"bin" : {
"inliner" : "cli/index.js"
}
} ,
"node_modules/@tauri-apps/tauri-inliner/node_modules/chalk" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz" ,
"integrity" : "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==" ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@tauri-apps/toml" : {
"version" : "2.2.4" ,
"resolved" : "https://registry.npmjs.org/@tauri-apps/toml/-/toml-2.2.4.tgz" ,
"integrity" : "sha512-NJV/pdgJObDlDWi5+MTHZ2qyNvdL0dlHqQ72nzQYXWbW1LHMPXgCJYl0pLqL1XxxLtxtInYbtVCGVAcwhGxdkw==" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/tauri"
}
} ,
"node_modules/@types/cacheable-request" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz" ,
"integrity" : "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==" ,
"dependencies" : {
"@types/http-cache-semantics" : "*" ,
"@types/keyv" : "^3.1.4" ,
"@types/node" : "*" ,
"@types/responselike" : "^1.0.0"
}
} ,
"node_modules/@types/glob" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz" ,
"integrity" : "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==" ,
"dependencies" : {
"@types/minimatch" : "*" ,
"@types/node" : "*"
}
} ,
"node_modules/@types/http-cache-semantics" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz" ,
"integrity" : "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA=="
} ,
2024-08-06 21:47:34 +08:00
"node_modules/@types/json5" : {
"version" : "0.0.29" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/@types/keyv" : {
"version" : "3.1.4" ,
"resolved" : "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz" ,
"integrity" : "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/@types/lodash" : {
"version" : "4.17.7" ,
2024-08-09 21:11:12 +08:00
"dev" : true ,
2024-08-06 21:47:34 +08:00
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/@types/minimatch" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz" ,
"integrity" : "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA=="
} ,
2024-08-06 21:47:34 +08:00
"node_modules/@types/node" : {
"version" : "20.14.14" ,
"license" : "MIT" ,
"dependencies" : {
"undici-types" : "~5.26.4"
}
} ,
"node_modules/@types/parse-json" : {
"version" : "4.0.2" ,
"license" : "MIT"
} ,
"node_modules/@types/prop-types" : {
"version" : "15.7.12" ,
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/@types/q" : {
"version" : "1.5.8" ,
"resolved" : "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz" ,
"integrity" : "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw=="
} ,
2024-08-06 21:47:34 +08:00
"node_modules/@types/react" : {
"version" : "18.3.3" ,
"license" : "MIT" ,
"dependencies" : {
"@types/prop-types" : "*" ,
"csstype" : "^3.0.2"
}
} ,
"node_modules/@types/react-dom" : {
"version" : "18.3.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/react" : "*"
}
} ,
"node_modules/@types/react-transition-group" : {
"version" : "4.4.10" ,
"license" : "MIT" ,
"dependencies" : {
"@types/react" : "*"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/@types/responselike" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz" ,
"integrity" : "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/@typescript-eslint/parser" : {
"version" : "7.2.0" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"@typescript-eslint/scope-manager" : "7.2.0" ,
"@typescript-eslint/types" : "7.2.0" ,
"@typescript-eslint/typescript-estree" : "7.2.0" ,
"@typescript-eslint/visitor-keys" : "7.2.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.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.2.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/types" : "7.2.0" ,
"@typescript-eslint/visitor-keys" : "7.2.0"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/types" : {
"version" : "7.2.0" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/typescript-estree" : {
"version" : "7.2.0" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"@typescript-eslint/types" : "7.2.0" ,
"@typescript-eslint/visitor-keys" : "7.2.0" ,
"debug" : "^4.3.4" ,
"globby" : "^11.1.0" ,
"is-glob" : "^4.0.3" ,
"minimatch" : "9.0.3" ,
"semver" : "^7.5.4" ,
"ts-api-utils" : "^1.0.1"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch" : {
"version" : "9.0.3" ,
"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/@typescript-eslint/typescript-estree/node_modules/minimatch/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver" : {
"version" : "7.6.3" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@typescript-eslint/visitor-keys" : {
"version" : "7.2.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/types" : "7.2.0" ,
"eslint-visitor-keys" : "^3.4.1"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@ungap/structured-clone" : {
"version" : "1.2.0" ,
"dev" : true ,
"license" : "ISC"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/abab" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz" ,
"integrity" : "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==" ,
"deprecated" : "Use your platform's native atob() and btoa() methods instead"
} ,
2024-08-06 21:47:34 +08:00
"node_modules/acorn" : {
"version" : "8.12.1" ,
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/acorn-globals" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz" ,
"integrity" : "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==" ,
"dependencies" : {
"acorn" : "^7.1.1" ,
"acorn-walk" : "^7.1.1"
}
} ,
"node_modules/acorn-globals/node_modules/acorn" : {
"version" : "7.4.1" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz" ,
"integrity" : "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==" ,
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/acorn-walk" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz" ,
"integrity" : "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/aggregate-error" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" ,
"integrity" : "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" ,
"dependencies" : {
"clean-stack" : "^2.0.0" ,
"indent-string" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/ajv" : {
"version" : "6.12.6" ,
"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"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/ansi-align" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz" ,
"integrity" : "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==" ,
"dependencies" : {
"string-width" : "^4.1.0"
}
} ,
"node_modules/ansi-align/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
} ,
"node_modules/ansi-align/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-escapes" : {
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz" ,
"integrity" : "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==" ,
"dependencies" : {
"type-fest" : "^0.21.3"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/ansi-escapes/node_modules/type-fest" : {
"version" : "0.21.3" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" ,
"integrity" : "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
} ,
"engines" : {
"node" : ">= 8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/aproba" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz" ,
"integrity" : "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
} ,
"node_modules/arch" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz" ,
"integrity" : "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
} ,
"node_modules/archive-type" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/archive-type/-/archive-type-4.0.0.tgz" ,
"integrity" : "sha512-zV4Ky0v1F8dBrdYElwTvQhweQ0P7Kwc1aluqJsYtOBP01jXcWCyW2IEfI1YiqsG+Iy7ZR+o5LF1N+PGECBxHWA==" ,
"dependencies" : {
"file-type" : "^4.2.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/archive-type/node_modules/file-type" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-4.4.0.tgz" ,
"integrity" : "sha512-f2UbFQEk7LXgWpi5ntcO86OeA/cC80fuDDDaX/fZ2ZGel+AF7leRQqBBW1eJNiiQkrZlAoM6P+VYP5P6bOlDEQ==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/are-we-there-yet" : {
"version" : "1.1.7" ,
"resolved" : "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz" ,
"integrity" : "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==" ,
"deprecated" : "This package is no longer supported." ,
"dependencies" : {
"delegates" : "^1.0.0" ,
"readable-stream" : "^2.0.6"
}
} ,
"node_modules/are-we-there-yet/node_modules/isarray" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" ,
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
} ,
"node_modules/are-we-there-yet/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/are-we-there-yet/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
"node_modules/argparse" : {
"version" : "2.0.1" ,
"dev" : true ,
"license" : "Python-2.0"
} ,
"node_modules/aria-query" : {
"version" : "5.1.3" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
2024-10-22 22:10:01 +08:00
"license" : "Apache-2.0" ,
"dependencies" : {
"deep-equal" : "^2.0.5"
}
} ,
"node_modules/array-buffer-byte-length" : {
"version" : "1.0.1" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.5" ,
"is-array-buffer" : "^3.0.4"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/array-find-index" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz" ,
"integrity" : "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/array-flatten" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/array-flatten/-/array-flatten-3.0.0.tgz" ,
"integrity" : "sha512-zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA=="
} ,
2024-08-06 21:47:34 +08:00
"node_modules/array-includes" : {
"version" : "3.1.8" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.4" ,
"is-string" : "^1.0.7"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/array-union" : {
"version" : "2.1.0" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/array.prototype.findlast" : {
"version" : "1.2.5" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-shim-unscopables" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/array.prototype.findlastindex" : {
"version" : "1.2.5" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-shim-unscopables" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/array.prototype.flat" : {
"version" : "1.3.2" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"es-shim-unscopables" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/array.prototype.flatmap" : {
"version" : "1.3.2" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"es-shim-unscopables" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/array.prototype.reduce" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.7.tgz" ,
"integrity" : "sha512-mzmiUCVwtiD4lgxYP8g7IYy8El8p2CSMePvIbTS7gchKir/L1fgJrk0yDKmAX6mnRQFKNADYIk8nNlTris5H1Q==" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-array-method-boxes-properly" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"is-string" : "^1.0.7"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/array.prototype.tosorted" : {
"version" : "1.1.4" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.3" ,
"es-errors" : "^1.3.0" ,
"es-shim-unscopables" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/arraybuffer.prototype.slice" : {
"version" : "1.0.3" ,
"license" : "MIT" ,
"dependencies" : {
"array-buffer-byte-length" : "^1.0.1" ,
"call-bind" : "^1.0.5" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.22.3" ,
"es-errors" : "^1.2.1" ,
"get-intrinsic" : "^1.2.3" ,
"is-array-buffer" : "^3.0.4" ,
"is-shared-array-buffer" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/arrify" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz" ,
"integrity" : "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/asap" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz" ,
"integrity" : "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
} ,
"node_modules/asn1" : {
"version" : "0.2.6" ,
"resolved" : "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz" ,
"integrity" : "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==" ,
"dependencies" : {
"safer-buffer" : "~2.1.0"
}
} ,
"node_modules/assert-plus" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz" ,
"integrity" : "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==" ,
"engines" : {
"node" : ">=0.8"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/ast-types-flow" : {
"version" : "0.0.8" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
} ,
"node_modules/at-least-node" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz" ,
"integrity" : "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" ,
"engines" : {
"node" : ">= 4.0.0"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/available-typed-arrays" : {
"version" : "1.0.7" ,
"license" : "MIT" ,
"dependencies" : {
"possible-typed-array-names" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/aws-sign2" : {
"version" : "0.7.0" ,
"resolved" : "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz" ,
"integrity" : "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==" ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/aws4" : {
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz" ,
"integrity" : "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw=="
} ,
2024-08-06 21:47:34 +08:00
"node_modules/axe-core" : {
"version" : "4.10.0" ,
"dev" : true ,
"license" : "MPL-2.0" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/axobject-query" : {
"version" : "3.1.1" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"deep-equal" : "^2.0.5"
}
} ,
"node_modules/babel-plugin-macros" : {
"version" : "3.1.0" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.12.5" ,
"cosmiconfig" : "^7.0.0" ,
"resolve" : "^1.19.0"
} ,
"engines" : {
"node" : ">=10" ,
"npm" : ">=6"
}
} ,
"node_modules/babel-plugin-macros/node_modules/resolve" : {
"version" : "1.22.8" ,
"license" : "MIT" ,
"dependencies" : {
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/base64-js" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
} ,
"node_modules/bcrypt-pbkdf" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz" ,
"integrity" : "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"tweetnacl" : "^0.14.3"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-build" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/bin-build/-/bin-build-3.0.0.tgz" ,
"integrity" : "sha512-jcUOof71/TNAI2uM5uoUaDq2ePcVBQ3R/qhxAz1rX7UfvduAL/RXD3jXzvn8cVcDJdGVkiR1shal3OH0ImpuhA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"decompress" : "^4.0.0" ,
"download" : "^6.2.2" ,
"execa" : "^0.7.0" ,
"p-map-series" : "^1.0.0" ,
"tempfile" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-check" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bin-check/-/bin-check-4.1.0.tgz" ,
"integrity" : "sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"execa" : "^0.7.0" ,
"executable" : "^4.1.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/bin-version/-/bin-version-3.1.0.tgz" ,
"integrity" : "sha512-Mkfm4iE1VFt4xd4vH+gx+0/71esbfus2LsnCGe8Pi4mndSPyT+NGES/Eg99jx8/lUGWfu3z2yuB/bt5UB+iVbQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"execa" : "^1.0.0" ,
"find-versions" : "^3.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version-check" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/bin-version-check/-/bin-version-check-4.0.0.tgz" ,
"integrity" : "sha512-sR631OrhC+1f8Cvs8WyVWOA33Y8tgwjETNPyyD/myRBXLkfS/vl74FmH/lFcRl9KY3zwGh7jFhvyk9vV3/3ilQ==" ,
"dependencies" : {
"bin-version" : "^3.0.0" ,
"semver" : "^5.6.0" ,
"semver-truncate" : "^1.1.2"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
"node" : ">=6"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version-check/node_modules/semver" : {
"version" : "5.7.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" ,
"integrity" : "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" ,
"bin" : {
"semver" : "bin/semver"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version/node_modules/cross-spawn" : {
"version" : "6.0.5" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz" ,
"integrity" : "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"nice-try" : "^1.0.4" ,
"path-key" : "^2.0.1" ,
"semver" : "^5.5.0" ,
"shebang-command" : "^1.2.0" ,
"which" : "^1.2.9"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4.8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version/node_modules/execa" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz" ,
"integrity" : "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==" ,
"dependencies" : {
"cross-spawn" : "^6.0.0" ,
"get-stream" : "^4.0.0" ,
"is-stream" : "^1.1.0" ,
"npm-run-path" : "^2.0.0" ,
"p-finally" : "^1.0.0" ,
"signal-exit" : "^3.0.0" ,
"strip-eof" : "^1.0.0"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
"node" : ">=6"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version/node_modules/get-stream" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz" ,
"integrity" : "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"pump" : "^3.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version/node_modules/path-key" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz" ,
"integrity" : "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" ,
"engines" : {
"node" : ">=4"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version/node_modules/semver" : {
"version" : "5.7.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" ,
"integrity" : "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" ,
"bin" : {
"semver" : "bin/semver"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version/node_modules/shebang-command" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz" ,
"integrity" : "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"shebang-regex" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version/node_modules/shebang-regex" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz" ,
"integrity" : "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version/node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-version/node_modules/which" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/which/-/which-1.3.1.tgz" ,
"integrity" : "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"isexe" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"bin" : {
"which" : "bin/which"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-4.1.0.tgz" ,
"integrity" : "sha512-hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"bin-check" : "^4.1.0" ,
"bin-version-check" : "^4.0.0" ,
"download" : "^7.1.0" ,
"import-lazy" : "^3.1.0" ,
"os-filter-obj" : "^2.0.0" ,
"pify" : "^4.0.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper/node_modules/@sindresorhus/is" : {
"version" : "0.7.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz" ,
"integrity" : "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/bin-wrapper/node_modules/cacheable-request" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz" ,
"integrity" : "sha512-vag0O2LKZ/najSoUwDbVlnlCFvhBE/7mGTY2B5FgCBDcRD+oVV1HYTOwM6JZfMg/hIcM6IwnTZ1uQQL5/X3xIQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"clone-response" : "1.0.2" ,
"get-stream" : "3.0.0" ,
"http-cache-semantics" : "3.8.1" ,
"keyv" : "3.0.0" ,
"lowercase-keys" : "1.0.0" ,
"normalize-url" : "2.0.1" ,
"responselike" : "1.0.2"
}
} ,
"node_modules/bin-wrapper/node_modules/cacheable-request/node_modules/lowercase-keys" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz" ,
"integrity" : "sha512-RPlX0+PHuvxVDZ7xX+EBVAp4RsVxP/TdDSN2mJYdiq1Lc4Hz7EUSjUI7RZrKKlmrIzVhf6Jo2stj7++gVarS0A==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper/node_modules/clone-response" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz" ,
"integrity" : "sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"mimic-response" : "^1.0.0"
}
} ,
"node_modules/bin-wrapper/node_modules/decompress-response" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz" ,
"integrity" : "sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==" ,
"dependencies" : {
"mimic-response" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper/node_modules/download" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/download/-/download-7.1.0.tgz" ,
"integrity" : "sha512-xqnBTVd/E+GxJVrX5/eUJiLYjCGPwMpdL+jGhGU57BvtcA7wwhtHVbXBeUk51kOpW3S7Jn3BQbN9Q1R1Km2qDQ==" ,
"dependencies" : {
"archive-type" : "^4.0.0" ,
"caw" : "^2.0.1" ,
"content-disposition" : "^0.5.2" ,
"decompress" : "^4.2.0" ,
"ext-name" : "^5.0.0" ,
"file-type" : "^8.1.0" ,
"filenamify" : "^2.0.0" ,
"get-stream" : "^3.0.0" ,
"got" : "^8.3.1" ,
"make-dir" : "^1.2.0" ,
"p-event" : "^2.1.0" ,
"pify" : "^3.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
}
} ,
"node_modules/bin-wrapper/node_modules/download/node_modules/pify" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz" ,
"integrity" : "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/bin-wrapper/node_modules/file-type" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-8.1.0.tgz" ,
"integrity" : "sha512-qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/bin-wrapper/node_modules/got" : {
"version" : "8.3.2" ,
"resolved" : "https://registry.npmjs.org/got/-/got-8.3.2.tgz" ,
"integrity" : "sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==" ,
"dependencies" : {
"@sindresorhus/is" : "^0.7.0" ,
"cacheable-request" : "^2.1.1" ,
"decompress-response" : "^3.3.0" ,
"duplexer3" : "^0.1.4" ,
"get-stream" : "^3.0.0" ,
"into-stream" : "^3.1.0" ,
"is-retry-allowed" : "^1.1.0" ,
"isurl" : "^1.0.0-alpha5" ,
"lowercase-keys" : "^1.0.0" ,
"mimic-response" : "^1.0.0" ,
"p-cancelable" : "^0.4.0" ,
"p-timeout" : "^2.0.1" ,
"pify" : "^3.0.0" ,
"safe-buffer" : "^5.1.1" ,
"timed-out" : "^4.0.1" ,
"url-parse-lax" : "^3.0.0" ,
"url-to-options" : "^1.0.1"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper/node_modules/got/node_modules/pify" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz" ,
"integrity" : "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==" ,
"engines" : {
"node" : ">=4"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper/node_modules/http-cache-semantics" : {
"version" : "3.8.1" ,
"resolved" : "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz" ,
"integrity" : "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper/node_modules/json-buffer" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz" ,
"integrity" : "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ=="
} ,
"node_modules/bin-wrapper/node_modules/keyv" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz" ,
"integrity" : "sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"json-buffer" : "3.0.0"
}
} ,
"node_modules/bin-wrapper/node_modules/lowercase-keys" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz" ,
"integrity" : "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper/node_modules/make-dir" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz" ,
"integrity" : "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"pify" : "^3.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
}
} ,
"node_modules/bin-wrapper/node_modules/make-dir/node_modules/pify" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz" ,
"integrity" : "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/bin-wrapper/node_modules/normalize-url" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz" ,
"integrity" : "sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==" ,
"dependencies" : {
"prepend-http" : "^2.0.0" ,
"query-string" : "^5.0.1" ,
"sort-keys" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper/node_modules/p-cancelable" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz" ,
"integrity" : "sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/bin-wrapper/node_modules/p-event" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/p-event/-/p-event-2.3.1.tgz" ,
"integrity" : "sha512-NQCqOFhbpVTMX4qMe8PF8lbGtzZ+LCiN7pcNrb/413Na7+TRoe1xkKUzuWa/YEJdGQ0FvKtj35EEbDoVPO2kbA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"p-timeout" : "^2.0.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper/node_modules/p-timeout" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz" ,
"integrity" : "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"p-finally" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper/node_modules/pify" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz" ,
"integrity" : "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/bin-wrapper/node_modules/prepend-http" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz" ,
"integrity" : "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/bin-wrapper/node_modules/responselike" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz" ,
"integrity" : "sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"lowercase-keys" : "^1.0.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bin-wrapper/node_modules/sort-keys" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz" ,
"integrity" : "sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"is-plain-obj" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/binary-extensions" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz" ,
"integrity" : "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/bl" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz" ,
"integrity" : "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==" ,
"dependencies" : {
"readable-stream" : "^2.3.5" ,
"safe-buffer" : "^5.1.1"
}
} ,
"node_modules/bl/node_modules/isarray" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" ,
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
} ,
"node_modules/bl/node_modules/readable-stream" : {
2024-08-06 21:47:34 +08:00
"version" : "2.3.8" ,
2024-10-22 22:10:01 +08:00
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/bl/node_modules/string_decoder" : {
2024-08-06 21:47:34 +08:00
"version" : "1.1.1" ,
2024-10-22 22:10:01 +08:00
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/boolbase" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" ,
"integrity" : "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/boxen" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz" ,
"integrity" : "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"ansi-align" : "^3.0.0" ,
"camelcase" : "^5.3.1" ,
"chalk" : "^3.0.0" ,
"cli-boxes" : "^2.2.0" ,
"string-width" : "^4.1.0" ,
"term-size" : "^2.1.0" ,
"type-fest" : "^0.8.1" ,
"widest-line" : "^3.1.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/boxen/node_modules/chalk" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz" ,
"integrity" : "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/boxen/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
} ,
"node_modules/boxen/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/boxen/node_modules/type-fest" : {
"version" : "0.8.1" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" ,
"integrity" : "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/brace-expansion" : {
"version" : "1.1.11" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
2024-10-22 22:10:01 +08:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/braces" : {
"version" : "3.0.3" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"fill-range" : "^7.1.1"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/browser-process-hrtime" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz" ,
"integrity" : "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/buffer" : {
"version" : "5.7.1" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" ,
"integrity" : "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.1.13"
}
} ,
"node_modules/buffer-alloc" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz" ,
"integrity" : "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==" ,
"dependencies" : {
"buffer-alloc-unsafe" : "^1.1.0" ,
"buffer-fill" : "^1.0.0"
}
} ,
"node_modules/buffer-alloc-unsafe" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz" ,
"integrity" : "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg=="
} ,
"node_modules/buffer-crc32" : {
"version" : "0.2.13" ,
"resolved" : "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz" ,
"integrity" : "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : "*"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/buffer-fill" : {
2024-08-06 21:47:34 +08:00
"version" : "1.0.0" ,
2024-10-22 22:10:01 +08:00
"resolved" : "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz" ,
"integrity" : "sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ=="
} ,
"node_modules/buffer-from" : {
"version" : "0.1.2" ,
"license" : "MIT"
} ,
"node_modules/busboy" : {
"version" : "1.6.0" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"streamsearch" : "^1.1.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10.16.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/cacheable-lookup" : {
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz" ,
"integrity" : "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==" ,
"engines" : {
"node" : ">=10.6.0"
}
} ,
"node_modules/cacheable-request" : {
"version" : "7.0.4" ,
"resolved" : "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz" ,
"integrity" : "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"clone-response" : "^1.0.2" ,
"get-stream" : "^5.1.0" ,
"http-cache-semantics" : "^4.0.0" ,
"keyv" : "^4.0.0" ,
"lowercase-keys" : "^2.0.0" ,
"normalize-url" : "^6.0.1" ,
"responselike" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/cacheable-request/node_modules/get-stream" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz" ,
"integrity" : "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"pump" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/call-bind" : {
"version" : "1.0.7" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
"set-function-length" : "^1.2.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/callsites" : {
"version" : "3.1.0" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/camelcase" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" ,
"integrity" : "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/camelcase-keys" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz" ,
"integrity" : "sha512-bA/Z/DERHKqoEOrp+qeGKw1QlvEQkGZSc0XaY6VnTxZr+Kv1G5zFwttpjv8qxZ/sBPT4nthwZaAcsAZTJlSKXQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"camelcase" : "^2.0.0" ,
"map-obj" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/camelcase-keys/node_modules/camelcase" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz" ,
"integrity" : "sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/caniuse-lite" : {
"version" : "1.0.30001643" ,
"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/caseless" : {
"version" : "0.12.0" ,
"resolved" : "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz" ,
"integrity" : "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
} ,
"node_modules/caw" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/caw/-/caw-2.0.1.tgz" ,
"integrity" : "sha512-Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==" ,
"dependencies" : {
"get-proxy" : "^2.0.0" ,
"isurl" : "^1.0.0-alpha5" ,
"tunnel-agent" : "^0.6.0" ,
"url-to-options" : "^1.0.1"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/chalk" : {
"version" : "4.1.2" ,
"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/chardet" : {
"version" : "0.7.0" ,
"resolved" : "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz" ,
"integrity" : "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
} ,
"node_modules/charset" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/charset/-/charset-1.0.1.tgz" ,
"integrity" : "sha512-6dVyOOYjpfFcL1Y4qChrAoQLRHvj2ziyhcm0QJlhOcAhykL/k1kTUPbeo+87MNRTRdk2OIIsIXbuF3x2wi5EXg==" ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/cheerio" : {
"version" : "0.22.0" ,
"resolved" : "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz" ,
"integrity" : "sha512-8/MzidM6G/TgRelkzDG13y3Y9LxBjCb+8yOEZ9+wwq5gVF2w2pV0wmHvjfT0RvuxGyR7UEuK36r+yYMbT4uKgA==" ,
"dependencies" : {
"css-select" : "~1.2.0" ,
"dom-serializer" : "~0.1.0" ,
"entities" : "~1.1.1" ,
"htmlparser2" : "^3.9.1" ,
"lodash.assignin" : "^4.0.9" ,
"lodash.bind" : "^4.1.4" ,
"lodash.defaults" : "^4.0.1" ,
"lodash.filter" : "^4.4.0" ,
"lodash.flatten" : "^4.2.0" ,
"lodash.foreach" : "^4.3.0" ,
"lodash.map" : "^4.4.0" ,
"lodash.merge" : "^4.4.0" ,
"lodash.pick" : "^4.2.1" ,
"lodash.reduce" : "^4.4.0" ,
"lodash.reject" : "^4.4.0" ,
"lodash.some" : "^4.4.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/chokidar" : {
"version" : "3.5.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.5.0.tgz" ,
"integrity" : "sha512-JgQM9JS92ZbFR4P90EvmzNpSGhpPBGBSj10PILeDyYFwp4h2/D9OM03wsJ4zW1fEp4ka2DGrnUeD7FuvQ2aZ2Q==" ,
"dependencies" : {
"anymatch" : "~3.1.1" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.0" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.5.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.1"
}
} ,
"node_modules/chokidar/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/chownr" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz" ,
"integrity" : "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
} ,
"node_modules/ci-info" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz" ,
"integrity" : "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="
} ,
"node_modules/clean-stack" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" ,
"integrity" : "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/cli-boxes" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz" ,
"integrity" : "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==" ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/cli-cursor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz" ,
"integrity" : "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" ,
"dependencies" : {
"restore-cursor" : "^3.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cli-width" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz" ,
"integrity" : "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==" ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/client-only" : {
"version" : "0.0.1" ,
"license" : "MIT"
} ,
"node_modules/clone-deep" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz" ,
"integrity" : "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==" ,
"dependencies" : {
"is-plain-object" : "^2.0.4" ,
"kind-of" : "^6.0.2" ,
"shallow-clone" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/clone-response" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz" ,
"integrity" : "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==" ,
"dependencies" : {
"mimic-response" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/clsx" : {
"version" : "2.1.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/coa" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz" ,
"integrity" : "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==" ,
"dependencies" : {
"@types/q" : "^1.5.1" ,
"chalk" : "^2.4.1" ,
"q" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 4.0"
}
} ,
"node_modules/coa/node_modules/ansi-styles" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" ,
"integrity" : "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" ,
"dependencies" : {
"color-convert" : "^1.9.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/coa/node_modules/chalk" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" ,
"integrity" : "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" ,
"dependencies" : {
"ansi-styles" : "^3.2.1" ,
"escape-string-regexp" : "^1.0.5" ,
"supports-color" : "^5.3.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/coa/node_modules/color-convert" : {
"version" : "1.9.3" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" ,
"integrity" : "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" ,
"dependencies" : {
"color-name" : "1.1.3"
}
} ,
"node_modules/coa/node_modules/color-name" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" ,
"integrity" : "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
} ,
"node_modules/coa/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/coa/node_modules/has-flag" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" ,
"integrity" : "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/coa/node_modules/supports-color" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" ,
"integrity" : "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" ,
"dependencies" : {
"has-flag" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/code-point-at" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz" ,
"integrity" : "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/color" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/color/-/color-3.2.1.tgz" ,
"integrity" : "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==" ,
"dependencies" : {
"color-convert" : "^1.9.3" ,
"color-string" : "^1.6.0"
}
} ,
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"license" : "MIT" ,
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/color-name" : {
"version" : "1.1.4" ,
"license" : "MIT"
} ,
"node_modules/color-string" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz" ,
"integrity" : "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==" ,
"dependencies" : {
"color-name" : "^1.0.0" ,
"simple-swizzle" : "^0.2.2"
}
} ,
"node_modules/color/node_modules/color-convert" : {
"version" : "1.9.3" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" ,
"integrity" : "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" ,
"dependencies" : {
"color-name" : "1.1.3"
}
} ,
"node_modules/color/node_modules/color-name" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" ,
"integrity" : "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
} ,
"node_modules/combined-stream" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" ,
"integrity" : "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" ,
"dependencies" : {
"delayed-stream" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/commander" : {
"version" : "2.20.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"license" : "MIT"
} ,
"node_modules/config-chain" : {
"version" : "1.1.13" ,
"resolved" : "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz" ,
"integrity" : "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==" ,
"dependencies" : {
"ini" : "^1.3.4" ,
"proto-list" : "~1.2.1"
}
} ,
"node_modules/configstore" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz" ,
"integrity" : "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==" ,
"dependencies" : {
"dot-prop" : "^5.2.0" ,
"graceful-fs" : "^4.1.2" ,
"make-dir" : "^3.0.0" ,
"unique-string" : "^2.0.0" ,
"write-file-atomic" : "^3.0.0" ,
"xdg-basedir" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/console-control-strings" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" ,
"integrity" : "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
} ,
"node_modules/console-stream" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz" ,
"integrity" : "sha512-QC/8l9e6ofi6nqZ5PawlDgzmMw3OxIXtvolBzap/F4UDBJlDaZRSNbL/lb41C29FcbSJncBFlJFj2WJoNyZRfQ=="
} ,
"node_modules/content-disposition" : {
"version" : "0.5.4" ,
"resolved" : "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz" ,
"integrity" : "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" ,
"dependencies" : {
"safe-buffer" : "5.2.1"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/content-disposition/node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
} ,
"node_modules/convert-source-map" : {
"version" : "1.9.0" ,
"license" : "MIT"
} ,
"node_modules/core-util-is" : {
"version" : "1.0.3" ,
"license" : "MIT"
} ,
"node_modules/cosmiconfig" : {
"version" : "7.1.0" ,
"license" : "MIT" ,
"dependencies" : {
"@types/parse-json" : "^4.0.0" ,
"import-fresh" : "^3.2.1" ,
"parse-json" : "^5.0.0" ,
"path-type" : "^4.0.0" ,
"yaml" : "^1.10.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/cross-spawn" : {
"version" : "7.0.3" ,
"license" : "MIT" ,
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/crypto-random-string" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz" ,
"integrity" : "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/css-select" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz" ,
"integrity" : "sha512-dUQOBoqdR7QwV90WysXPLXG5LO7nhYBgiWVfxF80DKPF8zx1t/pUd2FYy73emg3zrjtM6dzmYgbHKfV2rxiHQA==" ,
"dependencies" : {
"boolbase" : "~1.0.0" ,
"css-what" : "2.1" ,
"domutils" : "1.5.1" ,
"nth-check" : "~1.0.1"
}
} ,
"node_modules/css-select-base-adapter" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz" ,
"integrity" : "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
} ,
"node_modules/css-tree" : {
"version" : "1.0.0-alpha.37" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz" ,
"integrity" : "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==" ,
"dependencies" : {
"mdn-data" : "2.0.4" ,
"source-map" : "^0.6.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/css-tree/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/css-what" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz" ,
"integrity" : "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==" ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/csso" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz" ,
"integrity" : "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==" ,
"dependencies" : {
"css-tree" : "^1.1.2"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/csso/node_modules/css-tree" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz" ,
"integrity" : "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==" ,
"dependencies" : {
"mdn-data" : "2.0.14" ,
"source-map" : "^0.6.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/csso/node_modules/mdn-data" : {
"version" : "2.0.14" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz" ,
"integrity" : "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
} ,
"node_modules/csso/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/cssom" : {
"version" : "0.4.4" ,
"resolved" : "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz" ,
"integrity" : "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
} ,
"node_modules/cssstyle" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz" ,
"integrity" : "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==" ,
"dependencies" : {
"cssom" : "~0.3.6"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cssstyle/node_modules/cssom" : {
"version" : "0.3.8" ,
"resolved" : "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz" ,
"integrity" : "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
} ,
"node_modules/csstype" : {
"version" : "3.1.3" ,
"license" : "MIT"
} ,
"node_modules/currently-unhandled" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz" ,
"integrity" : "sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==" ,
"dependencies" : {
"array-find-index" : "^1.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/damerau-levenshtein" : {
"version" : "1.0.8" ,
"dev" : true ,
"license" : "BSD-2-Clause"
} ,
"node_modules/dashdash" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz" ,
"integrity" : "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==" ,
"dependencies" : {
"assert-plus" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/data-urls" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz" ,
"integrity" : "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==" ,
"dependencies" : {
"abab" : "^2.0.3" ,
"whatwg-mimetype" : "^2.3.0" ,
"whatwg-url" : "^8.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/data-view-buffer" : {
"version" : "1.0.1" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/data-view-byte-length" : {
"version" : "1.0.1" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/data-view-byte-offset" : {
"version" : "1.0.0" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/debug" : {
"version" : "4.3.6" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "2.1.2"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/decamelize" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" ,
"integrity" : "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/decimal.js" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz" ,
"integrity" : "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA=="
} ,
"node_modules/decode-uri-component" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz" ,
"integrity" : "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==" ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/decompress" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz" ,
"integrity" : "sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==" ,
"dependencies" : {
"decompress-tar" : "^4.0.0" ,
"decompress-tarbz2" : "^4.0.0" ,
"decompress-targz" : "^4.0.0" ,
"decompress-unzip" : "^4.0.1" ,
"graceful-fs" : "^4.1.10" ,
"make-dir" : "^1.0.0" ,
"pify" : "^2.3.0" ,
"strip-dirs" : "^2.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/decompress-response" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz" ,
"integrity" : "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==" ,
"dependencies" : {
"mimic-response" : "^3.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/decompress-response/node_modules/mimic-response" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz" ,
"integrity" : "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/decompress-tar" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/decompress-tar/-/decompress-tar-4.1.1.tgz" ,
"integrity" : "sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==" ,
"dependencies" : {
"file-type" : "^5.2.0" ,
"is-stream" : "^1.1.0" ,
"tar-stream" : "^1.5.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/decompress-tar/node_modules/file-type" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz" ,
"integrity" : "sha512-Iq1nJ6D2+yIO4c8HHg4fyVb8mAJieo1Oloy1mLLaB2PvezNedhBVm+QU7g0qM42aiMbRXTxKKwGD17rjKNJYVQ==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/decompress-tarbz2" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz" ,
"integrity" : "sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==" ,
"dependencies" : {
"decompress-tar" : "^4.1.0" ,
"file-type" : "^6.1.0" ,
"is-stream" : "^1.1.0" ,
"seek-bzip" : "^1.0.5" ,
"unbzip2-stream" : "^1.0.9"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/decompress-tarbz2/node_modules/file-type" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-6.2.0.tgz" ,
"integrity" : "sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/decompress-targz" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/decompress-targz/-/decompress-targz-4.1.1.tgz" ,
"integrity" : "sha512-4z81Znfr6chWnRDNfFNqLwPvm4db3WuZkqV+UgXQzSngG3CEKdBkw5jrv3axjjL96glyiiKjsxJG3X6WBZwX3w==" ,
"dependencies" : {
"decompress-tar" : "^4.1.1" ,
"file-type" : "^5.2.0" ,
"is-stream" : "^1.1.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/decompress-targz/node_modules/file-type" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz" ,
"integrity" : "sha512-Iq1nJ6D2+yIO4c8HHg4fyVb8mAJieo1Oloy1mLLaB2PvezNedhBVm+QU7g0qM42aiMbRXTxKKwGD17rjKNJYVQ==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/decompress-unzip" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-4.0.1.tgz" ,
"integrity" : "sha512-1fqeluvxgnn86MOh66u8FjbtJpAFv5wgCT9Iw8rcBqQcCo5tO8eiJw7NNTrvt9n4CRBVq7CstiS922oPgyGLrw==" ,
"dependencies" : {
"file-type" : "^3.8.0" ,
"get-stream" : "^2.2.0" ,
"pify" : "^2.3.0" ,
"yauzl" : "^2.4.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/decompress-unzip/node_modules/file-type" : {
"version" : "3.9.0" ,
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz" ,
"integrity" : "sha512-RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/decompress-unzip/node_modules/get-stream" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz" ,
"integrity" : "sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==" ,
"dependencies" : {
"object-assign" : "^4.0.1" ,
"pinkie-promise" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/decompress-unzip/node_modules/pify" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" ,
"integrity" : "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/decompress/node_modules/make-dir" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz" ,
"integrity" : "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==" ,
"dependencies" : {
"pify" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/decompress/node_modules/make-dir/node_modules/pify" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz" ,
"integrity" : "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/decompress/node_modules/pify" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" ,
"integrity" : "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/deep-equal" : {
"version" : "2.2.3" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"array-buffer-byte-length" : "^1.0.0" ,
"call-bind" : "^1.0.5" ,
"es-get-iterator" : "^1.1.3" ,
"get-intrinsic" : "^1.2.2" ,
"is-arguments" : "^1.1.1" ,
"is-array-buffer" : "^3.0.2" ,
"is-date-object" : "^1.0.5" ,
"is-regex" : "^1.1.4" ,
"is-shared-array-buffer" : "^1.0.2" ,
"isarray" : "^2.0.5" ,
"object-is" : "^1.1.5" ,
"object-keys" : "^1.1.1" ,
"object.assign" : "^4.1.4" ,
"regexp.prototype.flags" : "^1.5.1" ,
"side-channel" : "^1.0.4" ,
"which-boxed-primitive" : "^1.0.2" ,
"which-collection" : "^1.0.1" ,
"which-typed-array" : "^1.1.13"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/deep-equal/node_modules/isarray" : {
"version" : "2.0.5" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/deep-extend" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" ,
"integrity" : "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/deep-is" : {
"version" : "0.1.4" ,
"license" : "MIT"
} ,
"node_modules/defer-to-connect" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz" ,
"integrity" : "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/define-data-property" : {
"version" : "1.1.4" ,
"license" : "MIT" ,
"dependencies" : {
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/define-properties" : {
"version" : "1.2.1" ,
"license" : "MIT" ,
"dependencies" : {
"define-data-property" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.0" ,
"object-keys" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/delegates" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" ,
"integrity" : "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ=="
} ,
"node_modules/detect-libc" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz" ,
"integrity" : "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==" ,
"bin" : {
"detect-libc" : "bin/detect-libc.js"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/dir-glob" : {
"version" : "3.0.1" ,
"license" : "MIT" ,
"dependencies" : {
"path-type" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/doctrine" : {
"version" : "3.0.0" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"esutils" : "^2.0.2"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/dom-helpers" : {
"version" : "5.2.1" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.8.7" ,
"csstype" : "^3.0.2"
}
} ,
"node_modules/dom-serializer" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.1.tgz" ,
"integrity" : "sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==" ,
"dependencies" : {
"domelementtype" : "^1.3.0" ,
"entities" : "^1.1.1"
}
} ,
"node_modules/domelementtype" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz" ,
"integrity" : "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
} ,
"node_modules/domexception" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz" ,
"integrity" : "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==" ,
"deprecated" : "Use your platform's native DOMException instead" ,
"dependencies" : {
"webidl-conversions" : "^5.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/domexception/node_modules/webidl-conversions" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz" ,
"integrity" : "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/domhandler" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz" ,
"integrity" : "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==" ,
"dependencies" : {
"domelementtype" : "1"
}
} ,
"node_modules/domutils" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz" ,
"integrity" : "sha512-gSu5Oi/I+3wDENBsOWBiRK1eoGxcywYSqg3rR960/+EfY0CF4EX1VPkgHOZ3WiS/Jg2DtliF6BhWcHlfpYUcGw==" ,
"dependencies" : {
"dom-serializer" : "0" ,
"domelementtype" : "1"
}
} ,
"node_modules/dot-prop" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz" ,
"integrity" : "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" ,
"dependencies" : {
"is-obj" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/download" : {
"version" : "6.2.5" ,
"resolved" : "https://registry.npmjs.org/download/-/download-6.2.5.tgz" ,
"integrity" : "sha512-DpO9K1sXAST8Cpzb7kmEhogJxymyVUd5qz/vCOSyvwtp2Klj2XcDt5YUuasgxka44SxF0q5RriKIwJmQHG2AuA==" ,
"dependencies" : {
"caw" : "^2.0.0" ,
"content-disposition" : "^0.5.2" ,
"decompress" : "^4.0.0" ,
"ext-name" : "^5.0.0" ,
"file-type" : "5.2.0" ,
"filenamify" : "^2.0.0" ,
"get-stream" : "^3.0.0" ,
"got" : "^7.0.0" ,
"make-dir" : "^1.0.0" ,
"p-event" : "^1.0.0" ,
"pify" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/download/node_modules/decompress-response" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz" ,
"integrity" : "sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==" ,
"dependencies" : {
"mimic-response" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/download/node_modules/file-type" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz" ,
"integrity" : "sha512-Iq1nJ6D2+yIO4c8HHg4fyVb8mAJieo1Oloy1mLLaB2PvezNedhBVm+QU7g0qM42aiMbRXTxKKwGD17rjKNJYVQ==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/download/node_modules/got" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/got/-/got-7.1.0.tgz" ,
"integrity" : "sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==" ,
"dependencies" : {
"decompress-response" : "^3.2.0" ,
"duplexer3" : "^0.1.4" ,
"get-stream" : "^3.0.0" ,
"is-plain-obj" : "^1.1.0" ,
"is-retry-allowed" : "^1.0.0" ,
"is-stream" : "^1.0.0" ,
"isurl" : "^1.0.0-alpha5" ,
"lowercase-keys" : "^1.0.0" ,
"p-cancelable" : "^0.3.0" ,
"p-timeout" : "^1.1.1" ,
"safe-buffer" : "^5.0.1" ,
"timed-out" : "^4.0.0" ,
"url-parse-lax" : "^1.0.0" ,
"url-to-options" : "^1.0.1"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/download/node_modules/lowercase-keys" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz" ,
"integrity" : "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/download/node_modules/make-dir" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz" ,
"integrity" : "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==" ,
"dependencies" : {
"pify" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/download/node_modules/p-cancelable" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.3.0.tgz" ,
"integrity" : "sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/download/node_modules/p-timeout" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz" ,
"integrity" : "sha512-gb0ryzr+K2qFqFv6qi3khoeqMZF/+ajxQipEF6NteZVnvz9tzdsfAVj3lYtn1gAXvH5lfLwfxEII799gt/mRIA==" ,
"dependencies" : {
"p-finally" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/download/node_modules/prepend-http" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz" ,
"integrity" : "sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/download/node_modules/url-parse-lax" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz" ,
"integrity" : "sha512-BVA4lR5PIviy2PMseNd2jbFQ+jwSwQGdJejf5ctd1rEXt0Ypd7yanUK9+lYechVlN5VaTJGsu2U/3MDDu6KgBA==" ,
"dependencies" : {
"prepend-http" : "^1.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/duplexer2" : {
"version" : "0.1.4" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"readable-stream" : "^2.0.2"
}
} ,
"node_modules/duplexer2/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"license" : "MIT" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/duplexer2/node_modules/readable-stream/node_modules/isarray" : {
"version" : "1.0.0" ,
"license" : "MIT"
} ,
"node_modules/duplexer2/node_modules/readable-stream/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
"node_modules/duplexer3" : {
"version" : "0.1.5" ,
"resolved" : "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.5.tgz" ,
"integrity" : "sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA=="
} ,
"node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/ecc-jsbn" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz" ,
"integrity" : "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==" ,
"dependencies" : {
"jsbn" : "~0.1.0" ,
"safer-buffer" : "^2.1.0"
}
} ,
"node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/end-of-stream" : {
"version" : "1.4.4" ,
"resolved" : "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz" ,
"integrity" : "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" ,
"dependencies" : {
"once" : "^1.4.0"
}
} ,
"node_modules/enhanced-resolve" : {
"version" : "5.17.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.2.0"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/entities" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz" ,
"integrity" : "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w=="
} ,
"node_modules/error-ex" : {
"version" : "1.3.2" ,
"license" : "MIT" ,
"dependencies" : {
"is-arrayish" : "^0.2.1"
}
} ,
"node_modules/es-abstract" : {
"version" : "1.23.3" ,
"license" : "MIT" ,
"dependencies" : {
"array-buffer-byte-length" : "^1.0.1" ,
"arraybuffer.prototype.slice" : "^1.0.3" ,
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
"data-view-buffer" : "^1.0.1" ,
"data-view-byte-length" : "^1.0.1" ,
"data-view-byte-offset" : "^1.0.0" ,
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-set-tostringtag" : "^2.0.3" ,
"es-to-primitive" : "^1.2.1" ,
"function.prototype.name" : "^1.1.6" ,
"get-intrinsic" : "^1.2.4" ,
"get-symbol-description" : "^1.0.2" ,
"globalthis" : "^1.0.3" ,
"gopd" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.2" ,
"has-proto" : "^1.0.3" ,
"has-symbols" : "^1.0.3" ,
"hasown" : "^2.0.2" ,
"internal-slot" : "^1.0.7" ,
"is-array-buffer" : "^3.0.4" ,
"is-callable" : "^1.2.7" ,
"is-data-view" : "^1.0.1" ,
"is-negative-zero" : "^2.0.3" ,
"is-regex" : "^1.1.4" ,
"is-shared-array-buffer" : "^1.0.3" ,
"is-string" : "^1.0.7" ,
"is-typed-array" : "^1.1.13" ,
"is-weakref" : "^1.0.2" ,
"object-inspect" : "^1.13.1" ,
"object-keys" : "^1.1.1" ,
"object.assign" : "^4.1.5" ,
"regexp.prototype.flags" : "^1.5.2" ,
"safe-array-concat" : "^1.1.2" ,
"safe-regex-test" : "^1.0.3" ,
"string.prototype.trim" : "^1.2.9" ,
"string.prototype.trimend" : "^1.0.8" ,
"string.prototype.trimstart" : "^1.0.8" ,
"typed-array-buffer" : "^1.0.2" ,
"typed-array-byte-length" : "^1.0.1" ,
"typed-array-byte-offset" : "^1.0.2" ,
"typed-array-length" : "^1.0.6" ,
"unbox-primitive" : "^1.0.2" ,
"which-typed-array" : "^1.1.15"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/es-array-method-boxes-properly" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz" ,
"integrity" : "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA=="
} ,
"node_modules/es-define-property" : {
"version" : "1.0.0" ,
"license" : "MIT" ,
"dependencies" : {
"get-intrinsic" : "^1.2.4"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-get-iterator" : {
"version" : "1.1.3" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"get-intrinsic" : "^1.1.3" ,
"has-symbols" : "^1.0.3" ,
"is-arguments" : "^1.1.1" ,
"is-map" : "^2.0.2" ,
"is-set" : "^2.0.2" ,
"is-string" : "^1.0.7" ,
"isarray" : "^2.0.5" ,
"stop-iteration-iterator" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/es-get-iterator/node_modules/isarray" : {
"version" : "2.0.5" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/es-iterator-helpers" : {
"version" : "1.0.19" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.3" ,
"es-errors" : "^1.3.0" ,
"es-set-tostringtag" : "^2.0.3" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
"globalthis" : "^1.0.3" ,
"has-property-descriptors" : "^1.0.2" ,
"has-proto" : "^1.0.3" ,
"has-symbols" : "^1.0.3" ,
"internal-slot" : "^1.0.7" ,
"iterator.prototype" : "^1.1.2" ,
"safe-array-concat" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-object-atoms" : {
"version" : "1.0.0" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-set-tostringtag" : {
"version" : "2.0.3" ,
"license" : "MIT" ,
"dependencies" : {
"get-intrinsic" : "^1.2.4" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-shim-unscopables" : {
"version" : "1.0.2" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"hasown" : "^2.0.0"
}
} ,
"node_modules/es-to-primitive" : {
"version" : "1.2.1" ,
"license" : "MIT" ,
"dependencies" : {
"is-callable" : "^1.1.4" ,
"is-date-object" : "^1.0.1" ,
"is-symbol" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/es6-promise" : {
"version" : "4.2.8" ,
"resolved" : "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz" ,
"integrity" : "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w=="
} ,
"node_modules/escape-goat" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz" ,
"integrity" : "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/escodegen" : {
"version" : "1.14.3" ,
"resolved" : "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz" ,
"integrity" : "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==" ,
"dependencies" : {
"esprima" : "^4.0.1" ,
"estraverse" : "^4.2.0" ,
"esutils" : "^2.0.2" ,
"optionator" : "^0.8.1"
} ,
"bin" : {
"escodegen" : "bin/escodegen.js" ,
"esgenerate" : "bin/esgenerate.js"
} ,
"engines" : {
"node" : ">=4.0"
} ,
"optionalDependencies" : {
"source-map" : "~0.6.1"
}
} ,
"node_modules/escodegen/node_modules/estraverse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" ,
"integrity" : "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/escodegen/node_modules/levn" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz" ,
"integrity" : "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==" ,
"dependencies" : {
"prelude-ls" : "~1.1.2" ,
"type-check" : "~0.3.2"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/escodegen/node_modules/optionator" : {
"version" : "0.8.3" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz" ,
"integrity" : "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==" ,
"dependencies" : {
"deep-is" : "~0.1.3" ,
"fast-levenshtein" : "~2.0.6" ,
"levn" : "~0.3.0" ,
"prelude-ls" : "~1.1.2" ,
"type-check" : "~0.3.2" ,
"word-wrap" : "~1.2.3"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/escodegen/node_modules/prelude-ls" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz" ,
"integrity" : "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==" ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/escodegen/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/escodegen/node_modules/type-check" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz" ,
"integrity" : "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==" ,
"dependencies" : {
"prelude-ls" : "~1.1.2"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/eslint" : {
"version" : "8.57.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.6.1" ,
"@eslint/eslintrc" : "^2.1.4" ,
"@eslint/js" : "8.57.0" ,
"@humanwhocodes/config-array" : "^0.11.14" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@nodelib/fs.walk" : "^1.2.8" ,
"@ungap/structured-clone" : "^1.2.0" ,
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.2" ,
"debug" : "^4.3.2" ,
"doctrine" : "^3.0.0" ,
"escape-string-regexp" : "^4.0.0" ,
"eslint-scope" : "^7.2.2" ,
"eslint-visitor-keys" : "^3.4.3" ,
"espree" : "^9.6.1" ,
2024-08-06 21:47:34 +08:00
"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" ,
2024-10-22 22:10:01 +08:00
"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-next" : {
"version" : "14.2.5" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@next/eslint-plugin-next" : "14.2.5" ,
"@rushstack/eslint-patch" : "^1.3.3" ,
"@typescript-eslint/parser" : "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0" ,
"eslint-import-resolver-node" : "^0.3.6" ,
"eslint-import-resolver-typescript" : "^3.5.2" ,
"eslint-plugin-import" : "^2.28.1" ,
"eslint-plugin-jsx-a11y" : "^6.7.1" ,
"eslint-plugin-react" : "^7.33.2" ,
"eslint-plugin-react-hooks" : "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705"
} ,
"peerDependencies" : {
"eslint" : "^7.23.0 || ^8.0.0" ,
"typescript" : ">=3.3.1"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/eslint-import-resolver-node" : {
"version" : "0.3.9" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^3.2.7" ,
"is-core-module" : "^2.13.0" ,
"resolve" : "^1.22.4"
}
} ,
"node_modules/eslint-import-resolver-node/node_modules/debug" : {
"version" : "3.2.7" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.1"
}
} ,
"node_modules/eslint-import-resolver-node/node_modules/resolve" : {
"version" : "1.22.8" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/eslint-import-resolver-typescript" : {
"version" : "3.6.1" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"debug" : "^4.3.4" ,
"enhanced-resolve" : "^5.12.0" ,
"eslint-module-utils" : "^2.7.4" ,
"fast-glob" : "^3.3.1" ,
"get-tsconfig" : "^4.5.0" ,
"is-core-module" : "^2.11.0" ,
"is-glob" : "^4.0.3"
} ,
"engines" : {
"node" : "^14.18.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
} ,
"peerDependencies" : {
"eslint" : "*" ,
"eslint-plugin-import" : "*"
}
} ,
"node_modules/eslint-module-utils" : {
"version" : "2.8.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^3.2.7"
} ,
"engines" : {
"node" : ">=4"
} ,
"peerDependenciesMeta" : {
"eslint" : {
"optional" : true
}
}
} ,
"node_modules/eslint-module-utils/node_modules/debug" : {
"version" : "3.2.7" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.1"
}
} ,
"node_modules/eslint-plugin-import" : {
"version" : "2.29.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"array-includes" : "^3.1.7" ,
"array.prototype.findlastindex" : "^1.2.3" ,
"array.prototype.flat" : "^1.3.2" ,
"array.prototype.flatmap" : "^1.3.2" ,
"debug" : "^3.2.7" ,
"doctrine" : "^2.1.0" ,
"eslint-import-resolver-node" : "^0.3.9" ,
"eslint-module-utils" : "^2.8.0" ,
"hasown" : "^2.0.0" ,
"is-core-module" : "^2.13.1" ,
"is-glob" : "^4.0.3" ,
"minimatch" : "^3.1.2" ,
"object.fromentries" : "^2.0.7" ,
"object.groupby" : "^1.0.1" ,
"object.values" : "^1.1.7" ,
"semver" : "^6.3.1" ,
"tsconfig-paths" : "^3.15.0"
} ,
"engines" : {
"node" : ">=4"
} ,
"peerDependencies" : {
"eslint" : "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
}
} ,
"node_modules/eslint-plugin-import/node_modules/debug" : {
"version" : "3.2.7" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.1"
}
} ,
"node_modules/eslint-plugin-import/node_modules/doctrine" : {
"version" : "2.1.0" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"esutils" : "^2.0.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/eslint-plugin-jsx-a11y" : {
"version" : "6.9.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"aria-query" : "~5.1.3" ,
"array-includes" : "^3.1.8" ,
"array.prototype.flatmap" : "^1.3.2" ,
"ast-types-flow" : "^0.0.8" ,
"axe-core" : "^4.9.1" ,
"axobject-query" : "~3.1.1" ,
"damerau-levenshtein" : "^1.0.8" ,
"emoji-regex" : "^9.2.2" ,
"es-iterator-helpers" : "^1.0.19" ,
"hasown" : "^2.0.2" ,
"jsx-ast-utils" : "^3.3.5" ,
"language-tags" : "^1.0.9" ,
"minimatch" : "^3.1.2" ,
"object.fromentries" : "^2.0.8" ,
"safe-regex-test" : "^1.0.3" ,
"string.prototype.includes" : "^2.0.0"
} ,
"engines" : {
"node" : ">=4.0"
} ,
"peerDependencies" : {
"eslint" : "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
}
} ,
"node_modules/eslint-plugin-react" : {
"version" : "7.35.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"array-includes" : "^3.1.8" ,
"array.prototype.findlast" : "^1.2.5" ,
"array.prototype.flatmap" : "^1.3.2" ,
"array.prototype.tosorted" : "^1.1.4" ,
"doctrine" : "^2.1.0" ,
"es-iterator-helpers" : "^1.0.19" ,
"estraverse" : "^5.3.0" ,
"hasown" : "^2.0.2" ,
"jsx-ast-utils" : "^2.4.1 || ^3.0.0" ,
"minimatch" : "^3.1.2" ,
"object.entries" : "^1.1.8" ,
"object.fromentries" : "^2.0.8" ,
"object.values" : "^1.2.0" ,
"prop-types" : "^15.8.1" ,
"resolve" : "^2.0.0-next.5" ,
"semver" : "^6.3.1" ,
"string.prototype.matchall" : "^4.0.11" ,
"string.prototype.repeat" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
} ,
"peerDependencies" : {
"eslint" : "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
}
} ,
"node_modules/eslint-plugin-react-hooks" : {
"version" : "4.6.2" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"peerDependencies" : {
"eslint" : "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
}
} ,
"node_modules/eslint-plugin-react/node_modules/doctrine" : {
"version" : "2.1.0" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"esutils" : "^2.0.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/eslint-scope" : {
"version" : "7.2.2" ,
"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" ,
"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/espree" : {
"version" : "9.6.1" ,
"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/esprima" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" ,
"integrity" : "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" ,
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/esquery" : {
"version" : "1.6.0" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"estraverse" : "^5.1.0"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/estraverse" : {
"version" : "5.3.0" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/esutils" : {
"version" : "2.0.3" ,
"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=="
} ,
"node_modules/exec-buffer" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/exec-buffer/-/exec-buffer-3.2.0.tgz" ,
"integrity" : "sha512-wsiD+2Tp6BWHoVv3B+5Dcx6E7u5zky+hUwOHjuH2hKSLR3dvRmX8fk8UD8uqQixHs4Wk6eDmiegVrMPjKj7wpA==" ,
"dependencies" : {
"execa" : "^0.7.0" ,
"p-finally" : "^1.0.0" ,
"pify" : "^3.0.0" ,
"rimraf" : "^2.5.4" ,
"tempfile" : "^2.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/exec-buffer/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" ,
"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/exec-buffer/node_modules/rimraf" : {
"version" : "2.7.1" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz" ,
"integrity" : "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
}
} ,
"node_modules/execa" : {
"version" : "0.7.0" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz" ,
"integrity" : "sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==" ,
"dependencies" : {
"cross-spawn" : "^5.0.1" ,
"get-stream" : "^3.0.0" ,
"is-stream" : "^1.1.0" ,
"npm-run-path" : "^2.0.0" ,
"p-finally" : "^1.0.0" ,
"signal-exit" : "^3.0.0" ,
"strip-eof" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/execa/node_modules/cross-spawn" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz" ,
"integrity" : "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==" ,
"dependencies" : {
"lru-cache" : "^4.0.1" ,
"shebang-command" : "^1.2.0" ,
"which" : "^1.2.9"
}
} ,
"node_modules/execa/node_modules/lru-cache" : {
"version" : "4.1.5" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz" ,
"integrity" : "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" ,
"dependencies" : {
"pseudomap" : "^1.0.2" ,
"yallist" : "^2.1.2"
}
} ,
"node_modules/execa/node_modules/shebang-command" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz" ,
"integrity" : "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==" ,
"dependencies" : {
"shebang-regex" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/execa/node_modules/shebang-regex" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz" ,
"integrity" : "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/execa/node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
} ,
"node_modules/execa/node_modules/which" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/which/-/which-1.3.1.tgz" ,
"integrity" : "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"which" : "bin/which"
}
} ,
"node_modules/executable" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz" ,
"integrity" : "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==" ,
"dependencies" : {
"pify" : "^2.2.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/executable/node_modules/pify" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" ,
"integrity" : "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/expand-template" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz" ,
"integrity" : "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/ext-list" : {
"version" : "2.2.2" ,
"resolved" : "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz" ,
"integrity" : "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==" ,
"dependencies" : {
"mime-db" : "^1.28.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/ext-name" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/ext-name/-/ext-name-5.0.0.tgz" ,
"integrity" : "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==" ,
"dependencies" : {
"ext-list" : "^2.0.0" ,
"sort-keys-length" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/extend" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" ,
"integrity" : "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
} ,
"node_modules/external-editor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz" ,
"integrity" : "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==" ,
"dependencies" : {
"chardet" : "^0.7.0" ,
"iconv-lite" : "^0.4.24" ,
"tmp" : "^0.0.33"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/external-editor/node_modules/iconv-lite" : {
"version" : "0.4.24" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" ,
"integrity" : "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/extsprintf" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz" ,
"integrity" : "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==" ,
"engines" : [
"node >=0.6.0"
]
} ,
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"license" : "MIT"
} ,
"node_modules/fast-glob" : {
"version" : "3.3.2" ,
"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.4"
} ,
"engines" : {
"node" : ">=8.6.0"
}
} ,
"node_modules/fast-glob/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"license" : "ISC" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"license" : "MIT"
} ,
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"license" : "MIT"
} ,
"node_modules/fastq" : {
"version" : "1.17.1" ,
"license" : "ISC" ,
"dependencies" : {
"reusify" : "^1.0.4"
}
} ,
"node_modules/fd-slicer" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz" ,
"integrity" : "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==" ,
"dependencies" : {
"pend" : "~1.2.0"
}
} ,
"node_modules/figures" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz" ,
"integrity" : "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" ,
"dependencies" : {
"escape-string-regexp" : "^1.0.5"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/figures/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/file-entry-cache" : {
"version" : "6.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"flat-cache" : "^3.0.4"
} ,
"engines" : {
"node" : "^10.12.0 || >=12.0.0"
}
} ,
"node_modules/file-type" : {
"version" : "12.4.2" ,
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-12.4.2.tgz" ,
"integrity" : "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/filename-reserved-regex" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz" ,
"integrity" : "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/filenamify" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/filenamify/-/filenamify-2.1.0.tgz" ,
"integrity" : "sha512-ICw7NTT6RsDp2rnYKVd8Fu4cr6ITzGy3+u4vUujPkabyaz+03F24NWEX7fs5fp+kBonlaqPH8fAO2NM+SXt/JA==" ,
"dependencies" : {
"filename-reserved-regex" : "^2.0.0" ,
"strip-outer" : "^1.0.0" ,
"trim-repeated" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/fill-range" : {
"version" : "7.1.1" ,
"license" : "MIT" ,
"dependencies" : {
"to-regex-range" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/find-root" : {
"version" : "1.1.0" ,
"license" : "MIT"
} ,
"node_modules/find-up" : {
"version" : "5.0.0" ,
"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/find-versions" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz" ,
"integrity" : "sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==" ,
"dependencies" : {
"semver-regex" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/flat-cache" : {
"version" : "3.2.0" ,
"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.1" ,
"dev" : true ,
"license" : "ISC"
} ,
"node_modules/follow-redirects" : {
"version" : "1.15.9" ,
"resolved" : "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz" ,
"integrity" : "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==" ,
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/RubenVerborgh"
}
] ,
"engines" : {
"node" : ">=4.0"
} ,
"peerDependenciesMeta" : {
"debug" : {
"optional" : true
}
}
} ,
"node_modules/for-each" : {
"version" : "0.3.3" ,
"license" : "MIT" ,
"dependencies" : {
"is-callable" : "^1.1.3"
}
} ,
"node_modules/foreground-child" : {
"version" : "3.2.1" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"cross-spawn" : "^7.0.0" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/forever-agent" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz" ,
"integrity" : "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==" ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/form-data" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz" ,
"integrity" : "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==" ,
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.6" ,
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 0.12"
}
} ,
"node_modules/from2" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz" ,
"integrity" : "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==" ,
"dependencies" : {
"inherits" : "^2.0.1" ,
"readable-stream" : "^2.0.0"
}
} ,
"node_modules/from2/node_modules/isarray" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" ,
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
} ,
"node_modules/from2/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/from2/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
"node_modules/fs-constants" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz" ,
"integrity" : "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
} ,
"node_modules/fs-extra" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz" ,
"integrity" : "sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==" ,
"dependencies" : {
"at-least-node" : "^1.0.0" ,
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^1.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"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==" ,
"hasInstallScript" : true ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/function.prototype.name" : {
"version" : "1.1.6" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"functions-have-names" : "^1.2.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/functions-have-names" : {
"version" : "1.2.3" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/gauge" : {
"version" : "2.7.4" ,
"resolved" : "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz" ,
"integrity" : "sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==" ,
"deprecated" : "This package is no longer supported." ,
"dependencies" : {
"aproba" : "^1.0.3" ,
"console-control-strings" : "^1.0.0" ,
"has-unicode" : "^2.0.0" ,
"object-assign" : "^4.1.0" ,
"signal-exit" : "^3.0.0" ,
"string-width" : "^1.0.1" ,
"strip-ansi" : "^3.0.1" ,
"wide-align" : "^1.1.0"
}
} ,
"node_modules/gauge/node_modules/ansi-regex" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" ,
"integrity" : "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/gauge/node_modules/is-fullwidth-code-point" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz" ,
"integrity" : "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==" ,
"dependencies" : {
"number-is-nan" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/gauge/node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
} ,
"node_modules/gauge/node_modules/string-width" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz" ,
"integrity" : "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==" ,
"dependencies" : {
"code-point-at" : "^1.0.0" ,
"is-fullwidth-code-point" : "^1.0.0" ,
"strip-ansi" : "^3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/gauge/node_modules/strip-ansi" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz" ,
"integrity" : "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==" ,
"dependencies" : {
"ansi-regex" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/get-intrinsic" : {
"version" : "1.2.4" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"has-proto" : "^1.0.1" ,
"has-symbols" : "^1.0.3" ,
"hasown" : "^2.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/get-proxy" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/get-proxy/-/get-proxy-2.1.0.tgz" ,
"integrity" : "sha512-zmZIaQTWnNQb4R4fJUEp/FC51eZsc6EkErspy3xtIYStaq8EB/hDIWipxsal+E8rz0qD7f2sL/NA9Xee4RInJw==" ,
"dependencies" : {
"npm-conf" : "^1.1.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/get-stdin" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz" ,
"integrity" : "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/get-stream" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz" ,
"integrity" : "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/get-symbol-description" : {
"version" : "1.0.2" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.5" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.4"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/get-tsconfig" : {
"version" : "4.7.6" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"resolve-pkg-maps" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/privatenumber/get-tsconfig?sponsor=1"
}
} ,
"node_modules/getpass" : {
"version" : "0.1.7" ,
"resolved" : "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz" ,
"integrity" : "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==" ,
"dependencies" : {
"assert-plus" : "^1.0.0"
}
} ,
"node_modules/github-from-package" : {
"version" : "0.0.0" ,
"resolved" : "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz" ,
"integrity" : "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw=="
} ,
"node_modules/glob" : {
"version" : "10.3.10" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^2.3.5" ,
"minimatch" : "^9.0.1" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0" ,
"path-scurry" : "^1.10.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/glob-parent" : {
"version" : "6.0.2" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"is-glob" : "^4.0.3"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/glob/node_modules/minimatch" : {
"version" : "9.0.5" ,
"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/glob/node_modules/minimatch/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/global-dirs" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/global-dirs/-/global-dirs-2.1.0.tgz" ,
"integrity" : "sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ==" ,
"dependencies" : {
"ini" : "1.3.7"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/global-dirs/node_modules/ini" : {
"version" : "1.3.7" ,
"resolved" : "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz" ,
"integrity" : "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ=="
} ,
"node_modules/globals" : {
"version" : "13.24.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"type-fest" : "^0.20.2"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/globalthis" : {
"version" : "1.0.4" ,
"license" : "MIT" ,
"dependencies" : {
"define-properties" : "^1.2.1" ,
"gopd" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/globby" : {
"version" : "11.1.0" ,
"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.0.1" ,
"license" : "MIT" ,
"dependencies" : {
"get-intrinsic" : "^1.1.3"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/got" : {
"version" : "11.8.6" ,
"resolved" : "https://registry.npmjs.org/got/-/got-11.8.6.tgz" ,
"integrity" : "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==" ,
"dependencies" : {
"@sindresorhus/is" : "^4.0.0" ,
"@szmarczak/http-timer" : "^4.0.5" ,
"@types/cacheable-request" : "^6.0.1" ,
"@types/responselike" : "^1.0.0" ,
"cacheable-lookup" : "^5.0.3" ,
"cacheable-request" : "^7.0.2" ,
"decompress-response" : "^6.0.0" ,
"http2-wrapper" : "^1.0.0-beta.5.2" ,
"lowercase-keys" : "^2.0.0" ,
"p-cancelable" : "^2.0.0" ,
"responselike" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10.19.0"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/got?sponsor=1"
}
} ,
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"license" : "ISC"
} ,
"node_modules/graphemer" : {
"version" : "1.4.0" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/har-schema" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz" ,
"integrity" : "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/har-validator" : {
"version" : "5.1.5" ,
"resolved" : "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz" ,
"integrity" : "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==" ,
"deprecated" : "this library is no longer supported" ,
"dependencies" : {
"ajv" : "^6.12.3" ,
"har-schema" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/has-ansi" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz" ,
"integrity" : "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==" ,
"dependencies" : {
"ansi-regex" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-ansi/node_modules/ansi-regex" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" ,
"integrity" : "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-bigints" : {
"version" : "1.0.2" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/has-property-descriptors" : {
"version" : "1.0.2" ,
"license" : "MIT" ,
"dependencies" : {
"es-define-property" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-proto" : {
"version" : "1.0.3" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-symbol-support-x" : {
"version" : "1.4.2" ,
"resolved" : "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz" ,
"integrity" : "sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==" ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/has-symbols" : {
"version" : "1.0.3" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-to-string-tag-x" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz" ,
"integrity" : "sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==" ,
"dependencies" : {
"has-symbol-support-x" : "^1.4.1"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/has-tostringtag" : {
"version" : "1.0.2" ,
"license" : "MIT" ,
"dependencies" : {
"has-symbols" : "^1.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-unicode" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" ,
"integrity" : "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
} ,
"node_modules/has-yarn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz" ,
"integrity" : "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/hasown" : {
"version" : "2.0.2" ,
"license" : "MIT" ,
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/hoist-non-react-statics" : {
"version" : "3.3.2" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"react-is" : "^16.7.0"
}
} ,
"node_modules/hoist-non-react-statics/node_modules/react-is" : {
"version" : "16.13.1" ,
"license" : "MIT"
} ,
"node_modules/hosted-git-info" : {
"version" : "2.8.9" ,
"resolved" : "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" ,
"integrity" : "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
} ,
"node_modules/html-encoding-sniffer" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz" ,
"integrity" : "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==" ,
"dependencies" : {
"whatwg-encoding" : "^1.0.5"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/html-tokenize" : {
"version" : "2.0.1" ,
"license" : "MIT" ,
"dependencies" : {
"buffer-from" : "~0.1.1" ,
"inherits" : "~2.0.1" ,
"minimist" : "~1.2.5" ,
"readable-stream" : "~1.0.27-1" ,
"through2" : "~0.4.1"
} ,
"bin" : {
"html-tokenize" : "bin/cmd.js"
}
} ,
"node_modules/htmlparser2" : {
"version" : "3.10.1" ,
"resolved" : "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz" ,
"integrity" : "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==" ,
"dependencies" : {
"domelementtype" : "^1.3.1" ,
"domhandler" : "^2.3.0" ,
"domutils" : "^1.5.1" ,
"entities" : "^1.1.1" ,
"inherits" : "^2.0.1" ,
"readable-stream" : "^3.1.1"
}
} ,
"node_modules/htmlparser2/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/htmlparser2/node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
} ,
"node_modules/htmlparser2/node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
"dependencies" : {
"safe-buffer" : "~5.2.0"
}
} ,
"node_modules/http-cache-semantics" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz" ,
"integrity" : "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
} ,
"node_modules/http-proxy" : {
"version" : "1.18.1" ,
"resolved" : "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz" ,
"integrity" : "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==" ,
"dependencies" : {
"eventemitter3" : "^4.0.0" ,
"follow-redirects" : "^1.0.0" ,
"requires-port" : "^1.0.0"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/http-signature" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz" ,
"integrity" : "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==" ,
"dependencies" : {
"assert-plus" : "^1.0.0" ,
"jsprim" : "^1.2.2" ,
"sshpk" : "^1.7.0"
} ,
"engines" : {
"node" : ">=0.8" ,
"npm" : ">=1.3.7"
}
} ,
"node_modules/http2-wrapper" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz" ,
"integrity" : "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==" ,
"dependencies" : {
"quick-lru" : "^5.1.1" ,
"resolve-alpn" : "^1.0.0"
} ,
"engines" : {
"node" : ">=10.19.0"
}
} ,
"node_modules/human-signals" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz" ,
"integrity" : "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" ,
"engines" : {
"node" : ">=8.12.0"
}
} ,
"node_modules/iconv-lite" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.5.2.tgz" ,
"integrity" : "sha512-kERHXvpSaB4aU3eANwidg79K8FlrN77m8G9V+0vOR3HYaRifrlwMEpT7ZBJqLSEIHnEgJTHcWK82wwLwwKwtag==" ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/ieee754" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" ,
"integrity" : "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
} ,
"node_modules/ignore" : {
"version" : "5.3.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/imagemin" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/imagemin/-/imagemin-7.0.1.tgz" ,
"integrity" : "sha512-33AmZ+xjZhg2JMCe+vDf6a9mzWukE7l+wAtesjE7KyteqqKjzxv7aVQeWnul1Ve26mWvEQqyPwl0OctNBfSR9w==" ,
"dependencies" : {
"file-type" : "^12.0.0" ,
"globby" : "^10.0.0" ,
"graceful-fs" : "^4.2.2" ,
"junk" : "^3.1.0" ,
"make-dir" : "^3.0.0" ,
"p-pipe" : "^3.0.0" ,
"replace-ext" : "^1.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/imagemin-optipng" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-8.0.0.tgz" ,
"integrity" : "sha512-CUGfhfwqlPjAC0rm8Fy+R2DJDBGjzy2SkfyT09L8rasnF9jSoHFqJ1xxSZWK6HVPZBMhGPMxCTL70OgTHlLF5A==" ,
"dependencies" : {
"exec-buffer" : "^3.0.0" ,
"is-png" : "^2.0.0" ,
"optipng-bin" : "^7.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/imagemin-pngquant" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-9.0.1.tgz" ,
"integrity" : "sha512-PYyo9G/xwddf+Qqlqe3onz5ZH7p6vHYVVkiuuczUjxZmfekyY77RXaOA/AR6FnVoeQxGa/pDtEK5xUKOcVo+sA==" ,
"dependencies" : {
"execa" : "^4.0.0" ,
"is-png" : "^2.0.0" ,
"is-stream" : "^2.0.0" ,
"ow" : "^0.17.0" ,
"pngquant-bin" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/imagemin-pngquant/node_modules/execa" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz" ,
"integrity" : "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==" ,
"dependencies" : {
"cross-spawn" : "^7.0.0" ,
"get-stream" : "^5.0.0" ,
"human-signals" : "^1.1.1" ,
"is-stream" : "^2.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^4.0.0" ,
"onetime" : "^5.1.0" ,
"signal-exit" : "^3.0.2" ,
"strip-final-newline" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
}
} ,
"node_modules/imagemin-pngquant/node_modules/get-stream" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz" ,
"integrity" : "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==" ,
"dependencies" : {
"pump" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/imagemin-pngquant/node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/imagemin-pngquant/node_modules/npm-run-path" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" ,
"integrity" : "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" ,
"dependencies" : {
"path-key" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/imagemin-pngquant/node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
} ,
"node_modules/imagemin-zopfli" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/imagemin-zopfli/-/imagemin-zopfli-7.0.0.tgz" ,
"integrity" : "sha512-nmffj58rVb0O3AlCZLBBVKGyZ5MYPZZfKxUhvA7bwPGougHl/F7EUKSse9jkgXjdvtJYG2ojJeh5N67mYgBM9g==" ,
"dependencies" : {
"exec-buffer" : "^3.0.0" ,
"is-png" : "^2.0.0" ,
"zopflipng-bin" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/imagemin/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" ,
"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/imagemin/node_modules/globby" : {
"version" : "10.0.2" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz" ,
"integrity" : "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==" ,
"dependencies" : {
"@types/glob" : "^7.1.1" ,
"array-union" : "^2.1.0" ,
"dir-glob" : "^3.0.1" ,
"fast-glob" : "^3.0.3" ,
"glob" : "^7.1.3" ,
"ignore" : "^5.1.1" ,
"merge2" : "^1.2.3" ,
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/import-fresh" : {
"version" : "3.3.0" ,
"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/import-lazy" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/import-lazy/-/import-lazy-3.1.0.tgz" ,
"integrity" : "sha512-8/gvXvX2JMn0F+CDlSC4l6kOmVaLOO3XLkksI7CI3Ud95KDYJuYur2b9P/PUt/i/pDAMd/DulQsNbbbmRRsDIQ==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.19"
}
} ,
"node_modules/indent-string" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" ,
"integrity" : "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"license" : "ISC" ,
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.4" ,
"license" : "ISC"
} ,
"node_modules/ini" : {
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" ,
"integrity" : "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
} ,
"node_modules/inquirer" : {
"version" : "7.3.3" ,
"resolved" : "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz" ,
"integrity" : "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==" ,
"dependencies" : {
"ansi-escapes" : "^4.2.1" ,
"chalk" : "^4.1.0" ,
"cli-cursor" : "^3.1.0" ,
"cli-width" : "^3.0.0" ,
"external-editor" : "^3.0.3" ,
"figures" : "^3.0.0" ,
"lodash" : "^4.17.19" ,
"mute-stream" : "0.0.8" ,
"run-async" : "^2.4.0" ,
"rxjs" : "^6.6.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0" ,
"through" : "^2.3.6"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/inquirer/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
} ,
"node_modules/inquirer/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/internal-slot" : {
"version" : "1.0.7" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"hasown" : "^2.0.0" ,
"side-channel" : "^1.0.4"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/into-stream" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz" ,
"integrity" : "sha512-TcdjPibTksa1NQximqep2r17ISRiNE9fwlfbg3F8ANdvP5/yrFTew86VcO//jk4QTaMlbjypPBq76HN2zaKfZQ==" ,
"dependencies" : {
"from2" : "^2.1.1" ,
"p-is-promise" : "^1.1.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/ip-regex" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz" ,
"integrity" : "sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/is-arguments" : {
"version" : "1.1.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-array-buffer" : {
"version" : "3.0.4" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"get-intrinsic" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-arrayish" : {
"version" : "0.2.1" ,
"license" : "MIT"
} ,
"node_modules/is-async-function" : {
"version" : "2.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-bigint" : {
"version" : "1.0.4" ,
"license" : "MIT" ,
"dependencies" : {
"has-bigints" : "^1.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-binary-path" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" ,
"integrity" : "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" ,
"dependencies" : {
"binary-extensions" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-boolean-object" : {
"version" : "1.1.2" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-callable" : {
"version" : "1.2.7" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-ci" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz" ,
"integrity" : "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==" ,
"dependencies" : {
"ci-info" : "^2.0.0"
} ,
"bin" : {
"is-ci" : "bin.js"
}
} ,
"node_modules/is-core-module" : {
"version" : "2.15.0" ,
"license" : "MIT" ,
"dependencies" : {
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-data-view" : {
"version" : "1.0.1" ,
"license" : "MIT" ,
"dependencies" : {
"is-typed-array" : "^1.1.13"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-date-object" : {
"version" : "1.0.5" ,
"license" : "MIT" ,
"dependencies" : {
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-finalizationregistry" : {
"version" : "1.0.2" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-finite" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz" ,
"integrity" : "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==" ,
"engines" : {
"node" : ">=0.10.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-generator-function" : {
"version" : "1.0.10" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-glob" : {
"version" : "4.0.3" ,
"license" : "MIT" ,
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-installed-globally" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz" ,
"integrity" : "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==" ,
"dependencies" : {
"global-dirs" : "^2.0.1" ,
"is-path-inside" : "^3.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-map" : {
"version" : "2.0.3" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-natural-number" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/is-natural-number/-/is-natural-number-4.0.1.tgz" ,
"integrity" : "sha512-Y4LTamMe0DDQIIAlaer9eKebAlDSV6huy+TWhJVPlzZh2o4tRP5SQWFlLn5N0To4mDD22/qdOq+veo1cSISLgQ=="
} ,
"node_modules/is-negative-zero" : {
"version" : "2.0.3" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-npm" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz" ,
"integrity" : "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-number" : {
"version" : "7.0.0" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.12.0"
}
} ,
"node_modules/is-number-object" : {
"version" : "1.0.7" ,
"license" : "MIT" ,
"dependencies" : {
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-obj" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz" ,
"integrity" : "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-object" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz" ,
"integrity" : "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-path-inside" : {
"version" : "3.0.3" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-plain-obj" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz" ,
"integrity" : "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-plain-object" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz" ,
"integrity" : "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==" ,
"dependencies" : {
"isobject" : "^3.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-png" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-png/-/is-png-2.0.0.tgz" ,
"integrity" : "sha512-4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-port-reachable" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/is-port-reachable/-/is-port-reachable-3.1.0.tgz" ,
"integrity" : "sha512-vjc0SSRNZ32s9SbZBzGaiP6YVB+xglLShhgZD/FHMZUXBvQWaV9CtzgeVhjccFJrI6RAMV+LX7NYxueW/A8W5A==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-potential-custom-element-name" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz" ,
"integrity" : "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
} ,
"node_modules/is-reachable" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/is-reachable/-/is-reachable-5.0.0.tgz" ,
"integrity" : "sha512-frRPbdrQWEqbnF1il9Dyrf52Q40exkHdo4/grWMjHrBn4G1DKC9sbuQihgANkJPNi2eosU4AXBsrITdXmc3IQg==" ,
"dependencies" : {
"arrify" : "^2.0.1" ,
"got" : "^11.7.0" ,
"is-port-reachable" : "^3.0.0" ,
"p-any" : "^3.0.0" ,
"p-timeout" : "^3.2.0" ,
"prepend-http" : "^3.0.1" ,
"router-ips" : "^1.0.0" ,
"url-parse" : "^1.4.7"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-regex" : {
"version" : "1.1.4" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-retry-allowed" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz" ,
"integrity" : "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-set" : {
"version" : "2.0.3" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-shared-array-buffer" : {
"version" : "1.0.3" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-stream" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz" ,
"integrity" : "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-string" : {
"version" : "1.0.7" ,
"license" : "MIT" ,
"dependencies" : {
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-symbol" : {
"version" : "1.0.4" ,
"license" : "MIT" ,
"dependencies" : {
"has-symbols" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-typed-array" : {
"version" : "1.1.13" ,
"license" : "MIT" ,
"dependencies" : {
"which-typed-array" : "^1.1.14"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-typedarray" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz" ,
"integrity" : "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
} ,
"node_modules/is-utf8" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz" ,
"integrity" : "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q=="
} ,
"node_modules/is-weakmap" : {
"version" : "2.0.2" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-weakref" : {
"version" : "1.0.2" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-weakset" : {
"version" : "2.0.3" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"get-intrinsic" : "^1.2.4"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-yarn-global" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz" ,
"integrity" : "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw=="
} ,
"node_modules/isarray" : {
"version" : "0.0.1" ,
"license" : "MIT"
} ,
"node_modules/isbinaryfile" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.6.tgz" ,
"integrity" : "sha512-ORrEy+SNVqUhrCaal4hA4fBzhggQQ+BaLntyPOdoEiwlKZW9BZiJXjg3RMiruE4tPEI3pyVPpySHQF/dKWperg==" ,
"engines" : {
"node" : ">= 8.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/gjtorikian/"
}
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"license" : "ISC"
} ,
"node_modules/isobject" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/isstream" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz" ,
"integrity" : "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="
} ,
"node_modules/isurl" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz" ,
"integrity" : "sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==" ,
"dependencies" : {
"has-to-string-tag-x" : "^1.2.0" ,
"is-object" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/iterator.prototype" : {
"version" : "1.1.2" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"define-properties" : "^1.2.1" ,
"get-intrinsic" : "^1.2.1" ,
"has-symbols" : "^1.0.3" ,
"reflect.getprototypeof" : "^1.0.4" ,
"set-function-name" : "^2.0.1"
}
} ,
"node_modules/jackspeak" : {
"version" : "2.3.6" ,
"dev" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
}
} ,
"node_modules/jotai" : {
"version" : "2.9.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12.20.0"
} ,
"peerDependencies" : {
"@types/react" : ">=17.0.0" ,
"react" : ">=17.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
} ,
"react" : {
"optional" : true
}
}
} ,
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"license" : "MIT"
} ,
"node_modules/js-yaml" : {
"version" : "4.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
"node_modules/jsbn" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz" ,
"integrity" : "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg=="
} ,
"node_modules/jschardet" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/jschardet/-/jschardet-2.3.0.tgz" ,
"integrity" : "sha512-6I6xT7XN/7sBB7q8ObzKbmv5vN+blzLcboDE1BNEsEfmRXJValMxO6OIRT69ylPBRemS3rw6US+CMCar0OBc9g==" ,
"engines" : {
"node" : ">=0.1.90"
}
} ,
"node_modules/jsdom" : {
"version" : "16.4.0" ,
"resolved" : "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz" ,
"integrity" : "sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==" ,
"dependencies" : {
"abab" : "^2.0.3" ,
"acorn" : "^7.1.1" ,
"acorn-globals" : "^6.0.0" ,
"cssom" : "^0.4.4" ,
"cssstyle" : "^2.2.0" ,
"data-urls" : "^2.0.0" ,
"decimal.js" : "^10.2.0" ,
"domexception" : "^2.0.1" ,
"escodegen" : "^1.14.1" ,
"html-encoding-sniffer" : "^2.0.1" ,
"is-potential-custom-element-name" : "^1.0.0" ,
"nwsapi" : "^2.2.0" ,
"parse5" : "5.1.1" ,
"request" : "^2.88.2" ,
"request-promise-native" : "^1.0.8" ,
"saxes" : "^5.0.0" ,
"symbol-tree" : "^3.2.4" ,
"tough-cookie" : "^3.0.1" ,
"w3c-hr-time" : "^1.0.2" ,
"w3c-xmlserializer" : "^2.0.0" ,
"webidl-conversions" : "^6.1.0" ,
"whatwg-encoding" : "^1.0.5" ,
"whatwg-mimetype" : "^2.3.0" ,
"whatwg-url" : "^8.0.0" ,
"ws" : "^7.2.3" ,
"xml-name-validator" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"peerDependencies" : {
"canvas" : "^2.5.0"
} ,
"peerDependenciesMeta" : {
"canvas" : {
"optional" : true
}
}
} ,
"node_modules/jsdom/node_modules/acorn" : {
"version" : "7.4.1" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz" ,
"integrity" : "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==" ,
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/jsesc" : {
"version" : "2.5.2" ,
"license" : "MIT" ,
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
"license" : "MIT"
} ,
"node_modules/json-parse-even-better-errors" : {
"version" : "2.3.1" ,
"license" : "MIT"
} ,
"node_modules/json-schema" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz" ,
"integrity" : "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
} ,
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"license" : "MIT"
} ,
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/json-stringify-safe" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz" ,
"integrity" : "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="
} ,
"node_modules/json5" : {
"version" : "1.0.2" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"minimist" : "^1.2.0"
} ,
"bin" : {
"json5" : "lib/cli.js"
}
} ,
"node_modules/jsonfile" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" ,
"integrity" : "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" ,
"dependencies" : {
"universalify" : "^2.0.0"
} ,
"optionalDependencies" : {
"graceful-fs" : "^4.1.6"
}
} ,
"node_modules/jsonfile/node_modules/universalify" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz" ,
"integrity" : "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" ,
"engines" : {
"node" : ">= 10.0.0"
}
} ,
"node_modules/jsprim" : {
"version" : "1.4.2" ,
"resolved" : "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz" ,
"integrity" : "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==" ,
"dependencies" : {
"assert-plus" : "1.0.0" ,
"extsprintf" : "1.3.0" ,
"json-schema" : "0.4.0" ,
"verror" : "1.10.0"
} ,
"engines" : {
"node" : ">=0.6.0"
}
} ,
"node_modules/jsx-ast-utils" : {
"version" : "3.3.5" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"array-includes" : "^3.1.6" ,
"array.prototype.flat" : "^1.3.1" ,
"object.assign" : "^4.1.4" ,
"object.values" : "^1.1.6"
} ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/junk" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz" ,
"integrity" : "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/keyv" : {
"version" : "4.5.4" ,
"license" : "MIT" ,
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
"node_modules/kind-of" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" ,
"integrity" : "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/language-subtag-registry" : {
"version" : "0.3.23" ,
"dev" : true ,
"license" : "CC0-1.0"
} ,
"node_modules/language-tags" : {
"version" : "1.0.9" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"language-subtag-registry" : "^0.3.20"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/latest-version" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz" ,
"integrity" : "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==" ,
"dependencies" : {
"package-json" : "^6.3.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/levn" : {
"version" : "0.4.1" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"license" : "MIT"
} ,
"node_modules/load-json-file" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz" ,
"integrity" : "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==" ,
"dependencies" : {
"graceful-fs" : "^4.1.2" ,
"parse-json" : "^2.2.0" ,
"pify" : "^2.0.0" ,
"pinkie-promise" : "^2.0.0" ,
"strip-bom" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/load-json-file/node_modules/parse-json" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz" ,
"integrity" : "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==" ,
"dependencies" : {
"error-ex" : "^1.2.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/load-json-file/node_modules/pify" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" ,
"integrity" : "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/load-json-file/node_modules/strip-bom" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz" ,
"integrity" : "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==" ,
"dependencies" : {
"is-utf8" : "^0.2.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/locate-path" : {
"version" : "6.0.0" ,
"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" ,
"license" : "MIT"
} ,
"node_modules/lodash.assignin" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/lodash.assignin/-/lodash.assignin-4.2.0.tgz" ,
"integrity" : "sha512-yX/rx6d/UTVh7sSVWVSIMjfnz95evAgDFdb1ZozC35I9mSFCkmzptOzevxjgbQUsc78NR44LVHWjsoMQXy9FDg=="
} ,
"node_modules/lodash.bind" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/lodash.bind/-/lodash.bind-4.2.1.tgz" ,
"integrity" : "sha512-lxdsn7xxlCymgLYo1gGvVrfHmkjDiyqVv62FAeF2i5ta72BipE1SLxw8hPEPLhD4/247Ijw07UQH7Hq/chT5LA=="
} ,
"node_modules/lodash.defaults" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz" ,
"integrity" : "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
} ,
"node_modules/lodash.filter" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/lodash.filter/-/lodash.filter-4.6.0.tgz" ,
"integrity" : "sha512-pXYUy7PR8BCLwX5mgJ/aNtyOvuJTdZAo9EQFUvMIYugqmJxnrYaANvTbgndOzHSCSR0wnlBBfRXJL5SbWxo3FQ=="
} ,
"node_modules/lodash.flatten" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz" ,
"integrity" : "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g=="
} ,
"node_modules/lodash.foreach" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz" ,
"integrity" : "sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ=="
} ,
"node_modules/lodash.map" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz" ,
"integrity" : "sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q=="
} ,
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"license" : "MIT"
} ,
"node_modules/lodash.pick" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz" ,
"integrity" : "sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q=="
} ,
"node_modules/lodash.reduce" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz" ,
"integrity" : "sha512-6raRe2vxCYBhpBu+B+TtNGUzah+hQjVdu3E17wfusjyrXBka2nBS8OH/gjVZ5PvHOhWmIZTYri09Z6n/QfnNMw=="
} ,
"node_modules/lodash.reject" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/lodash.reject/-/lodash.reject-4.6.0.tgz" ,
"integrity" : "sha512-qkTuvgEzYdyhiJBx42YPzPo71R1aEr0z79kAv7Ixg8wPFEjgRgJdUsGMG3Hf3OYSF/kHI79XhNlt+5Ar6OzwxQ=="
} ,
"node_modules/lodash.some" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/lodash.some/-/lodash.some-4.6.0.tgz" ,
"integrity" : "sha512-j7MJE+TuT51q9ggt4fSgVqro163BEFjAt3u97IqU+JA2DkWl80nFTrowzLpZ/BnpN7rrl0JA/593NAdd8p/scQ=="
} ,
"node_modules/logalot" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/logalot/-/logalot-2.1.0.tgz" ,
"integrity" : "sha512-Ah4CgdSRfeCJagxQhcVNMi9BfGYyEKLa6d7OA6xSbld/Hg3Cf2QiOa1mDpmG7Ve8LOH6DN3mdttzjQAvWTyVkw==" ,
"dependencies" : {
"figures" : "^1.3.5" ,
"squeak" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/logalot/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/logalot/node_modules/figures" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz" ,
"integrity" : "sha512-UxKlfCRuCBxSXU4C6t9scbDyWZ4VlaFFdojKtzJuSkuOBQ5CNFum+zZXFwHjo+CxBC1t6zlYPgHIgFjL8ggoEQ==" ,
"dependencies" : {
"escape-string-regexp" : "^1.0.5" ,
"object-assign" : "^4.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/longest" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz" ,
"integrity" : "sha512-k+yt5n3l48JU4k8ftnKG6V7u32wyH2NfKzeMto9F/QRE0amxy/LayxwlvjjkZEIzqR+19IrtFO8p5kB9QaYUFg==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/loose-envify" : {
"version" : "1.4.0" ,
"license" : "MIT" ,
"dependencies" : {
"js-tokens" : "^3.0.0 || ^4.0.0"
} ,
"bin" : {
"loose-envify" : "cli.js"
}
} ,
"node_modules/loud-rejection" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz" ,
"integrity" : "sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==" ,
"dependencies" : {
"currently-unhandled" : "^0.4.1" ,
"signal-exit" : "^3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/loud-rejection/node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
} ,
"node_modules/lowercase-keys" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz" ,
"integrity" : "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/lpad-align" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/lpad-align/-/lpad-align-1.1.2.tgz" ,
"integrity" : "sha512-MMIcFmmR9zlGZtBcFOows6c2COMekHCIFJz3ew/rRpKZ1wR4mXDPzvcVqLarux8M33X4TPSq2Jdw8WJj0q0KbQ==" ,
"dependencies" : {
"get-stdin" : "^4.0.1" ,
"indent-string" : "^2.1.0" ,
"longest" : "^1.0.0" ,
"meow" : "^3.3.0"
} ,
"bin" : {
"lpad-align" : "cli.js"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/lpad-align/node_modules/indent-string" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz" ,
"integrity" : "sha512-aqwDFWSgSgfRaEwao5lg5KEcVd/2a+D1rvoG7NdilmYz0NwRk6StWpWdz/Hpk34MKPpx7s8XxUqimfcQK6gGlg==" ,
"dependencies" : {
"repeating" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/lru-cache" : {
"version" : "10.4.3" ,
"dev" : true ,
"license" : "ISC"
} ,
"node_modules/make-dir" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz" ,
"integrity" : "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==" ,
"dependencies" : {
"semver" : "^6.0.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/map-obj" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" ,
"integrity" : "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/mdn-data" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz" ,
"integrity" : "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
} ,
"node_modules/meow" : {
"version" : "3.7.0" ,
"resolved" : "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz" ,
"integrity" : "sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA==" ,
"dependencies" : {
"camelcase-keys" : "^2.0.0" ,
"decamelize" : "^1.1.2" ,
"loud-rejection" : "^1.0.0" ,
"map-obj" : "^1.0.1" ,
"minimist" : "^1.1.3" ,
"normalize-package-data" : "^2.3.4" ,
"object-assign" : "^4.0.1" ,
"read-pkg-up" : "^1.0.1" ,
"redent" : "^1.0.0" ,
"trim-newlines" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/merge-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" ,
"integrity" : "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
} ,
"node_modules/merge2" : {
"version" : "1.4.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/micromatch" : {
"version" : "4.0.7" ,
"license" : "MIT" ,
"dependencies" : {
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
} ,
"engines" : {
"node" : ">=8.6"
}
} ,
"node_modules/mime" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz" ,
"integrity" : "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" ,
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/mime-db" : {
"version" : "1.53.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz" ,
"integrity" : "sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==" ,
"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==" ,
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types/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==" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mimic-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" ,
"integrity" : "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/mimic-response" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz" ,
"integrity" : "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/minimatch" : {
"version" : "3.1.2" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/minimist" : {
"version" : "1.2.8" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/minipass" : {
"version" : "7.1.2" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/mkdirp" : {
"version" : "0.5.6" ,
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz" ,
"integrity" : "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==" ,
"dependencies" : {
"minimist" : "^1.2.6"
} ,
"bin" : {
"mkdirp" : "bin/cmd.js"
}
} ,
"node_modules/mkdirp-classic" : {
"version" : "0.5.3" ,
"resolved" : "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz" ,
"integrity" : "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="
} ,
"node_modules/ms" : {
"version" : "2.1.2" ,
"license" : "MIT"
} ,
"node_modules/multipipe" : {
"version" : "1.0.2" ,
"license" : "MIT" ,
"dependencies" : {
"duplexer2" : "^0.1.2" ,
"object-assign" : "^4.1.0"
}
} ,
"node_modules/mute-stream" : {
"version" : "0.0.8" ,
"resolved" : "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz" ,
"integrity" : "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA=="
} ,
"node_modules/nanoid" : {
"version" : "3.3.7" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
2024-08-06 21:47:34 +08:00
"bin" : {
2024-10-22 22:10:01 +08:00
"nanoid" : "bin/nanoid.cjs"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/napi-build-utils" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz" ,
"integrity" : "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg=="
} ,
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
2024-10-22 22:10:01 +08:00
"license" : "MIT"
} ,
"node_modules/next" : {
"version" : "14.2.5" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"@next/env" : "14.2.5" ,
"@swc/helpers" : "0.5.5" ,
"busboy" : "1.6.0" ,
"caniuse-lite" : "^1.0.30001579" ,
"graceful-fs" : "^4.2.11" ,
"postcss" : "8.4.31" ,
"styled-jsx" : "5.1.1"
} ,
"bin" : {
"next" : "dist/bin/next"
} ,
"engines" : {
"node" : ">=18.17.0"
} ,
"optionalDependencies" : {
"@next/swc-darwin-arm64" : "14.2.5" ,
"@next/swc-darwin-x64" : "14.2.5" ,
"@next/swc-linux-arm64-gnu" : "14.2.5" ,
"@next/swc-linux-arm64-musl" : "14.2.5" ,
"@next/swc-linux-x64-gnu" : "14.2.5" ,
"@next/swc-linux-x64-musl" : "14.2.5" ,
"@next/swc-win32-arm64-msvc" : "14.2.5" ,
"@next/swc-win32-ia32-msvc" : "14.2.5" ,
"@next/swc-win32-x64-msvc" : "14.2.5"
2024-08-06 21:47:34 +08:00
} ,
"peerDependencies" : {
2024-10-22 22:10:01 +08:00
"@opentelemetry/api" : "^1.1.0" ,
"@playwright/test" : "^1.41.2" ,
"react" : "^18.2.0" ,
"react-dom" : "^18.2.0" ,
"sass" : "^1.3.0"
2024-08-06 21:47:34 +08:00
} ,
"peerDependenciesMeta" : {
2024-10-22 22:10:01 +08:00
"@opentelemetry/api" : {
"optional" : true
} ,
"@playwright/test" : {
"optional" : true
} ,
"sass" : {
2024-08-06 21:47:34 +08:00
"optional" : true
}
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/nice-try" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz" ,
"integrity" : "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
} ,
"node_modules/node-abi" : {
"version" : "2.30.1" ,
"resolved" : "https://registry.npmjs.org/node-abi/-/node-abi-2.30.1.tgz" ,
"integrity" : "sha512-/2D0wOQPgaUWzVSVgRMx+trKJRC2UG4SUc4oCJoXx9Uxjtp0Vy3/kt7zcbxHF8+Z/pK3UloLWzBISg72brfy1w==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"semver" : "^5.4.1"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/node-abi/node_modules/semver" : {
"version" : "5.7.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" ,
"integrity" : "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" ,
"bin" : {
"semver" : "bin/semver"
}
} ,
"node_modules/node-addon-api" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz" ,
"integrity" : "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A=="
} ,
"node_modules/normalize-package-data" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" ,
"integrity" : "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"hosted-git-info" : "^2.1.4" ,
"resolve" : "^1.10.0" ,
"semver" : "2 || 3 || 4 || 5" ,
"validate-npm-package-license" : "^3.0.1"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/normalize-package-data/node_modules/resolve" : {
2024-08-06 21:47:34 +08:00
"version" : "1.22.8" ,
2024-10-22 22:10:01 +08:00
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz" ,
"integrity" : "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/normalize-package-data/node_modules/semver" : {
"version" : "5.7.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" ,
"integrity" : "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" ,
"bin" : {
"semver" : "bin/semver"
}
} ,
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
}
} ,
"node_modules/normalize-url" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz" ,
"integrity" : "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==" ,
"engines" : {
"node" : ">=10"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/npm-conf" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/npm-conf/-/npm-conf-1.1.3.tgz" ,
"integrity" : "sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"config-chain" : "^1.1.11" ,
"pify" : "^3.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : ">=4"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/npm-run-path" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz" ,
"integrity" : "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"path-key" : "^2.0.0"
} ,
"engines" : {
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/npm-run-path/node_modules/path-key" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz" ,
"integrity" : "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
"node" : ">=4"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/npmlog" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz" ,
"integrity" : "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==" ,
"deprecated" : "This package is no longer supported." ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"are-we-there-yet" : "~1.1.2" ,
"console-control-strings" : "~1.1.0" ,
"gauge" : "~2.7.3" ,
"set-blocking" : "~2.0.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/nth-check" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz" ,
"integrity" : "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"boolbase" : "~1.0.0"
}
} ,
"node_modules/number-is-nan" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz" ,
"integrity" : "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/nwsapi" : {
"version" : "2.2.13" ,
"resolved" : "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.13.tgz" ,
"integrity" : "sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ=="
} ,
"node_modules/oauth-sign" : {
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz" ,
"integrity" : "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/object-assign" : {
"version" : "4.1.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object-inspect" : {
"version" : "1.13.2" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/object-is" : {
"version" : "1.1.6" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/object-keys" : {
"version" : "1.1.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/object.assign" : {
"version" : "4.1.5" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.5" ,
"define-properties" : "^1.2.1" ,
"has-symbols" : "^1.0.3" ,
"object-keys" : "^1.1.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/object.entries" : {
"version" : "1.1.8" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/object.fromentries" : {
"version" : "2.0.8" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
2024-10-22 22:10:01 +08:00
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-object-atoms" : "^1.0.0"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/object.getownpropertydescriptors" : {
"version" : "2.1.8" ,
"resolved" : "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz" ,
"integrity" : "sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"array.prototype.reduce" : "^1.0.6" ,
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-object-atoms" : "^1.0.0" ,
"gopd" : "^1.0.1" ,
"safe-array-concat" : "^1.1.2"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/object.groupby" : {
"version" : "1.0.3" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
2024-10-22 22:10:01 +08:00
"license" : "MIT" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/object.values" : {
"version" : "1.2.0" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/once" : {
"version" : "1.4.0" ,
"license" : "ISC" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"wrappy" : "1"
}
} ,
"node_modules/onetime" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" ,
"integrity" : "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" ,
"dependencies" : {
"mimic-fn" : "^2.1.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/optionator" : {
"version" : "0.9.4" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
2024-10-22 22:10:01 +08:00
"license" : "MIT" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
"type-check" : "^0.4.0" ,
"word-wrap" : "^1.2.5"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.8.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/optipng-bin" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/optipng-bin/-/optipng-bin-7.0.1.tgz" ,
"integrity" : "sha512-W99mpdW7Nt2PpFiaO+74pkht7KEqkXkeRomdWXfEz3SALZ6hns81y/pm1dsGZ6ItUIfchiNIP6ORDr1zETU1jA==" ,
"hasInstallScript" : true ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"bin-build" : "^3.0.0" ,
"bin-wrapper" : "^4.0.0"
} ,
"bin" : {
"optipng" : "cli.js"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/os-filter-obj" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-2.0.0.tgz" ,
"integrity" : "sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==" ,
"dependencies" : {
"arch" : "^2.1.0"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/os-tmpdir" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz" ,
"integrity" : "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/ow" : {
"version" : "0.17.0" ,
"resolved" : "https://registry.npmjs.org/ow/-/ow-0.17.0.tgz" ,
"integrity" : "sha512-i3keDzDQP5lWIe4oODyDFey1qVrq2hXKTuTH2VpqwpYtzPiKZt2ziRI4NBQmgW40AnV5Euz17OyWweCb+bNEQA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"type-fest" : "^0.11.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/ow/node_modules/type-fest" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz" ,
"integrity" : "sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-any" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/p-any/-/p-any-3.0.0.tgz" ,
"integrity" : "sha512-5rqbqfsRWNb0sukt0awwgJMlaep+8jV45S15SKKB34z4UuzjcofIfnriCBhWjZP2jbVtjt9yRl7buB6RlKsu9w==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"p-cancelable" : "^2.0.0" ,
"p-some" : "^5.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/p-cancelable" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz" ,
"integrity" : "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==" ,
"engines" : {
"node" : ">=8"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/p-event" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/p-event/-/p-event-1.3.0.tgz" ,
"integrity" : "sha512-hV1zbA7gwqPVFcapfeATaNjQ3J0NuzorHPyG8GPL9g/Y/TplWVBVoCKCXL6Ej2zscrCEv195QNWJXuBH6XZuzA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"p-timeout" : "^1.1.1"
} ,
"engines" : {
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/p-event/node_modules/p-timeout" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz" ,
"integrity" : "sha512-gb0ryzr+K2qFqFv6qi3khoeqMZF/+ajxQipEF6NteZVnvz9tzdsfAVj3lYtn1gAXvH5lfLwfxEII799gt/mRIA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"p-finally" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/p-finally" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz" ,
"integrity" : "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/p-is-promise" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz" ,
"integrity" : "sha512-zL7VE4JVS2IFSkR2GQKDSPEVxkoH43/p7oEnwpdCndKYJO0HVeRB7fA8TJwuLOTBREtK0ea8eHaxdwcpob5dmg==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/p-limit" : {
"version" : "3.1.0" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"yocto-queue" : "^0.1.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/p-locate" : {
2024-08-06 21:47:34 +08:00
"version" : "5.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"p-limit" : "^3.0.2"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/p-map-series" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz" ,
"integrity" : "sha512-4k9LlvY6Bo/1FcIdV33wqZQES0Py+iKISU9Uc8p8AjWoZPnFKMpVIVD3s0EYn4jzLh1I+WeUZkJ0Yoa4Qfw3Kg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"p-reduce" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/p-pipe" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/p-pipe/-/p-pipe-3.1.0.tgz" ,
"integrity" : "sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/p-reduce" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz" ,
"integrity" : "sha512-3Tx1T3oM1xO/Y8Gj0sWyE78EIJZ+t+aEmXUdvQgvGmSMri7aPTHoovbXEreWKkL5j21Er60XAWLTzKbAKYOujQ==" ,
"engines" : {
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/p-some" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-some/-/p-some-5.0.0.tgz" ,
"integrity" : "sha512-Js5XZxo6vHjB9NOYAzWDYAIyyiPvva0DWESAIWIK7uhSpGsyg5FwUPxipU/SOQx5x9EqhOh545d1jo6cVkitig==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"aggregate-error" : "^3.0.0" ,
"p-cancelable" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/p-timeout" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz" ,
"integrity" : "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==" ,
"dependencies" : {
"p-finally" : "^1.0.0"
} ,
"engines" : {
"node" : ">=8"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/p-try" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" ,
"integrity" : "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" ,
"engines" : {
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/package-json" : {
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz" ,
"integrity" : "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"got" : "^9.6.0" ,
"registry-auth-token" : "^4.0.0" ,
"registry-url" : "^5.0.0" ,
"semver" : "^6.2.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/package-json/node_modules/@sindresorhus/is" : {
"version" : "0.14.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz" ,
"integrity" : "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==" ,
"engines" : {
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/package-json/node_modules/@szmarczak/http-timer" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz" ,
"integrity" : "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"defer-to-connect" : "^1.0.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/package-json/node_modules/cacheable-request" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz" ,
"integrity" : "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"clone-response" : "^1.0.2" ,
"get-stream" : "^5.1.0" ,
"http-cache-semantics" : "^4.0.0" ,
"keyv" : "^3.0.0" ,
"lowercase-keys" : "^2.0.0" ,
"normalize-url" : "^4.1.0" ,
"responselike" : "^1.0.2"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/package-json/node_modules/cacheable-request/node_modules/get-stream" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz" ,
"integrity" : "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"pump" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/package-json/node_modules/decompress-response" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz" ,
"integrity" : "sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"mimic-response" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/package-json/node_modules/defer-to-connect" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz" ,
"integrity" : "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ=="
} ,
"node_modules/package-json/node_modules/get-stream" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz" ,
"integrity" : "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"pump" : "^3.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/package-json/node_modules/got" : {
"version" : "9.6.0" ,
"resolved" : "https://registry.npmjs.org/got/-/got-9.6.0.tgz" ,
"integrity" : "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"@sindresorhus/is" : "^0.14.0" ,
"@szmarczak/http-timer" : "^1.1.2" ,
"cacheable-request" : "^6.0.0" ,
"decompress-response" : "^3.3.0" ,
"duplexer3" : "^0.1.4" ,
"get-stream" : "^4.1.0" ,
"lowercase-keys" : "^1.0.1" ,
"mimic-response" : "^1.0.1" ,
"p-cancelable" : "^1.0.0" ,
"to-readable-stream" : "^1.0.0" ,
"url-parse-lax" : "^3.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8.6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/package-json/node_modules/got/node_modules/lowercase-keys" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz" ,
"integrity" : "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" ,
"engines" : {
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/package-json/node_modules/json-buffer" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz" ,
"integrity" : "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ=="
} ,
"node_modules/package-json/node_modules/keyv" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz" ,
"integrity" : "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"json-buffer" : "3.0.0"
}
} ,
"node_modules/package-json/node_modules/normalize-url" : {
"version" : "4.5.1" ,
"resolved" : "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz" ,
"integrity" : "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
"node" : ">=8"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/package-json/node_modules/p-cancelable" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz" ,
"integrity" : "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/package-json/node_modules/responselike" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz" ,
"integrity" : "sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"lowercase-keys" : "^1.0.0"
}
} ,
"node_modules/package-json/node_modules/responselike/node_modules/lowercase-keys" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz" ,
"integrity" : "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/parent-module" : {
"version" : "1.0.1" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"callsites" : "^3.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/parse-json" : {
"version" : "5.2.0" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"@babel/code-frame" : "^7.0.0" ,
"error-ex" : "^1.3.1" ,
"json-parse-even-better-errors" : "^2.3.0" ,
"lines-and-columns" : "^1.1.6"
} ,
"engines" : {
"node" : ">=8"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/parse5" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz" ,
"integrity" : "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/path-exists" : {
"version" : "4.0.0" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/path-key" : {
"version" : "3.1.1" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"license" : "MIT"
} ,
"node_modules/path-scurry" : {
"version" : "1.11.1" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
2024-10-22 22:10:01 +08:00
"license" : "BlueOak-1.0.0" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.18"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/isaacs"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/path-type" : {
"version" : "4.0.0" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/pend" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz" ,
"integrity" : "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
} ,
"node_modules/performance-now" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz" ,
"integrity" : "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
} ,
"node_modules/picocolors" : {
"version" : "1.0.1" ,
"license" : "ISC"
} ,
"node_modules/picomatch" : {
"version" : "2.3.1" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8.6"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/jonschlinkert"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/pify" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz" ,
"integrity" : "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/pinkie" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz" ,
"integrity" : "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/pinkie-promise" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz" ,
"integrity" : "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"pinkie" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/png2icons" : {
2024-08-06 21:47:34 +08:00
"version" : "2.0.1" ,
2024-10-22 22:10:01 +08:00
"resolved" : "https://registry.npmjs.org/png2icons/-/png2icons-2.0.1.tgz" ,
"integrity" : "sha512-GDEQJr8OG4e6JMp7mABtXFSEpgJa1CCpbQiAR+EjhkHJHnUL9zPPtbOrjsMD8gUbikgv3j7x404b0YJsV3aVFA==" ,
"bin" : {
"png2icons" : "png2icons-cli.js"
}
} ,
"node_modules/pngquant-bin" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/pngquant-bin/-/pngquant-bin-6.0.1.tgz" ,
"integrity" : "sha512-Q3PUyolfktf+hYio6wsg3SanQzEU/v8aICg/WpzxXcuCMRb7H2Q81okfpcEztbMvw25ILjd3a87doj2N9kvbpQ==" ,
"hasInstallScript" : true ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"bin-build" : "^3.0.0" ,
"bin-wrapper" : "^4.0.1" ,
"execa" : "^4.0.0"
2024-08-06 21:47:34 +08:00
} ,
"bin" : {
2024-10-22 22:10:01 +08:00
"pngquant" : "cli.js"
} ,
"engines" : {
"node" : ">=10"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/pngquant-bin/node_modules/execa" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz" ,
"integrity" : "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==" ,
"dependencies" : {
"cross-spawn" : "^7.0.0" ,
"get-stream" : "^5.0.0" ,
"human-signals" : "^1.1.1" ,
"is-stream" : "^2.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^4.0.0" ,
"onetime" : "^5.1.0" ,
"signal-exit" : "^3.0.2" ,
"strip-final-newline" : "^2.0.0"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/pngquant-bin/node_modules/get-stream" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz" ,
"integrity" : "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"pump" : "^3.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/pngquant-bin/node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/pngquant-bin/node_modules/npm-run-path" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" ,
"integrity" : "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"path-key" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/pngquant-bin/node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/possible-typed-array-names" : {
"version" : "1.0.0" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/postcss" : {
"version" : "8.4.31" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"nanoid" : "^3.3.6" ,
"picocolors" : "^1.0.0" ,
"source-map-js" : "^1.0.2"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/prebuild-install" : {
"version" : "6.1.4" ,
"resolved" : "https://registry.npmjs.org/prebuild-install/-/prebuild-install-6.1.4.tgz" ,
"integrity" : "sha512-Z4vpywnK1lBg+zdPCVCsKq0xO66eEV9rWo2zrROGGiRS4JtueBOdlB1FnY8lcy7JsUud/Q3ijUxyWN26Ika0vQ==" ,
"dependencies" : {
"detect-libc" : "^1.0.3" ,
"expand-template" : "^2.0.3" ,
"github-from-package" : "0.0.0" ,
"minimist" : "^1.2.3" ,
"mkdirp-classic" : "^0.5.3" ,
"napi-build-utils" : "^1.0.1" ,
"node-abi" : "^2.21.0" ,
"npmlog" : "^4.0.1" ,
"pump" : "^3.0.0" ,
"rc" : "^1.2.7" ,
"simple-get" : "^3.0.3" ,
"tar-fs" : "^2.0.0" ,
"tunnel-agent" : "^0.6.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"bin" : {
"prebuild-install" : "bin.js"
} ,
"engines" : {
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/prebuild-install/node_modules/decompress-response" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz" ,
"integrity" : "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"mimic-response" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
}
} ,
"node_modules/prebuild-install/node_modules/mimic-response" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz" ,
"integrity" : "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==" ,
"engines" : {
"node" : ">=8"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/prebuild-install/node_modules/simple-get" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz" ,
"integrity" : "sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==" ,
"dependencies" : {
"decompress-response" : "^4.2.0" ,
"once" : "^1.3.1" ,
"simple-concat" : "^1.0.0"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.8.0"
}
} ,
"node_modules/prepend-http" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/prepend-http/-/prepend-http-3.0.1.tgz" ,
"integrity" : "sha512-BLxfZh+m6UiAiCPZFJ4+vYoL7NrRs5XgCTRrjseATAggXhdZKKxn+JUNmuVYWY23bDHgaEHodxw8mnmtVEDtHw==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/process-nextick-args" : {
"version" : "2.0.1" ,
"license" : "MIT"
} ,
"node_modules/promise" : {
"version" : "7.3.1" ,
"resolved" : "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz" ,
"integrity" : "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==" ,
"dependencies" : {
"asap" : "~2.0.3"
}
} ,
"node_modules/prop-types" : {
"version" : "15.8.1" ,
"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" ,
"license" : "MIT"
} ,
"node_modules/proto-list" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz" ,
"integrity" : "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA=="
} ,
"node_modules/pseudomap" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz" ,
"integrity" : "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ=="
} ,
"node_modules/psl" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz" ,
"integrity" : "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
} ,
"node_modules/pump" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz" ,
"integrity" : "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==" ,
"dependencies" : {
"end-of-stream" : "^1.1.0" ,
"once" : "^1.3.1"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/punycode" : {
"version" : "2.3.1" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/pupa" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz" ,
"integrity" : "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"escape-goat" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/q" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/q/-/q-1.5.1.tgz" ,
"integrity" : "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==" ,
"deprecated" : "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.6.0" ,
"teleport" : ">=0.2.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/qs" : {
"version" : "6.5.3" ,
"resolved" : "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz" ,
"integrity" : "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/query-string" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz" ,
"integrity" : "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"decode-uri-component" : "^0.2.0" ,
"object-assign" : "^4.1.0" ,
"strict-uri-encode" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/querystringify" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz" ,
"integrity" : "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
} ,
"node_modules/queue-microtask" : {
"version" : "1.2.3" ,
"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/quick-lru" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz" ,
"integrity" : "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/rc" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" ,
"integrity" : "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"deep-extend" : "^0.6.0" ,
"ini" : "~1.3.0" ,
"minimist" : "^1.2.0" ,
"strip-json-comments" : "~2.0.1"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"bin" : {
"rc" : "cli.js"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/rc/node_modules/strip-json-comments" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" ,
"integrity" : "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/react" : {
"version" : "18.3.1" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"loose-envify" : "^1.1.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/react-dom" : {
"version" : "18.3.1" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"loose-envify" : "^1.1.0" ,
"scheduler" : "^0.23.2"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"peerDependencies" : {
"react" : "^18.3.1"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/react-is" : {
"version" : "18.3.1" ,
"license" : "MIT"
} ,
"node_modules/react-transition-group" : {
"version" : "4.4.5" ,
"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"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"peerDependencies" : {
"react" : ">=16.6.0" ,
"react-dom" : ">=16.6.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/read-chunk" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/read-chunk/-/read-chunk-3.2.0.tgz" ,
"integrity" : "sha512-CEjy9LCzhmD7nUpJ1oVOE6s/hBkejlcJEgLQHVnQznOSilOPb+kpKktlLfFDK3/WP43+F80xkUTM2VOkYoSYvQ==" ,
"dependencies" : {
"pify" : "^4.0.1" ,
"with-open-file" : "^0.1.6"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/read-chunk/node_modules/pify" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz" ,
"integrity" : "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/read-pkg" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz" ,
"integrity" : "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"load-json-file" : "^1.0.0" ,
"normalize-package-data" : "^2.3.2" ,
"path-type" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/read-pkg-up" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz" ,
"integrity" : "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==" ,
"dependencies" : {
"find-up" : "^1.0.0" ,
"read-pkg" : "^1.0.0"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/read-pkg-up/node_modules/find-up" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz" ,
"integrity" : "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"path-exists" : "^2.0.0" ,
"pinkie-promise" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/read-pkg-up/node_modules/path-exists" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz" ,
"integrity" : "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==" ,
"dependencies" : {
"pinkie-promise" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/read-pkg/node_modules/path-type" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz" ,
"integrity" : "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"graceful-fs" : "^4.1.2" ,
"pify" : "^2.0.0" ,
"pinkie-promise" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/read-pkg/node_modules/pify" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" ,
"integrity" : "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/readable-stream" : {
"version" : "1.0.34" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.1" ,
"isarray" : "0.0.1" ,
"string_decoder" : "~0.10.x"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/readdirp" : {
"version" : "3.5.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz" ,
"integrity" : "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"picomatch" : "^2.2.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/redent" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz" ,
"integrity" : "sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g==" ,
"dependencies" : {
"indent-string" : "^2.1.0" ,
"strip-indent" : "^1.0.1"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/redent/node_modules/indent-string" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz" ,
"integrity" : "sha512-aqwDFWSgSgfRaEwao5lg5KEcVd/2a+D1rvoG7NdilmYz0NwRk6StWpWdz/Hpk34MKPpx7s8XxUqimfcQK6gGlg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"repeating" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/reflect.getprototypeof" : {
"version" : "1.0.6" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
2024-10-22 22:10:01 +08:00
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.1" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.4" ,
"globalthis" : "^1.0.3" ,
"which-builtin-type" : "^1.1.3"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/regenerator-runtime" : {
"version" : "0.14.1" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/regexp.prototype.flags" : {
"version" : "1.5.2" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"call-bind" : "^1.0.6" ,
2024-08-06 21:47:34 +08:00
"define-properties" : "^1.2.1" ,
2024-10-22 22:10:01 +08:00
"es-errors" : "^1.3.0" ,
2024-08-06 21:47:34 +08:00
"set-function-name" : "^2.0.1"
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/registry-auth-token" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.2.tgz" ,
"integrity" : "sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==" ,
"dependencies" : {
"rc" : "1.2.8"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=6.0.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/registry-url" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz" ,
"integrity" : "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"rc" : "^1.2.8"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/repeating" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz" ,
"integrity" : "sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==" ,
"dependencies" : {
"is-finite" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/replace-ext" : {
2024-08-06 21:47:34 +08:00
"version" : "1.0.1" ,
2024-10-22 22:10:01 +08:00
"resolved" : "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz" ,
"integrity" : "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==" ,
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/request" : {
"version" : "2.88.2" ,
"resolved" : "https://registry.npmjs.org/request/-/request-2.88.2.tgz" ,
"integrity" : "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==" ,
"deprecated" : "request has been deprecated, see https://github.com/request/request/issues/3142" ,
"dependencies" : {
"aws-sign2" : "~0.7.0" ,
"aws4" : "^1.8.0" ,
"caseless" : "~0.12.0" ,
"combined-stream" : "~1.0.6" ,
"extend" : "~3.0.2" ,
"forever-agent" : "~0.6.1" ,
"form-data" : "~2.3.2" ,
"har-validator" : "~5.1.3" ,
"http-signature" : "~1.2.0" ,
"is-typedarray" : "~1.0.0" ,
"isstream" : "~0.1.2" ,
"json-stringify-safe" : "~5.0.1" ,
"mime-types" : "~2.1.19" ,
"oauth-sign" : "~0.9.0" ,
"performance-now" : "^2.1.0" ,
"qs" : "~6.5.2" ,
"safe-buffer" : "^5.1.2" ,
"tough-cookie" : "~2.5.0" ,
"tunnel-agent" : "^0.6.0" ,
"uuid" : "^3.3.2"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">= 6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/request-promise-core" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz" ,
"integrity" : "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"lodash" : "^4.17.19"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
} ,
"peerDependencies" : {
"request" : "^2.34"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/request-promise-native" : {
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.9.tgz" ,
"integrity" : "sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==" ,
"deprecated" : "request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"request-promise-core" : "1.1.4" ,
"stealthy-require" : "^1.1.1" ,
"tough-cookie" : "^2.3.3"
} ,
"engines" : {
"node" : ">=0.12.0"
} ,
"peerDependencies" : {
"request" : "^2.34"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/request-promise-native/node_modules/tough-cookie" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz" ,
"integrity" : "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"psl" : "^1.1.28" ,
"punycode" : "^2.1.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/request/node_modules/tough-cookie" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz" ,
"integrity" : "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"psl" : "^1.1.28" ,
"punycode" : "^2.1.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/requires-port" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" ,
"integrity" : "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/resolve" : {
"version" : "2.0.0-next.5" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"bin" : {
"resolve" : "bin/resolve"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/resolve-alpn" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz" ,
"integrity" : "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/resolve-from" : {
"version" : "4.0.0" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/resolve-pkg-maps" : {
"version" : "1.0.0" ,
"dev" : true ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
2024-10-22 22:10:01 +08:00
"funding" : {
"url" : "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
}
} ,
"node_modules/responselike" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz" ,
"integrity" : "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"lowercase-keys" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/restore-cursor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz" ,
"integrity" : "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" ,
"dependencies" : {
"onetime" : "^5.1.0" ,
"signal-exit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=8"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/restore-cursor/node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
} ,
"node_modules/reusify" : {
"version" : "1.0.4" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"engines" : {
2024-10-22 22:10:01 +08:00
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/rimraf" : {
"version" : "3.0.2" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
2024-10-22 22:10:01 +08:00
"license" : "ISC" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"glob" : "^7.1.3"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"bin" : {
"rimraf" : "bin.js"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/rimraf/node_modules/glob" : {
"version" : "7.2.3" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : "*"
2024-10-22 22:10:01 +08:00
} ,
2024-08-06 21:47:34 +08:00
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/isaacs"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/router-ips" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/router-ips/-/router-ips-1.0.0.tgz" ,
"integrity" : "sha512-yBo6F52Un/WYioXbedBGvrKIiofbwt+4cUhdqDb9fNMJBI4D4jOy7jlxxaRVEvICPKU7xMmJDtDFR6YswX/sFQ==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/run-async" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz" ,
"integrity" : "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==" ,
"engines" : {
"node" : ">=0.12.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/run-parallel" : {
"version" : "1.2.0" ,
2024-08-06 21:47:34 +08:00
"funding" : [
{
"type" : "github" ,
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
2024-08-06 21:47:34 +08:00
}
] ,
"license" : "MIT" ,
2024-10-22 22:10:01 +08:00
"dependencies" : {
"queue-microtask" : "^1.2.2"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/rxjs" : {
"version" : "6.6.7" ,
"resolved" : "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz" ,
"integrity" : "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"tslib" : "^1.9.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"npm" : ">=2.0.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/rxjs/node_modules/tslib" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" ,
"integrity" : "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/safe-array-concat" : {
"version" : "1.1.2" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
2024-10-22 22:10:01 +08:00
"get-intrinsic" : "^1.2.4" ,
"has-symbols" : "^1.0.3" ,
"isarray" : "^2.0.5"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.4"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/safe-array-concat/node_modules/isarray" : {
"version" : "2.0.5" ,
"license" : "MIT"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"license" : "MIT"
} ,
"node_modules/safe-regex-test" : {
"version" : "1.0.3" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
"is-regex" : "^1.1.4"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
} ,
"node_modules/sax" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz" ,
"integrity" : "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
} ,
"node_modules/saxes" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz" ,
"integrity" : "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"xmlchars" : "^2.2.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/scheduler" : {
"version" : "0.23.2" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"loose-envify" : "^1.1.0"
}
} ,
"node_modules/seek-bzip" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.6.tgz" ,
"integrity" : "sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==" ,
"dependencies" : {
"commander" : "^2.8.1"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"bin" : {
"seek-bunzip" : "bin/seek-bunzip" ,
"seek-table" : "bin/seek-bzip-table"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/semver" : {
"version" : "6.3.1" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/semver-diff" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz" ,
"integrity" : "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"semver" : "^6.3.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/semver-regex" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz" ,
"integrity" : "sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/semver-truncate" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/semver-truncate/-/semver-truncate-1.1.2.tgz" ,
"integrity" : "sha512-V1fGg9i4CL3qesB6U0L6XAm4xOJiHmt4QAacazumuasc03BvtFGIMCduv01JWQ69Nv+JST9TqhSCiJoxoY031w==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"semver" : "^5.3.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/semver-truncate/node_modules/semver" : {
"version" : "5.7.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" ,
"integrity" : "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" ,
"bin" : {
"semver" : "bin/semver"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/set-blocking" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" ,
"integrity" : "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
} ,
"node_modules/set-function-length" : {
"version" : "1.2.2" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
"gopd" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.2"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/set-function-name" : {
"version" : "2.0.2" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"functions-have-names" : "^1.2.3" ,
"has-property-descriptors" : "^1.0.2"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
}
} ,
"node_modules/shallow-clone" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz" ,
"integrity" : "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==" ,
"dependencies" : {
"kind-of" : "^6.0.2"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/sharp" : {
"version" : "0.27.0" ,
"resolved" : "https://registry.npmjs.org/sharp/-/sharp-0.27.0.tgz" ,
"integrity" : "sha512-II+YBCW3JuVWQZdpTEA2IBjJcYXPuoKo3AUqYuW+FK9Um93v2gPE2ihICCsN5nHTUoP8WCjqA83c096e8n//Rw==" ,
"hasInstallScript" : true ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"array-flatten" : "^3.0.0" ,
"color" : "^3.1.3" ,
"detect-libc" : "^1.0.3" ,
"node-addon-api" : "^3.1.0" ,
"npmlog" : "^4.1.2" ,
"prebuild-install" : "^6.0.0" ,
"semver" : "^7.3.4" ,
"simple-get" : "^4.0.0" ,
"tar-fs" : "^2.1.1" ,
"tunnel-agent" : "^0.6.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://opencollective.com/libvips"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/sharp/node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"bin" : {
"semver" : "bin/semver.js"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"shebang-regex" : "^3.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/side-channel" : {
"version" : "1.0.6" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
2024-10-22 22:10:01 +08:00
"dependencies" : {
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.4" ,
"object-inspect" : "^1.13.1"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/signal-exit" : {
"version" : "4.1.0" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
2024-10-22 22:10:01 +08:00
"license" : "ISC" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/simple-concat" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz" ,
"integrity" : "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/simple-get" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz" ,
"integrity" : "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"decompress-response" : "^6.0.0" ,
"once" : "^1.3.1" ,
"simple-concat" : "^1.0.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/simple-swizzle" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz" ,
"integrity" : "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==" ,
"dependencies" : {
"is-arrayish" : "^0.3.1"
}
} ,
"node_modules/simple-swizzle/node_modules/is-arrayish" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz" ,
"integrity" : "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
} ,
"node_modules/slash" : {
"version" : "3.0.0" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/smol-toml" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/smol-toml/-/smol-toml-1.3.0.tgz" ,
"integrity" : "sha512-tWpi2TsODPScmi48b/OQZGi2lgUmBCHy6SZrhi/FdnnHiU1GwebbCfuQuxsC3nHaLwtYeJGPrDZDIeodDOc4pA==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 18"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/cyyynthia"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/sort-keys" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz" ,
"integrity" : "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==" ,
"dependencies" : {
"is-plain-obj" : "^1.0.0"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/sort-keys-length" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/sort-keys-length/-/sort-keys-length-1.0.1.tgz" ,
"integrity" : "sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"sort-keys" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/source-map" : {
"version" : "0.5.7" ,
"license" : "BSD-3-Clause" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/source-map-js" : {
"version" : "1.2.0" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/spdx-correct" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz" ,
"integrity" : "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"spdx-expression-parse" : "^3.0.0" ,
"spdx-license-ids" : "^3.0.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/spdx-exceptions" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz" ,
"integrity" : "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/spdx-expression-parse" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" ,
"integrity" : "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" ,
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/spdx-license-ids" : {
"version" : "3.0.20" ,
"resolved" : "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz" ,
"integrity" : "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw=="
} ,
"node_modules/sprintf-js" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" ,
"integrity" : "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
} ,
"node_modules/squeak" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/squeak/-/squeak-1.3.0.tgz" ,
"integrity" : "sha512-YQL1ulInM+ev8nXX7vfXsCsDh6IqXlrremc1hzi77776BtpWgYJUMto3UM05GSAaGzJgWekszjoKDrVNB5XG+A==" ,
"dependencies" : {
"chalk" : "^1.0.0" ,
"console-stream" : "^0.1.1" ,
"lpad-align" : "^1.0.1"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/squeak/node_modules/ansi-regex" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" ,
"integrity" : "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" ,
"engines" : {
"node" : ">=0.10.0"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/squeak/node_modules/ansi-styles" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz" ,
"integrity" : "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/squeak/node_modules/chalk" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz" ,
"integrity" : "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"ansi-styles" : "^2.2.1" ,
"escape-string-regexp" : "^1.0.2" ,
"has-ansi" : "^2.0.0" ,
"strip-ansi" : "^3.0.0" ,
"supports-color" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/squeak/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/squeak/node_modules/strip-ansi" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz" ,
"integrity" : "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"ansi-regex" : "^2.0.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/squeak/node_modules/supports-color" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz" ,
"integrity" : "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==" ,
"engines" : {
"node" : ">=0.8.0"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/sshpk" : {
"version" : "1.18.0" ,
"resolved" : "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz" ,
"integrity" : "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"asn1" : "~0.2.3" ,
"assert-plus" : "^1.0.0" ,
"bcrypt-pbkdf" : "^1.0.0" ,
"dashdash" : "^1.12.0" ,
"ecc-jsbn" : "~0.1.1" ,
"getpass" : "^0.1.1" ,
"jsbn" : "~0.1.0" ,
"safer-buffer" : "^2.0.2" ,
"tweetnacl" : "~0.14.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"bin" : {
"sshpk-conv" : "bin/sshpk-conv" ,
"sshpk-sign" : "bin/sshpk-sign" ,
"sshpk-verify" : "bin/sshpk-verify"
} ,
"engines" : {
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/stable" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz" ,
"integrity" : "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" ,
"deprecated" : "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility"
} ,
"node_modules/stealthy-require" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz" ,
"integrity" : "sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==" ,
"engines" : {
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/stop-iteration-iterator" : {
"version" : "1.0.0" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"internal-slot" : "^1.0.4"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/streamsearch" : {
"version" : "1.1.0" ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/strict-uri-encode" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz" ,
"integrity" : "sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/string_decoder" : {
"version" : "0.10.31" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/string-width" : {
"version" : "5.1.2" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=12"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/string-width-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/string-width/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
2024-10-22 22:10:01 +08:00
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
2024-08-06 21:47:34 +08:00
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex" : {
"version" : "6.0.1" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/string.prototype.includes" : {
"version" : "2.0.0" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
2024-10-22 22:10:01 +08:00
"license" : "MIT" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"define-properties" : "^1.1.3" ,
"es-abstract" : "^1.17.5"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/string.prototype.matchall" : {
"version" : "4.0.11" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
2024-10-22 22:10:01 +08:00
"license" : "MIT" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.4" ,
"gopd" : "^1.0.1" ,
"has-symbols" : "^1.0.3" ,
"internal-slot" : "^1.0.7" ,
"regexp.prototype.flags" : "^1.5.2" ,
"set-function-name" : "^2.0.2" ,
"side-channel" : "^1.0.6"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/string.prototype.repeat" : {
"version" : "1.0.0" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"define-properties" : "^1.1.3" ,
"es-abstract" : "^1.17.5"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/string.prototype.trim" : {
"version" : "1.2.9" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
2024-10-22 22:10:01 +08:00
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.0" ,
"es-object-atoms" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/string.prototype.trimend" : {
"version" : "1.0.8" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/string.prototype.trimstart" : {
"version" : "1.0.8" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/strip-ansi" : {
"version" : "6.0.1" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"ansi-regex" : "^5.0.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/strip-bom" : {
"version" : "3.0.0" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/strip-dirs" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-dirs/-/strip-dirs-2.1.0.tgz" ,
"integrity" : "sha512-JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"is-natural-number" : "^4.0.1"
}
} ,
"node_modules/strip-eof" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz" ,
"integrity" : "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/strip-final-newline" : {
2024-08-06 21:47:34 +08:00
"version" : "2.0.0" ,
2024-10-22 22:10:01 +08:00
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz" ,
"integrity" : "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/strip-indent" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz" ,
"integrity" : "sha512-I5iQq6aFMM62fBEAIB/hXzwJD6EEZ0xEGCX2t7oXqaKPIRgt4WruAQ285BISgdkP+HLGWyeGmNJcpIwFeRYRUA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"get-stdin" : "^4.0.1"
} ,
"bin" : {
"strip-indent" : "cli.js"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
2024-10-22 22:10:01 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/strip-outer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz" ,
"integrity" : "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"escape-string-regexp" : "^1.0.2"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/strip-outer/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.8.0"
}
} ,
"node_modules/styled-jsx" : {
"version" : "5.1.1" ,
"license" : "MIT" ,
"dependencies" : {
"client-only" : "0.0.1"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">= 12.0.0"
} ,
"peerDependencies" : {
"react" : ">= 16.8.0 || 17.x.x || ^18.0.0-0"
} ,
"peerDependenciesMeta" : {
"@babel/core" : {
"optional" : true
} ,
"babel-plugin-macros" : {
"optional" : true
}
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/stylis" : {
"version" : "4.2.0" ,
"license" : "MIT"
} ,
"node_modules/supports-color" : {
"version" : "7.2.0" ,
2024-08-06 21:47:34 +08:00
"license" : "MIT" ,
2024-10-22 22:10:01 +08:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
"node" : ">=8"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"license" : "MIT" ,
2024-08-09 21:11:12 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 0.4"
2024-08-09 21:11:12 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/ljharb"
2024-08-09 21:11:12 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/svgo" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz" ,
"integrity" : "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==" ,
"deprecated" : "This SVGO version is no longer supported. Upgrade to v2.x.x." ,
"dependencies" : {
"chalk" : "^2.4.1" ,
"coa" : "^2.0.2" ,
"css-select" : "^2.0.0" ,
"css-select-base-adapter" : "^0.1.1" ,
"css-tree" : "1.0.0-alpha.37" ,
"csso" : "^4.0.2" ,
"js-yaml" : "^3.13.1" ,
"mkdirp" : "~0.5.1" ,
"object.values" : "^1.1.0" ,
"sax" : "~1.2.4" ,
"stable" : "^0.1.8" ,
"unquote" : "~1.1.1" ,
"util.promisify" : "~1.0.0"
} ,
"bin" : {
"svgo" : "bin/svgo"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4.0.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/svgo/node_modules/ansi-styles" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" ,
"integrity" : "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" ,
"dependencies" : {
"color-convert" : "^1.9.0"
} ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/svgo/node_modules/argparse" : {
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" ,
"integrity" : "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"sprintf-js" : "~1.0.2"
}
} ,
"node_modules/svgo/node_modules/chalk" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" ,
"integrity" : "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" ,
"dependencies" : {
"ansi-styles" : "^3.2.1" ,
"escape-string-regexp" : "^1.0.5" ,
"supports-color" : "^5.3.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/svgo/node_modules/color-convert" : {
"version" : "1.9.3" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" ,
"integrity" : "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" ,
"dependencies" : {
"color-name" : "1.1.3"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/svgo/node_modules/color-name" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" ,
"integrity" : "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/svgo/node_modules/css-select" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz" ,
"integrity" : "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"boolbase" : "^1.0.0" ,
"css-what" : "^3.2.1" ,
"domutils" : "^1.7.0" ,
"nth-check" : "^1.0.2"
}
} ,
"node_modules/svgo/node_modules/css-what" : {
"version" : "3.4.2" ,
"resolved" : "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz" ,
"integrity" : "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 6"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/sponsors/fb55"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/svgo/node_modules/domutils" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz" ,
"integrity" : "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"dom-serializer" : "0" ,
"domelementtype" : "1"
}
} ,
"node_modules/svgo/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/svgo/node_modules/has-flag" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" ,
"integrity" : "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/svgo/node_modules/js-yaml" : {
"version" : "3.14.1" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" ,
"integrity" : "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" ,
"dependencies" : {
"argparse" : "^1.0.7" ,
"esprima" : "^4.0.0"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
"node_modules/svgo/node_modules/supports-color" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" ,
"integrity" : "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" ,
"dependencies" : {
"has-flag" : "^3.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/symbol-tree" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz" ,
"integrity" : "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tapable" : {
"version" : "2.2.1" ,
2024-08-06 21:47:34 +08:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
}
} ,
"node_modules/tar-fs" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz" ,
"integrity" : "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==" ,
"dependencies" : {
"chownr" : "^1.1.1" ,
"mkdirp-classic" : "^0.5.2" ,
"pump" : "^3.0.0" ,
"tar-stream" : "^2.1.4"
}
} ,
"node_modules/tar-fs/node_modules/bl" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" ,
"integrity" : "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" ,
"dependencies" : {
"buffer" : "^5.5.0" ,
"inherits" : "^2.0.4" ,
"readable-stream" : "^3.4.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tar-fs/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">= 6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tar-fs/node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
} ,
"node_modules/tar-fs/node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"safe-buffer" : "~5.2.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tar-fs/node_modules/tar-stream" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz" ,
"integrity" : "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"bl" : "^4.0.3" ,
"end-of-stream" : "^1.4.1" ,
"fs-constants" : "^1.0.0" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.1.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=6"
}
} ,
"node_modules/tar-stream" : {
"version" : "1.6.2" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz" ,
"integrity" : "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==" ,
"dependencies" : {
"bl" : "^1.0.0" ,
"buffer-alloc" : "^1.2.0" ,
"end-of-stream" : "^1.0.0" ,
"fs-constants" : "^1.0.0" ,
"readable-stream" : "^2.3.0" ,
"to-buffer" : "^1.1.1" ,
"xtend" : "^4.0.0"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">= 0.8.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tar-stream/node_modules/isarray" : {
2024-08-06 21:47:34 +08:00
"version" : "1.0.0" ,
2024-10-22 22:10:01 +08:00
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" ,
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
} ,
"node_modules/tar-stream/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tar-stream/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"safe-buffer" : "~5.1.0"
}
} ,
"node_modules/tar-stream/node_modules/xtend" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" ,
"integrity" : "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tauri" : {
"version" : "0.15.0" ,
"resolved" : "https://registry.npmjs.org/tauri/-/tauri-0.15.0.tgz" ,
"integrity" : "sha512-5zPhs7s4NyoUZEUWF9tOM3LCIgMGAc6c6tFONpXc2S41dK/Yk90JFC0z51HQMs/lrkA4AbU8f3EzMCM4WWY20Q==" ,
"hasInstallScript" : true ,
"dependencies" : {
"@tauri-apps/tauri-inliner" : "1.14.1" ,
"@tauri-apps/toml" : "2.2.4" ,
"chalk" : "4.1.0" ,
"chokidar" : "3.5.0" ,
"cross-spawn" : "7.0.3" ,
"fast-glob" : "3.2.4" ,
"fs-extra" : "9.0.1" ,
"http-proxy" : "1.18.1" ,
"imagemin" : "7.0.1" ,
"imagemin-optipng" : "8.0.0" ,
"imagemin-pngquant" : "9.0.1" ,
"imagemin-zopfli" : "7.0.0" ,
"inquirer" : "7.3.3" ,
"is-png" : "2.0.0" ,
"is-reachable" : "5.0.0" ,
"isbinaryfile" : "4.0.6" ,
"jsdom" : "16.4.0" ,
"lodash" : "4.17.20" ,
"minimist" : "1.2.5" ,
"ms" : "2.1.3" ,
"png2icons" : "2.0.1" ,
"read-chunk" : "3.2.0" ,
"semver" : "7.3.4" ,
"sharp" : "0.27.0" ,
"webpack-merge" : "5.7.3" ,
"webpack-shell-plugin" : "0.5.0"
} ,
"engines" : {
"node" : ">= 10.17.0" ,
"npm" : ">= 6.6.0" ,
"yarn" : ">= 1.19.1"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/tauri"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tauri/node_modules/chalk" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz" ,
"integrity" : "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
2024-08-06 21:47:34 +08:00
} ,
"funding" : {
2024-10-22 22:10:01 +08:00
"url" : "https://github.com/chalk/chalk?sponsor=1"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tauri/node_modules/fast-glob" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.4.tgz" ,
"integrity" : "sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"@nodelib/fs.stat" : "^2.0.2" ,
"@nodelib/fs.walk" : "^1.2.3" ,
"glob-parent" : "^5.1.0" ,
"merge2" : "^1.3.0" ,
"micromatch" : "^4.0.2" ,
"picomatch" : "^2.2.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tauri/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==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"is-glob" : "^4.0.1"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">= 6"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tauri/node_modules/lodash" : {
"version" : "4.17.20" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz" ,
"integrity" : "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tauri/node_modules/lru-cache" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"yallist" : "^4.0.0"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tauri/node_modules/minimist" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz" ,
"integrity" : "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tauri/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=="
} ,
"node_modules/tauri/node_modules/semver" : {
"version" : "7.3.4" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz" ,
"integrity" : "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"lru-cache" : "^6.0.0"
} ,
"bin" : {
"semver" : "bin/semver.js"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=10"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tauri/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
} ,
"node_modules/temp-dir" : {
2024-08-06 21:47:34 +08:00
"version" : "1.0.0" ,
2024-10-22 22:10:01 +08:00
"resolved" : "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz" ,
"integrity" : "sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=4"
}
} ,
"node_modules/tempfile" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/tempfile/-/tempfile-2.0.0.tgz" ,
"integrity" : "sha512-ZOn6nJUgvgC09+doCEF3oB+r3ag7kUvlsXEGX069QRD60p+P3uP7XG9N2/at+EyIRGSN//ZY3LyEotA1YpmjuA==" ,
"dependencies" : {
"temp-dir" : "^1.0.0" ,
"uuid" : "^3.0.1"
2024-08-06 21:47:34 +08:00
} ,
2024-10-22 22:10:01 +08:00
"engines" : {
"node" : ">=4"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/term-size" : {
2024-08-06 21:47:34 +08:00
"version" : "2.2.1" ,
2024-10-22 22:10:01 +08:00
"resolved" : "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz" ,
"integrity" : "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-06 21:47:34 +08:00
}
} ,
"node_modules/text-table" : {
"version" : "0.2.0" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/then-fs" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/then-fs/-/then-fs-2.0.0.tgz" ,
"integrity" : "sha512-5ffcBcU+vFUCYDNi/o507IqjqrTkuGsLVZ1Fp50hwgZRY7ufVFa9jFfTy5uZ2QnSKacKigWKeaXkOqLa4DsjLw==" ,
"dependencies" : {
"promise" : ">=3.2 <8"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/through" : {
"version" : "2.3.8" ,
"license" : "MIT"
} ,
"node_modules/through2" : {
"version" : "0.4.2" ,
"license" : "MIT" ,
"dependencies" : {
2024-10-22 22:10:01 +08:00
"readable-stream" : "~1.0.17" ,
"xtend" : "~2.1.1"
}
} ,
"node_modules/timed-out" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz" ,
"integrity" : "sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/tmp" : {
"version" : "0.0.33" ,
"resolved" : "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz" ,
"integrity" : "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==" ,
"dependencies" : {
"os-tmpdir" : "~1.0.2"
} ,
"engines" : {
"node" : ">=0.6.0"
}
} ,
"node_modules/to-buffer" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz" ,
"integrity" : "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg=="
} ,
"node_modules/to-fast-properties" : {
"version" : "2.0.0" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/to-readable-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz" ,
"integrity" : "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"license" : "MIT" ,
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
} ,
"node_modules/tough-cookie" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz" ,
"integrity" : "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==" ,
"dependencies" : {
"ip-regex" : "^2.1.0" ,
"psl" : "^1.1.28" ,
"punycode" : "^2.1.1"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/tr46" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz" ,
"integrity" : "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==" ,
"dependencies" : {
"punycode" : "^2.1.1"
} ,
"engines" : {
"node" : ">=8"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/trim-newlines" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz" ,
"integrity" : "sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw==" ,
2024-08-06 21:47:34 +08:00
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
2024-08-06 21:47:34 +08:00
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/trim-repeated" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz" ,
"integrity" : "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==" ,
2024-08-06 21:47:34 +08:00
"dependencies" : {
2024-10-22 22:10:01 +08:00
"escape-string-regexp" : "^1.0.2"
2024-08-06 21:47:34 +08:00
} ,
"engines" : {
2024-10-22 22:10:01 +08:00
"node" : ">=0.10.0"
}
} ,
"node_modules/trim-repeated/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"engines" : {
"node" : ">=0.8.0"
2024-08-06 21:47:34 +08:00
}
} ,
"node_modules/ts-api-utils" : {
"version" : "1.3.0" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"typescript" : ">=4.2.0"
}
} ,
"node_modules/tsconfig-paths" : {
"version" : "3.15.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/json5" : "^0.0.29" ,
"json5" : "^1.0.2" ,
"minimist" : "^1.2.6" ,
"strip-bom" : "^3.0.0"
}
} ,
"node_modules/tslib" : {
"version" : "2.6.3" ,
"license" : "0BSD"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/tunnel-agent" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" ,
"integrity" : "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==" ,
"dependencies" : {
"safe-buffer" : "^5.0.1"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/tweetnacl" : {
"version" : "0.14.5" ,
"resolved" : "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz" ,
"integrity" : "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA=="
} ,
2024-08-06 21:47:34 +08:00
"node_modules/type-check" : {
"version" : "0.4.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"prelude-ls" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/type-fest" : {
"version" : "0.20.2" ,
"dev" : true ,
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/typed-array-buffer" : {
"version" : "1.0.2" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"is-typed-array" : "^1.1.13"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/typed-array-byte-length" : {
"version" : "1.0.1" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/typed-array-byte-offset" : {
"version" : "1.0.2" ,
"license" : "MIT" ,
"dependencies" : {
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/typed-array-length" : {
"version" : "1.0.6" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13" ,
"possible-typed-array-names" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/typedarray-to-buffer" : {
"version" : "3.1.5" ,
"resolved" : "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz" ,
"integrity" : "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==" ,
"dependencies" : {
"is-typedarray" : "^1.0.0"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/typescript" : {
"version" : "5.5.4" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/uglify-js" : {
"version" : "3.19.3" ,
"resolved" : "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz" ,
"integrity" : "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==" ,
"bin" : {
"uglifyjs" : "bin/uglifyjs"
} ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/unbox-primitive" : {
"version" : "1.0.2" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.2" ,
"has-bigints" : "^1.0.2" ,
"has-symbols" : "^1.0.3" ,
"which-boxed-primitive" : "^1.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/unbzip2-stream" : {
"version" : "1.4.3" ,
"resolved" : "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz" ,
"integrity" : "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==" ,
"dependencies" : {
"buffer" : "^5.2.1" ,
"through" : "^2.3.8"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/undici-types" : {
"version" : "5.26.5" ,
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/unique-string" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz" ,
"integrity" : "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==" ,
"dependencies" : {
"crypto-random-string" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/universalify" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz" ,
"integrity" : "sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==" ,
"engines" : {
"node" : ">= 10.0.0"
}
} ,
"node_modules/unquote" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz" ,
"integrity" : "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg=="
} ,
"node_modules/update-notifier" : {
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.3.tgz" ,
"integrity" : "sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==" ,
"dependencies" : {
"boxen" : "^4.2.0" ,
"chalk" : "^3.0.0" ,
"configstore" : "^5.0.1" ,
"has-yarn" : "^2.1.0" ,
"import-lazy" : "^2.1.0" ,
"is-ci" : "^2.0.0" ,
"is-installed-globally" : "^0.3.1" ,
"is-npm" : "^4.0.0" ,
"is-yarn-global" : "^0.3.0" ,
"latest-version" : "^5.0.0" ,
"pupa" : "^2.0.1" ,
"semver-diff" : "^3.1.1" ,
"xdg-basedir" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/yeoman/update-notifier?sponsor=1"
}
} ,
"node_modules/update-notifier/node_modules/chalk" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz" ,
"integrity" : "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==" ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/update-notifier/node_modules/import-lazy" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz" ,
"integrity" : "sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==" ,
"engines" : {
"node" : ">=4"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/url-parse" : {
"version" : "1.5.10" ,
"resolved" : "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz" ,
"integrity" : "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" ,
"dependencies" : {
"querystringify" : "^2.1.1" ,
"requires-port" : "^1.0.0"
}
} ,
"node_modules/url-parse-lax" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz" ,
"integrity" : "sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==" ,
"dependencies" : {
"prepend-http" : "^2.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/url-parse-lax/node_modules/prepend-http" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz" ,
"integrity" : "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/url-to-options" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz" ,
"integrity" : "sha512-0kQLIzG4fdk/G5NONku64rSH/x32NOA39LVQqlK8Le6lvTF6GGRJpqaQFGgU+CLwySIqBSMdwYM0sYcW9f6P4A==" ,
"engines" : {
"node" : ">= 4"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/use-sync-external-store" : {
"version" : "1.2.0" ,
"license" : "MIT" ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0"
}
} ,
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/util.promisify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz" ,
"integrity" : "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==" ,
"dependencies" : {
"define-properties" : "^1.1.3" ,
"es-abstract" : "^1.17.2" ,
"has-symbols" : "^1.0.1" ,
"object.getownpropertydescriptors" : "^2.1.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/uuid" : {
"version" : "3.4.0" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" ,
"integrity" : "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" ,
"deprecated" : "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details." ,
"bin" : {
"uuid" : "bin/uuid"
}
} ,
"node_modules/validate-npm-package-license" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" ,
"integrity" : "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" ,
"dependencies" : {
"spdx-correct" : "^3.0.0" ,
"spdx-expression-parse" : "^3.0.0"
}
} ,
"node_modules/verror" : {
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz" ,
"integrity" : "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==" ,
"engines" : [
"node >=0.6.0"
] ,
"dependencies" : {
"assert-plus" : "^1.0.0" ,
"core-util-is" : "1.0.2" ,
"extsprintf" : "^1.2.0"
}
} ,
"node_modules/verror/node_modules/core-util-is" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz" ,
"integrity" : "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ=="
} ,
"node_modules/w3c-hr-time" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz" ,
"integrity" : "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==" ,
"deprecated" : "Use your platform's native performance.now() and performance.timeOrigin." ,
"dependencies" : {
"browser-process-hrtime" : "^1.0.0"
}
} ,
"node_modules/w3c-xmlserializer" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz" ,
"integrity" : "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==" ,
"dependencies" : {
"xml-name-validator" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/webidl-conversions" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz" ,
"integrity" : "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==" ,
"engines" : {
"node" : ">=10.4"
}
} ,
"node_modules/webpack-merge" : {
"version" : "5.7.3" ,
"resolved" : "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz" ,
"integrity" : "sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==" ,
"dependencies" : {
"clone-deep" : "^4.0.1" ,
"wildcard" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/webpack-shell-plugin" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/webpack-shell-plugin/-/webpack-shell-plugin-0.5.0.tgz" ,
"integrity" : "sha512-BJMcVgXzA7Yc/Dq9JFj/wvquYG5qP3lgmCpMYzhP1a+LxZ/z3TbqKJ3W2xTkzQqBeYsgTdOcSdZ/+qYoFBhMhA=="
} ,
"node_modules/whatwg-encoding" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz" ,
"integrity" : "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==" ,
"dependencies" : {
"iconv-lite" : "0.4.24"
}
} ,
"node_modules/whatwg-encoding/node_modules/iconv-lite" : {
"version" : "0.4.24" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" ,
"integrity" : "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/whatwg-mimetype" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz" ,
"integrity" : "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
} ,
"node_modules/whatwg-url" : {
"version" : "8.7.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz" ,
"integrity" : "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==" ,
"dependencies" : {
"lodash" : "^4.7.0" ,
"tr46" : "^2.1.0" ,
"webidl-conversions" : "^6.1.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/which" : {
"version" : "2.0.2" ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/which-boxed-primitive" : {
"version" : "1.0.2" ,
"license" : "MIT" ,
"dependencies" : {
"is-bigint" : "^1.0.1" ,
"is-boolean-object" : "^1.1.0" ,
"is-number-object" : "^1.0.4" ,
"is-string" : "^1.0.5" ,
"is-symbol" : "^1.0.3"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/which-builtin-type" : {
"version" : "1.1.4" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"function.prototype.name" : "^1.1.6" ,
"has-tostringtag" : "^1.0.2" ,
"is-async-function" : "^2.0.0" ,
"is-date-object" : "^1.0.5" ,
"is-finalizationregistry" : "^1.0.2" ,
"is-generator-function" : "^1.0.10" ,
"is-regex" : "^1.1.4" ,
"is-weakref" : "^1.0.2" ,
"isarray" : "^2.0.5" ,
"which-boxed-primitive" : "^1.0.2" ,
"which-collection" : "^1.0.2" ,
"which-typed-array" : "^1.1.15"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/which-builtin-type/node_modules/isarray" : {
"version" : "2.0.5" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/which-collection" : {
"version" : "1.0.2" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-map" : "^2.0.3" ,
"is-set" : "^2.0.3" ,
"is-weakmap" : "^2.0.2" ,
"is-weakset" : "^2.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/which-typed-array" : {
"version" : "1.1.15" ,
"license" : "MIT" ,
"dependencies" : {
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"has-tostringtag" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/wide-align" : {
"version" : "1.1.5" ,
"resolved" : "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz" ,
"integrity" : "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==" ,
"dependencies" : {
"string-width" : "^1.0.2 || 2 || 3 || 4"
}
} ,
"node_modules/wide-align/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
} ,
"node_modules/wide-align/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/widest-line" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz" ,
"integrity" : "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==" ,
"dependencies" : {
"string-width" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/widest-line/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
} ,
"node_modules/widest-line/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wildcard" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz" ,
"integrity" : "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ=="
} ,
"node_modules/with-open-file" : {
"version" : "0.1.7" ,
"resolved" : "https://registry.npmjs.org/with-open-file/-/with-open-file-0.1.7.tgz" ,
"integrity" : "sha512-ecJS2/oHtESJ1t3ZfMI3B7KIDKyfN0O16miWxdn30zdh66Yd3LsRFebXZXq6GU4xfxLf6nVxp9kIqElb5fqczA==" ,
"dependencies" : {
"p-finally" : "^1.0.0" ,
"p-try" : "^2.1.0" ,
"pify" : "^4.0.1"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/with-open-file/node_modules/pify" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz" ,
"integrity" : "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" ,
"engines" : {
"node" : ">=6"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/wrap-ansi" : {
"version" : "8.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/string-width" : {
"version" : "4.2.3" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/string-width/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/wrap-ansi/node_modules/ansi-styles" : {
"version" : "6.2.1" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/wrap-ansi/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex" : {
"version" : "6.0.1" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"license" : "ISC"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/write-file-atomic" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz" ,
"integrity" : "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==" ,
"dependencies" : {
"imurmurhash" : "^0.1.4" ,
"is-typedarray" : "^1.0.0" ,
"signal-exit" : "^3.0.2" ,
"typedarray-to-buffer" : "^3.1.5"
}
} ,
"node_modules/write-file-atomic/node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
} ,
"node_modules/ws" : {
"version" : "7.5.10" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz" ,
"integrity" : "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==" ,
"engines" : {
"node" : ">=8.3.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : "^5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
"node_modules/xdg-basedir" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz" ,
"integrity" : "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/xml-name-validator" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz" ,
"integrity" : "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
} ,
"node_modules/xmlchars" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz" ,
"integrity" : "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
} ,
2024-08-06 21:47:34 +08:00
"node_modules/xtend" : {
"version" : "2.1.2" ,
"dependencies" : {
"object-keys" : "~0.4.0"
} ,
"engines" : {
"node" : ">=0.4"
}
} ,
"node_modules/xtend/node_modules/object-keys" : {
"version" : "0.4.0" ,
"license" : "MIT"
} ,
2024-10-22 22:10:01 +08:00
"node_modules/yallist" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz" ,
"integrity" : "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A=="
} ,
2024-08-06 21:47:34 +08:00
"node_modules/yaml" : {
"version" : "1.10.2" ,
"license" : "ISC" ,
"engines" : {
"node" : ">= 6"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/yauzl" : {
"version" : "2.10.0" ,
"resolved" : "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz" ,
"integrity" : "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==" ,
"dependencies" : {
"buffer-crc32" : "~0.2.3" ,
"fd-slicer" : "~1.1.0"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-10-22 22:10:01 +08:00
"node_modules/zopflipng-bin" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/zopflipng-bin/-/zopflipng-bin-6.0.1.tgz" ,
"integrity" : "sha512-+aybvXv/xafL6I67uSH5yLHrSy4/OaSOV9tniw4yZFIHpINXUcctVHE/WzHxOONrL2GHzJ8Fd4iDrNyaS6TVbg==" ,
"hasInstallScript" : true ,
"dependencies" : {
"bin-build" : "^3.0.0" ,
"bin-wrapper" : "^4.0.1" ,
"logalot" : "^2.1.0"
} ,
"bin" : {
"zopflipng" : "cli.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-06 21:47:34 +08:00
"node_modules/zustand" : {
"version" : "4.5.4" ,
"license" : "MIT" ,
"dependencies" : {
"use-sync-external-store" : "1.2.0"
} ,
"engines" : {
"node" : ">=12.7.0"
} ,
"peerDependencies" : {
"@types/react" : ">=16.8" ,
"immer" : ">=9.0.6" ,
"react" : ">=16.8"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
} ,
"immer" : {
"optional" : true
} ,
"react" : {
"optional" : true
}
}
}
}
}