2024-01-08 12:23:57 -05:00
{
"name" : "app" ,
2025-09-17 15:19:03 +08:00
"version" : "4.3.0.1" ,
2024-01-08 12:23:57 -05:00
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "app" ,
2025-09-17 15:19:03 +08:00
"version" : "4.3.0.1" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-08-11 17:29:15 +08:00
"@volar/language-server" : "2.4.23" ,
2025-11-04 22:52:01 +01:00
"@vue/language-server" : "3.1.2" ,
2025-07-21 02:29:33 +08:00
"@vuepic/vue-datepicker" : "^11.0.2" ,
2025-11-04 22:54:25 +01:00
"@vueuse/core" : "^14.0.0" ,
2025-07-21 02:29:33 +08:00
"@vueuse/shared" : "^13.5.0" ,
2024-04-03 01:16:56 -04:00
"animate.css" : "^4.1.1" ,
2024-01-08 12:23:57 -05:00
"bootstrap" : "^5.3.2" ,
2024-09-06 16:32:05 +08:00
"bootstrap-icons" : "^1.11.3" ,
2025-07-21 02:29:33 +08:00
"cidr-tools" : "^11.0.3" ,
2025-08-17 23:47:21 +08:00
"css-color-converter" : "^2.0.0" ,
2024-07-29 18:40:07 -04:00
"dayjs" : "^1.11.12" ,
2025-07-21 02:29:33 +08:00
"electron-builder" : "^26.0.12" ,
2024-03-11 00:11:07 -04:00
"fuse.js" : "^7.0.0" ,
2024-04-03 01:16:56 -04:00
"i" : "^0.3.7" ,
2025-10-16 20:07:01 +02:00
"is-cidr" : "^6.0.1" ,
2025-10-23 08:46:56 +02:00
"npm" : "^11.6.2" ,
2024-10-02 17:09:35 +08:00
"ol" : "^10.2.1" ,
2025-07-21 02:29:33 +08:00
"pinia" : "^3.0.3" ,
2025-08-12 17:22:40 +08:00
"pinia-plugin-persistedstate" : "^4.5.0" ,
2024-01-23 15:09:44 -05:00
"qrcode" : "^1.5.3" ,
2024-03-24 22:46:32 -04:00
"qrcodejs" : "^1.0.0" ,
2024-12-06 20:27:04 +08:00
"simple-code-editor" : "^2.0.9" ,
2025-09-25 22:03:51 +00:00
"uuid" : "^13.0.0" ,
2025-09-25 18:23:15 +00:00
"vue" : "^3.5.22" ,
2024-02-26 10:22:33 -05:00
"vue-chartjs" : "^5.3.0" ,
2025-10-23 08:46:01 +02:00
"vue-router" : "^4.6.3"
2024-01-08 12:23:57 -05:00
} ,
"devDependencies" : {
2025-07-21 02:29:33 +08:00
"@vitejs/plugin-vue" : "^6.0.0" ,
2025-11-04 22:54:13 +01:00
"vite" : "^7.1.12"
2024-01-08 12:23:57 -05:00
}
} ,
2024-10-04 16:58:47 +08:00
"node_modules/@babel/helper-string-parser" : {
2025-07-18 18:49:19 +08:00
"version" : "7.27.1" ,
2025-09-25 18:23:15 +00:00
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==" ,
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
2025-07-18 18:49:19 +08:00
"version" : "7.27.1" ,
2025-09-25 18:23:15 +00:00
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==" ,
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@babel/parser" : {
2025-09-17 15:19:03 +08:00
"version" : "7.28.4" ,
2025-09-25 18:23:15 +00:00
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz" ,
2025-09-17 15:19:03 +08:00
"integrity" : "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"dependencies" : {
2025-09-17 15:19:03 +08:00
"@babel/types" : "^7.28.4"
2024-10-04 16:58:47 +08:00
} ,
2024-01-08 12:23:57 -05:00
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2024-10-04 16:58:47 +08:00
"node_modules/@babel/types" : {
2025-09-17 15:19:03 +08:00
"version" : "7.28.4" ,
2025-09-25 18:23:15 +00:00
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz" ,
2025-09-17 15:19:03 +08:00
"integrity" : "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@babel/helper-string-parser" : "^7.27.1" ,
"@babel/helper-validator-identifier" : "^7.27.1"
2024-10-04 16:58:47 +08:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@develar/schema-utils" : {
"version" : "2.6.5" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@develar/schema-utils/-/schema-utils-2.6.5.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-0cp4PsWQ/9avqTVMCtZ+GirikIA36ikvjtHweU4/j8yLtgObI0+JUPhYFScgwlteveGB1rt3Cm8UhN04XayDig==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"ajv" : "^6.12.0" ,
"ajv-keywords" : "^3.4.1"
} ,
"engines" : {
"node" : ">= 8.9.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
} ,
"node_modules/@electron/asar" : {
2025-07-21 02:29:33 +08:00
"version" : "3.2.18" ,
"resolved" : "https://registry.npmmirror.com/@electron/asar/-/asar-3.2.18.tgz" ,
"integrity" : "sha512-2XyvMe3N3Nrs8cV39IKELRHTYUWFKrmqqSY1U+GMlc0jvqjIVnoxhNd2H4JolWQncbJi1DCvb5TNxZuI2fEjWg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"commander" : "^5.0.0" ,
"glob" : "^7.1.6" ,
"minimatch" : "^3.0.4"
} ,
"bin" : {
"asar" : "bin/asar.js"
} ,
"engines" : {
"node" : ">=10.12.0"
}
} ,
"node_modules/@electron/asar/node_modules/minimatch" : {
"version" : "3.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/@electron/fuses" : {
"version" : "1.8.0" ,
"resolved" : "https://registry.npmmirror.com/@electron/fuses/-/fuses-1.8.0.tgz" ,
"integrity" : "sha512-zx0EIq78WlY/lBb1uXlziZmDZI4ubcCXIMJ4uGjXzZW0nS19TjSPeXPAjzzTmKQlJUZm0SbmZhPKP7tuQ1SsEw==" ,
"license" : "MIT" ,
"dependencies" : {
"chalk" : "^4.1.1" ,
"fs-extra" : "^9.0.1" ,
"minimist" : "^1.2.5"
} ,
"bin" : {
"electron-fuses" : "dist/bin.js"
}
} ,
"node_modules/@electron/fuses/node_modules/fs-extra" : {
"version" : "9.1.0" ,
"resolved" : "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz" ,
"integrity" : "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==" ,
"license" : "MIT" ,
"dependencies" : {
"at-least-node" : "^1.0.0" ,
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@electron/node-gyp" : {
"version" : "10.2.0-electron.1" ,
"resolved" : "git+ssh://git@github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2" ,
"integrity" : "sha512-lBSgDMQqt7QWMuIjS8zNAq5FI5o5RVBAcJUGWGI6GgoQITJt3msAkUrHp8YHj3RTVE+h70ndqMGqURjp3IfRyQ==" ,
"license" : "MIT" ,
"dependencies" : {
"env-paths" : "^2.2.0" ,
"exponential-backoff" : "^3.1.1" ,
"glob" : "^8.1.0" ,
"graceful-fs" : "^4.2.6" ,
"make-fetch-happen" : "^10.2.1" ,
"nopt" : "^6.0.0" ,
"proc-log" : "^2.0.1" ,
"semver" : "^7.3.5" ,
"tar" : "^6.2.1" ,
"which" : "^2.0.2"
} ,
"bin" : {
"node-gyp" : "bin/node-gyp.js"
} ,
"engines" : {
"node" : ">=12.13.0"
}
} ,
"node_modules/@electron/node-gyp/node_modules/brace-expansion" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/@electron/node-gyp/node_modules/glob" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmmirror.com/glob/-/glob-8.1.0.tgz" ,
"integrity" : "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"license" : "ISC" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^5.0.1" ,
"once" : "^1.3.0"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@electron/node-gyp/node_modules/minimatch" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@electron/notarize" : {
2025-07-21 02:29:33 +08:00
"version" : "2.5.0" ,
"resolved" : "https://registry.npmmirror.com/@electron/notarize/-/notarize-2.5.0.tgz" ,
"integrity" : "sha512-jNT8nwH1f9X5GEITXaQ8IF/KdskvIkOFfB2CvwumsveVidzpSc+mvhhTMdAGSYF3O+Nq49lJ7y+ssODRXu06+A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"debug" : "^4.1.1" ,
"fs-extra" : "^9.0.1" ,
"promise-retry" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 10.0.0"
}
} ,
"node_modules/@electron/notarize/node_modules/fs-extra" : {
"version" : "9.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"at-least-node" : "^1.0.0" ,
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@electron/osx-sign" : {
2025-07-21 02:29:33 +08:00
"version" : "1.3.1" ,
"resolved" : "https://registry.npmmirror.com/@electron/osx-sign/-/osx-sign-1.3.1.tgz" ,
"integrity" : "sha512-BAfviURMHpmb1Yb50YbCxnOY0wfwaLXH5KJ4+80zS0gUkzDX3ec23naTlEqKsN+PwYn+a1cCzM7BJ4Wcd3sGzw==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-2-Clause" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"compare-version" : "^0.1.2" ,
"debug" : "^4.3.4" ,
"fs-extra" : "^10.0.0" ,
"isbinaryfile" : "^4.0.8" ,
"minimist" : "^1.2.6" ,
"plist" : "^3.0.5"
} ,
"bin" : {
"electron-osx-flat" : "bin/electron-osx-flat.js" ,
"electron-osx-sign" : "bin/electron-osx-sign.js"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/@electron/osx-sign/node_modules/isbinaryfile" : {
"version" : "4.0.10" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">= 8.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/gjtorikian/"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/@electron/rebuild" : {
"version" : "3.7.0" ,
"resolved" : "https://registry.npmmirror.com/@electron/rebuild/-/rebuild-3.7.0.tgz" ,
"integrity" : "sha512-VW++CNSlZwMYP7MyXEbrKjpzEwhB5kDNbzGtiPEjwYysqyTCF+YbNJ210Dj3AjWsGSV4iEEwNkmJN9yGZmVvmw==" ,
"license" : "MIT" ,
"dependencies" : {
"@electron/node-gyp" : "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2" ,
"@malept/cross-spawn-promise" : "^2.0.0" ,
"chalk" : "^4.0.0" ,
"debug" : "^4.1.1" ,
"detect-libc" : "^2.0.1" ,
"fs-extra" : "^10.0.0" ,
"got" : "^11.7.0" ,
"node-abi" : "^3.45.0" ,
"node-api-version" : "^0.2.0" ,
"ora" : "^5.1.0" ,
"read-binary-file-arch" : "^1.0.6" ,
"semver" : "^7.3.5" ,
"tar" : "^6.0.5" ,
"yargs" : "^17.0.1"
} ,
"bin" : {
"electron-rebuild" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=12.13.0"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@electron/universal" : {
2025-07-21 02:29:33 +08:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/@electron/universal/-/universal-2.0.1.tgz" ,
"integrity" : "sha512-fKpv9kg4SPmt+hY7SVBnIYULE9QJl8L3sCfcBsnqbJwwBwAeTLokJ9TRt9y7bK0JAzIW2y78TVVjvnQEms/yyA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"@electron/asar" : "^3.2.7" ,
"@malept/cross-spawn-promise" : "^2.0.0" ,
2024-08-11 16:39:00 -04:00
"debug" : "^4.3.1" ,
2025-07-21 02:29:33 +08:00
"dir-compare" : "^4.2.0" ,
"fs-extra" : "^11.1.1" ,
"minimatch" : "^9.0.3" ,
"plist" : "^3.1.0"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=16.4"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/@electron/universal/node_modules/brace-expansion" : {
2025-07-21 02:29:33 +08:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"balanced-match" : "^1.0.0"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/@electron/universal/node_modules/fs-extra" : {
2025-09-17 15:19:03 +08:00
"version" : "11.3.2" ,
"resolved" : "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.2.tgz" ,
"integrity" : "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=14.14"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/@electron/universal/node_modules/minimatch" : {
2025-07-21 02:29:33 +08:00
"version" : "9.0.5" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"brace-expansion" : "^2.0.1"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@electron/windows-sign" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmmirror.com/@electron/windows-sign/-/windows-sign-1.2.2.tgz" ,
"integrity" : "sha512-dfZeox66AvdPtb2lD8OsIIQh12Tp0GNCRUDfBHIKGpbmopZto2/A8nSpYYLoedPIHpqkeblZ/k8OV0Gy7PYuyQ==" ,
"license" : "BSD-2-Clause" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"cross-dirname" : "^0.1.0" ,
"debug" : "^4.3.4" ,
"fs-extra" : "^11.1.1" ,
"minimist" : "^1.2.8" ,
"postject" : "^1.0.0-alpha.6"
} ,
"bin" : {
"electron-windows-sign" : "bin/electron-windows-sign.js"
} ,
"engines" : {
"node" : ">=14.14"
}
} ,
"node_modules/@electron/windows-sign/node_modules/fs-extra" : {
2025-09-17 15:19:03 +08:00
"version" : "11.3.2" ,
"resolved" : "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.2.tgz" ,
"integrity" : "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==" ,
2025-07-21 02:29:33 +08:00
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
} ,
"engines" : {
"node" : ">=14.14"
2024-08-11 16:39:00 -04:00
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/@emmetio/abbreviation" : {
"version" : "2.3.3" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/@emmetio/abbreviation/-/abbreviation-2.3.3.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-mgv58UrU3rh4YgbE/TzgLQwJ3pFsHHhCLqY20aJq+9comytTXUDNGG/SMtSeMJdkpxgXSXunBGLD8Boka3JyVA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"@emmetio/scanner" : "^1.0.4"
}
} ,
"node_modules/@emmetio/css-abbreviation" : {
"version" : "2.1.8" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/@emmetio/css-abbreviation/-/css-abbreviation-2.1.8.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-s9yjhJ6saOO/uk1V74eifykk2CBYi01STTK3WlXWGOepyKa23ymJ053+DNQjpFcy1ingpaO7AxCcwLvHFY9tuw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"@emmetio/scanner" : "^1.0.4"
}
} ,
"node_modules/@emmetio/css-parser" : {
"version" : "0.4.0" ,
2025-07-18 18:49:19 +08:00
"resolved" : "git+ssh://git@github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"@emmetio/stream-reader" : "^2.2.0" ,
"@emmetio/stream-reader-utils" : "^0.1.0"
}
} ,
"node_modules/@emmetio/html-matcher" : {
"version" : "1.3.0" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/@emmetio/html-matcher/-/html-matcher-1.3.0.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-NTbsvppE5eVyBMuyGfVu2CRrLvo7J4YHb6t9sBFLyY03WYhXET37qA4zOYUjBWFCRHO7pS1B9khERtY0f5JXPQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"@emmetio/scanner" : "^1.0.0"
}
} ,
"node_modules/@emmetio/scanner" : {
"version" : "1.0.4" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/@emmetio/scanner/-/scanner-1.0.4.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-IqRuJtQff7YHHBk4G8YZ45uB9BaAGcwQeVzgj/zj8/UdOhtQpEIupUhSk8dys6spFIWVZVeK20CzGEnqR5SbqA==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
"node_modules/@emmetio/stream-reader" : {
"version" : "2.2.0" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/@emmetio/stream-reader/-/stream-reader-2.2.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-fXVXEyFA5Yv3M3n8sUGT7+fvecGrZP4k6FnWWMSZVQf69kAq0LLpaBQLGcPR30m3zMmKYhECP4k/ZkzvhEW5kw==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
"node_modules/@emmetio/stream-reader-utils" : {
"version" : "0.1.0" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/@emmetio/stream-reader-utils/-/stream-reader-utils-0.1.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-ZsZ2I9Vzso3Ho/pjZFsmmZ++FWeEd/txqybHTm4OgaZzdS8V9V/YYWQwg5TC38Z7uLWUV1vavpLLbjJtKubR1A==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@esbuild/aix-ppc64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.9.tgz" ,
"integrity" : "sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"ppc64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/android-arm" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.9.tgz" ,
"integrity" : "sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/android-arm64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.9.tgz" ,
"integrity" : "sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/android-x64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.9.tgz" ,
"integrity" : "sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/darwin-arm64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.9.tgz" ,
"integrity" : "sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/darwin-x64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.9.tgz" ,
"integrity" : "sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/freebsd-arm64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.9.tgz" ,
"integrity" : "sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/freebsd-x64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.9.tgz" ,
"integrity" : "sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/linux-arm" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.9.tgz" ,
"integrity" : "sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/linux-arm64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.9.tgz" ,
"integrity" : "sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/linux-ia32" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.9.tgz" ,
"integrity" : "sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"ia32"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/linux-loong64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.9.tgz" ,
"integrity" : "sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"loong64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/linux-mips64el" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.9.tgz" ,
"integrity" : "sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"mips64el"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/linux-ppc64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.9.tgz" ,
"integrity" : "sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"ppc64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/linux-riscv64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.9.tgz" ,
"integrity" : "sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"riscv64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/linux-s390x" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.9.tgz" ,
"integrity" : "sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"s390x"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/linux-x64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.9.tgz" ,
"integrity" : "sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
}
} ,
"node_modules/@esbuild/netbsd-arm64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.9.tgz" ,
"integrity" : "sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==" ,
2025-07-21 02:29:33 +08:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/netbsd-x64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.9.tgz" ,
"integrity" : "sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openbsd-arm64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.9.tgz" ,
"integrity" : "sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==" ,
2025-07-21 02:29:33 +08:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/openbsd-x64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.9.tgz" ,
"integrity" : "sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openharmony-arm64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.9.tgz" ,
"integrity" : "sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==" ,
2025-07-21 02:29:33 +08:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
] ,
"engines" : {
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/sunos-x64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.9.tgz" ,
"integrity" : "sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/win32-arm64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.9.tgz" ,
"integrity" : "sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/win32-ia32" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.9.tgz" ,
"integrity" : "sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"ia32"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@esbuild/win32-x64" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.9.tgz" ,
"integrity" : "sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
}
} ,
"node_modules/@gar/promisify" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmmirror.com/@gar/promisify/-/promisify-1.1.3.tgz" ,
"integrity" : "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==" ,
"license" : "MIT"
} ,
"node_modules/@isaacs/balanced-match" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmmirror.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz" ,
"integrity" : "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : "20 || >=22"
}
} ,
"node_modules/@isaacs/brace-expansion" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz" ,
"integrity" : "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==" ,
"license" : "MIT" ,
"dependencies" : {
"@isaacs/balanced-match" : "^4.0.1"
} ,
"engines" : {
"node" : "20 || >=22"
2024-01-08 12:23:57 -05:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"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/ansi-regex" : {
2025-09-17 15:19:03 +08:00
"version" : "6.2.2" ,
"resolved" : "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.2.2.tgz" ,
"integrity" : "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/@isaacs/cliui/node_modules/ansi-styles" : {
2025-09-17 15:19:03 +08:00
"version" : "6.2.3" ,
"resolved" : "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.3.tgz" ,
"integrity" : "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/@isaacs/cliui/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/@isaacs/cliui/node_modules/string-width" : {
"version" : "5.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@isaacs/cliui/node_modules/strip-ansi" : {
2025-09-17 15:19:03 +08:00
"version" : "7.1.2" ,
"resolved" : "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.2.tgz" ,
"integrity" : "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"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/wrap-ansi" : {
"version" : "8.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"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"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/@johnsoncodehk/pug-beautify" : {
"version" : "0.2.2" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/@johnsoncodehk/pug-beautify/-/pug-beautify-0.2.2.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-qqNS/YD0Nck5wtQLCPHAfGVgWbbGafxSPjNh0ekYPFSNNqnDH2kamnduzYly8IiADmeVx/MfAE1njMEjVeHTMA==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@jridgewell/sourcemap-codec" : {
2025-09-17 15:19:03 +08:00
"version" : "1.5.5" ,
2025-09-25 18:23:15 +00:00
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" ,
2025-09-17 15:19:03 +08:00
"integrity" : "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT"
2024-01-08 12:23:57 -05:00
} ,
2024-02-26 10:22:33 -05:00
"node_modules/@kurkle/color" : {
2025-07-18 18:49:19 +08:00
"version" : "0.3.4" ,
"resolved" : "https://registry.npmmirror.com/@kurkle/color/-/color-0.3.4.tgz" ,
"integrity" : "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==" ,
"license" : "MIT" ,
2024-02-26 10:22:33 -05:00
"peer" : true
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@malept/cross-spawn-promise" : {
2025-07-21 02:29:33 +08:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/@malept/cross-spawn-promise/-/cross-spawn-promise-2.0.0.tgz" ,
"integrity" : "sha512-1DpKU0Z5ThltBwjNySMC14g0CkbyhCaz9FkhxqNsZI6uAPJXFS8cMXlBKo26FJ8ZuW6S9GCMcR9IO5k2X5/9Fg==" ,
2024-08-11 16:39:00 -04:00
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/malept"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/subscription/pkg/npm-.malept-cross-spawn-promise?utm_medium=referral&utm_source=npm_fund"
}
] ,
2025-07-18 18:49:19 +08:00
"license" : "Apache-2.0" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"cross-spawn" : "^7.0.1"
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">= 12.13.0"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/@malept/flatpak-bundler" : {
"version" : "0.4.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@malept/flatpak-bundler/-/flatpak-bundler-0.4.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-9QOtNffcOF/c1seMCDnjckb3R9WHcG34tky+FHpNKKCW0wc/scYLwMtO+ptyGUfMW0/b/n4qRiALlaFHc9Oj7Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"debug" : "^4.1.1" ,
"fs-extra" : "^9.0.0" ,
"lodash" : "^4.17.15" ,
"tmp-promise" : "^3.0.2"
} ,
"engines" : {
"node" : ">= 10.0.0"
}
} ,
"node_modules/@malept/flatpak-bundler/node_modules/fs-extra" : {
"version" : "9.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"at-least-node" : "^1.0.0" ,
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/@npmcli/fs" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmmirror.com/@npmcli/fs/-/fs-2.1.2.tgz" ,
"integrity" : "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==" ,
"license" : "ISC" ,
"dependencies" : {
"@gar/promisify" : "^1.1.3" ,
"semver" : "^7.3.5"
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
"node_modules/@npmcli/move-file" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/@npmcli/move-file/-/move-file-2.0.1.tgz" ,
"integrity" : "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==" ,
"deprecated" : "This functionality has been moved to @npmcli/fs" ,
"license" : "MIT" ,
"dependencies" : {
"mkdirp" : "^1.0.4" ,
"rimraf" : "^3.0.2"
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
"node_modules/@petamoriken/float16" : {
"version" : "3.9.2" ,
"resolved" : "https://registry.npmmirror.com/@petamoriken/float16/-/float16-3.9.2.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-VgffxawQde93xKxT3qap3OH+meZf7VaSB5Sqd4Rqc+FP5alWbpOyan/7tRbOAvynjpG3GpdtAuGU/NdhQpmrog==" ,
"license" : "MIT"
2024-10-02 17:09:35 +08:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@popperjs/core" : {
"version" : "2.11.8" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.8.tgz" ,
2024-01-08 12:23:57 -05:00
"integrity" : "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"peer" : true ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/popperjs"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/@rolldown/pluginutils" : {
2025-09-17 15:19:03 +08:00
"version" : "1.0.0-beta.29" ,
"resolved" : "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.29.tgz" ,
"integrity" : "sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==" ,
2025-07-21 02:29:33 +08:00
"dev" : true ,
"license" : "MIT"
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@rollup/rollup-android-arm-eabi" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.50.2.tgz" ,
"integrity" : "sha512-uLN8NAiFVIRKX9ZQha8wy6UUs06UNSZ32xj6giK/rmMXAgKahwExvK6SsmgU5/brh4w/nSgj8e0k3c1HBQpa0A==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-android-arm64" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.50.2.tgz" ,
"integrity" : "sha512-oEouqQk2/zxxj22PNcGSskya+3kV0ZKH+nQxuCCOGJ4oTXBdNTbv+f/E3c74cNLeMO1S5wVWacSws10TTSB77g==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-darwin-arm64" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.50.2.tgz" ,
"integrity" : "sha512-OZuTVTpj3CDSIxmPgGH8en/XtirV5nfljHZ3wrNwvgkT5DQLhIKAeuFSiwtbMto6oVexV0k1F1zqURPKf5rI1Q==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-darwin-x64" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.50.2.tgz" ,
"integrity" : "sha512-Wa/Wn8RFkIkr1vy1k1PB//VYhLnlnn5eaJkfTQKivirOvzu5uVd2It01ukeQstMursuz7S1bU+8WW+1UPXpa8A==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
2025-07-18 18:49:19 +08:00
"node_modules/@rollup/rollup-freebsd-arm64" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.50.2.tgz" ,
"integrity" : "sha512-QkzxvH3kYN9J1w7D1A+yIMdI1pPekD+pWx7G5rXgnIlQ1TVYVC6hLl7SOV9pi5q9uIDF9AuIGkuzcbF7+fAhow==" ,
2025-07-18 18:49:19 +08:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-freebsd-x64" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.50.2.tgz" ,
"integrity" : "sha512-dkYXB0c2XAS3a3jmyDkX4Jk0m7gWLFzq1C3qUnJJ38AyxIF5G/dyS4N9B30nvFseCfgtCEdbYFhk0ChoCGxPog==" ,
2025-07-18 18:49:19 +08:00
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@rollup/rollup-linux-arm-gnueabihf" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.50.2.tgz" ,
"integrity" : "sha512-9VlPY/BN3AgbukfVHAB8zNFWB/lKEuvzRo1NKev0Po8sYFKx0i+AQlCYftgEjcL43F2h9Ui1ZSdVBc4En/sP2w==" ,
2024-10-04 16:58:47 +08:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm-musleabihf" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.50.2.tgz" ,
"integrity" : "sha512-+GdKWOvsifaYNlIVf07QYan1J5F141+vGm5/Y8b9uCZnG/nxoGqgCmR24mv0koIWWuqvFYnbURRqw1lv7IBINw==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-gnu" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.50.2.tgz" ,
"integrity" : "sha512-df0Eou14ojtUdLQdPFnymEQteENwSJAdLf5KCDrmZNsy1c3YaCNaJvYsEUHnrg+/DLBH612/R0xd3dD03uz2dg==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-musl" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.50.2.tgz" ,
"integrity" : "sha512-iPeouV0UIDtz8j1YFR4OJ/zf7evjauqv7jQ/EFs0ClIyL+by++hiaDAfFipjOgyz6y6xbDvJuiU4HwpVMpRFDQ==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
2025-09-17 15:19:03 +08:00
"node_modules/@rollup/rollup-linux-loong64-gnu" : {
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.50.2.tgz" ,
"integrity" : "sha512-OL6KaNvBopLlj5fTa5D5bau4W82f+1TyTZRr2BdnfsrnQnmdxh4okMxR2DcDkJuh4KeoQZVuvHvzuD/lyLn2Kw==" ,
2025-07-18 18:49:19 +08:00
"cpu" : [
"loong64"
] ,
"dev" : true ,
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
]
} ,
2025-09-17 15:19:03 +08:00
"node_modules/@rollup/rollup-linux-ppc64-gnu" : {
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.50.2.tgz" ,
"integrity" : "sha512-I21VJl1w6z/K5OTRl6aS9DDsqezEZ/yKpbqlvfHbW0CEF5IL8ATBMuUx6/mp683rKTK8thjs/0BaNrZLXetLag==" ,
2024-10-04 16:58:47 +08:00
"cpu" : [
"ppc64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"optional" : true ,
"os" : [
"linux"
]
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@rollup/rollup-linux-riscv64-gnu" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.50.2.tgz" ,
"integrity" : "sha512-Hq6aQJT/qFFHrYMjS20nV+9SKrXL2lvFBENZoKfoTH2kKDOJqff5OSJr4x72ZaG/uUn+XmBnGhfr4lwMRrmqCQ==" ,
2025-07-18 18:49:19 +08:00
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-musl" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.50.2.tgz" ,
"integrity" : "sha512-82rBSEXRv5qtKyr0xZ/YMF531oj2AIpLZkeNYxmKNN6I2sVE9PGegN99tYDLK2fYHJITL1P2Lgb4ZXnv0PjQvw==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"riscv64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
]
} ,
2024-10-04 16:58:47 +08:00
"node_modules/@rollup/rollup-linux-s390x-gnu" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.50.2.tgz" ,
"integrity" : "sha512-4Q3S3Hy7pC6uaRo9gtXUTJ+EKo9AKs3BXKc2jYypEcMQ49gDPFU2P1ariX9SEtBzE5egIX6fSUmbmGazwBVF9w==" ,
2024-10-04 16:58:47 +08:00
"cpu" : [
"s390x"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"optional" : true ,
"os" : [
"linux"
]
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@rollup/rollup-linux-x64-gnu" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.50.2.tgz" ,
"integrity" : "sha512-9Jie/At6qk70dNIcopcL4p+1UirusEtznpNtcq/u/C5cC4HBX7qSGsYIcG6bdxj15EYWhHiu02YvmdPzylIZlA==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-musl" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.50.2.tgz" ,
"integrity" : "sha512-HPNJwxPL3EmhzeAnsWQCM3DcoqOz3/IC6de9rWfGR8ZCuEHETi9km66bH/wG3YH0V3nyzyFEGUZeL5PKyy4xvw==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"linux"
]
} ,
2025-09-17 15:19:03 +08:00
"node_modules/@rollup/rollup-openharmony-arm64" : {
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.50.2.tgz" ,
"integrity" : "sha512-nMKvq6FRHSzYfKLHZ+cChowlEkR2lj/V0jYj9JnGUVPL2/mIeFGmVM2mLaFeNa5Jev7W7TovXqXIG2d39y1KYA==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
]
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@rollup/rollup-win32-arm64-msvc" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.50.2.tgz" ,
"integrity" : "sha512-eFUvvnTYEKeTyHEijQKz81bLrUQOXKZqECeiWH6tb8eXXbZk+CXSG2aFrig2BQ/pjiVRj36zysjgILkqarS2YA==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-ia32-msvc" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.50.2.tgz" ,
"integrity" : "sha512-cBaWmXqyfRhH8zmUxK3d3sAhEWLrtMjWBRwdMMHJIXSjvjLKvv49adxiEz+FJ8AP90apSDDBx2Tyd/WylV6ikA==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"ia32"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-msvc" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.50.2.tgz" ,
"integrity" : "sha512-APwKy6YUhvZaEoHyM+9xqmTpviEI+9eL7LoCH+aLcvWYHJ663qG5zx7WzWZY+a9qkg5JtzcMyJ9z0WtQBMDmgA==" ,
2024-01-08 12:23:57 -05:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"win32"
]
} ,
2025-07-21 02:29:33 +08:00
"node_modules/@sindresorhus/is" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmmirror.com/@sindresorhus/is/-/is-4.6.0.tgz" ,
"integrity" : "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/is?sponsor=1"
}
} ,
"node_modules/@szmarczak/http-timer" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmmirror.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz" ,
"integrity" : "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==" ,
"license" : "MIT" ,
"dependencies" : {
"defer-to-connect" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@tootallnate/once" : {
"version" : "2.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@tootallnate/once/-/once-2.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">= 10"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/@types/cacheable-request" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmmirror.com/@types/cacheable-request/-/cacheable-request-6.0.3.tgz" ,
"integrity" : "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/http-cache-semantics" : "*" ,
"@types/keyv" : "^3.1.4" ,
"@types/node" : "*" ,
"@types/responselike" : "^1.0.0"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@types/debug" : {
"version" : "4.1.12" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@types/debug/-/debug-4.1.12.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"@types/ms" : "*"
}
} ,
2024-03-24 22:46:32 -04:00
"node_modules/@types/estree" : {
2025-07-18 18:49:19 +08:00
"version" : "1.0.8" ,
"resolved" : "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz" ,
"integrity" : "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" ,
"dev" : true ,
"license" : "MIT"
2024-03-24 22:46:32 -04:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@types/fs-extra" : {
"version" : "9.0.13" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@types/fs-extra/-/fs-extra-9.0.13.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"@types/node" : "*"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/@types/http-cache-semantics" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmmirror.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz" ,
"integrity" : "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==" ,
"license" : "MIT"
} ,
"node_modules/@types/keyv" : {
"version" : "3.1.4" ,
"resolved" : "https://registry.npmmirror.com/@types/keyv/-/keyv-3.1.4.tgz" ,
"integrity" : "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@types/ms" : {
2025-07-18 18:49:19 +08:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz" ,
"integrity" : "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/@types/node" : {
2025-09-17 15:19:03 +08:00
"version" : "24.5.1" ,
"resolved" : "https://registry.npmmirror.com/@types/node/-/node-24.5.1.tgz" ,
"integrity" : "sha512-/SQdmUP2xa+1rdx7VwB9yPq8PaKej8TD5cQ+XfKDPWWC+VDJU4rvVVagXqKUzhKjtFoNA8rXDJAkCxQPAe00+Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-09-17 15:19:03 +08:00
"undici-types" : "~7.12.0"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/@types/plist" : {
"version" : "3.0.5" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@types/plist/-/plist-3.0.5.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-E6OCaRmAe4WDmWNsL/9RMqdkkzDCY1etutkflWk4c+AcjDU07Pcz1fQwTX0TQz+Pxqn9i4L1TU3UFpjnrcDgxA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true ,
"dependencies" : {
"@types/node" : "*" ,
"xmlbuilder" : ">=11.0.1"
}
} ,
2024-10-02 17:09:35 +08:00
"node_modules/@types/rbush" : {
2025-07-18 18:49:19 +08:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/@types/rbush/-/rbush-4.0.0.tgz" ,
"integrity" : "sha512-+N+2H39P8X+Hy1I5mC6awlTX54k3FhiUmvt7HWzGJZvF+syUAAxP/stwppS8JE84YHqFgRMv6fCy31202CMFxQ==" ,
"license" : "MIT"
2024-10-02 17:09:35 +08:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/@types/responselike" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmmirror.com/@types/responselike/-/responselike-1.0.3.tgz" ,
"integrity" : "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@types/verror" : {
2025-07-18 18:49:19 +08:00
"version" : "1.10.11" ,
"resolved" : "https://registry.npmmirror.com/@types/verror/-/verror-1.10.11.tgz" ,
"integrity" : "sha512-RlDm9K7+o5stv0Co8i8ZRGxDbrTxhJtgjqjFyVh/tXQyl/rYtTKlnTvZ88oSTeYREWurwx20Js4kTuKCsFkUtg==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true
} ,
2024-03-11 00:11:07 -04:00
"node_modules/@types/web-bluetooth" : {
2025-07-21 02:29:33 +08:00
"version" : "0.0.21" ,
"resolved" : "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz" ,
"integrity" : "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT"
2024-03-11 00:11:07 -04:00
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@vitejs/plugin-vue" : {
2025-09-17 15:19:03 +08:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz" ,
"integrity" : "sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==" ,
2024-01-08 12:23:57 -05:00
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2025-07-21 02:29:33 +08:00
"dependencies" : {
2025-09-17 15:19:03 +08:00
"@rolldown/pluginutils" : "1.0.0-beta.29"
2025-07-21 02:29:33 +08:00
} ,
2024-01-08 12:23:57 -05:00
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : "^20.19.0 || >=22.12.0"
2024-01-08 12:23:57 -05:00
} ,
"peerDependencies" : {
2025-07-21 02:29:33 +08:00
"vite" : "^5.0.0 || ^6.0.0 || ^7.0.0" ,
2024-01-08 12:23:57 -05:00
"vue" : "^3.2.25"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/@volar/language-core" : {
2025-08-11 17:29:15 +08:00
"version" : "2.4.23" ,
"resolved" : "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.23.tgz" ,
"integrity" : "sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-08-11 17:29:15 +08:00
"@volar/source-map" : "2.4.23"
2024-12-06 20:27:04 +08:00
}
} ,
"node_modules/@volar/language-server" : {
2025-08-11 17:29:15 +08:00
"version" : "2.4.23" ,
"resolved" : "https://registry.npmmirror.com/@volar/language-server/-/language-server-2.4.23.tgz" ,
"integrity" : "sha512-k0iO+tybMGMMyrNdWOxgFkP0XJTdbH0w+WZlM54RzJU3WZSjHEupwL30klpM7ep4FO6qyQa03h+VcGHD4Q8gEg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-08-11 17:29:15 +08:00
"@volar/language-core" : "2.4.23" ,
"@volar/language-service" : "2.4.23" ,
"@volar/typescript" : "2.4.23" ,
2024-12-06 20:27:04 +08:00
"path-browserify" : "^1.0.1" ,
"request-light" : "^0.7.0" ,
"vscode-languageserver" : "^9.0.1" ,
"vscode-languageserver-protocol" : "^3.17.5" ,
"vscode-languageserver-textdocument" : "^1.0.11" ,
"vscode-uri" : "^3.0.8"
}
} ,
"node_modules/@volar/language-service" : {
2025-08-11 17:29:15 +08:00
"version" : "2.4.23" ,
"resolved" : "https://registry.npmmirror.com/@volar/language-service/-/language-service-2.4.23.tgz" ,
"integrity" : "sha512-h5mU9DZ/6u3LCB9xomJtorNG6awBNnk9VuCioGsp6UtFiM8amvS5FcsaC3dabdL9zO0z+Gq9vIEMb/5u9K6jGQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-08-11 17:29:15 +08:00
"@volar/language-core" : "2.4.23" ,
2024-12-06 20:27:04 +08:00
"vscode-languageserver-protocol" : "^3.17.5" ,
"vscode-languageserver-textdocument" : "^1.0.11" ,
"vscode-uri" : "^3.0.8"
}
} ,
"node_modules/@volar/source-map" : {
2025-08-11 17:29:15 +08:00
"version" : "2.4.23" ,
"resolved" : "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.23.tgz" ,
"integrity" : "sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
"node_modules/@volar/typescript" : {
2025-08-11 17:29:15 +08:00
"version" : "2.4.23" ,
"resolved" : "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.23.tgz" ,
"integrity" : "sha512-lAB5zJghWxVPqfcStmAP1ZqQacMpe90UrP5RJ3arDyrhy4aCUQqmxPPLB2PWDKugvylmO41ljK7vZ+t6INMTag==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-08-11 17:29:15 +08:00
"@volar/language-core" : "2.4.23" ,
2024-12-06 20:27:04 +08:00
"path-browserify" : "^1.0.1" ,
"vscode-uri" : "^3.0.8"
}
} ,
"node_modules/@vscode/emmet-helper" : {
"version" : "2.11.0" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/@vscode/emmet-helper/-/emmet-helper-2.11.0.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-QLxjQR3imPZPQltfbWRnHU6JecWTF1QSWhx3GAKQpslx7y3Dp6sIIXhKjiUJ/BR9FX8PVthjr9PD6pNwOJfAzw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"emmet" : "^2.4.3" ,
"jsonc-parser" : "^2.3.0" ,
"vscode-languageserver-textdocument" : "^1.0.1" ,
"vscode-languageserver-types" : "^3.15.1" ,
"vscode-uri" : "^3.0.8"
}
} ,
"node_modules/@vscode/l10n" : {
"version" : "0.0.18" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/@vscode/l10n/-/l10n-0.0.18.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@vue/compiler-core" : {
2025-09-25 18:23:15 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.22.tgz" ,
"integrity" : "sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-09-25 18:23:15 +00:00
"@babel/parser" : "^7.28.4" ,
"@vue/shared" : "3.5.22" ,
2024-01-08 12:23:57 -05:00
"entities" : "^4.5.0" ,
"estree-walker" : "^2.0.2" ,
2025-07-18 18:49:19 +08:00
"source-map-js" : "^1.2.1"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/compiler-dom" : {
2025-09-25 18:23:15 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.22.tgz" ,
"integrity" : "sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-09-25 18:23:15 +00:00
"@vue/compiler-core" : "3.5.22" ,
"@vue/shared" : "3.5.22"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/compiler-sfc" : {
2025-09-25 18:23:15 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.22.tgz" ,
"integrity" : "sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-09-25 18:23:15 +00:00
"@babel/parser" : "^7.28.4" ,
"@vue/compiler-core" : "3.5.22" ,
"@vue/compiler-dom" : "3.5.22" ,
"@vue/compiler-ssr" : "3.5.22" ,
"@vue/shared" : "3.5.22" ,
2024-01-08 12:23:57 -05:00
"estree-walker" : "^2.0.2" ,
2025-09-25 18:23:15 +00:00
"magic-string" : "^0.30.19" ,
2025-07-18 18:49:19 +08:00
"postcss" : "^8.5.6" ,
"source-map-js" : "^1.2.1"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/compiler-ssr" : {
2025-09-25 18:23:15 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.22.tgz" ,
"integrity" : "sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-09-25 18:23:15 +00:00
"@vue/compiler-dom" : "3.5.22" ,
"@vue/shared" : "3.5.22"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/devtools-api" : {
2025-09-17 15:19:03 +08:00
"version" : "7.7.7" ,
"resolved" : "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.7.tgz" ,
"integrity" : "sha512-lwOnNBH2e7x1fIIbVT7yF5D+YWhqELm55/4ZKf45R9T8r9dE2AIOy8HKjfqzGsoTHFbWbr337O4E0A0QADnjBg==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/devtools-kit" : "^7.7.7"
}
2024-01-08 12:23:57 -05:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/@vue/devtools-kit" : {
"version" : "7.7.7" ,
"resolved" : "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz" ,
"integrity" : "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/devtools-shared" : "^7.7.7" ,
"birpc" : "^2.3.0" ,
"hookable" : "^5.5.3" ,
"mitt" : "^3.0.1" ,
"perfect-debounce" : "^1.0.0" ,
"speakingurl" : "^14.0.1" ,
"superjson" : "^2.2.2"
}
} ,
"node_modules/@vue/devtools-shared" : {
"version" : "7.7.7" ,
"resolved" : "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz" ,
"integrity" : "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==" ,
"license" : "MIT" ,
"dependencies" : {
"rfdc" : "^1.4.1"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/@vue/language-core" : {
2025-11-04 22:52:01 +01:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@vue/language-core/-/language-core-3.1.2.tgz" ,
"integrity" : "sha512-PyFDCqpdfYUT+oMLqcc61oHfJlC6yjhybaefwQjRdkchIihToOEpJ2Wu/Ebq2yrnJdd1EsaAvZaXVAqcxtnDxQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-09-19 20:59:48 +02:00
"@volar/language-core" : "2.4.23" ,
2024-12-06 20:27:04 +08:00
"@vue/compiler-dom" : "^3.5.0" ,
"@vue/shared" : "^3.5.0" ,
2025-09-29 23:15:11 +00:00
"alien-signals" : "^3.0.0" ,
2024-12-06 20:27:04 +08:00
"muggle-string" : "^0.4.1" ,
2025-07-21 02:29:33 +08:00
"path-browserify" : "^1.0.1" ,
"picomatch" : "^4.0.2"
2024-12-06 20:27:04 +08:00
} ,
"peerDependencies" : {
"typescript" : "*"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@vue/language-server" : {
2025-11-04 22:52:01 +01:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@vue/language-server/-/language-server-3.1.2.tgz" ,
"integrity" : "sha512-V2q1IqMZidpsIKHSsYU1INL0xEyCb24Zv4+N0rBwzSMkL8I5qg6PTpDzeQDg1zrn6B63kUVhW9sYOKpLvpMMtQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-09-19 20:59:48 +02:00
"@volar/language-server" : "2.4.23" ,
2025-11-04 22:52:01 +01:00
"@vue/language-core" : "3.1.2" ,
"@vue/language-service" : "3.1.2" ,
"@vue/typescript-plugin" : "3.1.2" ,
2024-12-06 20:27:04 +08:00
"vscode-uri" : "^3.0.8"
} ,
"bin" : {
"vue-language-server" : "bin/vue-language-server.js"
2025-07-21 02:29:33 +08:00
} ,
"peerDependencies" : {
"typescript" : "*"
2024-12-06 20:27:04 +08:00
}
} ,
"node_modules/@vue/language-service" : {
2025-11-04 22:52:01 +01:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@vue/language-service/-/language-service-3.1.2.tgz" ,
"integrity" : "sha512-VKGvaTkXl9ihj25CxVia07WQUEOJdfMBtPmcbBR/1lg579J0cvs/qsolp5e4ZQ9HJedLpbamvQg94bXKZxKkLg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-09-19 20:59:48 +02:00
"@volar/language-service" : "2.4.23" ,
2025-11-04 22:52:01 +01:00
"@vue/language-core" : "3.1.2" ,
2024-12-06 20:27:04 +08:00
"@vue/shared" : "^3.5.0" ,
"path-browserify" : "^1.0.1" ,
2025-07-21 02:29:33 +08:00
"volar-service-css" : "0.0.65" ,
"volar-service-emmet" : "0.0.65" ,
"volar-service-html" : "0.0.65" ,
"volar-service-json" : "0.0.65" ,
"volar-service-pug" : "0.0.65" ,
"volar-service-pug-beautify" : "0.0.65" ,
"volar-service-typescript" : "0.0.65" ,
2024-12-06 20:27:04 +08:00
"vscode-html-languageservice" : "^5.2.0" ,
"vscode-uri" : "^3.0.8"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@vue/reactivity" : {
2025-09-25 18:23:15 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.22.tgz" ,
"integrity" : "sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-09-25 18:23:15 +00:00
"@vue/shared" : "3.5.22"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/runtime-core" : {
2025-09-25 18:23:15 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.22.tgz" ,
"integrity" : "sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-09-25 18:23:15 +00:00
"@vue/reactivity" : "3.5.22" ,
"@vue/shared" : "3.5.22"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/runtime-dom" : {
2025-09-25 18:23:15 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.22.tgz" ,
"integrity" : "sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-09-25 18:23:15 +00:00
"@vue/reactivity" : "3.5.22" ,
"@vue/runtime-core" : "3.5.22" ,
"@vue/shared" : "3.5.22" ,
2024-01-08 12:23:57 -05:00
"csstype" : "^3.1.3"
}
} ,
"node_modules/@vue/server-renderer" : {
2025-09-25 18:23:15 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.22.tgz" ,
"integrity" : "sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-09-25 18:23:15 +00:00
"@vue/compiler-ssr" : "3.5.22" ,
"@vue/shared" : "3.5.22"
2024-01-08 12:23:57 -05:00
} ,
"peerDependencies" : {
2025-09-25 18:23:15 +00:00
"vue" : "3.5.22"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/shared" : {
2025-09-25 18:23:15 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/shared/-/shared-3.5.22.tgz" ,
"integrity" : "sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT"
2024-01-08 12:23:57 -05:00
} ,
2024-12-06 20:27:04 +08:00
"node_modules/@vue/typescript-plugin" : {
2025-11-04 22:52:01 +01:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@vue/typescript-plugin/-/typescript-plugin-3.1.2.tgz" ,
"integrity" : "sha512-2n+tiPR8RM7axxkGpYKMefW74MkGAcgqzrUN2TP3Vcv8I51UnwAz8HGI9lkABeK+Kp+yyi0DU3CBjJ3AKRNnkA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-09-19 20:59:48 +02:00
"@volar/typescript" : "2.4.23" ,
2025-11-04 22:52:01 +01:00
"@vue/language-core" : "3.1.2" ,
2025-07-21 02:29:33 +08:00
"@vue/shared" : "^3.5.0" ,
"path-browserify" : "^1.0.1"
2024-12-06 20:27:04 +08:00
}
} ,
2024-08-06 10:17:14 -04:00
"node_modules/@vuepic/vue-datepicker" : {
2025-07-21 02:29:33 +08:00
"version" : "11.0.2" ,
"resolved" : "https://registry.npmmirror.com/@vuepic/vue-datepicker/-/vue-datepicker-11.0.2.tgz" ,
"integrity" : "sha512-uHh78mVBXCEjam1uVfTzZ/HkyDwut/H6b2djSN9YTF+l/EA+XONfdCnOVSi1g+qVGSy65DcQAwyBNidAssnudQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-06 10:17:14 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"date-fns" : "^4.1.0"
2024-08-06 10:17:14 -04:00
} ,
"engines" : {
"node" : ">=18.12.0"
} ,
"peerDependencies" : {
2025-07-21 02:29:33 +08:00
"vue" : ">=3.3.0"
2024-08-06 10:17:14 -04:00
}
} ,
2024-03-11 00:11:07 -04:00
"node_modules/@vueuse/core" : {
2025-11-04 22:54:25 +01:00
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/@vueuse/core/-/core-14.0.0.tgz" ,
"integrity" : "sha512-d6tKRWkZE8IQElX2aHBxXOMD478fHIYV+Dzm2y9Ag122ICBpNKtGICiXKOhWU3L1kKdttDD9dCMS4bGP3jhCTQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-03-11 00:11:07 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"@types/web-bluetooth" : "^0.0.21" ,
2025-11-04 22:54:25 +01:00
"@vueuse/metadata" : "14.0.0" ,
"@vueuse/shared" : "14.0.0"
2024-03-11 00:11:07 -04:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
2025-07-21 02:29:33 +08:00
} ,
"peerDependencies" : {
"vue" : "^3.5.0"
2024-03-11 00:11:07 -04:00
}
} ,
2025-11-04 22:54:25 +01:00
"node_modules/@vueuse/core/node_modules/@vueuse/shared" : {
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/@vueuse/shared/-/shared-14.0.0.tgz" ,
"integrity" : "sha512-mTCA0uczBgurRlwVaQHfG0Ja7UdGe4g9mwffiJmvLiTtp1G4AQyIjej6si/k8c8pUwTfVpNufck+23gXptPAkw==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"vue" : "^3.5.0"
}
} ,
2024-03-11 00:11:07 -04:00
"node_modules/@vueuse/metadata" : {
2025-11-04 22:54:25 +01:00
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.0.0.tgz" ,
"integrity" : "sha512-6yoGqbJcMldVCevkFiHDBTB1V5Hq+G/haPlGIuaFZHpXC0HADB0EN1ryQAAceiW+ryS3niUwvdFbGiqHqBrfVA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-03-11 00:11:07 -04:00
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/@vueuse/shared" : {
2025-09-17 15:19:03 +08:00
"version" : "13.9.0" ,
"resolved" : "https://registry.npmmirror.com/@vueuse/shared/-/shared-13.9.0.tgz" ,
"integrity" : "sha512-e89uuTLMh0U5cZ9iDpEI2senqPGfbPRTHM/0AaQkcxnpqjkZqDYP8rpfm7edOz8s+pOCOROEy1PIveSW8+fL5g==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-03-11 00:11:07 -04:00
"funding" : {
"url" : "https://github.com/sponsors/antfu"
2025-07-21 02:29:33 +08:00
} ,
"peerDependencies" : {
"vue" : "^3.5.0"
2024-03-11 00:11:07 -04:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@xmldom/xmldom" : {
2025-09-17 15:19:03 +08:00
"version" : "0.8.11" ,
"resolved" : "https://registry.npmmirror.com/@xmldom/xmldom/-/xmldom-0.8.11.tgz" ,
"integrity" : "sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/7zip-bin" : {
"version" : "5.2.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/7zip-bin/-/7zip-bin-5.2.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-ukTPVhqG4jNzMro2qA9HSCSSVJN3aN7tlb+hfqYCt3ER0yWroeA2VR38MNrOHLQ/cVj+DaIMad0kFCtWWowh/A==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/abbrev" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/abbrev/-/abbrev-1.1.1.tgz" ,
"integrity" : "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" ,
"license" : "ISC"
} ,
2024-12-06 20:27:04 +08:00
"node_modules/acorn" : {
"version" : "7.4.1" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/agent-base" : {
2025-07-21 02:29:33 +08:00
"version" : "7.1.4" ,
"resolved" : "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz" ,
"integrity" : "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/agentkeepalive" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-4.6.0.tgz" ,
"integrity" : "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"humanize-ms" : "^1.2.1"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">= 8.0.0"
}
} ,
"node_modules/aggregate-error" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/aggregate-error/-/aggregate-error-3.1.0.tgz" ,
"integrity" : "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" ,
"license" : "MIT" ,
"dependencies" : {
"clean-stack" : "^2.0.0" ,
"indent-string" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/ajv" : {
"version" : "6.12.6" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
"node_modules/ajv-keywords" : {
"version" : "3.5.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peerDependencies" : {
"ajv" : "^6.9.1"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/alien-signals" : {
2025-11-04 22:52:01 +01:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/alien-signals/-/alien-signals-3.0.3.tgz" ,
"integrity" : "sha512-2JXjom6R7ZwrISpUphLhf4htUq1aKRCennTJ6u9kFfr3sLmC9+I4CxxVi+McoFnIg+p1HnVrfLT/iCt4Dlz//Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
2024-04-03 01:16:56 -04:00
"node_modules/animate.css" : {
"version" : "4.1.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/animate.css/-/animate.css-4.1.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==" ,
"license" : "MIT"
2024-04-03 01:16:56 -04:00
} ,
2024-01-23 15:09:44 -05:00
"node_modules/ansi-regex" : {
"version" : "5.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-styles" : {
"version" : "4.3.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2025-09-17 15:19:03 +08:00
"node_modules/ansi-styles/node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
"license" : "MIT" ,
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/app-builder-bin" : {
2025-07-21 02:29:33 +08:00
"version" : "5.0.0-alpha.12" ,
"resolved" : "https://registry.npmmirror.com/app-builder-bin/-/app-builder-bin-5.0.0-alpha.12.tgz" ,
"integrity" : "sha512-j87o0j6LqPL3QRr8yid6c+Tt5gC7xNfYo6uQIQkorAC6MpeayVMZrEDzKmJJ/Hlv7EnOQpaRm53k6ktDYZyB6w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/app-builder-lib" : {
2025-07-21 02:29:33 +08:00
"version" : "26.0.12" ,
"resolved" : "https://registry.npmmirror.com/app-builder-lib/-/app-builder-lib-26.0.12.tgz" ,
"integrity" : "sha512-+/CEPH1fVKf6HowBUs6LcAIoRcjeqgvAeoSE+cl7Y7LndyQ9ViGPYibNk7wmhMHzNgHIuIbw4nWADPO+4mjgWw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"@develar/schema-utils" : "~2.6.5" ,
2025-07-21 02:29:33 +08:00
"@electron/asar" : "3.2.18" ,
"@electron/fuses" : "^1.8.0" ,
"@electron/notarize" : "2.5.0" ,
"@electron/osx-sign" : "1.3.1" ,
"@electron/rebuild" : "3.7.0" ,
"@electron/universal" : "2.0.1" ,
2024-08-11 16:39:00 -04:00
"@malept/flatpak-bundler" : "^0.4.0" ,
"@types/fs-extra" : "9.0.13" ,
"async-exit-hook" : "^2.0.1" ,
2025-07-21 02:29:33 +08:00
"builder-util" : "26.0.11" ,
"builder-util-runtime" : "9.3.1" ,
2024-08-11 16:39:00 -04:00
"chromium-pickle-js" : "^0.2.0" ,
2025-07-21 02:29:33 +08:00
"config-file-ts" : "0.2.8-rc1" ,
2024-08-11 16:39:00 -04:00
"debug" : "^4.3.4" ,
2025-07-21 02:29:33 +08:00
"dotenv" : "^16.4.5" ,
"dotenv-expand" : "^11.0.6" ,
2024-08-11 16:39:00 -04:00
"ejs" : "^3.1.8" ,
2025-07-21 02:29:33 +08:00
"electron-publish" : "26.0.11" ,
2024-08-11 16:39:00 -04:00
"fs-extra" : "^10.1.0" ,
"hosted-git-info" : "^4.1.0" ,
"is-ci" : "^3.0.0" ,
"isbinaryfile" : "^5.0.0" ,
"js-yaml" : "^4.1.0" ,
2025-07-21 02:29:33 +08:00
"json5" : "^2.2.3" ,
2024-08-11 16:39:00 -04:00
"lazy-val" : "^1.0.5" ,
2025-07-21 02:29:33 +08:00
"minimatch" : "^10.0.0" ,
"plist" : "3.1.0" ,
"resedit" : "^1.7.0" ,
2024-08-11 16:39:00 -04:00
"semver" : "^7.3.8" ,
"tar" : "^6.1.12" ,
2025-07-21 02:29:33 +08:00
"temp-file" : "^3.4.0" ,
"tiny-async-pool" : "1.3.0"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
2024-01-08 12:23:57 -05:00
"peerDependencies" : {
2025-07-21 02:29:33 +08:00
"dmg-builder" : "26.0.12" ,
"electron-builder-squirrel-windows" : "26.0.12"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/argparse" : {
"version" : "2.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
"license" : "Python-2.0"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/assert-plus" : {
"version" : "1.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/assert-plus/-/assert-plus-1.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/astral-regex" : {
"version" : "2.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/astral-regex/-/astral-regex-2.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"optional" : true ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/async" : {
2024-10-04 16:58:47 +08:00
"version" : "3.2.6" ,
"resolved" : "https://registry.npmmirror.com/async/-/async-3.2.6.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/async-exit-hook" : {
"version" : "2.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/async-exit-hook/-/async-exit-hook-2.0.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-NW2cX8m1Q7KPA7a5M2ULQeZ2wR5qI5PAbw5L0UOMxdioVk9PMZ0h1TmyZEkPYrCvYjDlFICusOu1dlEKAAeXBw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=0.12.0"
}
} ,
"node_modules/asynckit" : {
"version" : "0.4.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/at-least-node" : {
"version" : "1.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/at-least-node/-/at-least-node-1.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">= 4.0.0"
}
} ,
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/base64-js" : {
"version" : "1.5.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz" ,
2024-08-11 16:39:00 -04:00
"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"
}
2025-07-18 18:49:19 +08:00
] ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/birpc" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmmirror.com/birpc/-/birpc-2.5.0.tgz" ,
"integrity" : "sha512-VSWO/W6nNQdyP520F1mhf+Lc2f8pjGQOtoHHm7Ze8Go1kX7akpVIrtTa0fn+HB0QJEDVacl6aO08YE0PgXfdnQ==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/bl" : {
"version" : "4.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"buffer" : "^5.5.0" ,
"inherits" : "^2.0.4" ,
"readable-stream" : "^3.4.0"
}
} ,
"node_modules/bootstrap" : {
2025-09-17 15:19:03 +08:00
"version" : "5.3.8" ,
"resolved" : "https://registry.npmmirror.com/bootstrap/-/bootstrap-5.3.8.tgz" ,
"integrity" : "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==" ,
2024-08-11 16:39:00 -04:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/twbs"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/bootstrap"
}
] ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peerDependencies" : {
"@popperjs/core" : "^2.11.8"
}
} ,
"node_modules/bootstrap-icons" : {
2025-07-18 18:49:19 +08:00
"version" : "1.13.1" ,
"resolved" : "https://registry.npmmirror.com/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz" ,
"integrity" : "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==" ,
2024-08-11 16:39:00 -04:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/twbs"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/bootstrap"
}
2025-07-18 18:49:19 +08:00
] ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/brace-expansion" : {
2025-07-21 02:29:33 +08:00
"version" : "1.1.12" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz" ,
"integrity" : "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/buffer" : {
"version" : "5.7.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz" ,
2024-08-11 16:39:00 -04:00
"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"
}
] ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.1.13"
}
} ,
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/builder-util" : {
2025-07-21 02:29:33 +08:00
"version" : "26.0.11" ,
"resolved" : "https://registry.npmmirror.com/builder-util/-/builder-util-26.0.11.tgz" ,
"integrity" : "sha512-xNjXfsldUEe153h1DraD0XvDOpqGR0L5eKFkdReB7eFW5HqysDZFfly4rckda6y9dF39N3pkPlOblcfHKGw+uA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"@types/debug" : "^4.1.6" ,
"7zip-bin" : "~5.2.0" ,
2025-07-21 02:29:33 +08:00
"app-builder-bin" : "5.0.0-alpha.12" ,
"builder-util-runtime" : "9.3.1" ,
2024-08-11 16:39:00 -04:00
"chalk" : "^4.1.2" ,
2025-07-21 02:29:33 +08:00
"cross-spawn" : "^7.0.6" ,
2024-08-11 16:39:00 -04:00
"debug" : "^4.3.4" ,
"fs-extra" : "^10.1.0" ,
2025-07-21 02:29:33 +08:00
"http-proxy-agent" : "^7.0.0" ,
"https-proxy-agent" : "^7.0.0" ,
2024-08-11 16:39:00 -04:00
"is-ci" : "^3.0.0" ,
"js-yaml" : "^4.1.0" ,
2025-07-21 02:29:33 +08:00
"sanitize-filename" : "^1.6.3" ,
2024-08-11 16:39:00 -04:00
"source-map-support" : "^0.5.19" ,
"stat-mode" : "^1.0.0" ,
2025-07-21 02:29:33 +08:00
"temp-file" : "^3.4.0" ,
"tiny-async-pool" : "1.3.0"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/builder-util-runtime" : {
2025-07-21 02:29:33 +08:00
"version" : "9.3.1" ,
"resolved" : "https://registry.npmmirror.com/builder-util-runtime/-/builder-util-runtime-9.3.1.tgz" ,
"integrity" : "sha512-2/egrNDDnRaxVwK3A+cJq6UOlqOdedGA7JPqCeJjN2Zjk1/QB/6QUi3b714ScIGS7HafFXTyzJEOr5b44I3kvQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"debug" : "^4.3.4" ,
"sax" : "^1.2.4"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/cacache" : {
"version" : "16.1.3" ,
"resolved" : "https://registry.npmmirror.com/cacache/-/cacache-16.1.3.tgz" ,
"integrity" : "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==" ,
"license" : "ISC" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"@npmcli/fs" : "^2.1.0" ,
"@npmcli/move-file" : "^2.0.0" ,
"chownr" : "^2.0.0" ,
"fs-minipass" : "^2.1.0" ,
"glob" : "^8.0.1" ,
"infer-owner" : "^1.0.4" ,
"lru-cache" : "^7.7.1" ,
"minipass" : "^3.1.6" ,
"minipass-collect" : "^1.0.2" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"mkdirp" : "^1.0.4" ,
"p-map" : "^4.0.0" ,
"promise-inflight" : "^1.0.1" ,
"rimraf" : "^3.0.2" ,
"ssri" : "^9.0.0" ,
"tar" : "^6.1.11" ,
"unique-filename" : "^2.0.0"
2024-12-06 20:27:04 +08:00
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
2024-12-06 20:27:04 +08:00
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/cacache/node_modules/brace-expansion" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/cacache/node_modules/glob" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmmirror.com/glob/-/glob-8.1.0.tgz" ,
"integrity" : "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"license" : "ISC" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^5.0.1" ,
"once" : "^1.3.0"
2024-12-06 20:27:04 +08:00
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=12"
2025-07-18 18:49:19 +08:00
} ,
"funding" : {
2025-07-21 02:29:33 +08:00
"url" : "https://github.com/sponsors/isaacs"
2024-12-06 20:27:04 +08:00
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/cacache/node_modules/lru-cache" : {
"version" : "7.18.3" ,
"resolved" : "https://registry.npmmirror.com/lru-cache/-/lru-cache-7.18.3.tgz" ,
"integrity" : "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" ,
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=12"
2024-08-11 16:39:00 -04:00
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/cacache/node_modules/minimatch" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/cacheable-lookup" : {
"version" : "5.0.4" ,
"resolved" : "https://registry.npmmirror.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz" ,
"integrity" : "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10.6.0"
}
} ,
"node_modules/cacheable-request" : {
"version" : "7.0.4" ,
"resolved" : "https://registry.npmmirror.com/cacheable-request/-/cacheable-request-7.0.4.tgz" ,
"integrity" : "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==" ,
"license" : "MIT" ,
"dependencies" : {
"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"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/call-bind-apply-helpers" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" ,
"integrity" : "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/call-bound" : {
"version" : "1.0.4" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" ,
2025-07-21 02:29:33 +08:00
"integrity" : "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.2" ,
"get-intrinsic" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/camelcase" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz" ,
"integrity" : "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/character-parser" : {
"version" : "2.2.0" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"is-regex" : "^1.0.3"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/chart.js" : {
2025-07-18 18:49:19 +08:00
"version" : "4.5.0" ,
"resolved" : "https://registry.npmmirror.com/chart.js/-/chart.js-4.5.0.tgz" ,
"integrity" : "sha512-aYeC/jDgSEx8SHWZvANYMioYMZ2KX02W6f6uVfyteuCGcadDLcYVHdfdygsTQkQ4TKn5lghoojAsPj5pu0SnvQ==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"@kurkle/color" : "^0.3.0"
2024-02-26 10:22:33 -05:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"pnpm" : ">=8"
2024-02-26 10:22:33 -05:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/chownr" : {
"version" : "2.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/chownr/-/chownr-2.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/chromium-pickle-js" : {
"version" : "0.2.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-1R5Fho+jBq0DDydt+/vHWj5KJNJCKdARKOCwZUen84I5BreWoLqRLANH1U87eJy1tiASPtMnGqJJq0ZsLoRPOw==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/ci-info" : {
"version" : "3.9.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/ci-info/-/ci-info-3.9.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cidr-regex" : {
2025-10-16 20:07:01 +02:00
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/cidr-regex/-/cidr-regex-5.0.1.tgz" ,
"integrity" : "sha512-2Apfc6qH9uwF3QHmlYBA8ExB9VHq+1/Doj9sEMY55TVBcpQ3y/+gmMpcNIBBtfb5k54Vphmta+1IxjMqPlWWAA==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-2-Clause" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-10-16 20:07:01 +02:00
"ip-regex" : "5.0.0"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
2025-10-16 20:07:01 +02:00
"node" : ">=20"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/cidr-tools" : {
2025-07-21 02:29:33 +08:00
"version" : "11.0.3" ,
"resolved" : "https://registry.npmmirror.com/cidr-tools/-/cidr-tools-11.0.3.tgz" ,
"integrity" : "sha512-7p0rp7B2P+nZfBkJlrQzUMDyUHeYK2h/XCJY80VUl1v5oxwLxQjZMy39BXVOXugwAX67l0oJ/QQ6OhANgUtUbw==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-2-Clause" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"ip-bigint" : "^8.2.1"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
"node" : ">=18"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/clean-stack" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmmirror.com/clean-stack/-/clean-stack-2.2.0.tgz" ,
"integrity" : "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/cli-cursor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-3.1.0.tgz" ,
"integrity" : "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" ,
"license" : "MIT" ,
"dependencies" : {
"restore-cursor" : "^3.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cli-spinners" : {
"version" : "2.9.2" ,
"resolved" : "https://registry.npmmirror.com/cli-spinners/-/cli-spinners-2.9.2.tgz" ,
"integrity" : "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/cli-truncate" : {
"version" : "2.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/cli-truncate/-/cli-truncate-2.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true ,
"dependencies" : {
"slice-ansi" : "^3.0.0" ,
"string-width" : "^4.2.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/cliui" : {
2024-10-04 16:58:47 +08:00
"version" : "8.0.1" ,
"resolved" : "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"string-width" : "^4.2.0" ,
2024-10-04 16:58:47 +08:00
"strip-ansi" : "^6.0.1" ,
"wrap-ansi" : "^7.0.0"
} ,
"engines" : {
"node" : ">=12"
2024-08-11 16:39:00 -04:00
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/clone" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/clone/-/clone-1.0.4.tgz" ,
"integrity" : "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/clone-response" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmmirror.com/clone-response/-/clone-response-1.0.3.tgz" ,
"integrity" : "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==" ,
"license" : "MIT" ,
"dependencies" : {
"mimic-response" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/color-convert" : {
2025-09-17 15:19:03 +08:00
"version" : "0.5.3" ,
"resolved" : "https://registry.npmmirror.com/color-convert/-/color-convert-0.5.3.tgz" ,
"integrity" : "sha512-RwBeO/B/vZR3dfKL1ye/vx8MHZ40ugzpyfeVG5GsiuGnrlMWe2o8wxBbLCpw9CsxV+wHuzYlCiWnybrIA0ling=="
2024-08-11 16:39:00 -04:00
} ,
"node_modules/color-name" : {
"version" : "1.1.4" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
"license" : "MIT"
2024-10-02 17:09:35 +08:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/combined-stream" : {
"version" : "1.0.8" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"delayed-stream" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/commander" : {
"version" : "5.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/commander/-/commander-5.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/compare-version" : {
"version" : "0.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/compare-version/-/compare-version-0.1.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-pJDh5/4wrEnXX/VWRZvruAGHkzKdr46z11OlTPN+VrATlWWhSKewNCJ1futCO5C7eJB3nPMFZA1LeYtcFboZ2A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/config-file-ts" : {
2025-07-21 02:29:33 +08:00
"version" : "0.2.8-rc1" ,
"resolved" : "https://registry.npmmirror.com/config-file-ts/-/config-file-ts-0.2.8-rc1.tgz" ,
"integrity" : "sha512-GtNECbVI82bT4RiDIzBSVuTKoSHufnU7Ce7/42bkWZJZFLjmDF2WBpVsvRkhKCfKBnTBb3qZrBwPpFBU/Myvhg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"glob" : "^10.3.12" ,
"typescript" : "^5.4.3"
}
} ,
"node_modules/config-file-ts/node_modules/brace-expansion" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/config-file-ts/node_modules/glob" : {
"version" : "10.4.5" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/config-file-ts/node_modules/minimatch" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/config-file-ts/node_modules/minipass" : {
"version" : "7.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/copy-anything" : {
"version" : "3.0.5" ,
"resolved" : "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz" ,
"integrity" : "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==" ,
"license" : "MIT" ,
"dependencies" : {
"is-what" : "^4.1.8"
} ,
"engines" : {
"node" : ">=12.13"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mesqueeb"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/core-util-is" : {
"version" : "1.0.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.2.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==" ,
2025-07-21 02:29:33 +08:00
"license" : "MIT" ,
"optional" : true
2024-08-11 16:39:00 -04:00
} ,
"node_modules/crc" : {
"version" : "3.8.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/crc/-/crc-3.8.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true ,
"dependencies" : {
"buffer" : "^5.1.0"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/cross-dirname" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmmirror.com/cross-dirname/-/cross-dirname-0.1.0.tgz" ,
"integrity" : "sha512-+R08/oI0nl3vfPcqftZRpytksBXDzOUveBq/NBVx0sUp1axwzPQrKinNx5yd5sxPu8j1wIy8AfnVQ+5eFdha6Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2025-07-21 02:29:33 +08:00
"optional" : true ,
"peer" : true
2024-08-11 16:39:00 -04:00
} ,
"node_modules/cross-spawn" : {
2025-07-18 18:49:19 +08:00
"version" : "7.0.6" ,
"resolved" : "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2025-08-17 23:47:21 +08:00
"node_modules/css-color-converter" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/css-color-converter/-/css-color-converter-2.0.0.tgz" ,
"integrity" : "sha512-oLIG2soZz3wcC3aAl/7Us5RS8Hvvc6I8G8LniF/qfMmrm7fIKQ8RIDDRZeKyGL2SrWfNqYspuLShbnjBMVWm8g==" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^0.5.2" ,
"color-name" : "^1.1.4" ,
"css-unit-converter" : "^1.1.2"
}
} ,
"node_modules/css-unit-converter" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmmirror.com/css-unit-converter/-/css-unit-converter-1.1.2.tgz" ,
"integrity" : "sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA==" ,
"license" : "MIT"
} ,
2024-08-11 16:39:00 -04:00
"node_modules/csstype" : {
"version" : "3.1.3" ,
2025-09-25 18:23:15 +00:00
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/date-fns" : {
2025-07-21 02:29:33 +08:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/date-fns/-/date-fns-4.1.0.tgz" ,
"integrity" : "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/kossnocorp"
}
} ,
"node_modules/dayjs" : {
2025-09-17 15:19:03 +08:00
"version" : "1.11.18" ,
"resolved" : "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.18.tgz" ,
"integrity" : "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/debug" : {
2025-09-17 15:19:03 +08:00
"version" : "4.4.3" ,
"resolved" : "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz" ,
"integrity" : "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2024-10-04 16:58:47 +08:00
"ms" : "^2.1.3"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/decamelize" : {
"version" : "1.2.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/decompress-response" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmmirror.com/decompress-response/-/decompress-response-6.0.0.tgz" ,
"integrity" : "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==" ,
"license" : "MIT" ,
"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.npmmirror.com/mimic-response/-/mimic-response-3.1.0.tgz" ,
"integrity" : "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-08-12 17:22:40 +08:00
"node_modules/deep-pick-omit" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/deep-pick-omit/-/deep-pick-omit-1.2.1.tgz" ,
"integrity" : "sha512-2J6Kc/m3irCeqVG42T+SaUMesaK7oGWaedGnQQK/+O0gYc+2SP5bKh/KKTE7d7SJ+GCA9UUE1GRzh6oDe0EnGw==" ,
"license" : "MIT"
} ,
2025-07-21 02:29:33 +08:00
"node_modules/defaults" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/defaults/-/defaults-1.0.4.tgz" ,
"integrity" : "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" ,
"license" : "MIT" ,
"dependencies" : {
"clone" : "^1.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/defer-to-connect" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz" ,
"integrity" : "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
} ,
2025-08-12 17:22:40 +08:00
"node_modules/defu" : {
"version" : "6.1.4" ,
"resolved" : "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz" ,
"integrity" : "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==" ,
"license" : "MIT"
} ,
2024-08-11 16:39:00 -04:00
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=0.4.0"
}
} ,
2025-08-12 17:22:40 +08:00
"node_modules/destr" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz" ,
"integrity" : "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==" ,
"license" : "MIT"
} ,
2025-07-21 02:29:33 +08:00
"node_modules/detect-libc" : {
2025-09-17 15:19:03 +08:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.0.tgz" ,
"integrity" : "sha512-vEtk+OcP7VBRtQZ1EJ3bdgzSfBjgnEalLTp5zjJrS+2Z1w2KZly4SBdac/WDU3hhsNAZ9E8SC96ME4Ey8MZ7cg==" ,
2025-07-21 02:29:33 +08:00
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/dijkstrajs" : {
"version" : "1.0.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/dijkstrajs/-/dijkstrajs-1.0.3.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/dir-compare" : {
2025-07-21 02:29:33 +08:00
"version" : "4.2.0" ,
"resolved" : "https://registry.npmmirror.com/dir-compare/-/dir-compare-4.2.0.tgz" ,
"integrity" : "sha512-2xMCmOoMrdQIPHdsTawECdNPwlVFB9zGcz3kuhmBO6U3oU+UQjsue0i8ayLKpgBcm+hcXPMVSGUN9d+pvJ6+VQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"minimatch" : "^3.0.5" ,
"p-limit" : "^3.1.0 "
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/dir-compare/node_modules/minimatch" : {
"version" : "3.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/dmg-builder" : {
2025-07-21 02:29:33 +08:00
"version" : "26.0.12" ,
"resolved" : "https://registry.npmmirror.com/dmg-builder/-/dmg-builder-26.0.12.tgz" ,
"integrity" : "sha512-59CAAjAhTaIMCN8y9kD573vDkxbs1uhDcrFLHSgutYdPcGOU35Rf95725snvzEOy4BFB7+eLJ8djCNPmGwG67w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-04-03 01:16:56 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"app-builder-lib" : "26.0.12" ,
"builder-util" : "26.0.11" ,
"builder-util-runtime" : "9.3.1" ,
2024-08-11 16:39:00 -04:00
"fs-extra" : "^10.1.0" ,
"iconv-lite" : "^0.6.2" ,
"js-yaml" : "^4.1.0"
2024-04-03 01:16:56 -04:00
} ,
2024-08-11 16:39:00 -04:00
"optionalDependencies" : {
"dmg-license" : "^1.0.11"
2024-04-03 01:16:56 -04:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/dmg-license" : {
"version" : "1.0.11" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/dmg-license/-/dmg-license-1.0.11.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-ZdzmqwKmECOWJpqefloC5OJy1+WZBBse5+MR88z9g9Zn4VY+WYUkAyojmhzJckH5YbbZGcYIuGAkY5/Ys5OM2Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true ,
"os" : [
"darwin"
] ,
2024-01-31 12:06:44 -05:00
"dependencies" : {
2024-08-11 16:39:00 -04:00
"@types/plist" : "^3.0.1" ,
"@types/verror" : "^1.10.3" ,
"ajv" : "^6.10.0" ,
"crc" : "^3.8.0" ,
"iconv-corefoundation" : "^1.1.7" ,
"plist" : "^3.0.4" ,
"smart-buffer" : "^4.0.2" ,
"verror" : "^1.10.0"
} ,
"bin" : {
"dmg-license" : "bin/dmg-license.js"
2024-01-31 12:06:44 -05:00
} ,
"engines" : {
2024-08-11 16:39:00 -04:00
"node" : ">=8"
2024-01-31 12:06:44 -05:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/dotenv" : {
2025-07-21 02:29:33 +08:00
"version" : "16.6.1" ,
"resolved" : "https://registry.npmmirror.com/dotenv/-/dotenv-16.6.1.tgz" ,
"integrity" : "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-2-Clause" ,
2024-08-11 16:39:00 -04:00
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://dotenvx.com"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/dotenv-expand" : {
2025-07-21 02:29:33 +08:00
"version" : "11.0.7" ,
"resolved" : "https://registry.npmmirror.com/dotenv-expand/-/dotenv-expand-11.0.7.tgz" ,
"integrity" : "sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"dotenv" : "^16.4.5"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://dotenvx.com"
}
2025-07-18 18:49:19 +08:00
} ,
"node_modules/dunder-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz" ,
"integrity" : "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
2024-08-11 16:39:00 -04:00
} ,
2024-10-02 17:09:35 +08:00
"node_modules/earcut" : {
2025-07-18 18:49:19 +08:00
"version" : "3.0.2" ,
"resolved" : "https://registry.npmmirror.com/earcut/-/earcut-3.0.2.tgz" ,
"integrity" : "sha512-X7hshQbLyMJ/3RPhyObLARM2sNxxmRALLKx1+NVFFnQ9gKzmCrxm9+uLIAdBcvc8FNLpctqlQ2V6AE92Ol9UDQ==" ,
"license" : "ISC"
2024-10-02 17:09:35 +08:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/ejs" : {
"version" : "3.1.10" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/ejs/-/ejs-3.1.10.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==" ,
2025-07-18 18:49:19 +08:00
"license" : "Apache-2.0" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
2024-08-11 16:39:00 -04:00
"jake" : "^10.8.5"
} ,
"bin" : {
"ejs" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=0.10.0"
2024-01-23 15:09:44 -05:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/electron-builder" : {
2025-07-21 02:29:33 +08:00
"version" : "26.0.12" ,
"resolved" : "https://registry.npmmirror.com/electron-builder/-/electron-builder-26.0.12.tgz" ,
"integrity" : "sha512-cD1kz5g2sgPTMFHjLxfMjUK5JABq3//J4jPswi93tOPFz6btzXYtK5NrDt717NRbukCUDOrrvmYVOWERlqoiXA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"app-builder-lib" : "26.0.12" ,
"builder-util" : "26.0.11" ,
"builder-util-runtime" : "9.3.1" ,
2024-08-11 16:39:00 -04:00
"chalk" : "^4.1.2" ,
2025-07-21 02:29:33 +08:00
"dmg-builder" : "26.0.12" ,
2024-08-11 16:39:00 -04:00
"fs-extra" : "^10.1.0" ,
"is-ci" : "^3.0.0" ,
"lazy-val" : "^1.0.5" ,
"simple-update-notifier" : "2.0.0" ,
"yargs" : "^17.6.2"
} ,
"bin" : {
"electron-builder" : "cli.js" ,
"install-app-deps" : "install-app-deps.js"
2024-01-23 15:09:44 -05:00
} ,
"engines" : {
2024-08-11 16:39:00 -04:00
"node" : ">=14.0.0"
2024-01-23 15:09:44 -05:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/electron-builder-squirrel-windows" : {
2025-07-21 02:29:33 +08:00
"version" : "26.0.12" ,
"resolved" : "https://registry.npmmirror.com/electron-builder-squirrel-windows/-/electron-builder-squirrel-windows-26.0.12.tgz" ,
"integrity" : "sha512-kpwXM7c/ayRUbYVErQbsZ0nQZX4aLHQrPEG9C4h9vuJCXylwFH8a7Jgi2VpKIObzCXO7LKHiCw4KdioFLFOgqA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
2025-07-21 02:29:33 +08:00
"app-builder-lib" : "26.0.12" ,
"builder-util" : "26.0.11" ,
"electron-winstaller" : "5.4.0"
2024-08-11 16:39:00 -04:00
}
2024-01-23 15:09:44 -05:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/electron-publish" : {
2025-07-21 02:29:33 +08:00
"version" : "26.0.11" ,
"resolved" : "https://registry.npmmirror.com/electron-publish/-/electron-publish-26.0.11.tgz" ,
"integrity" : "sha512-a8QRH0rAPIWH9WyyS5LbNvW9Ark6qe63/LqDB7vu2JXYpi0Gma5Q60Dh4tmTqhOBQt0xsrzD8qE7C+D7j+B24A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"@types/fs-extra" : "^9.0.11" ,
2025-07-21 02:29:33 +08:00
"builder-util" : "26.0.11" ,
"builder-util-runtime" : "9.3.1" ,
2024-08-11 16:39:00 -04:00
"chalk" : "^4.1.2" ,
2025-07-21 02:29:33 +08:00
"form-data" : "^4.0.0" ,
2024-08-11 16:39:00 -04:00
"fs-extra" : "^10.1.0" ,
"lazy-val" : "^1.0.5" ,
"mime" : "^2.5.2"
}
2024-01-23 15:09:44 -05:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/electron-winstaller" : {
"version" : "5.4.0" ,
"resolved" : "https://registry.npmmirror.com/electron-winstaller/-/electron-winstaller-5.4.0.tgz" ,
"integrity" : "sha512-bO3y10YikuUwUuDUQRM4KfwNkKhnpVO7IPdbsrejwN9/AABJzzTQ4GeHwyzNSrVO+tEH3/Np255a3sVZpZDjvg==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@electron/asar" : "^3.2.1" ,
"debug" : "^4.1.1" ,
"fs-extra" : "^7.0.1" ,
"lodash" : "^4.17.21" ,
"temp" : "^0.9.0"
} ,
"engines" : {
"node" : ">=8.0.0"
} ,
"optionalDependencies" : {
"@electron/windows-sign" : "^1.1.2"
}
} ,
"node_modules/electron-winstaller/node_modules/fs-extra" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmmirror.com/fs-extra/-/fs-extra-7.0.1.tgz" ,
"integrity" : "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"graceful-fs" : "^4.1.2" ,
"jsonfile" : "^4.0.0" ,
"universalify" : "^0.1.0"
} ,
"engines" : {
"node" : ">=6 <7 || >=8"
}
} ,
"node_modules/electron-winstaller/node_modules/jsonfile" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/jsonfile/-/jsonfile-4.0.0.tgz" ,
"integrity" : "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" ,
"license" : "MIT" ,
"peer" : true ,
"optionalDependencies" : {
"graceful-fs" : "^4.1.6"
}
} ,
"node_modules/electron-winstaller/node_modules/universalify" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmmirror.com/universalify/-/universalify-0.1.2.tgz" ,
"integrity" : "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">= 4.0.0"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/emmet" : {
"version" : "2.4.11" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/emmet/-/emmet-2.4.11.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-23QPJB3moh/U9sT4rQzGgeyyGIrcM+GH5uVYg2C6wZIxAIJq7Ng3QLT79tl8FUwDXhyq9SusfknOrofAKqvgyQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"workspaces" : [
"./packages/scanner" ,
"./packages/abbreviation" ,
"./packages/css-abbreviation" ,
"./"
] ,
2024-11-26 00:21:59 +08:00
"dependencies" : {
2024-12-06 20:27:04 +08:00
"@emmetio/abbreviation" : "^2.3.3" ,
"@emmetio/css-abbreviation" : "^2.1.8"
2024-11-26 00:21:59 +08:00
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/emoji-regex" : {
"version" : "8.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
2024-01-23 15:09:44 -05:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/encoding" : {
"version" : "0.1.13" ,
"resolved" : "https://registry.npmmirror.com/encoding/-/encoding-0.1.13.tgz" ,
"integrity" : "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"iconv-lite" : "^0.6.2"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/end-of-stream" : {
2025-07-18 18:49:19 +08:00
"version" : "1.4.5" ,
"resolved" : "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.5.tgz" ,
"integrity" : "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"once" : "^1.4.0"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/entities" : {
"version" : "4.5.0" ,
2025-09-25 18:23:15 +00:00
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
2024-01-08 12:23:57 -05:00
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-2-Clause" ,
2024-01-08 12:23:57 -05:00
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/env-paths" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmmirror.com/env-paths/-/env-paths-2.2.1.tgz" ,
"integrity" : "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/err-code" : {
"version" : "2.0.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/err-code/-/err-code-2.0.3.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
2024-12-06 20:27:04 +08:00
"node_modules/es-define-property" : {
2025-07-18 18:49:19 +08:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz" ,
"integrity" : "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-object-atoms" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz" ,
"integrity" : "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-set-tostringtag" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz" ,
"integrity" : "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.6" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.2"
} ,
2024-12-06 20:27:04 +08:00
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/esbuild" : {
2025-09-17 15:19:03 +08:00
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.9.tgz" ,
"integrity" : "sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==" ,
2024-01-08 12:23:57 -05:00
"dev" : true ,
"hasInstallScript" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=18"
2024-01-08 12:23:57 -05:00
} ,
"optionalDependencies" : {
2025-09-17 15:19:03 +08:00
"@esbuild/aix-ppc64" : "0.25.9" ,
"@esbuild/android-arm" : "0.25.9" ,
"@esbuild/android-arm64" : "0.25.9" ,
"@esbuild/android-x64" : "0.25.9" ,
"@esbuild/darwin-arm64" : "0.25.9" ,
"@esbuild/darwin-x64" : "0.25.9" ,
"@esbuild/freebsd-arm64" : "0.25.9" ,
"@esbuild/freebsd-x64" : "0.25.9" ,
"@esbuild/linux-arm" : "0.25.9" ,
"@esbuild/linux-arm64" : "0.25.9" ,
"@esbuild/linux-ia32" : "0.25.9" ,
"@esbuild/linux-loong64" : "0.25.9" ,
"@esbuild/linux-mips64el" : "0.25.9" ,
"@esbuild/linux-ppc64" : "0.25.9" ,
"@esbuild/linux-riscv64" : "0.25.9" ,
"@esbuild/linux-s390x" : "0.25.9" ,
"@esbuild/linux-x64" : "0.25.9" ,
"@esbuild/netbsd-arm64" : "0.25.9" ,
"@esbuild/netbsd-x64" : "0.25.9" ,
"@esbuild/openbsd-arm64" : "0.25.9" ,
"@esbuild/openbsd-x64" : "0.25.9" ,
"@esbuild/openharmony-arm64" : "0.25.9" ,
"@esbuild/sunos-x64" : "0.25.9" ,
"@esbuild/win32-arm64" : "0.25.9" ,
"@esbuild/win32-ia32" : "0.25.9" ,
"@esbuild/win32-x64" : "0.25.9"
2024-01-08 12:23:57 -05:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/escalade" : {
2024-10-04 16:58:47 +08:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=6"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/estree-walker" : {
"version" : "2.0.2" ,
2025-09-25 18:23:15 +00:00
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"license" : "MIT"
2024-01-08 12:23:57 -05:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/exponential-backoff" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmmirror.com/exponential-backoff/-/exponential-backoff-3.1.2.tgz" ,
"integrity" : "sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==" ,
"license" : "Apache-2.0"
} ,
2024-08-11 16:39:00 -04:00
"node_modules/extsprintf" : {
"version" : "1.4.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/extsprintf/-/extsprintf-1.4.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==" ,
"engines" : [
"node >=0.6.0"
] ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true
} ,
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/fdir" : {
2025-09-17 15:19:03 +08:00
"version" : "6.5.0" ,
"resolved" : "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz" ,
"integrity" : "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" ,
2025-07-21 02:29:33 +08:00
"dev" : true ,
"license" : "MIT" ,
2025-09-17 15:19:03 +08:00
"engines" : {
"node" : ">=12.0.0"
} ,
2025-07-21 02:29:33 +08:00
"peerDependencies" : {
"picomatch" : "^3 || ^4"
} ,
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/filelist" : {
"version" : "1.0.4" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/filelist/-/filelist-1.0.4.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "Apache-2.0" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"minimatch" : "^5.0.1"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/filelist/node_modules/brace-expansion" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/filelist/node_modules/minimatch" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/find-up" : {
"version" : "4.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
2024-08-11 16:39:00 -04:00
"node" : ">=8"
}
} ,
"node_modules/foreground-child" : {
2025-07-18 18:49:19 +08:00
"version" : "3.3.1" ,
"resolved" : "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz" ,
"integrity" : "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" ,
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"cross-spawn" : "^7.0.6" ,
2024-08-11 16:39:00 -04:00
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/foreground-child/node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/form-data" : {
2025-07-18 18:49:19 +08:00
"version" : "4.0.4" ,
"resolved" : "https://registry.npmmirror.com/form-data/-/form-data-4.0.4.tgz" ,
"integrity" : "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
2025-07-18 18:49:19 +08:00
"es-set-tostringtag" : "^2.1.0" ,
"hasown" : "^2.0.2" ,
2024-08-11 16:39:00 -04:00
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/fs-extra" : {
"version" : "10.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/fs-minipass" : {
"version" : "2.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/fsevents" : {
"version" : "2.3.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"dev" : true ,
"hasInstallScript" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/fuse.js" : {
2025-07-18 18:49:19 +08:00
"version" : "7.1.0" ,
"resolved" : "https://registry.npmmirror.com/fuse.js/-/fuse.js-7.1.0.tgz" ,
"integrity" : "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==" ,
"license" : "Apache-2.0" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=10"
}
} ,
2024-10-02 17:09:35 +08:00
"node_modules/geotiff" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmmirror.com/geotiff/-/geotiff-2.1.3.tgz" ,
"integrity" : "sha512-PT6uoF5a1+kbC3tHmZSUsLHBp2QJlHasxxxxPW47QIY1VBKpFB+FcDvX+MxER6UzgLQZ0xDzJ9s48B9JbOCTqA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-02 17:09:35 +08:00
"dependencies" : {
"@petamoriken/float16" : "^3.4.7" ,
"lerc" : "^3.0.0" ,
"pako" : "^2.0.4" ,
"parse-headers" : "^2.0.2" ,
"quick-lru" : "^6.1.1" ,
"web-worker" : "^1.2.0" ,
"xml-utils" : "^1.0.2" ,
"zstddec" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10.19"
}
} ,
2025-09-17 15:19:03 +08:00
"node_modules/geotiff/node_modules/quick-lru" : {
"version" : "6.1.2" ,
"resolved" : "https://registry.npmmirror.com/quick-lru/-/quick-lru-6.1.2.tgz" ,
"integrity" : "sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/get-caller-file" : {
"version" : "2.0.5" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/get-intrinsic" : {
2025-07-18 18:49:19 +08:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz" ,
"integrity" : "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"call-bind-apply-helpers" : "^1.0.2" ,
"es-define-property" : "^1.0.1" ,
2024-12-06 20:27:04 +08:00
"es-errors" : "^1.3.0" ,
2025-07-18 18:49:19 +08:00
"es-object-atoms" : "^1.1.1" ,
2024-12-06 20:27:04 +08:00
"function-bind" : "^1.1.2" ,
2025-07-18 18:49:19 +08:00
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"math-intrinsics" : "^1.1.0"
2024-12-06 20:27:04 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/get-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz" ,
"integrity" : "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/get-stream" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmmirror.com/get-stream/-/get-stream-5.2.0.tgz" ,
"integrity" : "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==" ,
"license" : "MIT" ,
"dependencies" : {
"pump" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/glob" : {
"version" : "7.2.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/glob/node_modules/minimatch" : {
"version" : "3.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/gopd" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/got" : {
"version" : "11.8.6" ,
"resolved" : "https://registry.npmmirror.com/got/-/got-11.8.6.tgz" ,
"integrity" : "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==" ,
"license" : "MIT" ,
"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"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
"license" : "ISC"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/has-flag" : {
"version" : "4.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=8"
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/has-symbols" : {
2024-12-06 20:27:04 +08:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz" ,
"integrity" : "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-tostringtag" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz" ,
"integrity" : "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"has-symbols" : "^1.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/highlight.js" : {
2025-07-18 18:49:19 +08:00
"version" : "11.11.1" ,
"resolved" : "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.11.1.tgz" ,
"integrity" : "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==" ,
"license" : "BSD-3-Clause" ,
2024-12-06 20:27:04 +08:00
"engines" : {
"node" : ">=12.0.0"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/hookable" : {
"version" : "5.5.3" ,
"resolved" : "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz" ,
"integrity" : "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==" ,
"license" : "MIT"
} ,
2024-08-11 16:39:00 -04:00
"node_modules/hosted-git-info" : {
"version" : "4.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"lru-cache" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/http-cache-semantics" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmmirror.com/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz" ,
"integrity" : "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==" ,
"license" : "BSD-2-Clause"
} ,
2024-08-11 16:39:00 -04:00
"node_modules/http-proxy-agent" : {
2025-07-21 02:29:33 +08:00
"version" : "7.0.2" ,
"resolved" : "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz" ,
"integrity" : "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">= 14"
}
} ,
"node_modules/http2-wrapper" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmmirror.com/http2-wrapper/-/http2-wrapper-1.0.3.tgz" ,
"integrity" : "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==" ,
"license" : "MIT" ,
"dependencies" : {
"quick-lru" : "^5.1.1" ,
"resolve-alpn" : "^1.0.0"
} ,
"engines" : {
"node" : ">=10.19.0"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/https-proxy-agent" : {
2025-07-21 02:29:33 +08:00
"version" : "7.0.6" ,
"resolved" : "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" ,
"integrity" : "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"agent-base" : "^7.1.2" ,
2024-08-11 16:39:00 -04:00
"debug" : "4"
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">= 14"
}
} ,
"node_modules/humanize-ms" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz" ,
"integrity" : "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.0.0"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/i" : {
"version" : "0.3.7" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/i/-/i-0.3.7.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-FYz4wlXgkQwIPqhzC5TdNMLSE5+GS1IIDJZY/1ZiEPCT2S3COUVZeT5OW4BmW4r5LHLQuOosSwsvnroG9GR59Q==" ,
"engines" : {
"node" : ">=0.4"
2024-01-23 15:09:44 -05:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/iconv-corefoundation" : {
"version" : "1.1.7" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/iconv-corefoundation/-/iconv-corefoundation-1.1.7.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-T10qvkw0zz4wnm560lOEg0PovVqUXuOFhhHAkixw8/sycy7TJt7v/RrkEKEQnAw2viPSJu6iAkErxnzR0g8PpQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"optional" : true ,
"os" : [
"darwin"
] ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"cli-truncate" : "^2.1.0" ,
"node-addon-api" : "^1.6.3"
} ,
2024-01-08 12:23:57 -05:00
"engines" : {
2024-08-11 16:39:00 -04:00
"node" : "^8.11.2 || >=10"
2024-01-08 12:23:57 -05:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/iconv-lite" : {
"version" : "0.6.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
2024-03-11 00:11:07 -04:00
"engines" : {
2024-08-11 16:39:00 -04:00
"node" : ">=0.10.0"
2024-03-11 00:11:07 -04:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/ieee754" : {
"version" : "1.2.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz" ,
2024-08-11 16:39:00 -04:00
"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"
}
2025-07-18 18:49:19 +08:00
] ,
"license" : "BSD-3-Clause"
2024-01-23 15:09:44 -05:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.19"
}
} ,
"node_modules/indent-string" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/indent-string/-/indent-string-4.0.0.tgz" ,
"integrity" : "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/infer-owner" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/infer-owner/-/infer-owner-1.0.4.tgz" ,
"integrity" : "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" ,
"license" : "ISC"
} ,
2024-08-11 16:39:00 -04:00
"node_modules/inflight" : {
"version" : "1.0.6" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
2024-04-03 01:16:56 -04:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/inherits" : {
"version" : "2.0.4" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
2024-08-11 16:39:00 -04:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/ip-address" : {
2025-09-17 15:19:03 +08:00
"version" : "10.0.1" ,
"resolved" : "https://registry.npmmirror.com/ip-address/-/ip-address-10.0.1.tgz" ,
"integrity" : "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==" ,
2025-07-21 02:29:33 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 12"
}
} ,
2024-01-31 12:06:44 -05:00
"node_modules/ip-bigint" : {
2025-09-17 15:19:03 +08:00
"version" : "8.2.2" ,
"resolved" : "https://registry.npmmirror.com/ip-bigint/-/ip-bigint-8.2.2.tgz" ,
"integrity" : "sha512-wPoOpHigOtoY29UCFA0L82cJVFcT7M+TsrgipUVpFw7HV9LpLEuNXCymt3623jzHPlIZzFaCyaVf9VACssFYew==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-2-Clause" ,
2024-01-31 12:06:44 -05:00
"engines" : {
"node" : ">=18"
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/ip-regex" : {
"version" : "5.0.0" ,
2025-10-16 20:07:01 +02:00
"resolved" : "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz" ,
2024-04-03 01:16:56 -04:00
"integrity" : "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-04-03 01:16:56 -04:00
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/is-ci" : {
"version" : "3.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/is-ci/-/is-ci-3.0.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"ci-info" : "^3.2.0"
} ,
"bin" : {
"is-ci" : "bin.js"
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/is-cidr" : {
2025-10-16 20:07:01 +02:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.1.tgz" ,
"integrity" : "sha512-JIJlvXodfsoWFAvvjB7Elqu8qQcys2SZjkIJCLdk4XherUqZ6+zH7WIpXkp4B3ZxMH0Fz7zIsZwyvs6JfM0csw==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-2-Clause" ,
2024-04-03 01:16:56 -04:00
"dependencies" : {
2025-10-16 20:07:01 +02:00
"cidr-regex" : "5.0.1"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-16 20:07:01 +02:00
"node" : ">=20"
2024-12-06 20:27:04 +08:00
}
} ,
"node_modules/is-expression" : {
"version" : "4.0.0" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"acorn" : "^7.1.1" ,
"object-assign" : "^4.1.1"
2024-11-26 00:21:59 +08:00
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"engines" : {
"node" : ">=8"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/is-interactive" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/is-interactive/-/is-interactive-1.0.0.tgz" ,
"integrity" : "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-lambda" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/is-lambda/-/is-lambda-1.0.1.tgz" ,
"integrity" : "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==" ,
"license" : "MIT"
} ,
2024-12-06 20:27:04 +08:00
"node_modules/is-regex" : {
2025-07-18 18:49:19 +08:00
"version" : "1.2.1" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==" ,
"license" : "MIT" ,
2024-11-26 00:21:59 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"call-bound" : "^1.0.2" ,
"gopd" : "^1.2.0" ,
2024-12-06 20:27:04 +08:00
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.2"
2024-11-26 00:21:59 +08:00
} ,
"engines" : {
2024-12-06 20:27:04 +08:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-11-26 00:21:59 +08:00
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/is-unicode-supported" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" ,
"integrity" : "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2025-07-21 02:29:33 +08:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-what" : {
"version" : "4.1.16" ,
"resolved" : "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz" ,
"integrity" : "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12.13"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mesqueeb"
}
2024-08-11 16:39:00 -04:00
} ,
"node_modules/isbinaryfile" : {
2025-09-17 15:19:03 +08:00
"version" : "5.0.6" ,
"resolved" : "https://registry.npmmirror.com/isbinaryfile/-/isbinaryfile-5.0.6.tgz" ,
"integrity" : "sha512-I+NmIfBHUl+r2wcDd6JwE9yWje/PIVY/R5/CmV8dXLZd5K+L9X2klAOwfAHNnondLXkbHyTAleQAWonpTJBTtw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">= 18.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/gjtorikian/"
}
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"license" : "ISC"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/jackspeak" : {
"version" : "3.4.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" ,
2025-07-18 18:49:19 +08:00
"license" : "BlueOak-1.0.0" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
}
} ,
"node_modules/jake" : {
2025-09-17 15:19:03 +08:00
"version" : "10.9.4" ,
"resolved" : "https://registry.npmmirror.com/jake/-/jake-10.9.4.tgz" ,
"integrity" : "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==" ,
2025-07-18 18:49:19 +08:00
"license" : "Apache-2.0" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-09-17 15:19:03 +08:00
"async" : "^3.2.6" ,
2024-08-11 16:39:00 -04:00
"filelist" : "^1.0.4" ,
2025-09-17 15:19:03 +08:00
"picocolors" : "^1.1.1"
2024-08-11 16:39:00 -04:00
} ,
"bin" : {
"jake" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/js-yaml" : {
"version" : "4.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz" ,
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
"license" : "MIT"
} ,
2024-08-11 16:39:00 -04:00
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/json5" : {
"version" : "2.2.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"bin" : {
"json5" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/jsonc-parser" : {
"version" : "2.3.1" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.3.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/jsonfile" : {
2025-09-17 15:19:03 +08:00
"version" : "6.2.0" ,
"resolved" : "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.2.0.tgz" ,
"integrity" : "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"universalify" : "^2.0.0"
} ,
"optionalDependencies" : {
"graceful-fs" : "^4.1.6"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/keyv" : {
"version" : "4.5.4" ,
"resolved" : "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
"license" : "MIT" ,
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/lazy-val" : {
"version" : "1.0.5" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/lazy-val/-/lazy-val-1.0.5.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-0/BnGCCfyUMkBpeDgWihanIAF9JmZhHBgUhEqzvf+adhNGLoP6TaiI5oF8oyb3I45P+PcnrqihSf01M0l0G5+Q==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
2024-10-02 17:09:35 +08:00
"node_modules/lerc" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/lerc/-/lerc-3.0.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-Rm4J/WaHhRa93nCN2mwWDZFoRVF18G1f47C+kvQWyHGEZxFpTUi73p7lMVSAndyxGt6lJ2/CFbOcf9ra5p8aww==" ,
"license" : "Apache-2.0"
2024-10-02 17:09:35 +08:00
} ,
2024-01-23 15:09:44 -05:00
"node_modules/locate-path" : {
"version" : "5.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
"p-locate" : "^4.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/lodash" : {
"version" : "4.17.21" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/log-symbols" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/log-symbols/-/log-symbols-4.1.0.tgz" ,
"integrity" : "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2025-07-21 02:29:33 +08:00
"dependencies" : {
"chalk" : "^4.1.0" ,
"is-unicode-supported" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2024-08-11 16:39:00 -04:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/lowercase-keys" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz" ,
"integrity" : "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2025-07-21 02:29:33 +08:00
"engines" : {
"node" : ">=8"
}
2024-08-11 16:39:00 -04:00
} ,
"node_modules/lru-cache" : {
"version" : "6.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/magic-string" : {
2025-09-17 15:19:03 +08:00
"version" : "0.30.19" ,
2025-09-25 18:23:15 +00:00
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.19.tgz" ,
2025-09-17 15:19:03 +08:00
"integrity" : "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==" ,
2025-07-21 02:29:33 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-09-17 15:19:03 +08:00
"@jridgewell/sourcemap-codec" : "^1.5.5"
2025-07-21 02:29:33 +08:00
}
} ,
"node_modules/make-fetch-happen" : {
"version" : "10.2.1" ,
"resolved" : "https://registry.npmmirror.com/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz" ,
"integrity" : "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==" ,
"license" : "ISC" ,
"dependencies" : {
"agentkeepalive" : "^4.2.1" ,
"cacache" : "^16.1.0" ,
"http-cache-semantics" : "^4.1.0" ,
"http-proxy-agent" : "^5.0.0" ,
"https-proxy-agent" : "^5.0.0" ,
"is-lambda" : "^1.0.1" ,
"lru-cache" : "^7.7.1" ,
"minipass" : "^3.1.6" ,
"minipass-collect" : "^1.0.2" ,
"minipass-fetch" : "^2.0.3" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"negotiator" : "^0.6.3" ,
"promise-retry" : "^2.0.1" ,
"socks-proxy-agent" : "^7.0.0" ,
"ssri" : "^9.0.0"
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
"node_modules/make-fetch-happen/node_modules/agent-base" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz" ,
"integrity" : "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6.0.0"
}
} ,
"node_modules/make-fetch-happen/node_modules/http-proxy-agent" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz" ,
"integrity" : "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==" ,
"license" : "MIT" ,
"dependencies" : {
"@tootallnate/once" : "2" ,
"agent-base" : "6" ,
"debug" : "4"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">= 6"
2024-08-11 16:39:00 -04:00
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/make-fetch-happen/node_modules/https-proxy-agent" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" ,
"integrity" : "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/make-fetch-happen/node_modules/lru-cache" : {
"version" : "7.18.3" ,
"resolved" : "https://registry.npmmirror.com/lru-cache/-/lru-cache-7.18.3.tgz" ,
"integrity" : "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
2024-01-08 12:23:57 -05:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/math-intrinsics" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz" ,
"integrity" : "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/mime" : {
"version" : "2.6.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/mime-db" : {
"version" : "1.52.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types" : {
"version" : "2.1.35" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/mimic-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz" ,
"integrity" : "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/mimic-response" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/mimic-response/-/mimic-response-1.0.1.tgz" ,
"integrity" : "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/minimatch" : {
2025-07-21 02:29:33 +08:00
"version" : "10.0.3" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-10.0.3.tgz" ,
"integrity" : "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"@isaacs/brace-expansion" : "^5.0.0"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : "20 || >=22"
2025-07-18 18:49:19 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/minimist" : {
"version" : "1.2.8" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/minipass" : {
2025-07-21 02:29:33 +08:00
"version" : "3.3.6" ,
"resolved" : "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz" ,
"integrity" : "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2025-07-21 02:29:33 +08:00
"dependencies" : {
"yallist" : "^4.0.0"
} ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=8"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/minipass-collect" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/minipass-collect/-/minipass-collect-1.0.2.tgz" ,
"integrity" : "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==" ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/minipass-fetch" : {
2024-08-11 16:39:00 -04:00
"version" : "2.1.2" ,
2025-07-21 02:29:33 +08:00
"resolved" : "https://registry.npmmirror.com/minipass-fetch/-/minipass-fetch-2.1.2.tgz" ,
"integrity" : "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"minipass" : "^3.1.6" ,
"minipass-sized" : "^1.0.3" ,
"minizlib" : "^2.1.2"
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
} ,
"optionalDependencies" : {
"encoding" : "^0.1.13"
}
} ,
"node_modules/minipass-flush" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmmirror.com/minipass-flush/-/minipass-flush-1.0.5.tgz" ,
"integrity" : "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==" ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^3.0.0"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/minipass-pipeline" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmmirror.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" ,
"integrity" : "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/minipass-sized" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmmirror.com/minipass-sized/-/minipass-sized-1.0.3.tgz" ,
"integrity" : "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==" ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^3.0.0"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/minizlib" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmmirror.com/minizlib/-/minizlib-2.1.2.tgz" ,
"integrity" : "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" ,
"license" : "MIT" ,
"dependencies" : {
"minipass" : "^3.0.0" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/mitt" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz" ,
"integrity" : "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==" ,
"license" : "MIT"
} ,
2024-08-11 16:39:00 -04:00
"node_modules/mkdirp" : {
"version" : "1.0.4" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"bin" : {
"mkdirp" : "bin/cmd.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/ms" : {
2024-10-04 16:58:47 +08:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
2024-12-06 20:27:04 +08:00
"node_modules/muggle-string" : {
"version" : "0.4.1" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
2024-01-08 12:23:57 -05:00
"node_modules/nanoid" : {
2025-07-18 18:49:19 +08:00
"version" : "3.3.11" ,
"resolved" : "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz" ,
"integrity" : "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==" ,
2024-01-08 12:23:57 -05:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"bin" : {
"nanoid" : "bin/nanoid.cjs"
} ,
"engines" : {
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/negotiator" : {
"version" : "0.6.4" ,
"resolved" : "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.4.tgz" ,
"integrity" : "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/node-abi" : {
2025-09-17 15:19:03 +08:00
"version" : "3.77.0" ,
"resolved" : "https://registry.npmmirror.com/node-abi/-/node-abi-3.77.0.tgz" ,
"integrity" : "sha512-DSmt0OEcLoK4i3NuscSbGjOf3bqiDEutejqENSplMSFA/gmB8mkED9G4pKWnPl7MDU4rSHebKPHeitpDfyH0cQ==" ,
2025-07-21 02:29:33 +08:00
"license" : "MIT" ,
"dependencies" : {
"semver" : "^7.3.5"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/node-addon-api" : {
"version" : "1.7.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-1.7.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true
} ,
2025-07-21 02:29:33 +08:00
"node_modules/node-api-version" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmmirror.com/node-api-version/-/node-api-version-0.2.1.tgz" ,
"integrity" : "sha512-2xP/IGGMmmSQpI1+O/k72jF/ykvZ89JeuKX3TLJAYPDVLUalrshrLHkeVcCCZqG/eEa635cr8IBYzgnDvM2O8Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2025-07-21 02:29:33 +08:00
"dependencies" : {
"semver" : "^7.3.5"
}
} ,
"node_modules/nopt" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmmirror.com/nopt/-/nopt-6.0.0.tgz" ,
"integrity" : "sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==" ,
"license" : "ISC" ,
"dependencies" : {
"abbrev" : "^1.0.0"
} ,
"bin" : {
"nopt" : "bin/nopt.js"
} ,
2024-08-11 16:39:00 -04:00
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
"node_modules/normalize-url" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmmirror.com/normalize-url/-/normalize-url-6.1.0.tgz" ,
"integrity" : "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-11 16:39:00 -04:00
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm" : {
2025-10-23 08:46:56 +02:00
"version" : "11.6.2" ,
"resolved" : "https://registry.npmjs.org/npm/-/npm-11.6.2.tgz" ,
"integrity" : "sha512-7iKzNfy8lWYs3zq4oFPa8EXZz5xt9gQNKJZau3B1ErLBb6bF7sBJ00x09485DOvRT2l5Gerbl3VlZNT57MxJVA==" ,
2024-04-03 01:16:56 -04:00
"bundleDependencies" : [
"@isaacs/string-locale-compare" ,
"@npmcli/arborist" ,
"@npmcli/config" ,
"@npmcli/fs" ,
"@npmcli/map-workspaces" ,
"@npmcli/package-json" ,
"@npmcli/promise-spawn" ,
2024-10-04 16:58:47 +08:00
"@npmcli/redact" ,
2024-04-03 01:16:56 -04:00
"@npmcli/run-script" ,
"@sigstore/tuf" ,
"abbrev" ,
"archy" ,
"cacache" ,
"chalk" ,
"ci-info" ,
"cli-columns" ,
"fastest-levenshtein" ,
"fs-minipass" ,
"glob" ,
"graceful-fs" ,
"hosted-git-info" ,
"ini" ,
"init-package-json" ,
"is-cidr" ,
"json-parse-even-better-errors" ,
"libnpmaccess" ,
"libnpmdiff" ,
"libnpmexec" ,
"libnpmfund" ,
"libnpmorg" ,
"libnpmpack" ,
"libnpmpublish" ,
"libnpmsearch" ,
"libnpmteam" ,
"libnpmversion" ,
"make-fetch-happen" ,
"minimatch" ,
"minipass" ,
"minipass-pipeline" ,
"ms" ,
"node-gyp" ,
"nopt" ,
"npm-audit-report" ,
"npm-install-checks" ,
"npm-package-arg" ,
"npm-pick-manifest" ,
"npm-profile" ,
"npm-registry-fetch" ,
"npm-user-validate" ,
"p-map" ,
"pacote" ,
"parse-conflict-json" ,
"proc-log" ,
"qrcode-terminal" ,
"read" ,
"semver" ,
"spdx-expression-parse" ,
"ssri" ,
"supports-color" ,
"tar" ,
"text-table" ,
"tiny-relative-date" ,
"treeverse" ,
"validate-npm-package-name" ,
2025-09-21 17:30:31 +02:00
"which"
2024-04-03 01:16:56 -04:00
] ,
2025-07-18 18:49:19 +08:00
"license" : "Artistic-2.0" ,
2024-04-03 01:16:56 -04:00
"workspaces" : [
"docs" ,
"smoke-tests" ,
"mock-globals" ,
"mock-registry" ,
"workspaces/*"
] ,
"dependencies" : {
"@isaacs/string-locale-compare" : "^1.1.0" ,
2025-10-23 08:46:56 +02:00
"@npmcli/arborist" : "^9.1.6" ,
"@npmcli/config" : "^10.4.2" ,
2024-10-04 16:58:47 +08:00
"@npmcli/fs" : "^4.0.0" ,
2025-10-02 01:35:04 +00:00
"@npmcli/map-workspaces" : "^5.0.0" ,
"@npmcli/package-json" : "^7.0.1" ,
"@npmcli/promise-spawn" : "^8.0.3" ,
2025-07-18 18:49:19 +08:00
"@npmcli/redact" : "^3.2.2" ,
2025-10-02 01:35:04 +00:00
"@npmcli/run-script" : "^10.0.0" ,
"@sigstore/tuf" : "^4.0.0" ,
2025-07-18 18:49:19 +08:00
"abbrev" : "^3.0.1" ,
2024-04-03 01:16:56 -04:00
"archy" : "~1.0.0" ,
2025-10-02 01:35:04 +00:00
"cacache" : "^20.0.1" ,
"chalk" : "^5.6.2" ,
2025-10-23 08:46:56 +02:00
"ci-info" : "^4.3.1" ,
2024-04-03 01:16:56 -04:00
"cli-columns" : "^4.0.0" ,
"fastest-levenshtein" : "^1.0.16" ,
"fs-minipass" : "^3.0.3" ,
2025-10-02 01:35:04 +00:00
"glob" : "^11.0.3" ,
2024-04-03 01:16:56 -04:00
"graceful-fs" : "^4.2.11" ,
2025-10-23 08:46:56 +02:00
"hosted-git-info" : "^9.0.2" ,
2024-10-04 16:58:47 +08:00
"ini" : "^5.0.0" ,
2025-10-02 01:35:04 +00:00
"init-package-json" : "^8.2.2" ,
2025-10-23 08:46:56 +02:00
"is-cidr" : "^6.0.1" ,
2024-10-04 16:58:47 +08:00
"json-parse-even-better-errors" : "^4.0.0" ,
2025-10-23 08:46:56 +02:00
"libnpmaccess" : "^10.0.3" ,
"libnpmdiff" : "^8.0.9" ,
"libnpmexec" : "^10.1.8" ,
"libnpmfund" : "^7.0.9" ,
2025-10-02 01:35:04 +00:00
"libnpmorg" : "^8.0.1" ,
2025-10-23 08:46:56 +02:00
"libnpmpack" : "^9.0.9" ,
"libnpmpublish" : "^11.1.2" ,
2025-10-02 01:35:04 +00:00
"libnpmsearch" : "^9.0.1" ,
"libnpmteam" : "^8.0.2" ,
"libnpmversion" : "^8.0.2" ,
"make-fetch-happen" : "^15.0.2" ,
"minimatch" : "^10.0.3" ,
2024-10-04 16:58:47 +08:00
"minipass" : "^7.1.1" ,
2024-04-03 01:16:56 -04:00
"minipass-pipeline" : "^1.2.4" ,
"ms" : "^2.1.2" ,
2025-10-02 01:35:04 +00:00
"node-gyp" : "^11.4.2" ,
2025-07-18 18:49:19 +08:00
"nopt" : "^8.1.0" ,
2024-10-04 16:58:47 +08:00
"npm-audit-report" : "^6.0.0" ,
2025-10-02 01:35:04 +00:00
"npm-install-checks" : "^7.1.2" ,
2025-10-23 08:46:56 +02:00
"npm-package-arg" : "^13.0.1" ,
2025-10-02 01:35:04 +00:00
"npm-pick-manifest" : "^11.0.1" ,
"npm-profile" : "^12.0.0" ,
"npm-registry-fetch" : "^19.0.0" ,
2024-10-04 16:58:47 +08:00
"npm-user-validate" : "^3.0.0" ,
2025-07-18 18:49:19 +08:00
"p-map" : "^7.0.3" ,
2025-10-02 01:35:04 +00:00
"pacote" : "^21.0.3" ,
2024-10-04 16:58:47 +08:00
"parse-conflict-json" : "^4.0.0" ,
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"qrcode-terminal" : "^0.12.0" ,
2025-07-18 18:49:19 +08:00
"read" : "^4.1.0" ,
2025-10-23 08:46:56 +02:00
"semver" : "^7.7.3" ,
2024-10-04 16:58:47 +08:00
"spdx-expression-parse" : "^4.0.0" ,
"ssri" : "^12.0.0" ,
2025-10-02 01:35:04 +00:00
"supports-color" : "^10.2.2" ,
"tar" : "^7.5.1" ,
2024-04-03 01:16:56 -04:00
"text-table" : "~0.2.0" ,
2025-10-02 01:35:04 +00:00
"tiny-relative-date" : "^2.0.2" ,
2024-04-03 01:16:56 -04:00
"treeverse" : "^3.0.0" ,
2025-09-21 17:30:31 +02:00
"validate-npm-package-name" : "^6.0.2" ,
"which" : "^5.0.0"
2024-04-03 01:16:56 -04:00
} ,
"bin" : {
"npm" : "bin/npm-cli.js" ,
"npx" : "bin/npx-cli.js"
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
2025-10-02 01:35:04 +00:00
"node_modules/npm/node_modules/@isaacs/balanced-match" : {
"version" : "4.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "20 || >=22"
}
} ,
"node_modules/npm/node_modules/@isaacs/brace-expansion" : {
"version" : "5.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"@isaacs/balanced-match" : "^4.0.1"
} ,
"engines" : {
"node" : "20 || >=22"
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"inBundle" : 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/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex" : {
2025-10-02 01:35:04 +00:00
"version" : "6.2.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width" : {
"version" : "5.1.2" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi" : {
2025-10-02 01:35:04 +00:00
"version" : "7.1.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
2024-10-04 16:58:47 +08:00
"node_modules/npm/node_modules/@isaacs/fs-minipass" : {
"version" : "4.0.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^7.0.4"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/@isaacs/string-locale-compare" : {
"version" : "1.1.0" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/@npmcli/agent" : {
2025-10-02 01:35:04 +00:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"agent-base" : "^7.1.0" ,
"http-proxy-agent" : "^7.0.0" ,
"https-proxy-agent" : "^7.0.1" ,
2025-10-02 01:35:04 +00:00
"lru-cache" : "^11.2.1" ,
2024-10-04 16:58:47 +08:00
"socks-proxy-agent" : "^8.0.3"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/arborist" : {
2025-10-23 08:46:56 +02:00
"version" : "9.1.6" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"@isaacs/string-locale-compare" : "^1.1.0" ,
2024-10-04 16:58:47 +08:00
"@npmcli/fs" : "^4.0.0" ,
"@npmcli/installed-package-contents" : "^3.0.0" ,
2025-10-02 01:35:04 +00:00
"@npmcli/map-workspaces" : "^5.0.0" ,
"@npmcli/metavuln-calculator" : "^9.0.2" ,
2024-10-04 16:58:47 +08:00
"@npmcli/name-from-folder" : "^3.0.0" ,
"@npmcli/node-gyp" : "^4.0.0" ,
2025-10-02 01:35:04 +00:00
"@npmcli/package-json" : "^7.0.0" ,
2024-10-04 16:58:47 +08:00
"@npmcli/query" : "^4.0.0" ,
"@npmcli/redact" : "^3.0.0" ,
2025-10-02 01:35:04 +00:00
"@npmcli/run-script" : "^10.0.0" ,
2024-10-04 16:58:47 +08:00
"bin-links" : "^5.0.0" ,
2025-10-02 01:35:04 +00:00
"cacache" : "^20.0.1" ,
2024-04-03 01:16:56 -04:00
"common-ancestor-path" : "^1.0.1" ,
2025-10-02 01:35:04 +00:00
"hosted-git-info" : "^9.0.0" ,
2024-04-03 01:16:56 -04:00
"json-stringify-nice" : "^1.1.4" ,
2025-10-02 01:35:04 +00:00
"lru-cache" : "^11.2.1" ,
"minimatch" : "^10.0.3" ,
2024-10-04 16:58:47 +08:00
"nopt" : "^8.0.0" ,
"npm-install-checks" : "^7.1.0" ,
2025-10-02 01:35:04 +00:00
"npm-package-arg" : "^13.0.0" ,
"npm-pick-manifest" : "^11.0.1" ,
"npm-registry-fetch" : "^19.0.0" ,
"pacote" : "^21.0.2" ,
2024-10-04 16:58:47 +08:00
"parse-conflict-json" : "^4.0.0" ,
"proc-log" : "^5.0.0" ,
"proggy" : "^3.0.0" ,
2024-04-03 01:16:56 -04:00
"promise-all-reject-late" : "^1.0.0" ,
"promise-call-limit" : "^3.0.1" ,
"semver" : "^7.3.7" ,
2024-10-04 16:58:47 +08:00
"ssri" : "^12.0.0" ,
2024-04-03 01:16:56 -04:00
"treeverse" : "^3.0.0" ,
2025-09-21 17:30:31 +02:00
"walk-up-path" : "^4.0.0"
2024-04-03 01:16:56 -04:00
} ,
"bin" : {
"arborist" : "bin/index.js"
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/config" : {
2025-10-23 08:46:56 +02:00
"version" : "10.4.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@npmcli/map-workspaces" : "^5.0.0" ,
"@npmcli/package-json" : "^7.0.0" ,
2024-04-03 01:16:56 -04:00
"ci-info" : "^4.0.0" ,
2024-10-04 16:58:47 +08:00
"ini" : "^5.0.0" ,
2025-09-21 17:30:31 +02:00
"nopt" : "^8.1.0" ,
2024-10-04 16:58:47 +08:00
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.5" ,
2025-09-21 17:30:31 +02:00
"walk-up-path" : "^4.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/fs" : {
2024-10-04 16:58:47 +08:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"semver" : "^7.3.5"
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/git" : {
2025-10-02 01:35:04 +00:00
"version" : "7.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@npmcli/promise-spawn" : "^8.0.0" ,
"ini" : "^5.0.0" ,
2025-10-02 01:35:04 +00:00
"lru-cache" : "^11.2.1" ,
"npm-pick-manifest" : "^11.0.1" ,
2024-10-04 16:58:47 +08:00
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"promise-retry" : "^2.0.1" ,
"semver" : "^7.3.5" ,
2024-10-04 16:58:47 +08:00
"which" : "^5.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/installed-package-contents" : {
2024-10-04 16:58:47 +08:00
"version" : "3.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"npm-bundled" : "^4.0.0" ,
"npm-normalize-package-bin" : "^4.0.0"
2024-04-03 01:16:56 -04:00
} ,
"bin" : {
2024-10-04 16:58:47 +08:00
"installed-package-contents" : "bin/index.js"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/map-workspaces" : {
2025-10-02 01:35:04 +00:00
"version" : "5.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@npmcli/name-from-folder" : "^3.0.0" ,
2025-10-02 01:35:04 +00:00
"@npmcli/package-json" : "^7.0.0" ,
"glob" : "^11.0.3" ,
"minimatch" : "^10.0.3"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/metavuln-calculator" : {
2025-10-02 01:35:04 +00:00
"version" : "9.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"cacache" : "^20.0.0" ,
2024-10-04 16:58:47 +08:00
"json-parse-even-better-errors" : "^4.0.0" ,
2025-09-21 17:30:31 +02:00
"pacote" : "^21.0.0" ,
2024-10-04 16:58:47 +08:00
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.5"
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2025-07-18 18:49:19 +08:00
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/@npmcli/name-from-folder" : {
2024-10-04 16:58:47 +08:00
"version" : "3.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/node-gyp" : {
2024-10-04 16:58:47 +08:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/package-json" : {
2025-10-02 01:35:04 +00:00
"version" : "7.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@npmcli/git" : "^7.0.0" ,
"glob" : "^11.0.3" ,
"hosted-git-info" : "^9.0.0" ,
2024-10-04 16:58:47 +08:00
"json-parse-even-better-errors" : "^4.0.0" ,
"proc-log" : "^5.0.0" ,
2025-07-18 18:49:19 +08:00
"semver" : "^7.5.3" ,
"validate-npm-package-license" : "^3.0.4"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/promise-spawn" : {
2025-10-02 01:35:04 +00:00
"version" : "8.0.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"which" : "^5.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/query" : {
2025-07-18 18:49:19 +08:00
"version" : "4.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"postcss-selector-parser" : "^7.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/@npmcli/redact" : {
2025-07-18 18:49:19 +08:00
"version" : "3.2.2" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@npmcli/run-script" : {
2025-10-02 01:35:04 +00:00
"version" : "10.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@npmcli/node-gyp" : "^4.0.0" ,
2025-10-02 01:35:04 +00:00
"@npmcli/package-json" : "^7.0.0" ,
2024-10-04 16:58:47 +08:00
"@npmcli/promise-spawn" : "^8.0.0" ,
2025-07-18 18:49:19 +08:00
"node-gyp" : "^11.0.0" ,
2024-10-04 16:58:47 +08:00
"proc-log" : "^5.0.0" ,
"which" : "^5.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
2025-09-21 17:30:31 +02:00
"node_modules/npm/node_modules/@sigstore/bundle" : {
2025-10-02 01:35:04 +00:00
"version" : "4.0.0" ,
2025-09-21 17:30:31 +02:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@sigstore/protobuf-specs" : "^0.5.0"
2025-09-21 17:30:31 +02:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2025-09-21 17:30:31 +02:00
}
} ,
"node_modules/npm/node_modules/@sigstore/core" : {
2025-10-02 01:35:04 +00:00
"version" : "3.0.0" ,
2025-09-21 17:30:31 +02:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2025-09-21 17:30:31 +02:00
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/@sigstore/protobuf-specs" : {
2025-10-02 01:35:04 +00:00
"version" : "0.5.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
2025-09-21 17:30:31 +02:00
"node_modules/npm/node_modules/@sigstore/sign" : {
2025-10-23 08:46:56 +02:00
"version" : "4.0.1" ,
2025-09-21 17:30:31 +02:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@sigstore/bundle" : "^4.0.0" ,
"@sigstore/core" : "^3.0.0" ,
"@sigstore/protobuf-specs" : "^0.5.0" ,
2025-10-23 08:46:56 +02:00
"make-fetch-happen" : "^15.0.2" ,
2025-09-21 17:30:31 +02:00
"proc-log" : "^5.0.0" ,
"promise-retry" : "^2.0.1"
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2025-09-21 17:30:31 +02:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/@sigstore/tuf" : {
2025-10-02 01:35:04 +00:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@sigstore/protobuf-specs" : "^0.5.0" ,
"tuf-js" : "^4.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
2025-09-21 17:30:31 +02:00
"node_modules/npm/node_modules/@sigstore/verify" : {
2025-10-02 01:35:04 +00:00
"version" : "3.0.0" ,
2025-09-21 17:30:31 +02:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@sigstore/bundle" : "^4.0.0" ,
"@sigstore/core" : "^3.0.0" ,
"@sigstore/protobuf-specs" : "^0.5.0"
2025-09-21 17:30:31 +02:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2025-09-21 17:30:31 +02:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/@tufjs/canonical-json" : {
"version" : "2.0.0" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
2025-09-21 17:30:31 +02:00
"node_modules/npm/node_modules/@tufjs/models" : {
2025-10-02 01:35:04 +00:00
"version" : "4.0.0" ,
2025-09-21 17:30:31 +02:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"@tufjs/canonical-json" : "2.0.0" ,
"minimatch" : "^9.0.5"
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
}
} ,
"node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch" : {
"version" : "9.0.5" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2025-09-21 17:30:31 +02:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/abbrev" : {
"version" : "3.0.1" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-10-04 16:58:47 +08:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/agent-base" : {
2025-09-21 17:30:31 +02:00
"version" : "7.1.4" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">= 14"
2024-10-04 16:58:47 +08:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">=8"
2024-10-04 16:58:47 +08:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/ansi-styles" : {
2025-10-02 01:35:04 +00:00
"version" : "6.2.3" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">=12"
2024-10-04 16:58:47 +08:00
} ,
2025-07-18 18:49:19 +08:00
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2024-10-04 16:58:47 +08:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/aproba" : {
2025-09-21 17:30:31 +02:00
"version" : "2.1.0" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "ISC"
} ,
"node_modules/npm/node_modules/archy" : {
"version" : "1.0.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/balanced-match" : {
"version" : "1.0.2" ,
"inBundle" : true ,
"license" : "MIT"
2024-10-04 16:58:47 +08:00
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/bin-links" : {
"version" : "5.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"cmd-shim" : "^7.0.0" ,
"npm-normalize-package-bin" : "^4.0.0" ,
"proc-log" : "^5.0.0" ,
"read-cmd-shim" : "^5.0.0" ,
"write-file-atomic" : "^6.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/binary-extensions" : {
2025-09-21 17:30:31 +02:00
"version" : "3.1.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : ">=18.20"
2024-10-04 16:58:47 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/brace-expansion" : {
2025-07-18 18:49:19 +08:00
"version" : "2.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/npm/node_modules/cacache" : {
2025-10-02 01:35:04 +00:00
"version" : "20.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@npmcli/fs" : "^4.0.0" ,
2024-04-03 01:16:56 -04:00
"fs-minipass" : "^3.0.0" ,
2025-10-02 01:35:04 +00:00
"glob" : "^11.0.3" ,
"lru-cache" : "^11.1.0" ,
2024-04-03 01:16:56 -04:00
"minipass" : "^7.0.3" ,
"minipass-collect" : "^2.0.1" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
2024-10-04 16:58:47 +08:00
"p-map" : "^7.0.2" ,
"ssri" : "^12.0.0" ,
"unique-filename" : "^4.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/chalk" : {
2025-10-02 01:35:04 +00:00
"version" : "5.6.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.17.0 || ^14.13 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/npm/node_modules/chownr" : {
2025-10-02 01:35:04 +00:00
"version" : "3.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2025-10-02 01:35:04 +00:00
"license" : "BlueOak-1.0.0" ,
2024-04-03 01:16:56 -04:00
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : ">=18"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/ci-info" : {
2025-10-23 08:46:56 +02:00
"version" : "4.3.1" ,
2024-04-03 01:16:56 -04:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/cidr-regex" : {
2025-10-23 08:46:56 +02:00
"version" : "5.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
2025-10-23 08:46:56 +02:00
"ip-regex" : "5.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : ">=20"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/cli-columns" : {
"version" : "4.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"string-width" : "^4.2.3" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/npm/node_modules/cmd-shim" : {
2024-10-04 16:58:47 +08:00
"version" : "7.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/color-convert" : {
"version" : "2.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/npm/node_modules/color-name" : {
"version" : "1.1.4" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/common-ancestor-path" : {
"version" : "1.0.1" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/cross-spawn" : {
2025-07-18 18:49:19 +08:00
"version" : "7.0.6" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2025-10-02 01:35:04 +00:00
"node_modules/npm/node_modules/cross-spawn/node_modules/isexe" : {
"version" : "2.0.0" ,
"inBundle" : true ,
"license" : "ISC"
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/cross-spawn/node_modules/which" : {
"version" : "2.0.2" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/npm/node_modules/cssesc" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"bin" : {
"cssesc" : "bin/cssesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/npm/node_modules/debug" : {
2025-10-02 01:35:04 +00:00
"version" : "4.4.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"ms" : "^2.1.3"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/npm/node_modules/diff" : {
2025-10-02 01:35:04 +00:00
"version" : "8.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.3.1"
}
} ,
"node_modules/npm/node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/encoding" : {
"version" : "0.1.13" ,
"inBundle" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"iconv-lite" : "^0.6.2"
}
} ,
"node_modules/npm/node_modules/env-paths" : {
"version" : "2.2.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/npm/node_modules/err-code" : {
"version" : "2.0.3" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/exponential-backoff" : {
2025-07-18 18:49:19 +08:00
"version" : "3.1.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "Apache-2.0"
} ,
"node_modules/npm/node_modules/fastest-levenshtein" : {
"version" : "1.0.16" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4.9.1"
}
} ,
"node_modules/npm/node_modules/foreground-child" : {
2025-07-18 18:49:19 +08:00
"version" : "3.3.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"cross-spawn" : "^7.0.6" ,
2024-04-03 01:16:56 -04:00
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/fs-minipass" : {
"version" : "3.0.3" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^7.0.3"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/glob" : {
2025-10-02 01:35:04 +00:00
"version" : "11.0.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"foreground-child" : "^3.3.1" ,
"jackspeak" : "^4.1.1" ,
"minimatch" : "^10.0.3" ,
2024-10-04 16:58:47 +08:00
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
2025-10-02 01:35:04 +00:00
"path-scurry" : "^2.0.0"
2024-04-03 01:16:56 -04:00
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
2025-10-02 01:35:04 +00:00
"engines" : {
"node" : "20 || >=22"
} ,
2024-04-03 01:16:56 -04:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/hosted-git-info" : {
2025-10-23 08:46:56 +02:00
"version" : "9.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"lru-cache" : "^11.1.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/http-cache-semantics" : {
2025-07-18 18:49:19 +08:00
"version" : "4.2.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BSD-2-Clause"
} ,
"node_modules/npm/node_modules/http-proxy-agent" : {
"version" : "7.0.2" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/npm/node_modules/https-proxy-agent" : {
2025-07-18 18:49:19 +08:00
"version" : "7.0.6" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"agent-base" : "^7.1.2" ,
2024-04-03 01:16:56 -04:00
"debug" : "4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/npm/node_modules/iconv-lite" : {
"version" : "0.6.3" ,
"inBundle" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/npm/node_modules/ignore-walk" : {
2025-10-02 01:35:04 +00:00
"version" : "8.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"minimatch" : "^10.0.3"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.19"
}
} ,
"node_modules/npm/node_modules/ini" : {
2024-10-04 16:58:47 +08:00
"version" : "5.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/init-package-json" : {
2025-10-02 01:35:04 +00:00
"version" : "8.2.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@npmcli/package-json" : "^7.0.0" ,
"npm-package-arg" : "^13.0.0" ,
2024-10-04 16:58:47 +08:00
"promzard" : "^2.0.0" ,
"read" : "^4.0.0" ,
2025-10-02 01:35:04 +00:00
"semver" : "^7.7.2" ,
2024-04-03 01:16:56 -04:00
"validate-npm-package-license" : "^3.0.4" ,
2025-10-02 01:35:04 +00:00
"validate-npm-package-name" : "^6.0.2"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/ip-address" : {
2025-10-02 01:35:04 +00:00
"version" : "10.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 12"
}
} ,
"node_modules/npm/node_modules/ip-regex" : {
"version" : "5.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/npm/node_modules/is-cidr" : {
2025-10-23 08:46:56 +02:00
"version" : "6.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
2025-10-23 08:46:56 +02:00
"cidr-regex" : "5.0.1"
2024-04-03 01:16:56 -04:00
} ,
2024-10-04 16:58:47 +08:00
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : ">=20"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/isexe" : {
2025-10-02 01:35:04 +00:00
"version" : "3.1.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2025-10-02 01:35:04 +00:00
"license" : "ISC" ,
"engines" : {
"node" : ">=16"
}
2024-04-03 01:16:56 -04:00
} ,
"node_modules/npm/node_modules/jackspeak" : {
2025-10-02 01:35:04 +00:00
"version" : "4.1.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
2025-10-02 01:35:04 +00:00
"engines" : {
"node" : "20 || >=22"
} ,
2024-04-03 01:16:56 -04:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/json-parse-even-better-errors" : {
2024-10-04 16:58:47 +08:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/json-stringify-nice" : {
"version" : "1.1.4" ,
"inBundle" : true ,
"license" : "ISC" ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/jsonparse" : {
"version" : "1.3.1" ,
"engines" : [
"node >= 0.2.0"
] ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/just-diff" : {
"version" : "6.0.2" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/just-diff-apply" : {
"version" : "5.5.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/libnpmaccess" : {
2025-10-23 08:46:56 +02:00
"version" : "10.0.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"npm-package-arg" : "^13.0.0" ,
"npm-registry-fetch" : "^19.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/libnpmdiff" : {
2025-10-23 08:46:56 +02:00
"version" : "8.0.9" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-23 08:46:56 +02:00
"@npmcli/arborist" : "^9.1.6" ,
2024-10-04 16:58:47 +08:00
"@npmcli/installed-package-contents" : "^3.0.0" ,
2025-09-21 17:30:31 +02:00
"binary-extensions" : "^3.0.0" ,
2025-10-02 01:35:04 +00:00
"diff" : "^8.0.2" ,
"minimatch" : "^10.0.3" ,
"npm-package-arg" : "^13.0.0" ,
"pacote" : "^21.0.2" ,
"tar" : "^7.5.1"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/libnpmexec" : {
2025-10-23 08:46:56 +02:00
"version" : "10.1.8" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-23 08:46:56 +02:00
"@npmcli/arborist" : "^9.1.6" ,
2025-10-02 01:35:04 +00:00
"@npmcli/package-json" : "^7.0.0" ,
"@npmcli/run-script" : "^10.0.0" ,
2024-04-03 01:16:56 -04:00
"ci-info" : "^4.0.0" ,
2025-10-02 01:35:04 +00:00
"npm-package-arg" : "^13.0.0" ,
"pacote" : "^21.0.2" ,
2024-10-04 16:58:47 +08:00
"proc-log" : "^5.0.0" ,
2025-10-02 01:35:04 +00:00
"promise-retry" : "^2.0.1" ,
2024-10-04 16:58:47 +08:00
"read" : "^4.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.7" ,
2025-10-02 01:35:04 +00:00
"signal-exit" : "^4.1.0" ,
2025-09-21 17:30:31 +02:00
"walk-up-path" : "^4.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/libnpmfund" : {
2025-10-23 08:46:56 +02:00
"version" : "7.0.9" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-23 08:46:56 +02:00
"@npmcli/arborist" : "^9.1.6"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/libnpmorg" : {
2025-10-02 01:35:04 +00:00
"version" : "8.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"aproba" : "^2.0.0" ,
2025-10-02 01:35:04 +00:00
"npm-registry-fetch" : "^19.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/libnpmpack" : {
2025-10-23 08:46:56 +02:00
"version" : "9.0.9" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-23 08:46:56 +02:00
"@npmcli/arborist" : "^9.1.6" ,
2025-10-02 01:35:04 +00:00
"@npmcli/run-script" : "^10.0.0" ,
"npm-package-arg" : "^13.0.0" ,
"pacote" : "^21.0.2"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/libnpmpublish" : {
2025-10-23 08:46:56 +02:00
"version" : "11.1.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@npmcli/package-json" : "^7.0.0" ,
2024-04-03 01:16:56 -04:00
"ci-info" : "^4.0.0" ,
2025-10-02 01:35:04 +00:00
"npm-package-arg" : "^13.0.0" ,
"npm-registry-fetch" : "^19.0.0" ,
2024-10-04 16:58:47 +08:00
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.7" ,
2025-10-02 01:35:04 +00:00
"sigstore" : "^4.0.0" ,
2024-10-04 16:58:47 +08:00
"ssri" : "^12.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/libnpmsearch" : {
2025-10-02 01:35:04 +00:00
"version" : "9.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"npm-registry-fetch" : "^19.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/libnpmteam" : {
2025-10-02 01:35:04 +00:00
"version" : "8.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"aproba" : "^2.0.0" ,
2025-10-02 01:35:04 +00:00
"npm-registry-fetch" : "^19.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/libnpmversion" : {
2025-10-02 01:35:04 +00:00
"version" : "8.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@npmcli/git" : "^7.0.0" ,
"@npmcli/run-script" : "^10.0.0" ,
2024-10-04 16:58:47 +08:00
"json-parse-even-better-errors" : "^4.0.0" ,
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.7"
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/lru-cache" : {
2025-10-23 08:46:56 +02:00
"version" : "11.2.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2025-10-02 01:35:04 +00:00
"license" : "ISC" ,
"engines" : {
"node" : "20 || >=22"
}
2024-04-03 01:16:56 -04:00
} ,
"node_modules/npm/node_modules/make-fetch-happen" : {
2025-10-02 01:35:04 +00:00
"version" : "15.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@npmcli/agent" : "^4.0.0" ,
"cacache" : "^20.0.1" ,
2024-04-03 01:16:56 -04:00
"http-cache-semantics" : "^4.1.1" ,
"minipass" : "^7.0.2" ,
2024-10-04 16:58:47 +08:00
"minipass-fetch" : "^4.0.0" ,
2024-04-03 01:16:56 -04:00
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
2025-07-18 18:49:19 +08:00
"negotiator" : "^1.0.0" ,
2024-10-04 16:58:47 +08:00
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"promise-retry" : "^2.0.1" ,
2024-10-04 16:58:47 +08:00
"ssri" : "^12.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2025-07-18 18:49:19 +08:00
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/minimatch" : {
2025-10-02 01:35:04 +00:00
"version" : "10.0.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@isaacs/brace-expansion" : "^5.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "20 || >=22"
2024-04-03 01:16:56 -04:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/minipass" : {
2024-10-04 16:58:47 +08:00
"version" : "7.1.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/npm/node_modules/minipass-collect" : {
"version" : "2.0.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^7.0.3"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/npm/node_modules/minipass-fetch" : {
2025-07-18 18:49:19 +08:00
"version" : "4.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"minipass" : "^7.0.3" ,
"minipass-sized" : "^1.0.3" ,
2024-10-04 16:58:47 +08:00
"minizlib" : "^3.0.1"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
} ,
"optionalDependencies" : {
"encoding" : "^0.1.13"
}
} ,
2024-10-04 16:58:47 +08:00
"node_modules/npm/node_modules/minipass-flush" : {
"version" : "1.0.5" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"minipass" : "^3.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : ">= 8"
2024-04-03 01:16:56 -04:00
}
} ,
2024-10-04 16:58:47 +08:00
"node_modules/npm/node_modules/minipass-flush/node_modules/minipass" : {
2024-04-03 01:16:56 -04:00
"version" : "3.3.6" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/minipass-pipeline" : {
"version" : "1.2.4" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass" : {
"version" : "3.3.6" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/minipass-sized" : {
"version" : "1.0.3" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/minipass-sized/node_modules/minipass" : {
"version" : "3.3.6" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/minizlib" : {
2025-10-02 01:35:04 +00:00
"version" : "3.1.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"minipass" : "^7.1.2"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : ">= 18"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/ms" : {
"version" : "2.1.3" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/mute-stream" : {
2024-10-04 16:58:47 +08:00
"version" : "2.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
2025-10-02 01:35:04 +00:00
"node_modules/npm/node_modules/negotiator" : {
"version" : "1.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/node-gyp" : {
2025-10-02 01:35:04 +00:00
"version" : "11.4.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"env-paths" : "^2.2.0" ,
"exponential-backoff" : "^3.1.1" ,
"graceful-fs" : "^4.2.6" ,
2025-07-18 18:49:19 +08:00
"make-fetch-happen" : "^14.0.3" ,
"nopt" : "^8.0.0" ,
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.5" ,
2025-07-18 18:49:19 +08:00
"tar" : "^7.4.3" ,
"tinyglobby" : "^0.2.12" ,
"which" : "^5.0.0"
2024-04-03 01:16:56 -04:00
} ,
"bin" : {
"node-gyp" : "bin/node-gyp.js"
} ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
2025-10-02 01:35:04 +00:00
"node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent" : {
2025-07-18 18:49:19 +08:00
"version" : "3.0.0" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
2025-10-02 01:35:04 +00:00
"license" : "ISC" ,
"dependencies" : {
"agent-base" : "^7.1.0" ,
"http-proxy-agent" : "^7.0.0" ,
"https-proxy-agent" : "^7.0.1" ,
"lru-cache" : "^10.0.1" ,
"socks-proxy-agent" : "^8.0.3"
} ,
2024-10-04 16:58:47 +08:00
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^18.17.0 || >=20.5.0"
2024-10-04 16:58:47 +08:00
}
} ,
2025-10-02 01:35:04 +00:00
"node_modules/npm/node_modules/node-gyp/node_modules/cacache" : {
"version" : "19.0.1" ,
2025-09-21 17:30:31 +02:00
"inBundle" : true ,
2025-10-02 01:35:04 +00:00
"license" : "ISC" ,
2025-09-21 17:30:31 +02:00
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@npmcli/fs" : "^4.0.0" ,
"fs-minipass" : "^3.0.0" ,
"glob" : "^10.2.2" ,
"lru-cache" : "^10.0.1" ,
"minipass" : "^7.0.3" ,
"minipass-collect" : "^2.0.1" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"p-map" : "^7.0.2" ,
"ssri" : "^12.0.0" ,
"tar" : "^7.4.3" ,
"unique-filename" : "^4.0.0"
2025-09-21 17:30:31 +02:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^18.17.0 || >=20.5.0"
2025-09-21 17:30:31 +02:00
}
} ,
2025-10-02 01:35:04 +00:00
"node_modules/npm/node_modules/node-gyp/node_modules/glob" : {
"version" : "10.4.5" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
2025-10-02 01:35:04 +00:00
"license" : "ISC" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
2024-10-04 16:58:47 +08:00
"bin" : {
2025-10-02 01:35:04 +00:00
"glob" : "dist/esm/bin.mjs"
2024-10-04 16:58:47 +08:00
} ,
2025-10-02 01:35:04 +00:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/node-gyp/node_modules/jackspeak" : {
"version" : "3.4.3" ,
"inBundle" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
2024-10-04 16:58:47 +08:00
} ,
2025-07-18 18:49:19 +08:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2025-10-02 01:35:04 +00:00
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
2024-10-04 16:58:47 +08:00
}
} ,
2025-10-02 01:35:04 +00:00
"node_modules/npm/node_modules/node-gyp/node_modules/lru-cache" : {
"version" : "10.4.3" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen" : {
"version" : "14.0.3" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@npmcli/agent" : "^3.0.0" ,
"cacache" : "^19.0.1" ,
"http-cache-semantics" : "^4.1.1" ,
"minipass" : "^7.0.2" ,
"minipass-fetch" : "^4.0.0" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"negotiator" : "^1.0.0" ,
"proc-log" : "^5.0.0" ,
"promise-retry" : "^2.0.1" ,
"ssri" : "^12.0.0"
2024-10-04 16:58:47 +08:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^18.17.0 || >=20.5.0"
2024-10-04 16:58:47 +08:00
}
} ,
2025-10-02 01:35:04 +00:00
"node_modules/npm/node_modules/node-gyp/node_modules/minimatch" : {
"version" : "9.0.5" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/node-gyp/node_modules/path-scurry" : {
"version" : "1.11.1" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "BlueOak-1.0.0" ,
2025-10-02 01:35:04 +00:00
"dependencies" : {
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
2024-10-04 16:58:47 +08:00
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : ">=16 || 14 >=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-10-04 16:58:47 +08:00
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/nopt" : {
2025-07-18 18:49:19 +08:00
"version" : "8.1.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"abbrev" : "^3.0.0"
2024-04-03 01:16:56 -04:00
} ,
"bin" : {
"nopt" : "bin/nopt.js"
} ,
2024-10-04 16:58:47 +08:00
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/npm-audit-report" : {
2024-10-04 16:58:47 +08:00
"version" : "6.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/npm-bundled" : {
2024-10-04 16:58:47 +08:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"npm-normalize-package-bin" : "^4.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/npm-install-checks" : {
2025-10-02 01:35:04 +00:00
"version" : "7.1.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"semver" : "^7.1.1"
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/npm-normalize-package-bin" : {
2024-10-04 16:58:47 +08:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/npm-package-arg" : {
2025-10-23 08:46:56 +02:00
"version" : "13.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"hosted-git-info" : "^9.0.0" ,
2024-10-04 16:58:47 +08:00
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.5" ,
2024-10-04 16:58:47 +08:00
"validate-npm-package-name" : "^6.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/npm-packlist" : {
2025-10-23 08:46:56 +02:00
"version" : "10.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-23 08:46:56 +02:00
"ignore-walk" : "^8.0.0" ,
"proc-log" : "^5.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/npm-pick-manifest" : {
2025-10-02 01:35:04 +00:00
"version" : "11.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"npm-install-checks" : "^7.1.0" ,
"npm-normalize-package-bin" : "^4.0.0" ,
2025-10-02 01:35:04 +00:00
"npm-package-arg" : "^13.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.5"
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/npm-profile" : {
2025-10-02 01:35:04 +00:00
"version" : "12.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"npm-registry-fetch" : "^19.0.0" ,
2024-10-04 16:58:47 +08:00
"proc-log" : "^5.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/npm-registry-fetch" : {
2025-10-02 01:35:04 +00:00
"version" : "19.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@npmcli/redact" : "^3.0.0" ,
"jsonparse" : "^1.3.1" ,
2025-10-02 01:35:04 +00:00
"make-fetch-happen" : "^15.0.0" ,
2024-04-03 01:16:56 -04:00
"minipass" : "^7.0.2" ,
2024-10-04 16:58:47 +08:00
"minipass-fetch" : "^4.0.0" ,
"minizlib" : "^3.0.1" ,
2025-10-02 01:35:04 +00:00
"npm-package-arg" : "^13.0.0" ,
2024-10-04 16:58:47 +08:00
"proc-log" : "^5.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2025-09-21 17:30:31 +02:00
}
} ,
2024-10-04 16:58:47 +08:00
"node_modules/npm/node_modules/npm-user-validate" : {
"version" : "3.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2024-10-04 16:58:47 +08:00
"license" : "BSD-2-Clause" ,
2024-04-03 01:16:56 -04:00
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/p-map" : {
2025-07-18 18:49:19 +08:00
"version" : "7.0.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">=18"
2024-04-03 01:16:56 -04:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-10-04 16:58:47 +08:00
"node_modules/npm/node_modules/package-json-from-dist" : {
2025-07-18 18:49:19 +08:00
"version" : "1.0.1" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
"license" : "BlueOak-1.0.0"
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/pacote" : {
2025-10-02 01:35:04 +00:00
"version" : "21.0.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@npmcli/git" : "^7.0.0" ,
2024-10-04 16:58:47 +08:00
"@npmcli/installed-package-contents" : "^3.0.0" ,
2025-10-02 01:35:04 +00:00
"@npmcli/package-json" : "^7.0.0" ,
2024-10-04 16:58:47 +08:00
"@npmcli/promise-spawn" : "^8.0.0" ,
2025-10-02 01:35:04 +00:00
"@npmcli/run-script" : "^10.0.0" ,
"cacache" : "^20.0.0" ,
2024-04-03 01:16:56 -04:00
"fs-minipass" : "^3.0.0" ,
"minipass" : "^7.0.2" ,
2025-10-02 01:35:04 +00:00
"npm-package-arg" : "^13.0.0" ,
"npm-packlist" : "^10.0.1" ,
"npm-pick-manifest" : "^11.0.1" ,
"npm-registry-fetch" : "^19.0.0" ,
2024-10-04 16:58:47 +08:00
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"promise-retry" : "^2.0.1" ,
2025-10-02 01:35:04 +00:00
"sigstore" : "^4.0.0" ,
2024-10-04 16:58:47 +08:00
"ssri" : "^12.0.0" ,
2025-10-02 01:35:04 +00:00
"tar" : "^7.4.3"
2024-04-03 01:16:56 -04:00
} ,
"bin" : {
2024-10-04 16:58:47 +08:00
"pacote" : "bin/index.js"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/parse-conflict-json" : {
2024-10-04 16:58:47 +08:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"json-parse-even-better-errors" : "^4.0.0" ,
2024-04-03 01:16:56 -04:00
"just-diff" : "^6.0.0" ,
"just-diff-apply" : "^5.2.0"
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/path-key" : {
"version" : "3.1.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/path-scurry" : {
2025-10-02 01:35:04 +00:00
"version" : "2.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"lru-cache" : "^11.0.0" ,
"minipass" : "^7.1.2"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "20 || >=22"
2024-04-03 01:16:56 -04:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/postcss-selector-parser" : {
2025-07-18 18:49:19 +08:00
"version" : "7.1.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/npm/node_modules/proc-log" : {
2024-10-04 16:58:47 +08:00
"version" : "5.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/proggy" : {
2024-04-03 01:16:56 -04:00
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/promise-all-reject-late" : {
"version" : "1.0.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/promise-call-limit" : {
2025-07-18 18:49:19 +08:00
"version" : "3.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/promise-retry" : {
"version" : "2.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"err-code" : "^2.0.2" ,
"retry" : "^0.12.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/npm/node_modules/promzard" : {
2024-10-04 16:58:47 +08:00
"version" : "2.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"read" : "^4.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/qrcode-terminal" : {
"version" : "0.12.0" ,
"inBundle" : true ,
"bin" : {
"qrcode-terminal" : "bin/qrcode-terminal.js"
}
} ,
"node_modules/npm/node_modules/read" : {
2025-07-18 18:49:19 +08:00
"version" : "4.1.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"mute-stream" : "^2.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/read-cmd-shim" : {
2024-10-04 16:58:47 +08:00
"version" : "5.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/retry" : {
"version" : "0.12.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/npm/node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"inBundle" : true ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/npm/node_modules/semver" : {
2025-10-23 08:46:56 +02:00
"version" : "7.7.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/npm/node_modules/shebang-command" : {
"version" : "2.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/signal-exit" : {
"version" : "4.1.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/sigstore" : {
2025-10-02 01:35:04 +00:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@sigstore/bundle" : "^4.0.0" ,
"@sigstore/core" : "^3.0.0" ,
"@sigstore/protobuf-specs" : "^0.5.0" ,
"@sigstore/sign" : "^4.0.0" ,
"@sigstore/tuf" : "^4.0.0" ,
"@sigstore/verify" : "^3.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2025-07-18 18:49:19 +08:00
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/smart-buffer" : {
"version" : "4.2.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6.0.0" ,
"npm" : ">= 3.0.0"
}
} ,
"node_modules/npm/node_modules/socks" : {
2025-10-02 01:35:04 +00:00
"version" : "2.8.7" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"ip-address" : "^10.0.1" ,
2024-04-03 01:16:56 -04:00
"smart-buffer" : "^4.2.0"
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : ">= 10.0.0" ,
2024-04-03 01:16:56 -04:00
"npm" : ">= 3.0.0"
}
} ,
"node_modules/npm/node_modules/socks-proxy-agent" : {
2025-07-18 18:49:19 +08:00
"version" : "8.0.5" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"agent-base" : "^7.1.2" ,
2024-04-03 01:16:56 -04:00
"debug" : "^4.3.4" ,
2024-10-04 16:58:47 +08:00
"socks" : "^2.8.3"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/npm/node_modules/spdx-correct" : {
"version" : "3.2.0" ,
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"spdx-expression-parse" : "^3.0.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
2024-10-04 16:58:47 +08:00
"node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse" : {
"version" : "3.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/spdx-exceptions" : {
"version" : "2.5.0" ,
"inBundle" : true ,
"license" : "CC-BY-3.0"
} ,
"node_modules/npm/node_modules/spdx-expression-parse" : {
2024-10-04 16:58:47 +08:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/npm/node_modules/spdx-license-ids" : {
2025-10-02 01:35:04 +00:00
"version" : "3.0.22" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "CC0-1.0"
} ,
"node_modules/npm/node_modules/ssri" : {
2024-10-04 16:58:47 +08:00
"version" : "12.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^7.0.3"
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/string-width" : {
"version" : "4.2.3" ,
"inBundle" : 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/npm/node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
"inBundle" : 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/npm/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-10-04 16:58:47 +08:00
"node_modules/npm/node_modules/supports-color" : {
2025-10-02 01:35:04 +00:00
"version" : "10.2.2" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
2025-09-21 17:30:31 +02:00
"node" : ">=18"
2024-10-04 16:58:47 +08:00
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
} ,
"node_modules/npm/node_modules/tar" : {
2025-10-02 01:35:04 +00:00
"version" : "7.5.1" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@isaacs/fs-minipass" : "^4.0.0" ,
"chownr" : "^3.0.0" ,
"minipass" : "^7.1.2" ,
"minizlib" : "^3.1.0" ,
"yallist" : "^5.0.0"
2024-10-04 16:58:47 +08:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : ">=18"
2024-10-04 16:58:47 +08:00
}
} ,
2025-10-02 01:35:04 +00:00
"node_modules/npm/node_modules/tar/node_modules/yallist" : {
2024-10-04 16:58:47 +08:00
"version" : "5.0.0" ,
"inBundle" : true ,
2025-10-02 01:35:04 +00:00
"license" : "BlueOak-1.0.0" ,
2024-10-04 16:58:47 +08:00
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : ">=18"
2024-10-04 16:58:47 +08:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/text-table" : {
"version" : "0.2.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT"
2024-04-03 01:16:56 -04:00
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/tiny-relative-date" : {
2025-10-02 01:35:04 +00:00
"version" : "2.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT"
2024-04-03 01:16:56 -04:00
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/tinyglobby" : {
2025-10-02 01:35:04 +00:00
"version" : "0.2.15" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-04-03 01:16:56 -04:00
"dependencies" : {
2025-10-02 01:35:04 +00:00
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.3"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">=12.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
2024-04-03 01:16:56 -04:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/tinyglobby/node_modules/fdir" : {
2025-10-02 01:35:04 +00:00
"version" : "6.5.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2024-10-04 16:58:47 +08:00
"license" : "MIT" ,
2025-10-02 01:35:04 +00:00
"engines" : {
"node" : ">=12.0.0"
} ,
2025-07-18 18:49:19 +08:00
"peerDependencies" : {
"picomatch" : "^3 || ^4"
2024-10-04 16:58:47 +08:00
} ,
2025-07-18 18:49:19 +08:00
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
2024-04-03 01:16:56 -04:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/tinyglobby/node_modules/picomatch" : {
2025-09-21 17:30:31 +02:00
"version" : "4.0.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-04-03 01:16:56 -04:00
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
2024-04-03 01:16:56 -04:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/treeverse" : {
"version" : "3.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2024-10-04 16:58:47 +08:00
"license" : "ISC" ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
2024-04-03 01:16:56 -04:00
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/tuf-js" : {
2025-10-02 01:35:04 +00:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"dependencies" : {
2025-10-02 01:35:04 +00:00
"@tufjs/models" : "4.0.0" ,
2025-09-21 17:30:31 +02:00
"debug" : "^4.4.1" ,
2025-10-02 01:35:04 +00:00
"make-fetch-happen" : "^15.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-10-02 01:35:04 +00:00
"node" : "^20.17.0 || >=22.9.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/unique-filename" : {
2024-10-04 16:58:47 +08:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"unique-slug" : "^5.0.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/unique-slug" : {
2024-10-04 16:58:47 +08:00
"version" : "5.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"imurmurhash" : "^0.1.4"
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/validate-npm-package-license" : {
"version" : "3.0.4" ,
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"spdx-correct" : "^3.0.0" ,
"spdx-expression-parse" : "^3.0.0"
}
} ,
2024-10-04 16:58:47 +08:00
"node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse" : {
"version" : "3.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm/node_modules/validate-npm-package-name" : {
2025-09-21 17:30:31 +02:00
"version" : "6.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/walk-up-path" : {
2025-09-21 17:30:31 +02:00
"version" : "4.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2025-09-21 17:30:31 +02:00
"license" : "ISC" ,
"engines" : {
"node" : "20 || >=22"
}
2024-04-03 01:16:56 -04:00
} ,
"node_modules/npm/node_modules/which" : {
2024-10-04 16:58:47 +08:00
"version" : "5.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^3.1.1"
} ,
"bin" : {
"node-which" : "bin/which.js"
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/wrap-ansi" : {
"version" : "8.1.0" ,
"inBundle" : 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/npm/node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"inBundle" : 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/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex" : {
2025-10-02 01:35:04 +00:00
"version" : "6.2.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/wrap-ansi/node_modules/string-width" : {
"version" : "5.1.2" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi" : {
2025-10-02 01:35:04 +00:00
"version" : "7.1.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/npm/node_modules/write-file-atomic" : {
2024-10-04 16:58:47 +08:00
"version" : "6.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"imurmurhash" : "^0.1.4" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/yallist" : {
"version" : "4.0.0" ,
"inBundle" : true ,
"license" : "ISC"
} ,
2024-12-06 20:27:04 +08:00
"node_modules/object-assign" : {
"version" : "4.1.1" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-10-02 17:09:35 +08:00
"node_modules/ol" : {
2025-07-18 18:49:19 +08:00
"version" : "10.6.1" ,
"resolved" : "https://registry.npmmirror.com/ol/-/ol-10.6.1.tgz" ,
"integrity" : "sha512-xp174YOwPeLj7c7/8TCIEHQ4d41tgTDDhdv6SqNdySsql5/MaFJEJkjlsYcvOPt7xA6vrum/QG4UdJ0iCGT1cg==" ,
"license" : "BSD-2-Clause" ,
2024-10-02 17:09:35 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@types/rbush" : "4.0.0" ,
2024-10-02 17:09:35 +08:00
"earcut" : "^3.0.0" ,
2025-07-18 18:49:19 +08:00
"geotiff" : "^2.1.3" ,
2024-10-02 17:09:35 +08:00
"pbf" : "4.0.1" ,
"rbush" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/openlayers"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/once" : {
"version" : "1.4.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/once/-/once-1.4.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"wrappy" : "1"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/onetime" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz" ,
"integrity" : "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" ,
"license" : "MIT" ,
"dependencies" : {
"mimic-fn" : "^2.1.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/ora" : {
"version" : "5.4.1" ,
"resolved" : "https://registry.npmmirror.com/ora/-/ora-5.4.1.tgz" ,
"integrity" : "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==" ,
"license" : "MIT" ,
"dependencies" : {
"bl" : "^4.1.0" ,
"chalk" : "^4.1.0" ,
"cli-cursor" : "^3.1.0" ,
"cli-spinners" : "^2.5.0" ,
"is-interactive" : "^1.0.0" ,
"is-unicode-supported" : "^0.1.0" ,
"log-symbols" : "^4.1.0" ,
"strip-ansi" : "^6.0.0" ,
"wcwidth" : "^1.0.1"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-cancelable" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmmirror.com/p-cancelable/-/p-cancelable-2.1.1.tgz" ,
"integrity" : "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/p-limit" : {
2025-09-17 15:19:03 +08:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz" ,
"integrity" : "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
2025-09-17 15:19:03 +08:00
"yocto-queue" : "^0.1.0"
2024-01-23 15:09:44 -05:00
} ,
"engines" : {
2025-09-17 15:19:03 +08:00
"node" : ">=10"
2024-01-23 15:09:44 -05:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-locate" : {
"version" : "4.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
"p-limit" : "^2.2.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2025-09-17 15:19:03 +08:00
"node_modules/p-locate/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
"license" : "MIT" ,
"dependencies" : {
"p-try" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/p-map" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/p-map/-/p-map-4.0.0.tgz" ,
"integrity" : "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" ,
"license" : "MIT" ,
"dependencies" : {
"aggregate-error" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/p-try" : {
"version" : "2.2.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"engines" : {
"node" : ">=6"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/package-json-from-dist" : {
2024-10-04 16:58:47 +08:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" ,
"license" : "BlueOak-1.0.0"
2024-08-11 16:39:00 -04:00
} ,
2024-10-02 17:09:35 +08:00
"node_modules/pako" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/pako/-/pako-2.1.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==" ,
"license" : "(MIT AND Zlib)"
2024-10-02 17:09:35 +08:00
} ,
"node_modules/parse-headers" : {
2025-07-18 18:49:19 +08:00
"version" : "2.0.6" ,
"resolved" : "https://registry.npmmirror.com/parse-headers/-/parse-headers-2.0.6.tgz" ,
"integrity" : "sha512-Tz11t3uKztEW5FEVZnj1ox8GKblWn+PvHY9TmJV5Mll2uHEwRdR/5Li1OlXoECjLYkApdhWy44ocONwXLiKO5A==" ,
"license" : "MIT"
2024-10-02 17:09:35 +08:00
} ,
2024-12-06 20:27:04 +08:00
"node_modules/path-browserify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
2024-01-23 15:09:44 -05:00
"node_modules/path-exists" : {
"version" : "4.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"engines" : {
"node" : ">=8"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-key" : {
"version" : "3.1.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-scurry" : {
"version" : "1.11.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" ,
2025-07-18 18:49:19 +08:00
"license" : "BlueOak-1.0.0" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/path-scurry/node_modules/lru-cache" : {
"version" : "10.4.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"license" : "ISC"
2024-08-11 16:39:00 -04:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/path-scurry/node_modules/minipass" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
2024-10-02 17:09:35 +08:00
"node_modules/pbf" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmmirror.com/pbf/-/pbf-4.0.1.tgz" ,
"integrity" : "sha512-SuLdBvS42z33m8ejRbInMapQe8n0D3vN/Xd5fmWM3tufNgRQFBpaW2YVJxQZV4iPNqb0vEFvssMEo5w9c6BTIA==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-3-Clause" ,
2024-10-02 17:09:35 +08:00
"dependencies" : {
"resolve-protobuf-schema" : "^2.1.0"
} ,
"bin" : {
"pbf" : "bin/pbf"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/pe-library" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmmirror.com/pe-library/-/pe-library-0.4.1.tgz" ,
"integrity" : "sha512-eRWB5LBz7PpDu4PUlwT0PhnQfTQJlDDdPa35urV4Osrm0t0AqQFGn+UIkU3klZvwJ8KPO3VbBFsXquA6p6kqZw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12" ,
"npm" : ">=6"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/jet2jet"
}
} ,
"node_modules/perfect-debounce" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz" ,
"integrity" : "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==" ,
"license" : "MIT"
} ,
2024-01-08 12:23:57 -05:00
"node_modules/picocolors" : {
2025-07-18 18:49:19 +08:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
"license" : "ISC"
2024-01-08 12:23:57 -05:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/picomatch" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz" ,
"integrity" : "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/pinia" : {
2025-07-21 02:29:33 +08:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmmirror.com/pinia/-/pinia-3.0.3.tgz" ,
"integrity" : "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"@vue/devtools-api" : "^7.7.2"
2024-01-08 12:23:57 -05:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/posva"
} ,
"peerDependencies" : {
"typescript" : ">=4.4.4" ,
2025-07-18 18:49:19 +08:00
"vue" : "^2.7.0 || ^3.5.11"
2024-01-08 12:23:57 -05:00
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
2025-08-12 17:22:40 +08:00
"node_modules/pinia-plugin-persistedstate" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmmirror.com/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-4.5.0.tgz" ,
"integrity" : "sha512-QTkP1xJVyCdr2I2p3AKUZM84/e+IS+HktRxKGAIuDzkyaKKV48mQcYkJFVVDuvTxlI5j6X3oZObpqoVB8JnWpw==" ,
"license" : "MIT" ,
"dependencies" : {
"deep-pick-omit" : "^1.2.1" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5"
} ,
"peerDependencies" : {
"@nuxt/kit" : ">=3.0.0" ,
"@pinia/nuxt" : ">=0.10.0" ,
"pinia" : ">=3.0.0"
} ,
"peerDependenciesMeta" : {
"@nuxt/kit" : {
"optional" : true
} ,
"@pinia/nuxt" : {
"optional" : true
} ,
"pinia" : {
"optional" : true
}
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/plist" : {
"version" : "3.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/plist/-/plist-3.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"@xmldom/xmldom" : "^0.8.8" ,
"base64-js" : "^1.5.1" ,
"xmlbuilder" : "^15.1.1"
} ,
"engines" : {
"node" : ">=10.4.0"
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/pngjs" : {
"version" : "5.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/pngjs/-/pngjs-5.0.0.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"engines" : {
"node" : ">=10.13.0"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/postcss" : {
2025-07-18 18:49:19 +08:00
"version" : "8.5.6" ,
"resolved" : "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz" ,
"integrity" : "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==" ,
2024-01-08 12:23:57 -05:00
"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"
}
] ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"nanoid" : "^3.3.11" ,
"picocolors" : "^1.1.1" ,
2024-10-04 16:58:47 +08:00
"source-map-js" : "^1.2.1"
2024-01-08 12:23:57 -05:00
} ,
"engines" : {
2024-08-11 16:39:00 -04:00
"node" : "^10 || ^12 || >=14"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/postject" : {
"version" : "1.0.0-alpha.6" ,
"resolved" : "https://registry.npmmirror.com/postject/-/postject-1.0.0-alpha.6.tgz" ,
"integrity" : "sha512-b9Eb8h2eVqNE8edvKdwqkrY6O7kAwmI8kcnBv1NScolYJbo59XUF0noFq+lxbC1yN20bmC0WBEbDC5H/7ASb0A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2025-07-21 02:29:33 +08:00
"optional" : true ,
"peer" : true ,
"dependencies" : {
"commander" : "^9.4.0"
} ,
"bin" : {
"postject" : "dist/cli.js"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/postject/node_modules/commander" : {
"version" : "9.5.0" ,
"resolved" : "https://registry.npmmirror.com/commander/-/commander-9.5.0.tgz" ,
"integrity" : "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==" ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : "^12.20.0 || >=14"
}
} ,
"node_modules/proc-log" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/proc-log/-/proc-log-2.0.1.tgz" ,
"integrity" : "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==" ,
"license" : "ISC" ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
"node_modules/promise-inflight" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/promise-inflight/-/promise-inflight-1.0.1.tgz" ,
"integrity" : "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" ,
"license" : "ISC"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/promise-retry" : {
"version" : "2.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/promise-retry/-/promise-retry-2.0.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"err-code" : "^2.0.2" ,
"retry" : "^0.12.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-10-02 17:09:35 +08:00
"node_modules/protocol-buffers-schema" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmmirror.com/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==" ,
"license" : "MIT"
2024-10-02 17:09:35 +08:00
} ,
2024-12-06 20:27:04 +08:00
"node_modules/pug-error" : {
"version" : "2.1.0" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/pug-error/-/pug-error-2.1.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-lv7sU9e5Jk8IeUheHata6/UThZ7RK2jnaaNztxfPYUY+VxZyk/ePVaNZ/vwmH8WqGvDz3LrNYt/+gA55NDg6Pg==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
"node_modules/pug-lexer" : {
"version" : "5.0.1" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/pug-lexer/-/pug-lexer-5.0.1.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"character-parser" : "^2.2.0" ,
"is-expression" : "^4.0.0" ,
"pug-error" : "^2.0.0"
}
} ,
"node_modules/pug-parser" : {
"version" : "6.0.0" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/pug-parser/-/pug-parser-6.0.0.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"pug-error" : "^2.0.0" ,
"token-stream" : "1.0.0"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/pump" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmmirror.com/pump/-/pump-3.0.3.tgz" ,
"integrity" : "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==" ,
"license" : "MIT" ,
"dependencies" : {
"end-of-stream" : "^1.1.0" ,
"once" : "^1.3.1"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/punycode" : {
"version" : "2.3.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=6"
2024-01-08 12:23:57 -05:00
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/qrcode" : {
2024-10-04 16:58:47 +08:00
"version" : "1.5.4" ,
"resolved" : "https://registry.npmmirror.com/qrcode/-/qrcode-1.5.4.tgz" ,
"integrity" : "sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
"dijkstrajs" : "^1.0.1" ,
"pngjs" : "^5.0.0" ,
"yargs" : "^15.3.1"
} ,
"bin" : {
"qrcode" : "bin/qrcode"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
2024-10-04 16:58:47 +08:00
"node_modules/qrcode/node_modules/cliui" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmmirror.com/cliui/-/cliui-6.0.0.tgz" ,
"integrity" : "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-10-04 16:58:47 +08:00
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.0" ,
"wrap-ansi" : "^6.2.0"
}
} ,
"node_modules/qrcode/node_modules/wrap-ansi" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz" ,
"integrity" : "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/qrcode/node_modules/y18n" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmmirror.com/y18n/-/y18n-4.0.3.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" ,
"license" : "ISC"
2024-10-04 16:58:47 +08:00
} ,
"node_modules/qrcode/node_modules/yargs" : {
"version" : "15.4.1" ,
"resolved" : "https://registry.npmmirror.com/yargs/-/yargs-15.4.1.tgz" ,
"integrity" : "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"dependencies" : {
"cliui" : "^6.0.0" ,
"decamelize" : "^1.2.0" ,
"find-up" : "^4.1.0" ,
"get-caller-file" : "^2.0.1" ,
"require-directory" : "^2.1.1" ,
"require-main-filename" : "^2.0.0" ,
"set-blocking" : "^2.0.0" ,
"string-width" : "^4.2.0" ,
"which-module" : "^2.0.0" ,
"y18n" : "^4.0.0" ,
"yargs-parser" : "^18.1.2"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/qrcode/node_modules/yargs-parser" : {
"version" : "18.1.3" ,
"resolved" : "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-18.1.3.tgz" ,
"integrity" : "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-10-04 16:58:47 +08:00
"dependencies" : {
"camelcase" : "^5.0.0" ,
"decamelize" : "^1.2.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2024-03-24 22:46:32 -04:00
"node_modules/qrcodejs" : {
"version" : "1.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/qrcodejs/-/qrcodejs-1.0.0.tgz" ,
2024-03-24 22:46:32 -04:00
"integrity" : "sha512-67rj3mMBhSBepaD57qENnltO+r8rSYlqM7HGThks/BiyDAkc86sLvkKqjkqPS5v13f7tvnt6dbEf3qt7zq+BCg=="
} ,
2024-10-02 17:09:35 +08:00
"node_modules/quick-lru" : {
2025-09-17 15:19:03 +08:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/quick-lru/-/quick-lru-5.1.1.tgz" ,
"integrity" : "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-02 17:09:35 +08:00
"engines" : {
2025-09-17 15:19:03 +08:00
"node" : ">=10"
2024-10-02 17:09:35 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/quickselect" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/quickselect/-/quickselect-3.0.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==" ,
"license" : "ISC"
2024-10-02 17:09:35 +08:00
} ,
"node_modules/rbush" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmmirror.com/rbush/-/rbush-4.0.1.tgz" ,
"integrity" : "sha512-IP0UpfeWQujYC8Jg162rMNc01Rf0gWMMAb2Uxus/Q0qOFw4lCcq6ZnQEZwUoJqWyUGJ9th7JjwI4yIWo+uvoAQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-02 17:09:35 +08:00
"dependencies" : {
"quickselect" : "^3.0.0"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/read-binary-file-arch" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmmirror.com/read-binary-file-arch/-/read-binary-file-arch-1.0.6.tgz" ,
"integrity" : "sha512-BNg9EN3DD3GsDXX7Aa8O4p92sryjkmzYYgmgTAc6CA4uGLEDzFfxOxugu21akOxpcXHiEgsYkC6nPsQvLLLmEg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"debug" : "^4.3.4"
2024-08-11 16:39:00 -04:00
} ,
2025-07-21 02:29:33 +08:00
"bin" : {
"read-binary-file-arch" : "cli.js"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/readable-stream" : {
"version" : "3.6.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/request-light" : {
"version" : "0.7.0" ,
"resolved" : "https://registry.npmmirror.com/request-light/-/request-light-0.7.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-lMbBMrDoxgsyO+yB3sDcrDuX85yYt7sS8BfQd11jtbW/z5ZWgLZRcEGLsLoYw7I0WSUGQBs8CC8ScIxkTX1+6Q==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
2024-01-23 15:09:44 -05:00
"node_modules/require-directory" : {
"version" : "2.1.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/require-main-filename" : {
"version" : "2.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/require-main-filename/-/require-main-filename-2.0.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" ,
"license" : "ISC"
2024-01-23 15:09:44 -05:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/resedit" : {
"version" : "1.7.2" ,
"resolved" : "https://registry.npmmirror.com/resedit/-/resedit-1.7.2.tgz" ,
"integrity" : "sha512-vHjcY2MlAITJhC0eRD/Vv8Vlgmu9Sd3LX9zZvtGzU5ZImdTN3+d6e/4mnTyV8vEbyf1sgNIrWxhWlrys52OkEA==" ,
"license" : "MIT" ,
"dependencies" : {
"pe-library" : "^0.4.1"
} ,
"engines" : {
"node" : ">=12" ,
"npm" : ">=6"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/jet2jet"
}
} ,
"node_modules/resolve-alpn" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/resolve-alpn/-/resolve-alpn-1.2.1.tgz" ,
"integrity" : "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==" ,
"license" : "MIT"
} ,
2024-10-02 17:09:35 +08:00
"node_modules/resolve-protobuf-schema" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz" ,
"integrity" : "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-02 17:09:35 +08:00
"dependencies" : {
"protocol-buffers-schema" : "^3.3.1"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/responselike" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/responselike/-/responselike-2.0.1.tgz" ,
"integrity" : "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==" ,
"license" : "MIT" ,
"dependencies" : {
"lowercase-keys" : "^2.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/restore-cursor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-3.1.0.tgz" ,
"integrity" : "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" ,
"license" : "MIT" ,
"dependencies" : {
"onetime" : "^5.1.0" ,
"signal-exit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/retry" : {
"version" : "0.12.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/retry/-/retry-0.12.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">= 4"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/rfdc" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz" ,
"integrity" : "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" ,
"license" : "MIT"
} ,
"node_modules/rimraf" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
"license" : "ISC" ,
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/rollup" : {
2025-09-17 15:19:03 +08:00
"version" : "4.50.2" ,
"resolved" : "https://registry.npmmirror.com/rollup/-/rollup-4.50.2.tgz" ,
"integrity" : "sha512-BgLRGy7tNS9H66aIMASq1qSYbAAJV6Z6WR4QYTvj5FgF15rZ/ympT1uixHXwzbZUBDbkvqUI1KR0fH1FhMaQ9w==" ,
2024-01-08 12:23:57 -05:00
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-03-24 22:46:32 -04:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@types/estree" : "1.0.8"
2024-03-24 22:46:32 -04:00
} ,
2024-01-08 12:23:57 -05:00
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
"engines" : {
"node" : ">=18.0.0" ,
"npm" : ">=8.0.0"
} ,
"optionalDependencies" : {
2025-09-17 15:19:03 +08:00
"@rollup/rollup-android-arm-eabi" : "4.50.2" ,
"@rollup/rollup-android-arm64" : "4.50.2" ,
"@rollup/rollup-darwin-arm64" : "4.50.2" ,
"@rollup/rollup-darwin-x64" : "4.50.2" ,
"@rollup/rollup-freebsd-arm64" : "4.50.2" ,
"@rollup/rollup-freebsd-x64" : "4.50.2" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.50.2" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.50.2" ,
"@rollup/rollup-linux-arm64-gnu" : "4.50.2" ,
"@rollup/rollup-linux-arm64-musl" : "4.50.2" ,
"@rollup/rollup-linux-loong64-gnu" : "4.50.2" ,
"@rollup/rollup-linux-ppc64-gnu" : "4.50.2" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.50.2" ,
"@rollup/rollup-linux-riscv64-musl" : "4.50.2" ,
"@rollup/rollup-linux-s390x-gnu" : "4.50.2" ,
"@rollup/rollup-linux-x64-gnu" : "4.50.2" ,
"@rollup/rollup-linux-x64-musl" : "4.50.2" ,
"@rollup/rollup-openharmony-arm64" : "4.50.2" ,
"@rollup/rollup-win32-arm64-msvc" : "4.50.2" ,
"@rollup/rollup-win32-ia32-msvc" : "4.50.2" ,
"@rollup/rollup-win32-x64-msvc" : "4.50.2" ,
2024-01-08 12:23:57 -05:00
"fsevents" : "~2.3.2"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
2024-08-11 16:39:00 -04:00
"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"
}
2024-12-06 20:27:04 +08:00
] ,
2025-07-21 02:29:33 +08:00
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/sanitize-filename" : {
"version" : "1.6.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/sanitize-filename/-/sanitize-filename-1.6.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg==" ,
2025-07-18 18:49:19 +08:00
"license" : "WTFPL OR ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"truncate-utf8-bytes" : "^1.0.0"
}
} ,
"node_modules/sax" : {
"version" : "1.4.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==" ,
"license" : "ISC"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/semver" : {
2025-07-18 18:49:19 +08:00
"version" : "7.7.2" ,
"resolved" : "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz" ,
"integrity" : "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==" ,
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/set-blocking" : {
"version" : "2.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" ,
"license" : "ISC"
2024-12-06 20:27:04 +08:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/signal-exit" : {
2025-07-21 02:29:33 +08:00
"version" : "3.0.7" ,
"resolved" : "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" ,
"license" : "ISC"
2024-08-11 16:39:00 -04:00
} ,
2024-12-06 20:27:04 +08:00
"node_modules/simple-code-editor" : {
2025-07-18 18:49:19 +08:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/simple-code-editor/-/simple-code-editor-2.1.0.tgz" ,
"integrity" : "sha512-mQ0bNhkOKgRFyoDF54zwuhWt8Wcj+T0sciCvyD3qJnNMOv01x4guRhq8ksUDUGUmAm3vPOWvkhP+YwKja0yh2g==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"highlight.js" : "^11.8.0"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/simple-update-notifier" : {
"version" : "2.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"semver" : "^7.5.3"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/slice-ansi" : {
"version" : "3.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-3.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"astral-regex" : "^2.0.0" ,
"is-fullwidth-code-point" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/smart-buffer" : {
"version" : "4.2.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/smart-buffer/-/smart-buffer-4.2.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">= 6.0.0" ,
"npm" : ">= 3.0.0"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/socks" : {
2025-09-17 15:19:03 +08:00
"version" : "2.8.7" ,
"resolved" : "https://registry.npmmirror.com/socks/-/socks-2.8.7.tgz" ,
"integrity" : "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==" ,
2025-07-21 02:29:33 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-09-17 15:19:03 +08:00
"ip-address" : "^10.0.1" ,
2025-07-21 02:29:33 +08:00
"smart-buffer" : "^4.2.0"
} ,
"engines" : {
"node" : ">= 10.0.0" ,
"npm" : ">= 3.0.0"
}
} ,
"node_modules/socks-proxy-agent" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmmirror.com/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz" ,
"integrity" : "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==" ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^6.0.2" ,
"debug" : "^4.3.3" ,
"socks" : "^2.6.2"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/socks-proxy-agent/node_modules/agent-base" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz" ,
"integrity" : "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6.0.0"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/source-map" : {
"version" : "0.6.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-3-Clause" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/source-map-js" : {
2024-10-04 16:58:47 +08:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-3-Clause" ,
2024-01-08 12:23:57 -05:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/speakingurl" : {
"version" : "14.0.1" ,
"resolved" : "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz" ,
"integrity" : "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/ssri" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmmirror.com/ssri/-/ssri-9.0.1.tgz" ,
"integrity" : "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==" ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^3.1.1"
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/stat-mode" : {
"version" : "1.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/stat-mode/-/stat-mode-1.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-jH9EhtKIjuXZ2cWxmXS8ZP80XyC3iasQxMDV8jzhNJpfDb7VbQLVW4Wvsxz9QZvzV+G4YoSfBUVKDOyxLzi/sg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/string_decoder" : {
"version" : "1.3.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"safe-buffer" : "~5.2.0"
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/string-width" : {
"version" : "4.2.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/strip-ansi" : {
"version" : "6.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/superjson" : {
"version" : "2.2.2" ,
"resolved" : "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz" ,
"integrity" : "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==" ,
"license" : "MIT" ,
"dependencies" : {
"copy-anything" : "^3.0.2"
} ,
"engines" : {
"node" : ">=16"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/supports-color" : {
"version" : "7.2.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/tar" : {
"version" : "6.2.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/tar/-/tar-6.2.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"chownr" : "^2.0.0" ,
"fs-minipass" : "^2.0.0" ,
"minipass" : "^5.0.0" ,
"minizlib" : "^2.1.1" ,
"mkdirp" : "^1.0.3" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/tar/node_modules/minipass" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/minipass/-/minipass-5.0.0.tgz" ,
"integrity" : "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/temp" : {
"version" : "0.9.4" ,
"resolved" : "https://registry.npmmirror.com/temp/-/temp-0.9.4.tgz" ,
"integrity" : "sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
2025-07-21 02:29:33 +08:00
"mkdirp" : "^0.5.1" ,
"rimraf" : "~2.6.2"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=6.0.0"
2024-08-11 16:39:00 -04:00
}
} ,
"node_modules/temp-file" : {
"version" : "3.4.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/temp-file/-/temp-file-3.4.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-C5tjlC/HCtVUOi3KWVokd4vHVViOmGjtLwIh4MuzPo/nMYTV/p1urt3RnMz2IWXDdKEGJH3k5+KPxtqRsUYGtg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"async-exit-hook" : "^2.0.1" ,
"fs-extra" : "^10.0.0"
}
} ,
2025-07-21 02:29:33 +08:00
"node_modules/temp/node_modules/mkdirp" : {
"version" : "0.5.6" ,
"resolved" : "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz" ,
"integrity" : "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"minimist" : "^1.2.6"
} ,
"bin" : {
"mkdirp" : "bin/cmd.js"
}
} ,
"node_modules/temp/node_modules/rimraf" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmmirror.com/rimraf/-/rimraf-2.6.3.tgz" ,
"integrity" : "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
"license" : "ISC" ,
"peer" : true ,
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
}
} ,
"node_modules/tiny-async-pool" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmmirror.com/tiny-async-pool/-/tiny-async-pool-1.3.0.tgz" ,
"integrity" : "sha512-01EAw5EDrcVrdgyCLgoSPvqznC0sVxDSVeiOz09FUpjh71G79VCqneOr+xvt7T1r76CF6ZZfPjHorN2+d+3mqA==" ,
"license" : "MIT" ,
"dependencies" : {
"semver" : "^5.5.0"
}
} ,
"node_modules/tiny-async-pool/node_modules/semver" : {
"version" : "5.7.2" ,
"resolved" : "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz" ,
"integrity" : "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver"
}
} ,
"node_modules/tinyglobby" : {
2025-09-17 15:19:03 +08:00
"version" : "0.2.15" ,
"resolved" : "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz" ,
"integrity" : "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==" ,
2025-07-21 02:29:33 +08:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-09-17 15:19:03 +08:00
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.3"
2025-07-21 02:29:33 +08:00
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/tmp" : {
2025-09-17 15:19:03 +08:00
"version" : "0.2.5" ,
"resolved" : "https://registry.npmmirror.com/tmp/-/tmp-0.2.5.tgz" ,
"integrity" : "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=14.14"
}
} ,
"node_modules/tmp-promise" : {
"version" : "3.0.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/tmp-promise/-/tmp-promise-3.0.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"tmp" : "^0.2.0"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/token-stream" : {
"version" : "1.0.0" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/token-stream/-/token-stream-1.0.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==" ,
"license" : "MIT"
2024-11-26 00:21:59 +08:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/truncate-utf8-bytes" : {
"version" : "1.0.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "WTFPL" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"utf8-byte-length" : "^1.0.1"
}
} ,
"node_modules/typescript" : {
2025-09-17 15:19:03 +08:00
"version" : "5.9.2" ,
"resolved" : "https://registry.npmmirror.com/typescript/-/typescript-5.9.2.tgz" ,
"integrity" : "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==" ,
2025-07-18 18:49:19 +08:00
"license" : "Apache-2.0" ,
2024-08-11 16:39:00 -04:00
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/typescript-auto-import-cache" : {
2025-07-18 18:49:19 +08:00
"version" : "0.3.6" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/typescript-auto-import-cache/-/typescript-auto-import-cache-0.3.6.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-RpuHXrknHdVdK7wv/8ug3Fr0WNsNi5l5aB8MYYuXhq2UH5lnEB1htJ1smhtD5VeCsGr2p8mUDtd83LCQDFVgjQ==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"semver" : "^7.3.8"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/undici-types" : {
2025-09-17 15:19:03 +08:00
"version" : "7.12.0" ,
"resolved" : "https://registry.npmmirror.com/undici-types/-/undici-types-7.12.0.tgz" ,
"integrity" : "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/unique-filename" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/unique-filename/-/unique-filename-2.0.1.tgz" ,
"integrity" : "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==" ,
"license" : "ISC" ,
"dependencies" : {
"unique-slug" : "^3.0.0"
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
"node_modules/unique-slug" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/unique-slug/-/unique-slug-3.0.0.tgz" ,
"integrity" : "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==" ,
"license" : "ISC" ,
"dependencies" : {
"imurmurhash" : "^0.1.4"
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/universalify" : {
"version" : "2.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">= 10.0.0"
}
} ,
"node_modules/uri-js" : {
"version" : "4.4.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-2-Clause" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
"node_modules/utf8-byte-length" : {
"version" : "1.0.5" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-Xn0w3MtiQ6zoz2vFyUVruaCL53O/DwUvkEeOvj+uulMm0BkUGYWmBYVyElqZaSLhY6ZD0ulfU3aBra2aVT4xfA==" ,
"license" : "(WTFPL OR MIT)"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
2024-12-06 20:27:04 +08:00
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
2025-07-21 02:29:33 +08:00
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
2024-01-23 15:09:44 -05:00
"node_modules/uuid" : {
2025-09-25 22:03:51 +00:00
"version" : "13.0.0" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz" ,
"integrity" : "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==" ,
2024-01-23 15:09:44 -05:00
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"bin" : {
2025-09-25 22:03:51 +00:00
"uuid" : "dist-node/bin/uuid"
2024-01-23 15:09:44 -05:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/verror" : {
"version" : "1.10.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/verror/-/verror-1.10.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-veufcmxri4e3XSrT0xwfUR7kguIkaxBeosDg00yDWhk49wdwkSUrvvsm7nc75e1PUyvIeZj6nS8VQRYz2/S4Xg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"optional" : true ,
"dependencies" : {
"assert-plus" : "^1.0.0" ,
"core-util-is" : "1.0.2" ,
"extsprintf" : "^1.2.0"
} ,
"engines" : {
"node" : ">=0.6.0"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/vite" : {
2025-11-04 22:54:13 +01:00
"version" : "7.1.12" ,
"resolved" : "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz" ,
"integrity" : "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==" ,
2024-01-08 12:23:57 -05:00
"dev" : true ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-07-21 02:29:33 +08:00
"esbuild" : "^0.25.0" ,
2025-09-17 15:19:03 +08:00
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.3" ,
2025-07-21 02:29:33 +08:00
"postcss" : "^8.5.6" ,
2025-09-17 15:19:03 +08:00
"rollup" : "^4.43.0" ,
"tinyglobby" : "^0.2.15"
2024-01-08 12:23:57 -05:00
} ,
"bin" : {
"vite" : "bin/vite.js"
} ,
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : "^20.19.0 || >=22.12.0"
2024-01-08 12:23:57 -05:00
} ,
"funding" : {
"url" : "https://github.com/vitejs/vite?sponsor=1"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
} ,
"peerDependencies" : {
2025-07-21 02:29:33 +08:00
"@types/node" : "^20.19.0 || >=22.12.0" ,
"jiti" : ">=1.21.0" ,
"less" : "^4.0.0" ,
2024-01-08 12:23:57 -05:00
"lightningcss" : "^1.21.0" ,
2025-07-21 02:29:33 +08:00
"sass" : "^1.70.0" ,
"sass-embedded" : "^1.70.0" ,
"stylus" : ">=0.54.8" ,
"sugarss" : "^5.0.0" ,
"terser" : "^5.16.0" ,
"tsx" : "^4.8.1" ,
"yaml" : "^2.4.2"
2024-01-08 12:23:57 -05:00
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
2025-07-21 02:29:33 +08:00
"jiti" : {
"optional" : true
} ,
2024-01-08 12:23:57 -05:00
"less" : {
"optional" : true
} ,
"lightningcss" : {
"optional" : true
} ,
"sass" : {
"optional" : true
} ,
2024-10-04 16:58:47 +08:00
"sass-embedded" : {
"optional" : true
} ,
2024-01-08 12:23:57 -05:00
"stylus" : {
"optional" : true
} ,
"sugarss" : {
"optional" : true
} ,
"terser" : {
"optional" : true
2025-07-21 02:29:33 +08:00
} ,
"tsx" : {
"optional" : true
} ,
"yaml" : {
"optional" : true
2024-01-08 12:23:57 -05:00
}
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/volar-service-css" : {
2025-07-21 02:29:33 +08:00
"version" : "0.0.65" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/volar-service-css/-/volar-service-css-0.0.65.tgz" ,
2025-07-21 02:29:33 +08:00
"integrity" : "sha512-oaImNguZF/8NfQh5jJZ2lJYBtF3aFS5H2w+6GmH7ykESAgBJ1UC7DrhmH5smBGGF7OOzzc9AzrrnriafoFJBdA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"vscode-css-languageservice" : "^6.3.0" ,
"vscode-languageserver-textdocument" : "^1.0.11" ,
"vscode-uri" : "^3.0.8"
} ,
"peerDependencies" : {
"@volar/language-service" : "~2.4.0"
} ,
"peerDependenciesMeta" : {
"@volar/language-service" : {
"optional" : true
}
}
} ,
"node_modules/volar-service-emmet" : {
2025-07-21 02:29:33 +08:00
"version" : "0.0.65" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/volar-service-emmet/-/volar-service-emmet-0.0.65.tgz" ,
2025-07-21 02:29:33 +08:00
"integrity" : "sha512-YkAPlkJnjyAAUZGtG7STgy3ENFy7C0n3dl6MffUYkcovosfUUNgpUOmsj4t1qw1c7t5KMvLfAZHsEC3Ig5Qs3w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@emmetio/css-parser" : "ramya-rao-a/css-parser#vscode" ,
2024-12-06 20:27:04 +08:00
"@emmetio/html-matcher" : "^1.3.0" ,
"@vscode/emmet-helper" : "^2.9.3" ,
"vscode-uri" : "^3.0.8"
} ,
"peerDependencies" : {
"@volar/language-service" : "~2.4.0"
} ,
"peerDependenciesMeta" : {
"@volar/language-service" : {
"optional" : true
}
}
} ,
"node_modules/volar-service-html" : {
2025-07-21 02:29:33 +08:00
"version" : "0.0.65" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/volar-service-html/-/volar-service-html-0.0.65.tgz" ,
2025-07-21 02:29:33 +08:00
"integrity" : "sha512-AxXckCTbCr5j5z81d3bNiRRL32xCaBSa8lmYhq0QfzBPVPaRv06YYaxp22XizM061f96iizM7ZkSHCu1RuSwRA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"vscode-html-languageservice" : "^5.3.0" ,
"vscode-languageserver-textdocument" : "^1.0.11" ,
"vscode-uri" : "^3.0.8"
} ,
"peerDependencies" : {
"@volar/language-service" : "~2.4.0"
} ,
"peerDependenciesMeta" : {
"@volar/language-service" : {
"optional" : true
}
}
} ,
"node_modules/volar-service-json" : {
2025-07-21 02:29:33 +08:00
"version" : "0.0.65" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/volar-service-json/-/volar-service-json-0.0.65.tgz" ,
2025-07-21 02:29:33 +08:00
"integrity" : "sha512-fqm4aIVkXtoQhOcD2pBBEbnloC1ULEHBm2lZRfZloRAKiIJxakw0jDdQh5F/ClzUzQgegkniLbfPsVOubtLM0Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"vscode-json-languageservice" : "^5.4.0" ,
"vscode-uri" : "^3.0.8"
} ,
"peerDependencies" : {
"@volar/language-service" : "~2.4.0"
} ,
"peerDependenciesMeta" : {
"@volar/language-service" : {
"optional" : true
}
}
} ,
"node_modules/volar-service-pug" : {
2025-07-21 02:29:33 +08:00
"version" : "0.0.65" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/volar-service-pug/-/volar-service-pug-0.0.65.tgz" ,
2025-07-21 02:29:33 +08:00
"integrity" : "sha512-QTpxpLmpwNjSPASM4n5d+MF9DHKaBUuHeoV7SXVH5wmrx513da6wljlXNk34IU1npBglNp9sO0qaNokP1Gn42g==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"@volar/language-service" : "~2.4.0" ,
"muggle-string" : "^0.4.1" ,
"pug-lexer" : "^5.0.1" ,
"pug-parser" : "^6.0.0" ,
2025-07-21 02:29:33 +08:00
"volar-service-html" : "0.0.65" ,
2024-12-06 20:27:04 +08:00
"vscode-html-languageservice" : "^5.3.0" ,
"vscode-languageserver-textdocument" : "^1.0.11"
}
} ,
"node_modules/volar-service-pug-beautify" : {
2025-07-21 02:29:33 +08:00
"version" : "0.0.65" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/volar-service-pug-beautify/-/volar-service-pug-beautify-0.0.65.tgz" ,
2025-07-21 02:29:33 +08:00
"integrity" : "sha512-dD8kyuZvrRqOccBIWIBupc3gi9jx/Y8bIDdFJ7IxtEOqGclJxlzvutJckJSVjyz+TrzFXTcI7hCyEV3SCcir+A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"@johnsoncodehk/pug-beautify" : "^0.2.2"
} ,
"peerDependencies" : {
"@volar/language-service" : "~2.4.0"
} ,
"peerDependenciesMeta" : {
"@volar/language-service" : {
"optional" : true
}
}
} ,
"node_modules/volar-service-typescript" : {
2025-07-21 02:29:33 +08:00
"version" : "0.0.65" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/volar-service-typescript/-/volar-service-typescript-0.0.65.tgz" ,
2025-07-21 02:29:33 +08:00
"integrity" : "sha512-zPJuLIMs7lkQCvL+Rza8+3/EIoXEIkX8+DL7bNNfPgnbalbvRDhqWLVMJ6Zk3pINjLJafDqyhSbw8srfkUv97w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"path-browserify" : "^1.0.1" ,
"semver" : "^7.6.2" ,
2025-07-18 18:49:19 +08:00
"typescript-auto-import-cache" : "^0.3.5" ,
2024-12-06 20:27:04 +08:00
"vscode-languageserver-textdocument" : "^1.0.11" ,
"vscode-nls" : "^5.2.0" ,
"vscode-uri" : "^3.0.8"
} ,
"peerDependencies" : {
"@volar/language-service" : "~2.4.0"
} ,
"peerDependenciesMeta" : {
"@volar/language-service" : {
"optional" : true
}
}
} ,
"node_modules/vscode-css-languageservice" : {
2025-09-29 23:15:11 +00:00
"version" : "6.3.8" ,
"resolved" : "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-6.3.8.tgz" ,
"integrity" : "sha512-dBk/9ullEjIMbfSYAohGpDOisOVU1x2MQHOeU12ohGJQI7+r0PCimBwaa/pWpxl/vH4f7ibrBfxIZY3anGmHKQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"@vscode/l10n" : "^0.0.18" ,
"vscode-languageserver-textdocument" : "^1.0.12" ,
"vscode-languageserver-types" : "3.17.5" ,
2025-07-18 18:49:19 +08:00
"vscode-uri" : "^3.1.0"
2024-12-06 20:27:04 +08:00
}
} ,
"node_modules/vscode-html-languageservice" : {
2025-11-04 22:52:01 +01:00
"version" : "5.6.0" ,
"resolved" : "https://registry.npmjs.org/vscode-html-languageservice/-/vscode-html-languageservice-5.6.0.tgz" ,
"integrity" : "sha512-FIVz83oGw2tBkOr8gQPeiREInnineCKGCz3ZD1Pi6opOuX3nSRkc4y4zLLWsuop+6ttYX//XZCI6SLzGhRzLmA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"@vscode/l10n" : "^0.0.18" ,
"vscode-languageserver-textdocument" : "^1.0.12" ,
"vscode-languageserver-types" : "^3.17.5" ,
2025-07-18 18:49:19 +08:00
"vscode-uri" : "^3.1.0"
2024-12-06 20:27:04 +08:00
}
} ,
"node_modules/vscode-json-languageservice" : {
2025-10-23 08:47:10 +02:00
"version" : "5.6.2" ,
"resolved" : "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-5.6.2.tgz" ,
"integrity" : "sha512-miojUH15R/yKxgWkAw1zofv2LDn3Hv3nqIBK+11nGgvdieVClf6ZWOqybPeROruAAMOtX9R6hPptuWYzj3q9NA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"@vscode/l10n" : "^0.0.18" ,
"jsonc-parser" : "^3.3.1" ,
"vscode-languageserver-textdocument" : "^1.0.12" ,
"vscode-languageserver-types" : "^3.17.5" ,
2025-07-18 18:49:19 +08:00
"vscode-uri" : "^3.1.0"
2024-12-06 20:27:04 +08:00
}
} ,
"node_modules/vscode-json-languageservice/node_modules/jsonc-parser" : {
"version" : "3.3.1" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
"node_modules/vscode-jsonrpc" : {
"version" : "8.2.0" ,
"resolved" : "https://registry.npmmirror.com/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz" ,
"integrity" : "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/vscode-languageserver" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmmirror.com/vscode-languageserver/-/vscode-languageserver-9.0.1.tgz" ,
"integrity" : "sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"vscode-languageserver-protocol" : "3.17.5"
} ,
"bin" : {
"installServerIntoExtension" : "bin/installServerIntoExtension"
}
} ,
"node_modules/vscode-languageserver-protocol" : {
"version" : "3.17.5" ,
"resolved" : "https://registry.npmmirror.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.5.tgz" ,
"integrity" : "sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"vscode-jsonrpc" : "8.2.0" ,
"vscode-languageserver-types" : "3.17.5"
}
} ,
"node_modules/vscode-languageserver-textdocument" : {
"version" : "1.0.12" ,
"resolved" : "https://registry.npmmirror.com/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
"node_modules/vscode-languageserver-types" : {
"version" : "3.17.5" ,
"resolved" : "https://registry.npmmirror.com/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
"node_modules/vscode-nls" : {
"version" : "5.2.0" ,
2025-09-19 20:59:48 +02:00
"resolved" : "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.2.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
"node_modules/vscode-uri" : {
2025-07-18 18:49:19 +08:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz" ,
"integrity" : "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
2024-01-08 12:23:57 -05:00
"node_modules/vue" : {
2025-09-25 18:23:15 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/vue/-/vue-3.5.22.tgz" ,
"integrity" : "sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-06-18 03:16:42 +08:00
"dependencies" : {
2025-09-25 18:23:15 +00:00
"@vue/compiler-dom" : "3.5.22" ,
"@vue/compiler-sfc" : "3.5.22" ,
"@vue/runtime-dom" : "3.5.22" ,
"@vue/server-renderer" : "3.5.22" ,
"@vue/shared" : "3.5.22"
2024-01-08 12:23:57 -05:00
} ,
"peerDependencies" : {
"typescript" : "*"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
2024-02-26 10:22:33 -05:00
"node_modules/vue-chartjs" : {
2025-07-18 18:49:19 +08:00
"version" : "5.3.2" ,
"resolved" : "https://registry.npmmirror.com/vue-chartjs/-/vue-chartjs-5.3.2.tgz" ,
"integrity" : "sha512-NrkbRRoYshbXbWqJkTN6InoDVwVb90C0R7eAVgMWcB9dPikbruaOoTFjFYHE/+tNPdIe6qdLCDjfjPHQ0fw4jw==" ,
"license" : "MIT" ,
2024-02-26 10:22:33 -05:00
"peerDependencies" : {
"chart.js" : "^4.1.1" ,
"vue" : "^3.0.0-0 || ^2.7.0"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/vue-router" : {
2025-10-23 08:46:01 +02:00
"version" : "4.6.3" ,
"resolved" : "https://registry.npmjs.org/vue-router/-/vue-router-4.6.3.tgz" ,
"integrity" : "sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@vue/devtools-api" : "^6.6.4"
2024-01-08 12:23:57 -05:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/posva"
} ,
"peerDependencies" : {
2025-10-23 08:46:01 +02:00
"vue" : "^3.5.0"
2024-01-08 12:23:57 -05:00
}
2024-01-23 15:09:44 -05:00
} ,
2025-09-17 15:19:03 +08:00
"node_modules/vue-router/node_modules/@vue/devtools-api" : {
"version" : "6.6.4" ,
"resolved" : "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz" ,
"integrity" : "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==" ,
"license" : "MIT"
} ,
2025-07-21 02:29:33 +08:00
"node_modules/wcwidth" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/wcwidth/-/wcwidth-1.0.1.tgz" ,
"integrity" : "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" ,
"license" : "MIT" ,
"dependencies" : {
"defaults" : "^1.0.3"
}
} ,
2024-10-02 17:09:35 +08:00
"node_modules/web-worker" : {
2025-07-18 18:49:19 +08:00
"version" : "1.5.0" ,
"resolved" : "https://registry.npmmirror.com/web-worker/-/web-worker-1.5.0.tgz" ,
"integrity" : "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==" ,
"license" : "Apache-2.0"
2024-10-02 17:09:35 +08:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/which" : {
"version" : "2.0.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/which/-/which-2.0.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/which-module" : {
"version" : "2.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/which-module/-/which-module-2.0.1.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==" ,
"license" : "ISC"
2024-01-23 15:09:44 -05:00
} ,
"node_modules/wrap-ansi" : {
2024-10-04 16:58:47 +08:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
2024-01-23 15:09:44 -05:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrappy" : {
"version" : "1.0.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
2024-08-11 16:39:00 -04:00
} ,
2024-10-02 17:09:35 +08:00
"node_modules/xml-utils" : {
2025-07-18 18:49:19 +08:00
"version" : "1.10.2" ,
"resolved" : "https://registry.npmmirror.com/xml-utils/-/xml-utils-1.10.2.tgz" ,
"integrity" : "sha512-RqM+2o1RYs6T8+3DzDSoTRAUfrvaejbVHcp3+thnAtDKo8LskR+HomLajEy5UjTz24rpka7AxVBRR3g2wTUkJA==" ,
"license" : "CC0-1.0"
2024-10-02 17:09:35 +08:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/xmlbuilder" : {
"version" : "15.1.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=8.0"
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/y18n" : {
2024-10-04 16:58:47 +08:00
"version" : "5.0.8" ,
"resolved" : "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz" ,
"integrity" : "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-10-04 16:58:47 +08:00
"engines" : {
"node" : ">=10"
}
2024-01-23 15:09:44 -05:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/yallist" : {
"version" : "4.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"license" : "ISC"
2024-08-11 16:39:00 -04:00
} ,
2024-01-23 15:09:44 -05:00
"node_modules/yargs" : {
2024-10-04 16:58:47 +08:00
"version" : "17.7.2" ,
"resolved" : "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz" ,
"integrity" : "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
2024-10-04 16:58:47 +08:00
"cliui" : "^8.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
2024-01-23 15:09:44 -05:00
"require-directory" : "^2.1.1" ,
2024-10-04 16:58:47 +08:00
"string-width" : "^4.2.3" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^21.1.1"
2024-01-23 15:09:44 -05:00
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : ">=12"
2024-01-23 15:09:44 -05:00
}
} ,
"node_modules/yargs-parser" : {
2024-10-04 16:58:47 +08:00
"version" : "21.1.1" ,
"resolved" : "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-01-23 15:09:44 -05:00
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : ">=12"
2024-01-23 15:09:44 -05:00
}
2024-08-11 16:39:00 -04:00
} ,
2025-07-21 02:29:33 +08:00
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz" ,
"integrity" : "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
2025-07-21 02:29:33 +08:00
"node" : ">=10"
2024-08-11 16:39:00 -04:00
} ,
2025-07-21 02:29:33 +08:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2024-08-11 16:39:00 -04:00
}
2024-10-02 17:09:35 +08:00
} ,
"node_modules/zstddec" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmmirror.com/zstddec/-/zstddec-0.1.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-w2NTI8+3l3eeltKAdK8QpiLo/flRAr2p8AGeakfMZOXBxOg9HIu4LVDxBi81sYgVhFhdJjv1OrB5ssI8uFPoLg==" ,
"license" : "MIT AND BSD-3-Clause"
2024-01-08 12:23:57 -05:00
}
}
}