2024-01-08 12:23:57 -05:00
{
"name" : "app" ,
2025-07-18 18:49:19 +08:00
"version" : "4.3" ,
2024-01-08 12:23:57 -05:00
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "app" ,
2025-07-18 18:49:19 +08:00
"version" : "4.3" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2024-12-06 20:27:04 +08:00
"@vue/language-server" : "^2.1.10" ,
2024-08-06 10:17:14 -04:00
"@vuepic/vue-datepicker" : "^9.0.1" ,
2024-03-11 00:11:07 -04:00
"@vueuse/core" : "^10.9.0" ,
"@vueuse/shared" : "^10.9.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" ,
2024-01-31 12:06:44 -05:00
"cidr-tools" : "^7.0.4" ,
2024-07-29 18:40:07 -04:00
"dayjs" : "^1.11.12" ,
2024-08-11 16:39:00 -04:00
"electron-builder" : "^24.13.3" ,
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" ,
"is-cidr" : "^5.0.3" ,
"npm" : "^10.5.0" ,
2024-10-02 17:09:35 +08:00
"ol" : "^10.2.1" ,
2024-01-08 12:23:57 -05:00
"pinia" : "^2.1.7" ,
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" ,
2024-01-23 15:09:44 -05:00
"uuid" : "^9.0.1" ,
2024-06-18 03:16:42 +08:00
"vue" : "^3.4.29" ,
2024-02-26 10:22:33 -05:00
"vue-chartjs" : "^5.3.0" ,
2024-01-08 12:23:57 -05:00
"vue-router" : "^4.2.5"
} ,
"devDependencies" : {
2024-06-18 03:16:42 +08:00
"@vitejs/plugin-vue" : "^5.0.0" ,
2024-01-08 12:23:57 -05:00
"vite" : "^5.0.10"
}
} ,
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" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz" ,
"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" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz" ,
"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-07-18 18:49:19 +08:00
"version" : "7.28.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.0.tgz" ,
"integrity" : "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==" ,
"license" : "MIT" ,
2024-10-04 16:58:47 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@babel/types" : "^7.28.0"
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-07-18 18:49:19 +08:00
"version" : "7.28.1" ,
"resolved" : "https://registry.npmmirror.com/@babel/types/-/types-7.28.1.tgz" ,
"integrity" : "sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==" ,
"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-18 18:49:19 +08:00
"version" : "3.4.1" ,
"resolved" : "https://registry.npmmirror.com/@electron/asar/-/asar-3.4.1.tgz" ,
"integrity" : "sha512-i4/rNPRS84t0vSRa2HorerGRXWyF4vThfHesw0dmcWHp+cspK743UanA0suA5Q5y8kzY2y6YKrvbIUn69BCAiA==" ,
"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/brace-expansion" : {
2025-07-18 18:49:19 +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==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"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" : "*"
}
} ,
"node_modules/@electron/notarize" : {
"version" : "2.2.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@electron/notarize/-/notarize-2.2.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-aL+bFMIkpR0cmmj5Zgy0LMKEpgy43/hw5zadEArgmAMWWlKc5buwFvFT9G/o/YJkvXAJm5q3iuTuLaiaXW39sg==" ,
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" : {
"version" : "1.0.5" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@electron/osx-sign/-/osx-sign-1.0.5.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-k9ZzUQtamSoweGQDV2jILiRIHUu7lYlJ3c6IEmjv1hC17rclE+eb9U+f6UFlOOETo0JzY1HNlXy4YOlCvl+Lww==" ,
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/"
}
} ,
"node_modules/@electron/universal" : {
"version" : "1.5.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@electron/universal/-/universal-1.5.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-kbgXxyEauPJiQQUNG2VgUeyfQNFk6hBF11ISN2PNI6agUgPl55pv4eQmaqHzTAzchBvqZ2tQuRVaPStGf0mxGw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"@electron/asar" : "^3.2.1" ,
"@malept/cross-spawn-promise" : "^1.1.0" ,
"debug" : "^4.3.1" ,
"dir-compare" : "^3.0.0" ,
"fs-extra" : "^9.0.1" ,
"minimatch" : "^3.0.4" ,
"plist" : "^3.0.4"
} ,
"engines" : {
"node" : ">=8.6"
}
} ,
"node_modules/@electron/universal/node_modules/brace-expansion" : {
2025-07-18 18:49:19 +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==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@electron/universal/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/universal/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/@emmetio/abbreviation" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmmirror.com/@emmetio/abbreviation/-/abbreviation-2.3.3.tgz" ,
"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" ,
"resolved" : "https://registry.npmmirror.com/@emmetio/css-abbreviation/-/css-abbreviation-2.1.8.tgz" ,
"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" ,
"resolved" : "https://registry.npmmirror.com/@emmetio/html-matcher/-/html-matcher-1.3.0.tgz" ,
"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" ,
"resolved" : "https://registry.npmmirror.com/@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" ,
"resolved" : "https://registry.npmmirror.com/@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" ,
"resolved" : "https://registry.npmmirror.com/@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" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz" ,
"integrity" : "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/android-arm" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz" ,
"integrity" : "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/android-arm64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz" ,
"integrity" : "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/android-x64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz" ,
"integrity" : "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/darwin-arm64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz" ,
"integrity" : "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/darwin-x64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz" ,
"integrity" : "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/freebsd-arm64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz" ,
"integrity" : "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/freebsd-x64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz" ,
"integrity" : "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-arm" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz" ,
"integrity" : "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-arm64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz" ,
"integrity" : "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-ia32" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz" ,
"integrity" : "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-loong64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz" ,
"integrity" : "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-mips64el" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz" ,
"integrity" : "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-ppc64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz" ,
"integrity" : "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-riscv64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz" ,
"integrity" : "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-s390x" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz" ,
"integrity" : "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-x64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz" ,
"integrity" : "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/netbsd-x64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz" ,
"integrity" : "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/openbsd-x64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz" ,
"integrity" : "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/sunos-x64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz" ,
"integrity" : "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/win32-arm64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz" ,
"integrity" : "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/win32-ia32" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz" ,
"integrity" : "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==" ,
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" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/win32-x64" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz" ,
"integrity" : "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==" ,
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" : {
"node" : ">=12"
}
} ,
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" : {
2024-10-04 16:58:47 +08:00
"version" : "6.1.0" ,
"resolved" : "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz" ,
"integrity" : "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" ,
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" : {
"version" : "6.2.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" ,
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" : {
"version" : "7.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
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" ,
"resolved" : "https://registry.npmmirror.com/@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-07-18 18:49:19 +08:00
"version" : "1.5.4" ,
"resolved" : "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz" ,
"integrity" : "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==" ,
"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" : {
"version" : "1.1.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@malept/cross-spawn-promise/-/cross-spawn-promise-1.1.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-RTBGWL5FWQcg9orDOCcp4LvItNzUPcyEU9bwaeJX0rJ1IQxzucC48Y0/sQLp/g6t99IQgAlGIaesJS+gTn7tVQ==" ,
"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" : {
"node" : ">= 10"
}
} ,
"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"
}
} ,
2024-10-02 17:09:35 +08:00
"node_modules/@petamoriken/float16" : {
2025-07-18 18:49:19 +08:00
"version" : "3.9.2" ,
"resolved" : "https://registry.npmmirror.com/@petamoriken/float16/-/float16-3.9.2.tgz" ,
"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"
}
} ,
"node_modules/@rollup/rollup-android-arm-eabi" : {
2025-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.45.1.tgz" ,
"integrity" : "sha512-NEySIFvMY0ZQO+utJkgoMiCAjMrGvnbDLHvcmlA33UXJpYBCvlBEbMMtV837uCkS+plG2umfhn0T5mMAxGrlRA==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.45.1.tgz" ,
"integrity" : "sha512-ujQ+sMXJkg4LRJaYreaVx7Z/VMgBBd89wGS4qMrdtfUFZ+TSY5Rs9asgjitLwzeIbhwdEhyj29zhst3L1lKsRQ==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.45.1.tgz" ,
"integrity" : "sha512-FSncqHvqTm3lC6Y13xncsdOYfxGSLnP+73k815EfNmpewPs+EyM49haPS105Rh4aF5mJKywk9X0ogzLXZzN9lA==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.45.1.tgz" ,
"integrity" : "sha512-2/vVn/husP5XI7Fsf/RlhDaQJ7x9zjvC81anIVbr4b/f0xtSmXQTFcGIQ/B1cXIYM6h2nAhJkdMHTnD7OtQ9Og==" ,
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" : {
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.45.1.tgz" ,
"integrity" : "sha512-4g1kaDxQItZsrkVTdYQ0bxu4ZIQ32cotoQbmsAnW1jAE4XCMbcBPDirX5fyUzdhVCKgPcrwWuucI8yrVRBw2+g==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-freebsd-x64" : {
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.45.1.tgz" ,
"integrity" : "sha512-L/6JsfiL74i3uK1Ti2ZFSNsp5NMiM4/kbbGEcOCps99aZx3g8SJMO1/9Y0n/qKlWZfn6sScf98lEOUe2mBvW9A==" ,
"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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.45.1.tgz" ,
"integrity" : "sha512-RkdOTu2jK7brlu+ZwjMIZfdV2sSYHK2qR08FUWcIoqJC2eywHbXr0L8T/pONFwkGukQqERDheaGTeedG+rra6Q==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.45.1.tgz" ,
"integrity" : "sha512-3kJ8pgfBt6CIIr1o+HQA7OZ9mp/zDk3ctekGl9qn/pRBgrRgfwiffaUmqioUGN9hv0OHv2gxmvdKOkARCtRb8Q==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.45.1.tgz" ,
"integrity" : "sha512-k3dOKCfIVixWjG7OXTCOmDfJj3vbdhN0QYEqB+OuGArOChek22hn7Uy5A/gTDNAcCy5v2YcXRJ/Qcnm4/ma1xw==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.45.1.tgz" ,
"integrity" : "sha512-PmI1vxQetnM58ZmDFl9/Uk2lpBBby6B6rF4muJc65uZbxCs0EA7hhKCk2PKlmZKuyVSHAyIw3+/SiuMLxKxWog==" ,
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"
]
} ,
"node_modules/@rollup/rollup-linux-loongarch64-gnu" : {
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.45.1.tgz" ,
"integrity" : "sha512-9UmI0VzGmNJ28ibHW2GpE2nF0PBQqsyiS4kcJ5vK+wuwGnV5RlqdczVocDSUfGX/Na7/XINRVoUgJyFIgipoRg==" ,
"cpu" : [
"loong64"
] ,
"dev" : true ,
"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-powerpc64le-gnu" : {
2025-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.45.1.tgz" ,
"integrity" : "sha512-7nR2KY8oEOUTD3pBAxIBBbZr0U7U+R9HDTPNy+5nVVHDXI4ikYniH1oxQz9VoB5PbBU1CZuDGHkLJkd3zLMWsg==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.45.1.tgz" ,
"integrity" : "sha512-nlcl3jgUultKROfZijKjRQLUu9Ma0PeNv/VFHkZiKbXTBQXhpytS8CIj5/NfBeECZtY2FJQubm6ltIxm/ftxpw==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-musl" : {
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.45.1.tgz" ,
"integrity" : "sha512-HJV65KLS51rW0VY6rvZkiieiBnurSzpzore1bMKAhunQiECPuxsROvyeaot/tcK3A3aGnI+qTHqisrpSgQrpgA==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.45.1.tgz" ,
"integrity" : "sha512-NITBOCv3Qqc6hhwFt7jLV78VEO/il4YcBzoMGGNxznLgRQf43VQDae0aAzKiBeEPIxnDrACiMgbqjuihx08OOw==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.45.1.tgz" ,
"integrity" : "sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.45.1.tgz" ,
"integrity" : "sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==" ,
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-win32-arm64-msvc" : {
2025-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.45.1.tgz" ,
"integrity" : "sha512-T5Bi/NS3fQiJeYdGvRpTAP5P02kqSOpqiopwhj0uaXB6nzs5JVi2XMJb18JUSKhCOX8+UE1UKQufyD6Or48dJg==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.45.1.tgz" ,
"integrity" : "sha512-lxV2Pako3ujjuUe9jiU3/s7KSrDfH6IgTSQOnDWr9aJ92YsFd7EurmClK0ly/t8dzMkDtd04g60WX6yl0sGfdw==" ,
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-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.45.1.tgz" ,
"integrity" : "sha512-M/fKi4sasCdM8i0aWJjCSFm2qEnYRR8AMLG2kxp6wD13+tMGA4Z1tVAuHkNRjud5SW2EM3naLuK35w9twvf6aA==" ,
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"
]
} ,
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"
}
} ,
"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" : "*"
}
} ,
"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-07-18 18:49:19 +08:00
"version" : "24.0.14" ,
"resolved" : "https://registry.npmmirror.com/@types/node/-/node-24.0.14.tgz" ,
"integrity" : "sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"undici-types" : "~7.8.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
} ,
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" : {
"version" : "0.0.20" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==" ,
"license" : "MIT"
2024-03-11 00:11:07 -04:00
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@vitejs/plugin-vue" : {
2025-07-18 18:49:19 +08:00
"version" : "5.2.4" ,
"resolved" : "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz" ,
"integrity" : "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==" ,
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
"engines" : {
2024-06-18 03:16:42 +08:00
"node" : "^18.0.0 || >=20.0.0"
2024-01-08 12:23:57 -05:00
} ,
"peerDependencies" : {
2025-07-18 18:49:19 +08:00
"vite" : "^5.0.0 || ^6.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-07-18 18:49:19 +08:00
"version" : "2.4.15" ,
"resolved" : "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.15.tgz" ,
"integrity" : "sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@volar/source-map" : "2.4.15"
2024-12-06 20:27:04 +08:00
}
} ,
"node_modules/@volar/language-server" : {
2025-07-18 18:49:19 +08:00
"version" : "2.4.15" ,
"resolved" : "https://registry.npmmirror.com/@volar/language-server/-/language-server-2.4.15.tgz" ,
"integrity" : "sha512-aSzvL3lgQ+RPU3uWA9wW85sfZ0tb+oKplfnOwG/c1iRMuVEJRofmcnjyN0JEOKbBR7GuPSbeUdLAI0AIL+TFew==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@volar/language-core" : "2.4.15" ,
"@volar/language-service" : "2.4.15" ,
"@volar/typescript" : "2.4.15" ,
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-07-18 18:49:19 +08:00
"version" : "2.4.15" ,
"resolved" : "https://registry.npmmirror.com/@volar/language-service/-/language-service-2.4.15.tgz" ,
"integrity" : "sha512-o7ctGyQNQAZqT15xHamE0fTzPZHeDnHWz0m/KJekSPc2W4AHiEbJ2RNDLzEK4e0EjrpdeEe3FB9KQvOvjq+I6Q==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@volar/language-core" : "2.4.15" ,
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-07-18 18:49:19 +08:00
"version" : "2.4.15" ,
"resolved" : "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.15.tgz" ,
"integrity" : "sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
"node_modules/@volar/test-utils" : {
2025-07-18 18:49:19 +08:00
"version" : "2.4.15" ,
"resolved" : "https://registry.npmmirror.com/@volar/test-utils/-/test-utils-2.4.15.tgz" ,
"integrity" : "sha512-TgFzv+0HWKS9ZjA6p4kuXgnzGJR2wt5f+0L97o7LYOdBSaAIn+EgWPqTAYWZC4Z2PYEKS0jkt5waOyak18k6/g==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@volar/language-core" : "2.4.15" ,
"@volar/language-server" : "2.4.15" ,
2024-12-06 20:27:04 +08:00
"vscode-languageserver-textdocument" : "^1.0.11" ,
"vscode-uri" : "^3.0.8"
}
} ,
"node_modules/@volar/typescript" : {
2025-07-18 18:49:19 +08:00
"version" : "2.4.15" ,
"resolved" : "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.15.tgz" ,
"integrity" : "sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@volar/language-core" : "2.4.15" ,
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" ,
"resolved" : "https://registry.npmmirror.com/@vscode/emmet-helper/-/emmet-helper-2.11.0.tgz" ,
"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" ,
"resolved" : "https://registry.npmmirror.com/@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-07-18 18:49:19 +08:00
"version" : "3.5.17" ,
"resolved" : "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.17.tgz" ,
"integrity" : "sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==" ,
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@babel/parser" : "^7.27.5" ,
"@vue/shared" : "3.5.17" ,
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-07-18 18:49:19 +08:00
"version" : "3.5.17" ,
"resolved" : "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz" ,
"integrity" : "sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==" ,
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@vue/compiler-core" : "3.5.17" ,
"@vue/shared" : "3.5.17"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/compiler-sfc" : {
2025-07-18 18:49:19 +08:00
"version" : "3.5.17" ,
"resolved" : "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz" ,
"integrity" : "sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.27.5" ,
"@vue/compiler-core" : "3.5.17" ,
"@vue/compiler-dom" : "3.5.17" ,
"@vue/compiler-ssr" : "3.5.17" ,
"@vue/shared" : "3.5.17" ,
2024-01-08 12:23:57 -05:00
"estree-walker" : "^2.0.2" ,
2025-07-18 18:49:19 +08:00
"magic-string" : "^0.30.17" ,
"postcss" : "^8.5.6" ,
"source-map-js" : "^1.2.1"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/compiler-ssr" : {
2025-07-18 18:49:19 +08:00
"version" : "3.5.17" ,
"resolved" : "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz" ,
"integrity" : "sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==" ,
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@vue/compiler-dom" : "3.5.17" ,
"@vue/shared" : "3.5.17"
2024-01-08 12:23:57 -05:00
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/@vue/compiler-vue2" : {
"version" : "2.7.16" ,
"resolved" : "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz" ,
"integrity" : "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"de-indent" : "^1.0.2" ,
"he" : "^1.2.0"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@vue/devtools-api" : {
2024-10-04 16:58:47 +08:00
"version" : "6.6.4" ,
"resolved" : "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==" ,
"license" : "MIT"
2024-01-08 12:23:57 -05:00
} ,
2024-12-06 20:27:04 +08:00
"node_modules/@vue/language-core" : {
2025-07-18 18:49:19 +08:00
"version" : "2.2.12" ,
"resolved" : "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.12.tgz" ,
"integrity" : "sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@volar/language-core" : "2.4.15" ,
2024-12-06 20:27:04 +08:00
"@vue/compiler-dom" : "^3.5.0" ,
"@vue/compiler-vue2" : "^2.7.16" ,
"@vue/shared" : "^3.5.0" ,
2025-07-18 18:49:19 +08:00
"alien-signals" : "^1.0.3" ,
2024-12-06 20:27:04 +08:00
"minimatch" : "^9.0.3" ,
"muggle-string" : "^0.4.1" ,
"path-browserify" : "^1.0.1"
} ,
"peerDependencies" : {
"typescript" : "*"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@vue/language-server" : {
2025-07-18 18:49:19 +08:00
"version" : "2.2.12" ,
"resolved" : "https://registry.npmmirror.com/@vue/language-server/-/language-server-2.2.12.tgz" ,
"integrity" : "sha512-sh64ihjDn1nHmLez5m/UuXiTmiTU10Jt/QvhjMPllPeUwCvck89ndXp1nXkvEDoRGm7xdV9zopZM2IiEZFQTPA==" ,
"license" : "MIT" ,
"dependencies" : {
"@volar/language-core" : "2.4.15" ,
"@volar/language-server" : "2.4.15" ,
"@volar/test-utils" : "2.4.15" ,
"@vue/language-core" : "2.2.12" ,
"@vue/language-service" : "2.2.12" ,
"@vue/typescript-plugin" : "2.2.12" ,
2024-12-06 20:27:04 +08:00
"vscode-languageserver-protocol" : "^3.17.5" ,
"vscode-uri" : "^3.0.8"
} ,
"bin" : {
"vue-language-server" : "bin/vue-language-server.js"
}
} ,
"node_modules/@vue/language-service" : {
2025-07-18 18:49:19 +08:00
"version" : "2.2.12" ,
"resolved" : "https://registry.npmmirror.com/@vue/language-service/-/language-service-2.2.12.tgz" ,
"integrity" : "sha512-+YBLP82vyuXzO5Wkw23vMl+EPCZicv1EQtEjp/n/Wt4PjbPBSgR5KCuc4edcIA1rL70fsEPlSna3K+ibyZ2QIA==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@volar/language-core" : "2.4.15" ,
"@volar/language-service" : "2.4.15" ,
"@volar/typescript" : "2.4.15" ,
2024-12-06 20:27:04 +08:00
"@vue/compiler-dom" : "^3.5.0" ,
2025-07-18 18:49:19 +08:00
"@vue/language-core" : "2.2.12" ,
2024-12-06 20:27:04 +08:00
"@vue/shared" : "^3.5.0" ,
2025-07-18 18:49:19 +08:00
"@vue/typescript-plugin" : "2.2.12" ,
"alien-signals" : "^1.0.3" ,
2024-12-06 20:27:04 +08:00
"path-browserify" : "^1.0.1" ,
2025-07-18 18:49:19 +08:00
"volar-service-css" : "0.0.64" ,
"volar-service-emmet" : "0.0.64" ,
"volar-service-html" : "0.0.64" ,
"volar-service-json" : "0.0.64" ,
"volar-service-pug" : "0.0.64" ,
"volar-service-pug-beautify" : "0.0.64" ,
"volar-service-typescript" : "0.0.64" ,
"volar-service-typescript-twoslash-queries" : "0.0.64" ,
"vscode-css-languageservice" : "^6.3.1" ,
2024-12-06 20:27:04 +08:00
"vscode-html-languageservice" : "^5.2.0" ,
"vscode-languageserver-textdocument" : "^1.0.11" ,
"vscode-uri" : "^3.0.8"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/@vue/reactivity" : {
2025-07-18 18:49:19 +08:00
"version" : "3.5.17" ,
"resolved" : "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.17.tgz" ,
"integrity" : "sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==" ,
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@vue/shared" : "3.5.17"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/runtime-core" : {
2025-07-18 18:49:19 +08:00
"version" : "3.5.17" ,
"resolved" : "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.17.tgz" ,
"integrity" : "sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==" ,
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@vue/reactivity" : "3.5.17" ,
"@vue/shared" : "3.5.17"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/runtime-dom" : {
2025-07-18 18:49:19 +08:00
"version" : "3.5.17" ,
"resolved" : "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz" ,
"integrity" : "sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==" ,
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@vue/reactivity" : "3.5.17" ,
"@vue/runtime-core" : "3.5.17" ,
"@vue/shared" : "3.5.17" ,
2024-01-08 12:23:57 -05:00
"csstype" : "^3.1.3"
}
} ,
"node_modules/@vue/server-renderer" : {
2025-07-18 18:49:19 +08:00
"version" : "3.5.17" ,
"resolved" : "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.17.tgz" ,
"integrity" : "sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==" ,
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@vue/compiler-ssr" : "3.5.17" ,
"@vue/shared" : "3.5.17"
2024-01-08 12:23:57 -05:00
} ,
"peerDependencies" : {
2025-07-18 18:49:19 +08:00
"vue" : "3.5.17"
2024-01-08 12:23:57 -05:00
}
} ,
"node_modules/@vue/shared" : {
2025-07-18 18:49:19 +08:00
"version" : "3.5.17" ,
"resolved" : "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.17.tgz" ,
"integrity" : "sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==" ,
"license" : "MIT"
2024-01-08 12:23:57 -05:00
} ,
2024-12-06 20:27:04 +08:00
"node_modules/@vue/typescript-plugin" : {
2025-07-18 18:49:19 +08:00
"version" : "2.2.12" ,
"resolved" : "https://registry.npmmirror.com/@vue/typescript-plugin/-/typescript-plugin-2.2.12.tgz" ,
"integrity" : "sha512-HFByqrJ7+kWDpAoGiTcWe0Gxy9R0MkEtE+QTlLnEgDS7+l7uSaPnK4ZfzpX7rMfNwOZK0fUD58mMvmCWUnBCSQ==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@volar/typescript" : "2.4.15" ,
"@vue/language-core" : "2.2.12" ,
2024-12-06 20:27:04 +08:00
"@vue/shared" : "^3.5.0"
}
} ,
2024-08-06 10:17:14 -04:00
"node_modules/@vuepic/vue-datepicker" : {
2024-10-04 16:58:47 +08:00
"version" : "9.0.3" ,
"resolved" : "https://registry.npmmirror.com/@vuepic/vue-datepicker/-/vue-datepicker-9.0.3.tgz" ,
"integrity" : "sha512-OtCAKG+CkVBpCwnPx7/BGRF+/z+jDzNl2cMBpcr8j2NkAN+13xkUt7sctbOVKbG/jhuXtKoUSedI69e0cDXPXw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-06 10:17:14 -04:00
"dependencies" : {
"date-fns" : "^3.6.0"
} ,
"engines" : {
"node" : ">=18.12.0"
} ,
"peerDependencies" : {
"vue" : ">=3.2.0"
}
} ,
2024-03-11 00:11:07 -04:00
"node_modules/@vueuse/core" : {
2024-10-04 16:58:47 +08:00
"version" : "10.11.1" ,
"resolved" : "https://registry.npmmirror.com/@vueuse/core/-/core-10.11.1.tgz" ,
"integrity" : "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-03-11 00:11:07 -04:00
"dependencies" : {
"@types/web-bluetooth" : "^0.0.20" ,
2024-10-04 16:58:47 +08:00
"@vueuse/metadata" : "10.11.1" ,
"@vueuse/shared" : "10.11.1" ,
"vue-demi" : ">=0.14.8"
2024-03-11 00:11:07 -04:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/@vueuse/metadata" : {
2024-10-04 16:58:47 +08:00
"version" : "10.11.1" ,
"resolved" : "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.11.1.tgz" ,
"integrity" : "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==" ,
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" : {
2024-10-04 16:58:47 +08:00
"version" : "10.11.1" ,
"resolved" : "https://registry.npmmirror.com/@vueuse/shared/-/shared-10.11.1.tgz" ,
"integrity" : "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-03-11 00:11:07 -04:00
"dependencies" : {
2024-10-04 16:58:47 +08:00
"vue-demi" : ">=0.14.8"
2024-03-11 00:11:07 -04:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/@xmldom/xmldom" : {
"version" : "0.8.10" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==" ,
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
} ,
2024-12-06 20:27:04 +08:00
"node_modules/acorn" : {
"version" : "7.4.1" ,
"resolved" : "https://registry.npmmirror.com/acorn/-/acorn-7.4.1.tgz" ,
"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" : {
"version" : "6.0.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6.0.0"
}
} ,
"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-07-18 18:49:19 +08:00
"version" : "1.0.13" ,
"resolved" : "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz" ,
"integrity" : "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==" ,
"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"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/app-builder-bin" : {
"version" : "4.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/app-builder-bin/-/app-builder-bin-4.0.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-xwdG0FJPQMe0M0UA4Tz0zEB8rBJTRA5a476ZawAqiBkMv16GRK5xpXThOjMaEOFnZ6zabejjG4J3da0SXG63KA==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/app-builder-lib" : {
"version" : "24.13.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/app-builder-lib/-/app-builder-lib-24.13.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-FAzX6IBit2POXYGnTCT8YHFO/lr5AapAII6zzhQO3Rw4cEDOgK+t1xhLc5tNcKlicTHlo9zxIwnYCX9X2DLkig==" ,
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" ,
"@electron/notarize" : "2.2.1" ,
"@electron/osx-sign" : "1.0.5" ,
"@electron/universal" : "1.5.1" ,
"@malept/flatpak-bundler" : "^0.4.0" ,
"@types/fs-extra" : "9.0.13" ,
"async-exit-hook" : "^2.0.1" ,
"bluebird-lst" : "^1.0.9" ,
"builder-util" : "24.13.1" ,
"builder-util-runtime" : "9.2.4" ,
"chromium-pickle-js" : "^0.2.0" ,
"debug" : "^4.3.4" ,
"ejs" : "^3.1.8" ,
"electron-publish" : "24.13.1" ,
"form-data" : "^4.0.0" ,
"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" ,
"lazy-val" : "^1.0.5" ,
"minimatch" : "^5.1.1" ,
"read-config-file" : "6.3.2" ,
"sanitize-filename" : "^1.6.3" ,
"semver" : "^7.3.8" ,
"tar" : "^6.1.12" ,
"temp-file" : "^3.4.0"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
2024-01-08 12:23:57 -05:00
"peerDependencies" : {
2024-08-11 16:39:00 -04:00
"dmg-builder" : "24.13.3" ,
"electron-builder-squirrel-windows" : "24.13.3"
2024-01-23 15:09:44 -05:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/app-builder-lib/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/archiver" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmmirror.com/archiver/-/archiver-5.3.2.tgz" ,
"integrity" : "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
2024-08-11 16:39:00 -04:00
"archiver-utils" : "^2.1.0" ,
"async" : "^3.2.4" ,
"buffer-crc32" : "^0.2.1" ,
"readable-stream" : "^3.6.0" ,
"readdir-glob" : "^1.1.2" ,
"tar-stream" : "^2.2.0" ,
"zip-stream" : "^4.1.0"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/archiver-utils" : {
"version" : "2.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-2.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"glob" : "^7.1.4" ,
"graceful-fs" : "^4.2.0" ,
"lazystream" : "^1.0.0" ,
"lodash.defaults" : "^4.2.0" ,
"lodash.difference" : "^4.5.0" ,
"lodash.flatten" : "^4.4.0" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.union" : "^4.6.0" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^2.0.0"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/archiver-utils/node_modules/readable-stream" : {
"version" : "2.3.8" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/archiver-utils/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true
} ,
"node_modules/archiver-utils/node_modules/string_decoder" : {
"version" : "1.1.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
"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
} ,
"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
"peer" : true ,
"dependencies" : {
"buffer" : "^5.5.0" ,
"inherits" : "^2.0.4" ,
"readable-stream" : "^3.4.0"
}
} ,
"node_modules/bluebird" : {
"version" : "3.7.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/bluebird/-/bluebird-3.7.2.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
"node_modules/bluebird-lst" : {
"version" : "1.0.9" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/bluebird-lst/-/bluebird-lst-1.0.9.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-7B1Rtx82hjnSD4PGLAjVWeYH3tHAcVUmChh85a3lltKQm6FresXh9ErQo6oAv6CqxttczC3/kEg8SY5NluPuUw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"bluebird" : "^3.5.5"
}
} ,
"node_modules/bootstrap" : {
2025-07-18 18:49:19 +08:00
"version" : "5.3.7" ,
"resolved" : "https://registry.npmmirror.com/bootstrap/-/bootstrap-5.3.7.tgz" ,
"integrity" : "sha512-7KgiD8UHjfcPBHEpDNg+zGz8L3LqR3GVwqZiBRFX04a1BCArZOz1r2kjly2HQ0WokqTO0v1nF+QAt8dsW4lKlw==" ,
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-18 18:49:19 +08:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"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-crc32" : {
"version" : "0.2.13" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"peer" : true ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : "*"
}
} ,
"node_modules/buffer-equal" : {
"version" : "1.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/buffer-equal/-/buffer-equal-1.0.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"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" : {
"version" : "24.13.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/builder-util/-/builder-util-24.13.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-NhbCSIntruNDTOVI9fdXz0dihaqX2YuE1D6zZMrwiErzH4ELZHE6mdiB40wEgZNprDia+FghRFgKoAqMZRRjSA==" ,
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" ,
"app-builder-bin" : "4.0.0" ,
"bluebird-lst" : "^1.0.9" ,
"builder-util-runtime" : "9.2.4" ,
"chalk" : "^4.1.2" ,
"cross-spawn" : "^7.0.3" ,
"debug" : "^4.3.4" ,
"fs-extra" : "^10.1.0" ,
"http-proxy-agent" : "^5.0.0" ,
"https-proxy-agent" : "^5.0.1" ,
"is-ci" : "^3.0.0" ,
"js-yaml" : "^4.1.0" ,
"source-map-support" : "^0.5.19" ,
"stat-mode" : "^1.0.0" ,
"temp-file" : "^3.4.0"
}
} ,
"node_modules/builder-util-runtime" : {
"version" : "9.2.4" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/builder-util-runtime/-/builder-util-runtime-9.2.4.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-upp+biKpN/XZMLim7aguUyW8s0FUpDvOtK6sbanMFDAMBzpHDqdhgVYm6zc9HJ6nWo7u2Lxk60i2M6Jd3aiNrA==" ,
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-18 18:49:19 +08:00
"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" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
2024-12-06 20:27:04 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/call-bound" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz" ,
"integrity" : "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==" ,
"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" ,
"get-intrinsic" : "^1.3.0"
2024-12-06 20:27:04 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
2025-07-18 18:49:19 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2024-12-06 20:27:04 +08:00
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/camelcase" : {
"version" : "5.3.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/chalk" : {
"version" : "4.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz" ,
2024-08-11 16:39:00 -04:00
"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" ,
"resolved" : "https://registry.npmmirror.com/character-parser/-/character-parser-2.2.0.tgz" ,
"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-07-18 18:49:19 +08:00
"version" : "4.1.3" ,
"resolved" : "https://registry.npmmirror.com/cidr-regex/-/cidr-regex-4.1.3.tgz" ,
"integrity" : "sha512-86M1y3ZeQvpZkZejQCcS+IaSWjlDUC+ORP0peScQ4uEUFCZ8bEQVz7NlJHqysoUb6w3zCjx4Mq/8/2RHhMwHYw==" ,
"license" : "BSD-2-Clause" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"ip-regex" : "^5.0.0"
} ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/cidr-tools" : {
2024-10-04 16:58:47 +08:00
"version" : "7.0.7" ,
"resolved" : "https://registry.npmmirror.com/cidr-tools/-/cidr-tools-7.0.7.tgz" ,
"integrity" : "sha512-JeLGxKmaxk59IDRptqYfKa6Pw0bq8EzX7NoBu5XRKLPP9YmUu9mYcqiNliX4h3exjOqMdtzuY6F/rFj43V4Yww==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-2-Clause" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
2024-10-04 16:58:47 +08:00
"ip-bigint" : "^8.0.2"
2024-08-11 16:39:00 -04:00
} ,
"engines" : {
"node" : ">=18"
}
} ,
"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
}
} ,
"node_modules/color-convert" : {
"version" : "2.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"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/compress-commons" : {
"version" : "4.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/compress-commons/-/compress-commons-4.1.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"buffer-crc32" : "^0.2.13" ,
"crc32-stream" : "^4.0.2" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^3.6.0"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"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" : {
"version" : "0.2.6" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/config-file-ts/-/config-file-ts-0.2.6.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-6boGVaglwblBgJqGyxm4+xCmEGcWgnWHSWHY5jad58awQhB6gftq0G8HbzU39YqCIYHMLAiL1yjwiZ36m/CL8w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"glob" : "^10.3.10" ,
"typescript" : "^5.3.3"
}
} ,
"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"
}
} ,
"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"
}
} ,
"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==" ,
"license" : "MIT"
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"
}
} ,
"node_modules/crc-32" : {
"version" : "1.2.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "Apache-2.0" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"bin" : {
"crc32" : "bin/crc32.njs"
} ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/crc32-stream" : {
"version" : "4.0.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-4.0.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"crc-32" : "^1.2.0" ,
"readable-stream" : "^3.4.0"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"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"
}
} ,
"node_modules/csstype" : {
"version" : "3.1.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/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" : {
"version" : "3.6.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/date-fns/-/date-fns-3.6.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==" ,
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" : {
2024-10-04 16:58:47 +08:00
"version" : "1.11.13" ,
"resolved" : "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==" ,
"license" : "MIT"
2024-08-11 16:39:00 -04:00
} ,
2024-12-06 20:27:04 +08:00
"node_modules/de-indent" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==" ,
"license" : "MIT"
2024-12-06 20:27:04 +08:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/debug" : {
2025-07-18 18:49:19 +08:00
"version" : "4.4.1" ,
"resolved" : "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz" ,
"integrity" : "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==" ,
"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"
}
} ,
"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"
}
} ,
"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" : {
"version" : "3.3.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/dir-compare/-/dir-compare-3.3.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-J7/et3WlGUCxjdnD3HAAzQ6nsnc0WL6DD7WcwJb7c39iH1+AWfg+9OqzJNaI6PkBwBvm1mhZNL9iY/nRiZXlPg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"buffer-equal" : "^1.0.0" ,
"minimatch" : "^3.0.4"
}
} ,
"node_modules/dir-compare/node_modules/brace-expansion" : {
2025-07-18 18:49:19 +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==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"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" : {
"version" : "24.13.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/dmg-builder/-/dmg-builder-24.13.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-rcJUkMfnJpfCboZoOOPf4L29TRtEieHNOeAbYPWPxlaBw/Z1RKrRA86dOI9rwaI4tQSc/RD82zTNHprfUHXsoQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-04-03 01:16:56 -04:00
"dependencies" : {
2024-08-11 16:39:00 -04:00
"app-builder-lib" : "24.13.3" ,
"builder-util" : "24.13.1" ,
"builder-util-runtime" : "9.2.4" ,
"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" : {
"version" : "9.0.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/dotenv/-/dotenv-9.0.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==" ,
2025-07-18 18:49:19 +08:00
"license" : "BSD-2-Clause" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/dotenv-expand" : {
"version" : "5.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz" ,
2025-07-18 18:49:19 +08:00
"integrity" : "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" ,
"license" : "BSD-2-Clause"
} ,
"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" : {
"version" : "24.13.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/electron-builder/-/electron-builder-24.13.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-yZSgVHft5dNVlo31qmJAe4BVKQfFdwpRw7sFp1iQglDRCDD6r22zfRJuZlhtB5gp9FHUxCMEoWGq10SkCnMAIg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
2024-08-11 16:39:00 -04:00
"app-builder-lib" : "24.13.3" ,
"builder-util" : "24.13.1" ,
"builder-util-runtime" : "9.2.4" ,
"chalk" : "^4.1.2" ,
"dmg-builder" : "24.13.3" ,
"fs-extra" : "^10.1.0" ,
"is-ci" : "^3.0.0" ,
"lazy-val" : "^1.0.5" ,
"read-config-file" : "6.3.2" ,
"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" : {
"version" : "24.13.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/electron-builder-squirrel-windows/-/electron-builder-squirrel-windows-24.13.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-oHkV0iogWfyK+ah9ZIvMDpei1m9ZRpdXcvde1wTpra2U8AFDNNpqJdnin5z+PM1GbQ5BoaKCWas2HSjtR0HwMg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"app-builder-lib" : "24.13.3" ,
"archiver" : "^5.3.1" ,
"builder-util" : "24.13.1" ,
"fs-extra" : "^10.1.0"
}
2024-01-23 15:09:44 -05:00
} ,
2024-08-11 16:39:00 -04:00
"node_modules/electron-publish" : {
"version" : "24.13.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/electron-publish/-/electron-publish-24.13.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-2ZgdEqJ8e9D17Hwp5LEq5mLQPjqU3lv/IALvgp+4W8VeNhryfGhYEQC/PgDPMrnWUp+l60Ou5SJLsu+k4mhQ8A==" ,
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" ,
"builder-util" : "24.13.1" ,
"builder-util-runtime" : "9.2.4" ,
"chalk" : "^4.1.2" ,
"fs-extra" : "^10.1.0" ,
"lazy-val" : "^1.0.5" ,
"mime" : "^2.5.2"
}
2024-01-23 15:09:44 -05:00
} ,
2024-12-06 20:27:04 +08:00
"node_modules/emmet" : {
"version" : "2.4.11" ,
"resolved" : "https://registry.npmmirror.com/emmet/-/emmet-2.4.11.tgz" ,
"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
} ,
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
"peer" : true ,
"dependencies" : {
"once" : "^1.4.0"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/entities" : {
"version" : "4.5.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/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"
}
} ,
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" : {
2024-10-04 16:58:47 +08:00
"version" : "0.21.5" ,
"resolved" : "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz" ,
"integrity" : "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==" ,
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" : {
"node" : ">=12"
} ,
"optionalDependencies" : {
2024-10-04 16:58:47 +08:00
"@esbuild/aix-ppc64" : "0.21.5" ,
"@esbuild/android-arm" : "0.21.5" ,
"@esbuild/android-arm64" : "0.21.5" ,
"@esbuild/android-x64" : "0.21.5" ,
"@esbuild/darwin-arm64" : "0.21.5" ,
"@esbuild/darwin-x64" : "0.21.5" ,
"@esbuild/freebsd-arm64" : "0.21.5" ,
"@esbuild/freebsd-x64" : "0.21.5" ,
"@esbuild/linux-arm" : "0.21.5" ,
"@esbuild/linux-arm64" : "0.21.5" ,
"@esbuild/linux-ia32" : "0.21.5" ,
"@esbuild/linux-loong64" : "0.21.5" ,
"@esbuild/linux-mips64el" : "0.21.5" ,
"@esbuild/linux-ppc64" : "0.21.5" ,
"@esbuild/linux-riscv64" : "0.21.5" ,
"@esbuild/linux-s390x" : "0.21.5" ,
"@esbuild/linux-x64" : "0.21.5" ,
"@esbuild/netbsd-x64" : "0.21.5" ,
"@esbuild/openbsd-x64" : "0.21.5" ,
"@esbuild/sunos-x64" : "0.21.5" ,
"@esbuild/win32-arm64" : "0.21.5" ,
"@esbuild/win32-ia32" : "0.21.5" ,
"@esbuild/win32-x64" : "0.21.5"
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" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/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
} ,
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
} ,
"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-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"
}
} ,
"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-constants" : {
"version" : "1.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true
} ,
"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-minipass/node_modules/minipass" : {
"version" : "3.3.6" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"yallist" : "^4.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"
}
} ,
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"
}
} ,
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/brace-expansion" : {
2025-07-18 18:49:19 +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==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"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"
}
} ,
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/he" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmmirror.com/he/-/he-1.2.0.tgz" ,
"integrity" : "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"bin" : {
"he" : "bin/he"
}
} ,
"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"
}
} ,
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"
}
} ,
"node_modules/http-proxy-agent" : {
"version" : "5.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"@tootallnate/once" : "2" ,
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/https-proxy-agent" : {
"version" : "5.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"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
} ,
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
} ,
2024-01-31 12:06:44 -05:00
"node_modules/ip-bigint" : {
2025-07-18 18:49:19 +08:00
"version" : "8.2.1" ,
"resolved" : "https://registry.npmmirror.com/ip-bigint/-/ip-bigint-8.2.1.tgz" ,
"integrity" : "sha512-ji9uf6Sfp+v2TgsDEWKRRRDEJHbWOF+2Oaqqd0keUtNRHymJQ/HaL1svJScL+aqMWlEhH34OaJC1Ai2e+3YUzA==" ,
"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" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/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-07-18 18:49:19 +08:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/is-cidr/-/is-cidr-5.1.1.tgz" ,
"integrity" : "sha512-AwzRMjtJNTPOgm7xuYZ71715z99t+4yRnSnSzgK5err5+heYi4zMuvmpUadaJ28+KCXCQo8CjUrKQZRWSPmqTQ==" ,
"license" : "BSD-2-Clause" ,
2024-04-03 01:16:56 -04:00
"dependencies" : {
2024-10-04 16:58:47 +08:00
"cidr-regex" : "^4.1.1"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2024-12-06 20:27:04 +08:00
"node" : ">=14"
}
} ,
"node_modules/is-expression" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/is-expression/-/is-expression-4.0.0.tgz" ,
"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"
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/is-regex" : {
2025-07-18 18:49:19 +08:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/is-regex/-/is-regex-1.2.1.tgz" ,
"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
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/isarray" : {
"version" : "1.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true
} ,
"node_modules/isbinaryfile" : {
2025-07-18 18:49:19 +08:00
"version" : "5.0.4" ,
"resolved" : "https://registry.npmmirror.com/isbinaryfile/-/isbinaryfile-5.0.4.tgz" ,
"integrity" : "sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==" ,
"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" : {
"version" : "10.9.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/jake/-/jake-10.9.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==" ,
2025-07-18 18:49:19 +08:00
"license" : "Apache-2.0" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"async" : "^3.2.3" ,
"chalk" : "^4.0.2" ,
"filelist" : "^1.0.4" ,
"minimatch" : "^3.1.2"
} ,
"bin" : {
"jake" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/jake/node_modules/brace-expansion" : {
2025-07-18 18:49:19 +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==" ,
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/jake/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/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"
}
} ,
"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" ,
"resolved" : "https://registry.npmmirror.com/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" : {
"version" : "6.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" ,
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"
}
} ,
"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
} ,
"node_modules/lazystream" : {
"version" : "1.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"readable-stream" : "^2.0.5"
} ,
"engines" : {
"node" : ">= 0.6.3"
}
} ,
"node_modules/lazystream/node_modules/readable-stream" : {
"version" : "2.3.8" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/lazystream/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true
} ,
"node_modules/lazystream/node_modules/string_decoder" : {
"version" : "1.1.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
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
} ,
"node_modules/lodash.defaults" : {
"version" : "4.2.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true
} ,
"node_modules/lodash.difference" : {
"version" : "4.5.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/lodash.difference/-/lodash.difference-4.5.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true
} ,
"node_modules/lodash.flatten" : {
"version" : "4.4.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true
} ,
"node_modules/lodash.isplainobject" : {
"version" : "4.0.6" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true
} ,
"node_modules/lodash.union" : {
"version" : "4.6.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/lodash.union/-/lodash.union-4.6.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true
} ,
"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" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/magic-string" : {
2025-07-18 18:49:19 +08:00
"version" : "0.30.17" ,
"resolved" : "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz" ,
"integrity" : "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==" ,
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@jridgewell/sourcemap-codec" : "^1.5.0"
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"
}
} ,
"node_modules/minimatch" : {
2025-07-18 18:49:19 +08:00
"version" : "9.0.5" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">=16 || 14 >=14.17"
} ,
"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" : {
"version" : "5.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/minipass/-/minipass-5.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/minizlib" : {
"version" : "2.1.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/minizlib/-/minizlib-2.1.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"minipass" : "^3.0.0" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/minizlib/node_modules/minipass" : {
"version" : "3.3.6" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"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" ,
"resolved" : "https://registry.npmmirror.com/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"
}
} ,
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
} ,
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-04-03 01:16:56 -04:00
"node_modules/npm" : {
2025-07-18 18:49:19 +08:00
"version" : "10.9.3" ,
"resolved" : "https://registry.npmmirror.com/npm/-/npm-10.9.3.tgz" ,
"integrity" : "sha512-6Eh1u5Q+kIVXeA8e7l2c/HpnFFcwrkt37xDMujD5be1gloWa9p6j3Fsv3mByXXmqJHy+2cElRMML8opNT7xIJQ==" ,
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" ,
"libnpmhook" ,
"libnpmorg" ,
"libnpmpack" ,
"libnpmpublish" ,
"libnpmsearch" ,
"libnpmteam" ,
"libnpmversion" ,
"make-fetch-happen" ,
"minimatch" ,
"minipass" ,
"minipass-pipeline" ,
"ms" ,
"node-gyp" ,
"nopt" ,
"normalize-package-data" ,
"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" ,
"which" ,
"write-file-atomic"
] ,
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-07-18 18:49:19 +08:00
"@npmcli/arborist" : "^8.0.1" ,
2024-10-04 16:58:47 +08:00
"@npmcli/config" : "^9.0.0" ,
"@npmcli/fs" : "^4.0.0" ,
2025-07-18 18:49:19 +08:00
"@npmcli/map-workspaces" : "^4.0.2" ,
"@npmcli/package-json" : "^6.2.0" ,
"@npmcli/promise-spawn" : "^8.0.2" ,
"@npmcli/redact" : "^3.2.2" ,
"@npmcli/run-script" : "^9.1.0" ,
"@sigstore/tuf" : "^3.1.1" ,
"abbrev" : "^3.0.1" ,
2024-04-03 01:16:56 -04:00
"archy" : "~1.0.0" ,
2024-10-04 16:58:47 +08:00
"cacache" : "^19.0.1" ,
2025-07-18 18:49:19 +08:00
"chalk" : "^5.4.1" ,
"ci-info" : "^4.2.0" ,
2024-04-03 01:16:56 -04:00
"cli-columns" : "^4.0.0" ,
"fastest-levenshtein" : "^1.0.16" ,
"fs-minipass" : "^3.0.3" ,
2024-10-04 16:58:47 +08:00
"glob" : "^10.4.5" ,
2024-04-03 01:16:56 -04:00
"graceful-fs" : "^4.2.11" ,
2025-07-18 18:49:19 +08:00
"hosted-git-info" : "^8.1.0" ,
2024-10-04 16:58:47 +08:00
"ini" : "^5.0.0" ,
2025-07-18 18:49:19 +08:00
"init-package-json" : "^7.0.2" ,
"is-cidr" : "^5.1.1" ,
2024-10-04 16:58:47 +08:00
"json-parse-even-better-errors" : "^4.0.0" ,
"libnpmaccess" : "^9.0.0" ,
2025-07-18 18:49:19 +08:00
"libnpmdiff" : "^7.0.1" ,
"libnpmexec" : "^9.0.1" ,
"libnpmfund" : "^6.0.1" ,
2024-10-04 16:58:47 +08:00
"libnpmhook" : "^11.0.0" ,
"libnpmorg" : "^7.0.0" ,
2025-07-18 18:49:19 +08:00
"libnpmpack" : "^8.0.1" ,
"libnpmpublish" : "^10.0.1" ,
2024-10-04 16:58:47 +08:00
"libnpmsearch" : "^8.0.0" ,
"libnpmteam" : "^7.0.0" ,
"libnpmversion" : "^7.0.0" ,
2025-07-18 18:49:19 +08:00
"make-fetch-happen" : "^14.0.3" ,
2024-10-04 16:58:47 +08:00
"minimatch" : "^9.0.5" ,
"minipass" : "^7.1.1" ,
2024-04-03 01:16:56 -04:00
"minipass-pipeline" : "^1.2.4" ,
"ms" : "^2.1.2" ,
2025-07-18 18:49:19 +08:00
"node-gyp" : "^11.2.0" ,
"nopt" : "^8.1.0" ,
2024-10-04 16:58:47 +08:00
"normalize-package-data" : "^7.0.0" ,
"npm-audit-report" : "^6.0.0" ,
2025-07-18 18:49:19 +08:00
"npm-install-checks" : "^7.1.1" ,
"npm-package-arg" : "^12.0.2" ,
2024-10-04 16:58:47 +08:00
"npm-pick-manifest" : "^10.0.0" ,
"npm-profile" : "^11.0.1" ,
2025-07-18 18:49:19 +08:00
"npm-registry-fetch" : "^18.0.2" ,
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" ,
"pacote" : "^19.0.1" ,
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" ,
"semver" : "^7.7.2" ,
2024-10-04 16:58:47 +08:00
"spdx-expression-parse" : "^4.0.0" ,
"ssri" : "^12.0.0" ,
2024-04-03 01:16:56 -04:00
"supports-color" : "^9.4.0" ,
2024-10-04 16:58:47 +08:00
"tar" : "^6.2.1" ,
2024-04-03 01:16:56 -04:00
"text-table" : "~0.2.0" ,
"tiny-relative-date" : "^1.3.0" ,
"treeverse" : "^3.0.0" ,
2025-07-18 18:49:19 +08:00
"validate-npm-package-name" : "^6.0.1" ,
2024-10-04 16:58:47 +08:00
"which" : "^5.0.0" ,
"write-file-atomic" : "^6.0.0"
2024-04-03 01:16:56 -04:00
} ,
"bin" : {
"npm" : "bin/npm-cli.js" ,
"npx" : "bin/npx-cli.js"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"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-07-18 18:49:19 +08:00
"version" : "6.1.0" ,
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" : {
"version" : "7.1.0" ,
"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" : {
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" : {
"agent-base" : "^7.1.0" ,
"http-proxy-agent" : "^7.0.0" ,
"https-proxy-agent" : "^7.0.1" ,
"lru-cache" : "^10.0.1" ,
2024-10-04 16:58:47 +08:00
"socks-proxy-agent" : "^8.0.3"
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/arborist" : {
2025-07-18 18:49:19 +08:00
"version" : "8.0.1" ,
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" ,
"@npmcli/map-workspaces" : "^4.0.1" ,
"@npmcli/metavuln-calculator" : "^8.0.0" ,
"@npmcli/name-from-folder" : "^3.0.0" ,
"@npmcli/node-gyp" : "^4.0.0" ,
"@npmcli/package-json" : "^6.0.1" ,
"@npmcli/query" : "^4.0.0" ,
"@npmcli/redact" : "^3.0.0" ,
"@npmcli/run-script" : "^9.0.1" ,
"bin-links" : "^5.0.0" ,
"cacache" : "^19.0.1" ,
2024-04-03 01:16:56 -04:00
"common-ancestor-path" : "^1.0.1" ,
2024-10-04 16:58:47 +08:00
"hosted-git-info" : "^8.0.0" ,
"json-parse-even-better-errors" : "^4.0.0" ,
2024-04-03 01:16:56 -04:00
"json-stringify-nice" : "^1.1.4" ,
2024-10-04 16:58:47 +08:00
"lru-cache" : "^10.2.2" ,
"minimatch" : "^9.0.4" ,
"nopt" : "^8.0.0" ,
"npm-install-checks" : "^7.1.0" ,
"npm-package-arg" : "^12.0.0" ,
"npm-pick-manifest" : "^10.0.0" ,
"npm-registry-fetch" : "^18.0.1" ,
"pacote" : "^19.0.0" ,
"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" ,
2024-10-04 16:58:47 +08:00
"read-package-json-fast" : "^4.0.0" ,
2024-04-03 01:16:56 -04:00
"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" ,
"walk-up-path" : "^3.0.1"
} ,
"bin" : {
"arborist" : "bin/index.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/@npmcli/config" : {
2024-10-04 16:58:47 +08:00
"version" : "9.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@npmcli/map-workspaces" : "^4.0.1" ,
"@npmcli/package-json" : "^6.0.1" ,
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" ,
"nopt" : "^8.0.0" ,
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.5" ,
"walk-up-path" : "^3.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/@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-07-18 18:49:19 +08:00
"version" : "6.0.3" ,
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" ,
2024-04-03 01:16:56 -04:00
"lru-cache" : "^10.0.1" ,
2024-10-04 16:58:47 +08:00
"npm-pick-manifest" : "^10.0.0" ,
"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" : {
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/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-07-18 18:49:19 +08:00
"version" : "4.0.2" ,
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" ,
"@npmcli/package-json" : "^6.0.0" ,
2024-04-03 01:16:56 -04:00
"glob" : "^10.2.2" ,
2024-10-04 16:58:47 +08:00
"minimatch" : "^9.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/metavuln-calculator" : {
2025-07-18 18:49:19 +08:00
"version" : "8.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"cacache" : "^19.0.0" ,
"json-parse-even-better-errors" : "^4.0.0" ,
2025-07-18 18:49:19 +08:00
"pacote" : "^20.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" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote" : {
"version" : "20.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"@npmcli/git" : "^6.0.0" ,
"@npmcli/installed-package-contents" : "^3.0.0" ,
"@npmcli/package-json" : "^6.0.0" ,
"@npmcli/promise-spawn" : "^8.0.0" ,
"@npmcli/run-script" : "^9.0.0" ,
"cacache" : "^19.0.0" ,
"fs-minipass" : "^3.0.0" ,
"minipass" : "^7.0.2" ,
"npm-package-arg" : "^12.0.0" ,
"npm-packlist" : "^9.0.0" ,
"npm-pick-manifest" : "^10.0.0" ,
"npm-registry-fetch" : "^18.0.0" ,
"proc-log" : "^5.0.0" ,
"promise-retry" : "^2.0.1" ,
"sigstore" : "^3.0.0" ,
"ssri" : "^12.0.0" ,
"tar" : "^6.1.11"
} ,
"bin" : {
"pacote" : "bin/index.js"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
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-07-18 18:49:19 +08:00
"version" : "6.2.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@npmcli/git" : "^6.0.0" ,
2024-04-03 01:16:56 -04:00
"glob" : "^10.2.2" ,
2024-10-04 16:58:47 +08:00
"hosted-git-info" : "^8.0.0" ,
"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" : {
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/promise-spawn" : {
2025-07-18 18:49:19 +08:00
"version" : "8.0.2" ,
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-07-18 18:49:19 +08:00
"version" : "9.1.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" ,
"@npmcli/package-json" : "^6.0.0" ,
"@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" : {
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/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/npm/node_modules/@sigstore/protobuf-specs" : {
2025-07-18 18:49:19 +08:00
"version" : "0.4.3" ,
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-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/@sigstore/tuf" : {
"version" : "3.1.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@sigstore/protobuf-specs" : "^0.4.1" ,
"tuf-js" : "^3.0.1"
2024-04-03 01:16:56 -04:00
} ,
"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-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-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" : {
"version" : "7.1.3" ,
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" : {
"version" : "6.2.1" ,
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" : {
"version" : "2.0.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" : {
2024-10-04 16:58:47 +08:00
"version" : "2.3.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
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" : {
2024-10-04 16:58:47 +08:00
"version" : "19.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" ,
"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" ,
2024-10-04 16:58:47 +08:00
"p-map" : "^7.0.2" ,
"ssri" : "^12.0.0" ,
"tar" : "^7.4.3" ,
"unique-filename" : "^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"
}
} ,
"node_modules/npm/node_modules/cacache/node_modules/chownr" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/npm/node_modules/cacache/node_modules/mkdirp" : {
"version" : "3.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"bin" : {
"mkdirp" : "dist/cjs/src/bin.js"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/cacache/node_modules/tar" : {
"version" : "7.4.3" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"@isaacs/fs-minipass" : "^4.0.0" ,
"chownr" : "^3.0.0" ,
"minipass" : "^7.1.2" ,
"minizlib" : "^3.0.1" ,
"mkdirp" : "^3.0.1" ,
"yallist" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/npm/node_modules/cacache/node_modules/yallist" : {
"version" : "5.0.0" ,
"inBundle" : true ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=18"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/chalk" : {
2025-07-18 18:49:19 +08:00
"version" : "5.4.1" ,
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" : {
"version" : "2.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/npm/node_modules/ci-info" : {
2025-07-18 18:49:19 +08:00
"version" : "4.2.0" ,
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-07-18 18:49:19 +08:00
"version" : "4.1.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"ip-regex" : "^5.0.0"
} ,
"engines" : {
"node" : ">=14"
}
} ,
"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"
}
} ,
"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-07-18 18:49:19 +08:00
"version" : "4.4.1" ,
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" : {
"version" : "5.2.0" ,
"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" : {
2024-10-04 16:58:47 +08:00
"version" : "10.4.5" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
2024-10-04 16:58:47 +08:00
"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-04-03 01:16:56 -04:00
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"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-07-18 18:49:19 +08:00
"version" : "8.1.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"lru-cache" : "^10.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/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" : {
2024-10-04 16:58:47 +08:00
"version" : "7.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minimatch" : "^9.0.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/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-07-18 18:49:19 +08:00
"version" : "7.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@npmcli/package-json" : "^6.0.0" ,
"npm-package-arg" : "^12.0.0" ,
"promzard" : "^2.0.0" ,
"read" : "^4.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.5" ,
"validate-npm-package-license" : "^3.0.4" ,
2024-10-04 16:58:47 +08:00
"validate-npm-package-name" : "^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/ip-address" : {
"version" : "9.0.5" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"jsbn" : "1.1.0" ,
"sprintf-js" : "^1.1.3"
} ,
"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-07-18 18:49:19 +08:00
"version" : "5.1.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"cidr-regex" : "^4.1.1"
2024-04-03 01:16:56 -04:00
} ,
2024-10-04 16:58:47 +08:00
"engines" : {
"node" : ">=14"
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" : {
"version" : "2.0.0" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/jackspeak" : {
2024-10-04 16:58:47 +08:00
"version" : "3.4.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
}
} ,
"node_modules/npm/node_modules/jsbn" : {
"version" : "1.1.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"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" : {
2024-10-04 16:58:47 +08:00
"version" : "9.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"npm-package-arg" : "^12.0.0" ,
"npm-registry-fetch" : "^18.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
}
} ,
"node_modules/npm/node_modules/libnpmdiff" : {
2025-07-18 18:49:19 +08:00
"version" : "7.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@npmcli/arborist" : "^8.0.1" ,
2024-10-04 16:58:47 +08:00
"@npmcli/installed-package-contents" : "^3.0.0" ,
"binary-extensions" : "^2.3.0" ,
2024-04-03 01:16:56 -04:00
"diff" : "^5.1.0" ,
2024-10-04 16:58:47 +08:00
"minimatch" : "^9.0.4" ,
"npm-package-arg" : "^12.0.0" ,
"pacote" : "^19.0.0" ,
"tar" : "^6.2.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
}
} ,
"node_modules/npm/node_modules/libnpmexec" : {
2025-07-18 18:49:19 +08:00
"version" : "9.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@npmcli/arborist" : "^8.0.1" ,
2024-10-04 16:58:47 +08:00
"@npmcli/run-script" : "^9.0.1" ,
2024-04-03 01:16:56 -04:00
"ci-info" : "^4.0.0" ,
2024-10-04 16:58:47 +08:00
"npm-package-arg" : "^12.0.0" ,
"pacote" : "^19.0.0" ,
"proc-log" : "^5.0.0" ,
"read" : "^4.0.0" ,
"read-package-json-fast" : "^4.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.7" ,
"walk-up-path" : "^3.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/libnpmfund" : {
2025-07-18 18:49:19 +08:00
"version" : "6.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@npmcli/arborist" : "^8.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
}
} ,
"node_modules/npm/node_modules/libnpmhook" : {
2024-10-04 16:58:47 +08:00
"version" : "11.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"aproba" : "^2.0.0" ,
2024-10-04 16:58:47 +08:00
"npm-registry-fetch" : "^18.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
}
} ,
"node_modules/npm/node_modules/libnpmorg" : {
2024-10-04 16:58:47 +08:00
"version" : "7.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"aproba" : "^2.0.0" ,
2024-10-04 16:58:47 +08:00
"npm-registry-fetch" : "^18.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
}
} ,
"node_modules/npm/node_modules/libnpmpack" : {
2025-07-18 18:49:19 +08:00
"version" : "8.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@npmcli/arborist" : "^8.0.1" ,
2024-10-04 16:58:47 +08:00
"@npmcli/run-script" : "^9.0.1" ,
"npm-package-arg" : "^12.0.0" ,
"pacote" : "^19.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/libnpmpublish" : {
2025-07-18 18:49:19 +08:00
"version" : "10.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"ci-info" : "^4.0.0" ,
2024-10-04 16:58:47 +08:00
"normalize-package-data" : "^7.0.0" ,
"npm-package-arg" : "^12.0.0" ,
"npm-registry-fetch" : "^18.0.1" ,
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.7" ,
2025-07-18 18:49:19 +08:00
"sigstore" : "^3.0.0" ,
2024-10-04 16:58:47 +08:00
"ssri" : "^12.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/libnpmsearch" : {
2024-10-04 16:58:47 +08:00
"version" : "8.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"npm-registry-fetch" : "^18.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
}
} ,
"node_modules/npm/node_modules/libnpmteam" : {
2024-10-04 16:58:47 +08:00
"version" : "7.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"aproba" : "^2.0.0" ,
2024-10-04 16:58:47 +08:00
"npm-registry-fetch" : "^18.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
}
} ,
"node_modules/npm/node_modules/libnpmversion" : {
2024-10-04 16:58:47 +08: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/git" : "^6.0.1" ,
"@npmcli/run-script" : "^9.0.1" ,
"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" : {
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/lru-cache" : {
2024-10-04 16:58:47 +08:00
"version" : "10.4.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2024-10-04 16:58:47 +08:00
"license" : "ISC"
2024-04-03 01:16:56 -04:00
} ,
"node_modules/npm/node_modules/make-fetch-happen" : {
2025-07-18 18:49:19 +08:00
"version" : "14.0.3" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@npmcli/agent" : "^3.0.0" ,
"cacache" : "^19.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" : {
2024-10-04 16:58:47 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-04-03 01:16:56 -04:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/make-fetch-happen/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/minimatch" : {
2024-10-04 16:58:47 +08:00
"version" : "9.0.5" ,
2024-04-03 01:16:56 -04:00
"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/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-07-18 18:49:19 +08:00
"version" : "3.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"minipass" : "^7.1.2"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">= 18"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/mkdirp" : {
"version" : "1.0.4" ,
"inBundle" : true ,
"license" : "MIT" ,
"bin" : {
"mkdirp" : "bin/cmd.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"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
}
} ,
"node_modules/npm/node_modules/node-gyp" : {
2025-07-18 18:49:19 +08:00
"version" : "11.2.0" ,
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-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/chownr" : {
"version" : "3.0.0" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "BlueOak-1.0.0" ,
2024-10-04 16:58:47 +08:00
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">=18"
2024-10-04 16:58:47 +08:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/mkdirp" : {
"version" : "3.0.1" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"bin" : {
2025-07-18 18:49:19 +08:00
"mkdirp" : "dist/cjs/src/bin.js"
2024-10-04 16:58:47 +08:00
} ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">=10"
2024-10-04 16:58:47 +08:00
} ,
2025-07-18 18:49:19 +08:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2024-10-04 16:58:47 +08:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/tar" : {
"version" : "7.4.3" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@isaacs/fs-minipass" : "^4.0.0" ,
"chownr" : "^3.0.0" ,
"minipass" : "^7.1.2" ,
"minizlib" : "^3.0.1" ,
"mkdirp" : "^3.0.1" ,
"yallist" : "^5.0.0"
2024-10-04 16:58:47 +08:00
} ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">=18"
2024-10-04 16:58:47 +08:00
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/yallist" : {
"version" : "5.0.0" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
2025-07-18 18:49:19 +08:00
"license" : "BlueOak-1.0.0" ,
2024-10-04 16:58:47 +08:00
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : ">=18"
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/normalize-package-data" : {
2024-10-04 16:58:47 +08:00
"version" : "7.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"hosted-git-info" : "^8.0.0" ,
2024-04-03 01:16:56 -04:00
"semver" : "^7.3.5" ,
"validate-npm-package-license" : "^3.0.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/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-07-18 18:49:19 +08:00
"version" : "7.1.1" ,
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-07-18 18:49:19 +08:00
"version" : "12.0.2" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"hosted-git-info" : "^8.0.0" ,
"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" : {
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-packlist" : {
2024-10-04 16:58:47 +08:00
"version" : "9.0.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"ignore-walk" : "^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"
2024-04-03 01:16:56 -04:00
}
} ,
"node_modules/npm/node_modules/npm-pick-manifest" : {
2024-10-04 16:58:47 +08: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
"npm-install-checks" : "^7.1.0" ,
"npm-normalize-package-bin" : "^4.0.0" ,
"npm-package-arg" : "^12.0.0" ,
2024-04-03 01:16:56 -04:00
"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/npm-profile" : {
2024-10-04 16:58:47 +08: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-registry-fetch" : "^18.0.0" ,
"proc-log" : "^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/npm-registry-fetch" : {
2025-07-18 18:49:19 +08:00
"version" : "18.0.2" ,
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" ,
"make-fetch-happen" : "^14.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" ,
"npm-package-arg" : "^12.0.0" ,
"proc-log" : "^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
}
} ,
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-07-18 18:49:19 +08:00
"version" : "19.0.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@npmcli/git" : "^6.0.0" ,
"@npmcli/installed-package-contents" : "^3.0.0" ,
"@npmcli/package-json" : "^6.0.0" ,
"@npmcli/promise-spawn" : "^8.0.0" ,
"@npmcli/run-script" : "^9.0.0" ,
"cacache" : "^19.0.0" ,
2024-04-03 01:16:56 -04:00
"fs-minipass" : "^3.0.0" ,
"minipass" : "^7.0.2" ,
2024-10-04 16:58:47 +08:00
"npm-package-arg" : "^12.0.0" ,
"npm-packlist" : "^9.0.0" ,
"npm-pick-manifest" : "^10.0.0" ,
"npm-registry-fetch" : "^18.0.0" ,
"proc-log" : "^5.0.0" ,
2024-04-03 01:16:56 -04:00
"promise-retry" : "^2.0.1" ,
2025-07-18 18:49:19 +08:00
"sigstore" : "^3.0.0" ,
2024-10-04 16:58:47 +08:00
"ssri" : "^12.0.0" ,
2024-04-03 01:16:56 -04:00
"tar" : "^6.1.11"
} ,
"bin" : {
2024-10-04 16:58:47 +08:00
"pacote" : "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/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" : {
2024-10-04 16:58:47 +08:00
"version" : "1.11.1" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
2024-10-04 16:58:47 +08:00
"lru-cache" : "^10.2.0" ,
2024-04-03 01:16:56 -04:00
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
2024-10-04 16:58:47 +08:00
"node" : ">=16 || 14 >=14.18"
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/read-package-json-fast" : {
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" ,
"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/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-07-18 18:49:19 +08:00
"version" : "7.7.2" ,
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-07-18 18:49:19 +08:00
"version" : "3.1.0" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@sigstore/bundle" : "^3.1.0" ,
"@sigstore/core" : "^2.0.0" ,
"@sigstore/protobuf-specs" : "^0.4.0" ,
"@sigstore/sign" : "^3.1.0" ,
"@sigstore/tuf" : "^3.1.0" ,
"@sigstore/verify" : "^2.1.0"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle" : {
"version" : "3.1.0" ,
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@sigstore/protobuf-specs" : "^0.4.0"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core" : {
"version" : "2.0.0" ,
"inBundle" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign" : {
"version" : "3.1.0" ,
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@sigstore/bundle" : "^3.1.0" ,
"@sigstore/core" : "^2.0.0" ,
"@sigstore/protobuf-specs" : "^0.4.0" ,
"make-fetch-happen" : "^14.0.2" ,
"proc-log" : "^5.0.0" ,
"promise-retry" : "^2.0.1"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify" : {
"version" : "2.1.1" ,
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@sigstore/bundle" : "^3.1.0" ,
"@sigstore/core" : "^2.0.0" ,
"@sigstore/protobuf-specs" : "^0.4.1"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
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-07-18 18:49:19 +08:00
"version" : "2.8.5" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"ip-address" : "^9.0.5" ,
"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-07-18 18:49:19 +08:00
"version" : "3.0.21" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
"license" : "CC0-1.0"
} ,
2024-10-04 16:58:47 +08:00
"node_modules/npm/node_modules/sprintf-js" : {
"version" : "1.1.3" ,
"inBundle" : true ,
"license" : "BSD-3-Clause"
} ,
2024-04-03 01:16:56 -04:00
"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" : {
"version" : "9.4.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
} ,
"node_modules/npm/node_modules/tar" : {
"version" : "6.2.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"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"
}
} ,
"node_modules/npm/node_modules/tar/node_modules/fs-minipass" : {
"version" : "2.1.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass" : {
"version" : "3.3.6" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/tar/node_modules/minipass" : {
"version" : "5.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=8"
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/tar/node_modules/minizlib" : {
"version" : "2.1.2" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"minipass" : "^3.0.0" ,
"yallist" : "^4.0.0"
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/tar/node_modules/minizlib/node_modules/minipass" : {
"version" : "3.3.6" ,
2024-10-04 16:58:47 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2025-07-18 18:49:19 +08:00
"yallist" : "^4.0.0"
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/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" : {
"version" : "1.3.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/tinyglobby" : {
"version" : "0.2.14" ,
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-07-18 18:49:19 +08:00
"fdir" : "^6.4.4" ,
"picomatch" : "^4.0.2"
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" : {
"version" : "6.4.6" ,
2024-04-03 01:16:56 -04:00
"inBundle" : true ,
2024-10-04 16:58:47 +08:00
"license" : "MIT" ,
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" : {
"version" : "4.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
"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" : {
"version" : "3.0.1" ,
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-07-18 18:49:19 +08:00
"@tufjs/models" : "3.0.1" ,
"debug" : "^4.3.6" ,
"make-fetch-happen" : "^14.0.1"
2024-10-04 16:58:47 +08:00
} ,
2024-04-03 01:16:56 -04:00
"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-07-18 18:49:19 +08:00
"node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models" : {
"version" : "3.0.1" ,
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-07-18 18:49:19 +08:00
"@tufjs/canonical-json" : "2.0.0" ,
"minimatch" : "^9.0.5"
2024-04-03 01:16:56 -04:00
} ,
"engines" : {
2025-07-18 18:49:19 +08:00
"node" : "^18.17.0 || >=20.5.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-07-18 18:49:19 +08:00
"version" : "6.0.1" ,
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" : {
"version" : "3.0.1" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"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/which/node_modules/isexe" : {
"version" : "3.1.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=16"
}
} ,
"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-07-18 18:49:19 +08:00
"version" : "6.1.0" ,
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" : {
"version" : "7.1.0" ,
"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" ,
"resolved" : "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz" ,
"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"
}
} ,
2024-01-23 15:09:44 -05:00
"node_modules/p-limit" : {
"version" : "2.3.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-01-23 15:09:44 -05:00
"dependencies" : {
"p-try" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"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"
}
} ,
"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
} ,
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"
}
} ,
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
} ,
"node_modules/pinia" : {
2025-07-18 18:49:19 +08:00
"version" : "2.3.1" ,
"resolved" : "https://registry.npmmirror.com/pinia/-/pinia-2.3.1.tgz" ,
"integrity" : "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==" ,
"license" : "MIT" ,
2024-01-08 12:23:57 -05:00
"dependencies" : {
2024-10-04 16:58:47 +08:00
"@vue/devtools-api" : "^6.6.3" ,
"vue-demi" : "^0.14.10"
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
}
}
} ,
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"
}
} ,
"node_modules/process-nextick-args" : {
"version" : "2.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true
} ,
"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" ,
"resolved" : "https://registry.npmmirror.com/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" ,
"resolved" : "https://registry.npmmirror.com/pug-lexer/-/pug-lexer-5.0.1.tgz" ,
"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" ,
"resolved" : "https://registry.npmmirror.com/pug-parser/-/pug-parser-6.0.0.tgz" ,
"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"
}
} ,
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" : {
"version" : "6.1.2" ,
"resolved" : "https://registry.npmmirror.com/quick-lru/-/quick-lru-6.1.2.tgz" ,
"integrity" : "sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-10-02 17:09:35 +08:00
"engines" : {
"node" : ">=12"
} ,
"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"
}
} ,
2024-08-11 16:39:00 -04:00
"node_modules/read-config-file" : {
"version" : "6.3.2" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/read-config-file/-/read-config-file-6.3.2.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-M80lpCjnE6Wt6zb98DoW8WHR09nzMSpu8XHtPkiTHrJ5Az9CybfeQhTJ8D7saeBHpGhLPIVyA8lcL6ZmdKwY6Q==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"dependencies" : {
"config-file-ts" : "^0.2.4" ,
"dotenv" : "^9.0.2" ,
"dotenv-expand" : "^5.1.0" ,
"js-yaml" : "^4.1.0" ,
"json5" : "^2.2.0" ,
"lazy-val" : "^1.0.4"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"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-12-06 20:27:04 +08:00
"peer" : true ,
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"
}
} ,
"node_modules/readdir-glob" : {
"version" : "1.1.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==" ,
2025-07-18 18:49:19 +08:00
"license" : "Apache-2.0" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"minimatch" : "^5.1.0"
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/readdir-glob/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" ,
"peer" : true ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
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
} ,
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"
}
} ,
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"
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/rollup" : {
2025-07-18 18:49:19 +08:00
"version" : "4.45.1" ,
"resolved" : "https://registry.npmmirror.com/rollup/-/rollup-4.45.1.tgz" ,
"integrity" : "sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==" ,
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-07-18 18:49:19 +08:00
"@rollup/rollup-android-arm-eabi" : "4.45.1" ,
"@rollup/rollup-android-arm64" : "4.45.1" ,
"@rollup/rollup-darwin-arm64" : "4.45.1" ,
"@rollup/rollup-darwin-x64" : "4.45.1" ,
"@rollup/rollup-freebsd-arm64" : "4.45.1" ,
"@rollup/rollup-freebsd-x64" : "4.45.1" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.45.1" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.45.1" ,
"@rollup/rollup-linux-arm64-gnu" : "4.45.1" ,
"@rollup/rollup-linux-arm64-musl" : "4.45.1" ,
"@rollup/rollup-linux-loongarch64-gnu" : "4.45.1" ,
"@rollup/rollup-linux-powerpc64le-gnu" : "4.45.1" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.45.1" ,
"@rollup/rollup-linux-riscv64-musl" : "4.45.1" ,
"@rollup/rollup-linux-s390x-gnu" : "4.45.1" ,
"@rollup/rollup-linux-x64-gnu" : "4.45.1" ,
"@rollup/rollup-linux-x64-musl" : "4.45.1" ,
"@rollup/rollup-win32-arm64-msvc" : "4.45.1" ,
"@rollup/rollup-win32-ia32-msvc" : "4.45.1" ,
"@rollup/rollup-win32-x64-msvc" : "4.45.1" ,
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-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"peer" : true
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" : {
"version" : "4.1.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
2025-07-18 18:49:19 +08:00
"license" : "ISC" ,
2024-08-11 16:39:00 -04:00
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
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
"optional" : true ,
"engines" : {
"node" : ">= 6.0.0" ,
"npm" : ">= 3.0.0"
}
} ,
"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"
}
} ,
"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-12-06 20:27:04 +08:00
"peer" : true ,
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"
}
} ,
"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"
}
} ,
"node_modules/tar-stream" : {
"version" : "2.2.0" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"bl" : "^4.0.3" ,
"end-of-stream" : "^1.4.1" ,
"fs-constants" : "^1.0.0" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.1.1"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"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"
}
} ,
"node_modules/tmp" : {
"version" : "0.2.3" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/tmp/-/tmp-0.2.3.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" ,
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" ,
"resolved" : "https://registry.npmmirror.com/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-07-18 18:49:19 +08:00
"version" : "5.8.3" ,
"resolved" : "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz" ,
"integrity" : "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==" ,
"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" ,
"resolved" : "https://registry.npmmirror.com/typescript-auto-import-cache/-/typescript-auto-import-cache-0.3.6.tgz" ,
"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-07-18 18:49:19 +08:00
"version" : "7.8.0" ,
"resolved" : "https://registry.npmmirror.com/undici-types/-/undici-types-7.8.0.tgz" ,
"integrity" : "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==" ,
"license" : "MIT"
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-18 18:49:19 +08:00
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"peer" : true
2024-08-11 16:39:00 -04:00
} ,
2024-01-23 15:09:44 -05:00
"node_modules/uuid" : {
"version" : "9.0.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz" ,
2024-01-23 15:09:44 -05:00
"integrity" : "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" ,
"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" : {
"uuid" : "dist/bin/uuid"
}
} ,
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-07-18 18:49:19 +08:00
"version" : "5.4.19" ,
"resolved" : "https://registry.npmmirror.com/vite/-/vite-5.4.19.tgz" ,
"integrity" : "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==" ,
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" : {
2024-10-04 16:58:47 +08:00
"esbuild" : "^0.21.3" ,
"postcss" : "^8.4.43" ,
"rollup" : "^4.20.0"
2024-01-08 12:23:57 -05:00
} ,
"bin" : {
"vite" : "bin/vite.js"
} ,
"engines" : {
"node" : "^18.0.0 || >=20.0.0"
} ,
"funding" : {
"url" : "https://github.com/vitejs/vite?sponsor=1"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
} ,
"peerDependencies" : {
"@types/node" : "^18.0.0 || >=20.0.0" ,
"less" : "*" ,
"lightningcss" : "^1.21.0" ,
"sass" : "*" ,
2024-10-04 16:58:47 +08:00
"sass-embedded" : "*" ,
2024-01-08 12:23:57 -05:00
"stylus" : "*" ,
"sugarss" : "*" ,
"terser" : "^5.4.0"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"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
}
}
} ,
2024-12-06 20:27:04 +08:00
"node_modules/volar-service-css" : {
2025-07-18 18:49:19 +08:00
"version" : "0.0.64" ,
"resolved" : "https://registry.npmmirror.com/volar-service-css/-/volar-service-css-0.0.64.tgz" ,
"integrity" : "sha512-BtLq85adIft+Q0PZqllKXMVH7HHk6UmM7Opuj43IhR4AOVkqbNIcsiXhuh12ITVJGTkCGa9xXAPzClorPya6EQ==" ,
"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-18 18:49:19 +08:00
"version" : "0.0.64" ,
"resolved" : "https://registry.npmmirror.com/volar-service-emmet/-/volar-service-emmet-0.0.64.tgz" ,
"integrity" : "sha512-cIGKpyOXKB9Dsqz3MJD1DF1GYEPfLE4VBoEtqewfx88qpf0dr/WbDnRhuljZ+VFlavkre4MvELzkCt8m9F6GqA==" ,
"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-18 18:49:19 +08:00
"version" : "0.0.64" ,
"resolved" : "https://registry.npmmirror.com/volar-service-html/-/volar-service-html-0.0.64.tgz" ,
"integrity" : "sha512-5xknMYKmZBFzp2399RlsnGce25PfNu9ViXa1s63Q8NP6xeXcF3lInFsV+1o2DWBoXZdnXcuRvWOA+K+JIZLEcA==" ,
"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-18 18:49:19 +08:00
"version" : "0.0.64" ,
"resolved" : "https://registry.npmmirror.com/volar-service-json/-/volar-service-json-0.0.64.tgz" ,
"integrity" : "sha512-kZsqmeDR0w/iVkkoxfp4/DcblYmyFXBImVLzgIgyd685XZrb21wVmKcRsD/V+6l0N7/pGwN6m2scxt/mJmFkGQ==" ,
"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-18 18:49:19 +08:00
"version" : "0.0.64" ,
"resolved" : "https://registry.npmmirror.com/volar-service-pug/-/volar-service-pug-0.0.64.tgz" ,
"integrity" : "sha512-rVJ2ySENJFPzzEr4fVlC81ANR4dTh3Axr6Az56KyZ5GV0C9yRk5QqCj5+eOYb2GSoVtnEbzOyYpDTRSuH++lfA==" ,
"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-18 18:49:19 +08:00
"volar-service-html" : "0.0.64" ,
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-18 18:49:19 +08:00
"version" : "0.0.64" ,
"resolved" : "https://registry.npmmirror.com/volar-service-pug-beautify/-/volar-service-pug-beautify-0.0.64.tgz" ,
"integrity" : "sha512-HNVTYGjGKaUkvryCQvhN/kYZ6aP6I1ySECMA7I8SpMqraYN/BDKI185tsRsm5tGmPrEyCgRDKn/GGIAsSj7I7A==" ,
"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-18 18:49:19 +08:00
"version" : "0.0.64" ,
"resolved" : "https://registry.npmmirror.com/volar-service-typescript/-/volar-service-typescript-0.0.64.tgz" ,
"integrity" : "sha512-FN2H97iqjR1id8AM4fH7lTXuTx2on9zD6QlUFllaiHKqgNrEITlQwm/9Ujrd9ST7MUzhgIKyUsa2WlanX9kkMg==" ,
"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/volar-service-typescript-twoslash-queries" : {
2025-07-18 18:49:19 +08:00
"version" : "0.0.64" ,
"resolved" : "https://registry.npmmirror.com/volar-service-typescript-twoslash-queries/-/volar-service-typescript-twoslash-queries-0.0.64.tgz" ,
"integrity" : "sha512-DQlArCVUwbH3Ym0Uc/qSrgus/ngQa4LbTNbLsIkWMovxwziPA1c2yCFFY7a6s4Qs8pPXO757ryu99IeX0UK+4w==" ,
"license" : "MIT" ,
2024-12-06 20:27:04 +08:00
"dependencies" : {
"vscode-uri" : "^3.0.8"
} ,
"peerDependencies" : {
"@volar/language-service" : "~2.4.0"
} ,
"peerDependenciesMeta" : {
"@volar/language-service" : {
"optional" : true
}
}
} ,
"node_modules/vscode-css-languageservice" : {
2025-07-18 18:49:19 +08:00
"version" : "6.3.7" ,
"resolved" : "https://registry.npmmirror.com/vscode-css-languageservice/-/vscode-css-languageservice-6.3.7.tgz" ,
"integrity" : "sha512-5TmXHKllPzfkPhW4UE9sODV3E0bIOJPOk+EERKllf2SmAczjfTmYeq5txco+N3jpF8KIZ6loj/JptpHBQuVQRA==" ,
"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-07-18 18:49:19 +08:00
"version" : "5.5.1" ,
"resolved" : "https://registry.npmmirror.com/vscode-html-languageservice/-/vscode-html-languageservice-5.5.1.tgz" ,
"integrity" : "sha512-/ZdEtsZ3OiFSyL00kmmu7crFV9KwWR+MgpzjsxO60DQH7sIfHZM892C/E4iDd11EKocr+NYuvOA4Y7uc3QzLEA==" ,
"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-07-18 18:49:19 +08:00
"version" : "5.6.1" ,
"resolved" : "https://registry.npmmirror.com/vscode-json-languageservice/-/vscode-json-languageservice-5.6.1.tgz" ,
"integrity" : "sha512-IQIURBF2VMKBdWcMunbHSI3G2WmJ9H7613E1hRxIXX7YsAPSdBxnEiIUrTnsSW/3fk+QW1kfsvSigqgAFYIYtg==" ,
"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" ,
"resolved" : "https://registry.npmmirror.com/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" ,
"resolved" : "https://registry.npmmirror.com/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-07-18 18:49:19 +08:00
"version" : "3.5.17" ,
"resolved" : "https://registry.npmmirror.com/vue/-/vue-3.5.17.tgz" ,
"integrity" : "sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==" ,
"license" : "MIT" ,
2024-06-18 03:16:42 +08:00
"dependencies" : {
2025-07-18 18:49:19 +08:00
"@vue/compiler-dom" : "3.5.17" ,
"@vue/compiler-sfc" : "3.5.17" ,
"@vue/runtime-dom" : "3.5.17" ,
"@vue/server-renderer" : "3.5.17" ,
"@vue/shared" : "3.5.17"
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"
}
} ,
2025-07-18 18:49:19 +08:00
"node_modules/vue-demi" : {
"version" : "0.14.10" ,
"resolved" : "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz" ,
"integrity" : "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"vue-demi-fix" : "bin/vue-demi-fix.js" ,
"vue-demi-switch" : "bin/vue-demi-switch.js"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"@vue/composition-api" : "^1.0.0-rc.1" ,
"vue" : "^3.0.0-0 || ^2.6.0"
} ,
"peerDependenciesMeta" : {
"@vue/composition-api" : {
"optional" : true
}
}
} ,
2024-01-08 12:23:57 -05:00
"node_modules/vue-router" : {
2025-07-18 18:49:19 +08:00
"version" : "4.5.1" ,
"resolved" : "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.1.tgz" ,
"integrity" : "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==" ,
"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" : {
"vue" : "^3.2.0"
}
2024-01-23 15:09:44 -05:00
} ,
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
} ,
"node_modules/zip-stream" : {
"version" : "4.1.1" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/zip-stream/-/zip-stream-4.1.1.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"archiver-utils" : "^3.0.4" ,
"compress-commons" : "^4.1.2" ,
"readable-stream" : "^3.6.0"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/zip-stream/node_modules/archiver-utils" : {
"version" : "3.0.4" ,
2024-10-04 16:58:47 +08:00
"resolved" : "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-3.0.4.tgz" ,
2024-08-11 16:39:00 -04:00
"integrity" : "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==" ,
2025-07-18 18:49:19 +08:00
"license" : "MIT" ,
2024-08-11 16:39:00 -04:00
"peer" : true ,
"dependencies" : {
"glob" : "^7.2.3" ,
"graceful-fs" : "^4.2.0" ,
"lazystream" : "^1.0.0" ,
"lodash.defaults" : "^4.2.0" ,
"lodash.difference" : "^4.5.0" ,
"lodash.flatten" : "^4.4.0" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.union" : "^4.6.0" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^3.6.0"
} ,
"engines" : {
"node" : ">= 10"
}
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
}
}
}