1 Star 0 Fork 0

JeckHui/node-view-img

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
yarn.lock 41.38 KB
一键复制 编辑 原始数据 按行查看 历史
L-zhanghui02 提交于 2024-04-01 17:53 . feat: 源码
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@babel/code-frame@^7.0.0":
version "7.24.2"
resolved "https://registry.npm.qianxin-inc.cn/@babel/code-frame/download/@babel/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
integrity sha1-cYtLGYQYCaWLKbaM3oC8Xhqm2a4=
dependencies:
"@babel/highlight" "^7.24.2"
picocolors "^1.0.0"
"@babel/helper-validator-identifier@^7.22.20":
version "7.22.20"
resolved "https://registry.npm.qianxin-inc.cn/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
integrity sha1-xK4ALGHSh55yRYHZZmVYPbwdwOA=
"@babel/highlight@^7.24.2":
version "7.24.2"
resolved "https://registry.npm.qianxin-inc.cn/@babel/highlight/download/@babel/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
integrity sha1-P1OVA+/IPTxZCAoQ5mNDBuA3DSY=
dependencies:
"@babel/helper-validator-identifier" "^7.22.20"
chalk "^2.4.2"
js-tokens "^4.0.0"
picocolors "^1.0.0"
"@puppeteer/[email protected]":
version "2.1.0"
resolved "https://registry.npm.qianxin-inc.cn/@puppeteer/browsers/download/@puppeteer/browsers-2.1.0.tgz#2683d3c908ecfc9af6b63111b5037679d3cebfd8"
integrity sha1-JoPTyQjs/Jr2tjERtQN2edPOv9g=
dependencies:
debug "4.3.4"
extract-zip "2.0.1"
progress "2.0.3"
proxy-agent "6.4.0"
semver "7.6.0"
tar-fs "3.0.5"
unbzip2-stream "1.4.3"
yargs "17.7.2"
"@tootallnate/quickjs-emscripten@^0.23.0":
version "0.23.0"
resolved "https://registry.npm.qianxin-inc.cn/@tootallnate/quickjs-emscripten/download/@tootallnate/quickjs-emscripten-0.23.0.tgz#db4ecfd499a9765ab24002c3b696d02e6d32a12c"
integrity sha1-207P1JmpdlqyQALDtpbQLm0yoSw=
"@types/node@*":
version "20.11.30"
resolved "https://registry.npm.qianxin-inc.cn/@types/node/download/@types/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
integrity sha1-nDNGf8IxZ6NH5zg094j0ufOZ1m8=
dependencies:
undici-types "~5.26.4"
"@types/yauzl@^2.9.1":
version "2.9.2"
resolved "https://registry.npm.qianxin-inc.cn/@types/yauzl/download/@types/yauzl-2.9.2.tgz#c48e5d56aff1444409e39fa164b0b4d4552a7b7a"
integrity sha1-xI5dVq/xREQJ45+hZLC01FUqe3o=
dependencies:
"@types/node" "*"
accepts@^1.3.5:
version "1.3.8"
resolved "https://registry.npm.qianxin-inc.cn/accepts/download/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"
integrity sha1-C/C+EltnAUrcsLCSHmLbe//hay4=
dependencies:
mime-types "~2.1.34"
negotiator "0.6.3"
agent-base@^7.0.2, agent-base@^7.1.0:
version "7.1.0"
resolved "https://registry.npm.qianxin-inc.cn/agent-base/download/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434"
integrity sha1-U2gCt2vAs0qlAZXrJEInbWE+NDQ=
dependencies:
debug "^4.3.4"
ansi-regex@^5.0.1:
version "5.0.1"
resolved "https://registry.npm.qianxin-inc.cn/ansi-regex/download/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
integrity sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=
ansi-styles@^3.2.1:
version "3.2.1"
resolved "https://registry.npm.qianxin-inc.cn/ansi-styles/download/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
integrity sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=
dependencies:
color-convert "^1.9.0"
ansi-styles@^4.0.0:
version "4.3.0"
resolved "https://registry.npm.qianxin-inc.cn/ansi-styles/download/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
integrity sha1-7dgDYornHATIWuegkG7a00tkiTc=
dependencies:
color-convert "^2.0.1"
argparse@^2.0.1:
version "2.0.1"
resolved "https://registry.npm.qianxin-inc.cn/argparse/download/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
integrity sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg=
ast-types@^0.13.4:
version "0.13.4"
resolved "https://registry.npm.qianxin-inc.cn/ast-types/download/ast-types-0.13.4.tgz#ee0d77b343263965ecc3fb62da16e7222b2b6782"
integrity sha1-7g13s0MmOWXsw/ti2hbnIisrZ4I=
dependencies:
tslib "^2.0.1"
b4a@^1.6.4:
version "1.6.4"
resolved "https://registry.npm.qianxin-inc.cn/b4a/download/b4a-1.6.4.tgz#ef1c1422cae5ce6535ec191baeed7567443f36c9"
integrity sha1-7xwUIsrlzmU17Bkbru11Z0Q/Nsk=
bare-events@^2.0.0, bare-events@^2.2.0:
version "2.2.0"
resolved "https://registry.npm.qianxin-inc.cn/bare-events/download/bare-events-2.2.0.tgz#a7a7263c107daf8b85adf0b64f908503454ab26e"
integrity sha1-p6cmPBB9r4uFrfC2T5CFA0VKsm4=
bare-fs@^2.1.1:
version "2.2.0"
resolved "https://registry.npm.qianxin-inc.cn/bare-fs/download/bare-fs-2.2.0.tgz#e23ab841be0e08b29ad2933281ce4ad5ddd60384"
integrity sha1-4jq4Qb4OCLKa0pMygc5K1d3WA4Q=
dependencies:
bare-events "^2.0.0"
bare-os "^2.0.0"
bare-path "^2.0.0"
streamx "^2.13.0"
bare-os@^2.0.0, bare-os@^2.1.0:
version "2.2.0"
resolved "https://registry.npm.qianxin-inc.cn/bare-os/download/bare-os-2.2.0.tgz#24364692984d0bd507621754781b31d7872736b2"
integrity sha1-JDZGkphNC9UHYhdUeBsx14cnNrI=
bare-path@^2.0.0, bare-path@^2.1.0:
version "2.1.0"
resolved "https://registry.npm.qianxin-inc.cn/bare-path/download/bare-path-2.1.0.tgz#830f17fd39842813ca77d211ebbabe238a88cb4c"
integrity sha1-gw8X/TmEKBPKd9IR67q+I4qIy0w=
dependencies:
bare-os "^2.1.0"
base64-js@^1.3.1:
version "1.5.1"
resolved "https://registry.npm.qianxin-inc.cn/base64-js/download/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
integrity sha1-GxtEAWClv3rUC2UPCVljSBkDkwo=
basic-ftp@^5.0.2:
version "5.0.4"
resolved "https://registry.npm.qianxin-inc.cn/basic-ftp/download/basic-ftp-5.0.4.tgz#28aeab7bfbbde5f5d0159cd8bb3b8e633bbb091d"
integrity sha1-KK6re/u95fXQFZzYuzuOYzu7CR0=
buffer-crc32@~0.2.3:
version "0.2.13"
resolved "https://registry.npm.qianxin-inc.cn/buffer-crc32/download/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
buffer@^5.2.1:
version "5.7.1"
resolved "https://registry.npm.qianxin-inc.cn/buffer/download/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
integrity sha1-umLnwTEzBTWCGXFghRqPZI6Z7tA=
dependencies:
base64-js "^1.3.1"
ieee754 "^1.1.13"
cache-content-type@^1.0.0:
version "1.0.1"
resolved "https://registry.npm.qianxin-inc.cn/cache-content-type/download/cache-content-type-1.0.1.tgz#035cde2b08ee2129f4a8315ea8f00a00dba1453c"
integrity sha1-A1zeKwjuISn0qDFeqPAKANuhRTw=
dependencies:
mime-types "^2.1.18"
ylru "^1.2.0"
callsites@^3.0.0:
version "3.1.0"
resolved "https://registry.npm.qianxin-inc.cn/callsites/download/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
integrity sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M=
chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.npm.qianxin-inc.cn/chalk/download/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
integrity sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=
dependencies:
ansi-styles "^3.2.1"
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"
version "0.5.10"
resolved "https://registry.npm.qianxin-inc.cn/chromium-bidi/download/chromium-bidi-0.5.10.tgz#03ac8381e6a0d6be67886d27f77777ef3a978429"
integrity sha1-A6yDgeag1r5niG0n93d37zqXhCk=
dependencies:
mitt "3.0.1"
urlpattern-polyfill "10.0.0"
cliui@^8.0.1:
version "8.0.1"
resolved "https://registry.npm.qianxin-inc.cn/cliui/download/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
integrity sha1-DASwddsCy/5g3I5s8vVIaxo2CKo=
dependencies:
string-width "^4.2.0"
strip-ansi "^6.0.1"
wrap-ansi "^7.0.0"
co@^4.6.0:
version "4.6.0"
resolved "https://registry.npm.qianxin-inc.cn/co/download/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
color-convert@^1.9.0:
version "1.9.3"
resolved "https://registry.npm.qianxin-inc.cn/color-convert/download/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
integrity sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=
dependencies:
color-name "1.1.3"
color-convert@^2.0.1:
version "2.0.1"
resolved "https://registry.npm.qianxin-inc.cn/color-convert/download/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
integrity sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=
dependencies:
color-name "~1.1.4"
version "1.1.3"
resolved "https://registry.npm.qianxin-inc.cn/color-name/download/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
color-name@~1.1.4:
version "1.1.4"
resolved "https://registry.npm.qianxin-inc.cn/color-name/download/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=
content-disposition@~0.5.2:
version "0.5.4"
resolved "https://registry.npm.qianxin-inc.cn/content-disposition/download/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
integrity sha1-i4K076yCUSoCuwsdzsnSxejrW/4=
dependencies:
safe-buffer "5.2.1"
content-type@^1.0.4:
version "1.0.5"
resolved "https://registry.npm.qianxin-inc.cn/content-type/download/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
integrity sha1-i3cxYmVtHRCGeEyPI6VM5tc9eRg=
cookies@~0.9.0:
version "0.9.1"
resolved "https://registry.npm.qianxin-inc.cn/cookies/download/cookies-0.9.1.tgz#3ffed6f60bb4fb5f146feeedba50acc418af67e3"
integrity sha1-P/7W9gu0+18Ub+7tulCsxBivZ+M=
dependencies:
depd "~2.0.0"
keygrip "~1.1.0"
version "9.0.0"
resolved "https://registry.npm.qianxin-inc.cn/cosmiconfig/download/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d"
integrity sha1-NMP8WCh7kV866QWrbcPeJYtVrZ0=
dependencies:
env-paths "^2.2.1"
import-fresh "^3.3.0"
js-yaml "^4.1.0"
parse-json "^5.2.0"
version "4.0.0"
resolved "https://registry.npm.qianxin-inc.cn/cross-fetch/download/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983"
integrity sha1-8Deu8VgLs6GjUWTqKoSLqBtEWYM=
dependencies:
node-fetch "^2.6.12"
data-uri-to-buffer@^6.0.0:
version "6.0.1"
resolved "https://registry.npm.qianxin-inc.cn/data-uri-to-buffer/download/data-uri-to-buffer-6.0.1.tgz#540bd4c8753a25ee129035aebdedf63b078703c7"
integrity sha1-VAvUyHU6Je4SkDWuve32OweHA8c=
debug@4, [email protected], debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
version "4.3.4"
resolved "https://registry.npm.qianxin-inc.cn/debug/download/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
integrity sha1-Exn2V5NX8jONMzfSzdSRS7XcyGU=
dependencies:
ms "2.1.2"
deep-equal@~1.0.1:
version "1.0.1"
resolved "https://registry.npm.qianxin-inc.cn/deep-equal/download/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"
integrity sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=
degenerator@^5.0.0:
version "5.0.1"
resolved "https://registry.npm.qianxin-inc.cn/degenerator/download/degenerator-5.0.1.tgz#9403bf297c6dad9a1ece409b37db27954f91f2f5"
integrity sha1-lAO/KXxtrZoezkCbN9snlU+R8vU=
dependencies:
ast-types "^0.13.4"
escodegen "^2.1.0"
esprima "^4.0.1"
delegates@^1.0.0:
version "1.0.0"
resolved "https://registry.npm.qianxin-inc.cn/delegates/download/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
[email protected], depd@^2.0.0, depd@~2.0.0:
version "2.0.0"
resolved "https://registry.npm.qianxin-inc.cn/depd/download/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
integrity sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=
depd@~1.1.2:
version "1.1.2"
resolved "https://registry.npm.qianxin-inc.cn/depd/download/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
destroy@^1.0.4:
version "1.2.0"
resolved "https://registry.npm.qianxin-inc.cn/destroy/download/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
integrity sha1-SANzVQmti+VSk0xn32FPlOZvoBU=
version "0.0.1249869"
resolved "https://registry.npm.qianxin-inc.cn/devtools-protocol/download/devtools-protocol-0.0.1249869.tgz#000c3cf1afc189a18db98135a50d4a8f95a47d29"
integrity sha1-AAw88a/BiaGNuYE1pQ1Kj5WkfSk=
version "1.1.1"
resolved "https://registry.npm.qianxin-inc.cn/ee-first/download/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
emoji-regex@^8.0.0:
version "8.0.0"
resolved "https://registry.npm.qianxin-inc.cn/emoji-regex/download/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
integrity sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=
encodeurl@^1.0.2:
version "1.0.2"
resolved "https://registry.npm.qianxin-inc.cn/encodeurl/download/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
end-of-stream@^1.1.0:
version "1.4.4"
resolved "https://registry.npm.qianxin-inc.cn/end-of-stream/download/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
integrity sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=
dependencies:
once "^1.4.0"
env-paths@^2.2.1:
version "2.2.1"
resolved "https://registry.npm.qianxin-inc.cn/env-paths/download/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
integrity sha1-QgOZ1BbOH76bwKB8Yvpo1n/Q+PI=
error-ex@^1.3.1:
version "1.3.2"
resolved "https://registry.npm.qianxin-inc.cn/error-ex/download/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
integrity sha1-tKxAZIEH/c3PriQvQovqihTU8b8=
dependencies:
is-arrayish "^0.2.1"
escalade@^3.1.1:
version "3.1.2"
resolved "https://registry.npm.qianxin-inc.cn/escalade/download/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
integrity sha1-VAdumrKepb89jx7WKs/7uIJy3yc=
escape-html@^1.0.3:
version "1.0.3"
resolved "https://registry.npm.qianxin-inc.cn/escape-html/download/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "https://registry.npm.qianxin-inc.cn/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
escodegen@^2.1.0:
version "2.1.0"
resolved "https://registry.npm.qianxin-inc.cn/escodegen/download/escodegen-2.1.0.tgz#ba93bbb7a43986d29d6041f99f5262da773e2e17"
integrity sha1-upO7t6Q5htKdYEH5n1Ji2nc+Lhc=
dependencies:
esprima "^4.0.1"
estraverse "^5.2.0"
esutils "^2.0.2"
optionalDependencies:
source-map "~0.6.1"
esprima@^4.0.1:
version "4.0.1"
resolved "https://registry.npm.qianxin-inc.cn/esprima/download/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
integrity sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=
estraverse@^5.2.0:
version "5.3.0"
resolved "https://registry.npm.qianxin-inc.cn/estraverse/download/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
integrity sha1-LupSkHAvJquP5TcDcP+GyWXSESM=
esutils@^2.0.2:
version "2.0.3"
resolved "https://registry.npm.qianxin-inc.cn/esutils/download/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
integrity sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=
version "2.0.1"
resolved "https://registry.npm.qianxin-inc.cn/extract-zip/download/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a"
integrity sha1-Zj3KVv5G34kNXxMe9KBtIruLoTo=
dependencies:
debug "^4.1.1"
get-stream "^5.1.0"
yauzl "^2.10.0"
optionalDependencies:
"@types/yauzl" "^2.9.1"
fast-fifo@^1.1.0, fast-fifo@^1.2.0:
version "1.3.2"
resolved "https://registry.npm.qianxin-inc.cn/fast-fifo/download/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c"
integrity sha1-KG4x3pbrltOKl4mYFXQLoqTzZAw=
fd-slicer@~1.1.0:
version "1.1.0"
resolved "https://registry.npm.qianxin-inc.cn/fd-slicer/download/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=
dependencies:
pend "~1.2.0"
fresh@~0.5.2:
version "0.5.2"
resolved "https://registry.npm.qianxin-inc.cn/fresh/download/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
fs-extra@^8.1.0:
version "8.1.0"
resolved "https://registry.npm.qianxin-inc.cn/fs-extra/download/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
integrity sha1-SdQ8RaiM2Wd2aMt74bRu/bjS4cA=
dependencies:
graceful-fs "^4.2.0"
jsonfile "^4.0.0"
universalify "^0.1.0"
get-caller-file@^2.0.5:
version "2.0.5"
resolved "https://registry.npm.qianxin-inc.cn/get-caller-file/download/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
integrity sha1-T5RBKoLbMvNuOwuXQfipf+sDH34=
get-stream@^5.1.0:
version "5.2.0"
resolved "https://registry.npm.qianxin-inc.cn/get-stream/download/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3"
integrity sha1-SWaheV7lrOZecGxLe+txJX1uItM=
dependencies:
pump "^3.0.0"
get-uri@^6.0.1:
version "6.0.2"
resolved "https://registry.npm.qianxin-inc.cn/get-uri/download/get-uri-6.0.2.tgz#e019521646f4a8ff6d291fbaea2c46da204bb75b"
integrity sha1-4BlSFkb0qP9tKR+66ixG2iBLt1s=
dependencies:
basic-ftp "^5.0.2"
data-uri-to-buffer "^6.0.0"
debug "^4.3.4"
fs-extra "^8.1.0"
graceful-fs@^4.1.6, graceful-fs@^4.2.0:
version "4.2.11"
resolved "https://registry.npm.qianxin-inc.cn/graceful-fs/download/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
integrity sha1-QYPk6L8Iu24Fu7L30uDI9xLKQOM=
has-flag@^3.0.0:
version "3.0.0"
resolved "https://registry.npm.qianxin-inc.cn/has-flag/download/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
has-symbols@^1.0.3:
version "1.0.3"
resolved "https://registry.npm.qianxin-inc.cn/has-symbols/download/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
integrity sha1-u3ssQ0klHc6HsSX3vfh0qnyLOfg=
has-tostringtag@^1.0.0:
version "1.0.2"
resolved "https://registry.npm.qianxin-inc.cn/has-tostringtag/download/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
integrity sha1-LNxC1AvvLltO6rfAGnPFTOerWrw=
dependencies:
has-symbols "^1.0.3"
http-assert@^1.3.0:
version "1.5.0"
resolved "https://registry.npm.qianxin-inc.cn/http-assert/download/http-assert-1.5.0.tgz#c389ccd87ac16ed2dfa6246fd73b926aa00e6b8f"
integrity sha1-w4nM2HrBbtLfpiRv1zuSaqAOa48=
dependencies:
deep-equal "~1.0.1"
http-errors "~1.8.0"
http-errors@^1.6.3, http-errors@~1.8.0:
version "1.8.1"
resolved "https://registry.npm.qianxin-inc.cn/http-errors/download/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c"
integrity sha1-fD8oV3y8iiBziEVdvWIpXtB71ow=
dependencies:
depd "~1.1.2"
inherits "2.0.4"
setprototypeof "1.2.0"
statuses ">= 1.5.0 < 2"
toidentifier "1.0.1"
http-errors@^2.0.0:
version "2.0.0"
resolved "https://registry.npm.qianxin-inc.cn/http-errors/download/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"
integrity sha1-t3dKFIbvc892Z6ya4IWMASxXudM=
dependencies:
depd "2.0.0"
inherits "2.0.4"
setprototypeof "1.2.0"
statuses "2.0.1"
toidentifier "1.0.1"
http-proxy-agent@^7.0.0, http-proxy-agent@^7.0.1:
version "7.0.2"
resolved "https://registry.npm.qianxin-inc.cn/http-proxy-agent/download/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e"
integrity sha1-mosfJGhmwChQlIZYX2K48sGMJw4=
dependencies:
agent-base "^7.1.0"
debug "^4.3.4"
https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3:
version "7.0.4"
resolved "https://registry.npm.qianxin-inc.cn/https-proxy-agent/download/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
integrity sha1-jpe4QaAprY3chzHyZZW62GjLQWg=
dependencies:
agent-base "^7.0.2"
debug "4"
ieee754@^1.1.13:
version "1.2.1"
resolved "https://registry.npm.qianxin-inc.cn/ieee754/download/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
integrity sha1-jrehCmP/8l0VpXsAFYbRd9Gw01I=
import-fresh@^3.3.0:
version "3.3.0"
resolved "https://registry.npm.qianxin-inc.cn/import-fresh/download/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
integrity sha1-NxYsJfy566oublPVtNiM4X2eDCs=
dependencies:
parent-module "^1.0.0"
resolve-from "^4.0.0"
version "2.0.4"
resolved "https://registry.npm.qianxin-inc.cn/inherits/download/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
integrity sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=
ip-address@^9.0.5:
version "9.0.5"
resolved "https://registry.npm.qianxin-inc.cn/ip-address/download/ip-address-9.0.5.tgz#117a960819b08780c3bd1f14ef3c1cc1d3f3ea5a"
integrity sha1-EXqWCBmwh4DDvR8U7zwcwdPz6lo=
dependencies:
jsbn "1.1.0"
sprintf-js "^1.1.3"
ip@^1.1.8:
version "1.1.9"
resolved "https://registry.npm.qianxin-inc.cn/ip/download/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
integrity sha1-jfvMmadU0H9CUxC4aplUaxFR45Y=
is-arrayish@^0.2.1:
version "0.2.1"
resolved "https://registry.npm.qianxin-inc.cn/is-arrayish/download/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
is-fullwidth-code-point@^3.0.0:
version "3.0.0"
resolved "https://registry.npm.qianxin-inc.cn/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
integrity sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=
is-generator-function@^1.0.7:
version "1.0.10"
resolved "https://registry.npm.qianxin-inc.cn/is-generator-function/download/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72"
integrity sha1-8VWLrxrBfg3up8BBXEODUf8rPHI=
dependencies:
has-tostringtag "^1.0.0"
js-tokens@^4.0.0:
version "4.0.0"
resolved "https://registry.npm.qianxin-inc.cn/js-tokens/download/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
integrity sha1-GSA/tZmR35jjoocFDUZHzerzJJk=
js-yaml@^4.1.0:
version "4.1.0"
resolved "https://registry.npm.qianxin-inc.cn/js-yaml/download/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
integrity sha1-wftl+PUBeQHN0slRhkuhhFihBgI=
dependencies:
argparse "^2.0.1"
version "1.1.0"
resolved "https://registry.npm.qianxin-inc.cn/jsbn/download/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040"
integrity sha1-sBMHyym2GKHtJux56RH4A8TaAEA=
json-parse-even-better-errors@^2.3.0:
version "2.3.1"
resolved "https://registry.npm.qianxin-inc.cn/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
integrity sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=
jsonfile@^4.0.0:
version "4.0.0"
resolved "https://registry.npm.qianxin-inc.cn/jsonfile/download/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
optionalDependencies:
graceful-fs "^4.1.6"
keygrip@~1.1.0:
version "1.1.0"
resolved "https://registry.npm.qianxin-inc.cn/keygrip/download/keygrip-1.1.0.tgz#871b1681d5e159c62a445b0c74b615e0917e7226"
integrity sha1-hxsWgdXhWcYqRFsMdLYV4JF+ciY=
dependencies:
tsscmp "1.0.6"
koa-compose@^4.1.0:
version "4.1.0"
resolved "https://registry.npm.qianxin-inc.cn/koa-compose/download/koa-compose-4.1.0.tgz#507306b9371901db41121c812e923d0d67d3e877"
integrity sha1-UHMGuTcZAdtBEhyBLpI9DWfT6Hc=
koa-convert@^2.0.0:
version "2.0.0"
resolved "https://registry.npm.qianxin-inc.cn/koa-convert/download/koa-convert-2.0.0.tgz#86a0c44d81d40551bae22fee6709904573eea4f5"
integrity sha1-hqDETYHUBVG64i/uZwmQRXPupPU=
dependencies:
co "^4.6.0"
koa-compose "^4.1.0"
koa-router@^12.0.0:
version "12.0.0"
resolved "https://registry.npm.qianxin-inc.cn/koa-router/download/koa-router-12.0.0.tgz#94276df8c7aef424b86728b0ff4a69de50050dbc"
integrity sha1-lCdt+Meu9CS4Zyiw/0pp3lAFDbw=
dependencies:
http-errors "^2.0.0"
koa-compose "^4.1.0"
methods "^1.1.2"
path-to-regexp "^6.2.1"
koa@^2.6.2:
version "2.15.2"
resolved "https://registry.npm.qianxin-inc.cn/koa/download/koa-2.15.2.tgz#1e4afe1482d01bd24ed6e30f630a960411f5ebf2"
integrity sha1-Hkr+FILQG9JO1uMPYwqWBBH16/I=
dependencies:
accepts "^1.3.5"
cache-content-type "^1.0.0"
content-disposition "~0.5.2"
content-type "^1.0.4"
cookies "~0.9.0"
debug "^4.3.2"
delegates "^1.0.0"
depd "^2.0.0"
destroy "^1.0.4"
encodeurl "^1.0.2"
escape-html "^1.0.3"
fresh "~0.5.2"
http-assert "^1.3.0"
http-errors "^1.6.3"
is-generator-function "^1.0.7"
koa-compose "^4.1.0"
koa-convert "^2.0.0"
on-finished "^2.3.0"
only "~0.0.2"
parseurl "^1.3.2"
statuses "^1.5.0"
type-is "^1.6.16"
vary "^1.1.2"
lines-and-columns@^1.1.6:
version "1.2.4"
resolved "https://registry.npm.qianxin-inc.cn/lines-and-columns/download/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
integrity sha1-7KKE910pZQeTCdwK2SVauy68FjI=
lru-cache@^6.0.0:
version "6.0.0"
resolved "https://registry.npm.qianxin-inc.cn/lru-cache/download/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
integrity sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ=
dependencies:
yallist "^4.0.0"
lru-cache@^7.14.1:
version "7.18.3"
resolved "https://registry.npm.qianxin-inc.cn/lru-cache/download/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
integrity sha1-95OJbg/Q6VSlnf3YLwdzgI32qok=
version "0.3.0"
resolved "https://registry.npm.qianxin-inc.cn/media-typer/download/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
methods@^1.1.2:
version "1.1.2"
resolved "https://registry.npm.qianxin-inc.cn/methods/download/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
version "1.52.0"
resolved "https://registry.npm.qianxin-inc.cn/mime-db/download/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
integrity sha1-u6vNwChZ9JhzAchW4zh85exDv3A=
mime-types@^2.1.18, mime-types@~2.1.24, mime-types@~2.1.34:
version "2.1.35"
resolved "https://registry.npm.qianxin-inc.cn/mime-types/download/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
integrity sha1-OBqHG2KnNEUGYK497uRIE/cNlZo=
dependencies:
mime-db "1.52.0"
version "3.0.1"
resolved "https://registry.npm.qianxin-inc.cn/mitt/download/mitt-3.0.1.tgz#ea36cf0cc30403601ae074c8f77b7092cdab36d1"
integrity sha1-6jbPDMMEA2Aa4HTI93twks2rNtE=
version "2.1.2"
resolved "https://registry.npm.qianxin-inc.cn/ms/download/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=
version "0.6.3"
resolved "https://registry.npm.qianxin-inc.cn/negotiator/download/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
integrity sha1-WOMjpy/twNb5zU0x/kn1FHlZDM0=
netmask@^2.0.2:
version "2.0.2"
resolved "https://registry.npm.qianxin-inc.cn/netmask/download/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7"
integrity sha1-iwGgdkQGXVNjg4NYI7xSAE66xec=
node-fetch@^2.6.12:
version "2.7.0"
resolved "https://registry.npm.qianxin-inc.cn/node-fetch/download/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
integrity sha1-0PD6bj4twdJ+/NitmdVQvalNGH0=
dependencies:
whatwg-url "^5.0.0"
on-finished@^2.3.0:
version "2.4.1"
resolved "https://registry.npm.qianxin-inc.cn/on-finished/download/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
integrity sha1-WMjEQRblSEWtV/FKsQsDUzGErD8=
dependencies:
ee-first "1.1.1"
once@^1.3.1, once@^1.4.0:
version "1.4.0"
resolved "https://registry.npm.qianxin-inc.cn/once/download/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
dependencies:
wrappy "1"
only@~0.0.2:
version "0.0.2"
resolved "https://registry.npm.qianxin-inc.cn/only/download/only-0.0.2.tgz#2afde84d03e50b9a8edc444e30610a70295edfb4"
integrity sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q=
pac-proxy-agent@^7.0.1:
version "7.0.1"
resolved "https://registry.npm.qianxin-inc.cn/pac-proxy-agent/download/pac-proxy-agent-7.0.1.tgz#6b9ddc002ec3ff0ba5fdf4a8a21d363bcc612d75"
integrity sha1-a53cAC7D/wul/fSooh02O8xhLXU=
dependencies:
"@tootallnate/quickjs-emscripten" "^0.23.0"
agent-base "^7.0.2"
debug "^4.3.4"
get-uri "^6.0.1"
http-proxy-agent "^7.0.0"
https-proxy-agent "^7.0.2"
pac-resolver "^7.0.0"
socks-proxy-agent "^8.0.2"
pac-resolver@^7.0.0:
version "7.0.0"
resolved "https://registry.npm.qianxin-inc.cn/pac-resolver/download/pac-resolver-7.0.0.tgz#79376f1ca26baf245b96b34c339d79bff25e900c"
integrity sha1-eTdvHKJrryRblrNMM515v/JekAw=
dependencies:
degenerator "^5.0.0"
ip "^1.1.8"
netmask "^2.0.2"
parent-module@^1.0.0:
version "1.0.1"
resolved "https://registry.npm.qianxin-inc.cn/parent-module/download/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
integrity sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=
dependencies:
callsites "^3.0.0"
parse-json@^5.2.0:
version "5.2.0"
resolved "https://registry.npm.qianxin-inc.cn/parse-json/download/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
integrity sha1-x2/Gbe5UIxyWKyK8yKcs8vmXU80=
dependencies:
"@babel/code-frame" "^7.0.0"
error-ex "^1.3.1"
json-parse-even-better-errors "^2.3.0"
lines-and-columns "^1.1.6"
parseurl@^1.3.2:
version "1.3.3"
resolved "https://registry.npm.qianxin-inc.cn/parseurl/download/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
integrity sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ=
path-to-regexp@^6.2.1:
version "6.2.1"
resolved "https://registry.npm.qianxin-inc.cn/path-to-regexp/download/path-to-regexp-6.2.1.tgz#d54934d6798eb9e5ef14e7af7962c945906918e5"
integrity sha1-1Uk01nmOueXvFOeveWLJRZBpGOU=
pend@~1.2.0:
version "1.2.0"
resolved "https://registry.npm.qianxin-inc.cn/pend/download/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
picocolors@^1.0.0:
version "1.0.0"
resolved "https://registry.npm.qianxin-inc.cn/picocolors/download/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
integrity sha1-y1vcdP8/UYkiNur3nWi8RFZKuBw=
version "2.0.3"
resolved "https://registry.npm.qianxin-inc.cn/progress/download/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha1-foz42PW48jnBvGi+tOt4Vn1XLvg=
version "6.4.0"
resolved "https://registry.npm.qianxin-inc.cn/proxy-agent/download/proxy-agent-6.4.0.tgz#b4e2dd51dee2b377748aef8d45604c2d7608652d"
integrity sha1-tOLdUd7is3d0iu+NRWBMLXYIZS0=
dependencies:
agent-base "^7.0.2"
debug "^4.3.4"
http-proxy-agent "^7.0.1"
https-proxy-agent "^7.0.3"
lru-cache "^7.14.1"
pac-proxy-agent "^7.0.1"
proxy-from-env "^1.1.0"
socks-proxy-agent "^8.0.2"
proxy-from-env@^1.1.0:
version "1.1.0"
resolved "https://registry.npm.qianxin-inc.cn/proxy-from-env/download/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
integrity sha1-4QLxbKNVQkhldV0sno6k8k1Yw+I=
pump@^3.0.0:
version "3.0.0"
resolved "https://registry.npm.qianxin-inc.cn/pump/download/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
integrity sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=
dependencies:
end-of-stream "^1.1.0"
once "^1.3.1"
version "22.3.0"
resolved "https://registry.npm.qianxin-inc.cn/puppeteer-core/download/puppeteer-core-22.3.0.tgz#89fa75bbbcfa2927e3045c69253cc676f7bda728"
integrity sha1-ifp1u7z6KSfjBFxpJTzGdve9pyg=
dependencies:
"@puppeteer/browsers" "2.1.0"
chromium-bidi "0.5.10"
cross-fetch "4.0.0"
debug "4.3.4"
devtools-protocol "0.0.1249869"
ws "8.16.0"
puppeteer@^22.3.0:
version "22.3.0"
resolved "https://registry.npm.qianxin-inc.cn/puppeteer/download/puppeteer-22.3.0.tgz#4ea1f1c8c5a527b0e4ca21a242af7d3d9b89e294"
integrity sha1-TqHxyMWlJ7DkyiGiQq99PZuJ4pQ=
dependencies:
"@puppeteer/browsers" "2.1.0"
cosmiconfig "9.0.0"
puppeteer-core "22.3.0"
queue-tick@^1.0.1:
version "1.0.1"
resolved "https://registry.npm.qianxin-inc.cn/queue-tick/download/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142"
integrity sha1-9vB6yCwf1g+C4Ji0F6gOUvH0wUI=
require-directory@^2.1.1:
version "2.1.1"
resolved "https://registry.npm.qianxin-inc.cn/require-directory/download/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
resolve-from@^4.0.0:
version "4.0.0"
resolved "https://registry.npm.qianxin-inc.cn/resolve-from/download/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
integrity sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY=
version "5.2.1"
resolved "https://registry.npm.qianxin-inc.cn/safe-buffer/download/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
integrity sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=
version "7.6.0"
resolved "https://registry.npm.qianxin-inc.cn/semver/download/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
integrity sha1-Gkak20v/zM2Xt0O1AFyDJfI9Ti0=
dependencies:
lru-cache "^6.0.0"
version "1.2.0"
resolved "https://registry.npm.qianxin-inc.cn/setprototypeof/download/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
integrity sha1-ZsmiSnP5/CjL5msJ/tPTPcrxtCQ=
smart-buffer@^4.2.0:
version "4.2.0"
resolved "https://registry.npm.qianxin-inc.cn/smart-buffer/download/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
integrity sha1-bh1x+k8YwF99D/IW3RakgdDo2a4=
socks-proxy-agent@^8.0.2:
version "8.0.2"
resolved "https://registry.npm.qianxin-inc.cn/socks-proxy-agent/download/socks-proxy-agent-8.0.2.tgz#5acbd7be7baf18c46a3f293a840109a430a640ad"
integrity sha1-WsvXvnuvGMRqPyk6hAEJpDCmQK0=
dependencies:
agent-base "^7.0.2"
debug "^4.3.4"
socks "^2.7.1"
socks@^2.7.1:
version "2.8.1"
resolved "https://registry.npm.qianxin-inc.cn/socks/download/socks-2.8.1.tgz#22c7d9dd7882649043cba0eafb49ae144e3457af"
integrity sha1-IsfZ3XiCZJBDy6Dq+0muFE40V68=
dependencies:
ip-address "^9.0.5"
smart-buffer "^4.2.0"
source-map@~0.6.1:
version "0.6.1"
resolved "https://registry.npm.qianxin-inc.cn/source-map/download/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
integrity sha1-dHIq8y6WFOnCh6jQu95IteLxomM=
sprintf-js@^1.1.3:
version "1.1.3"
resolved "https://registry.npm.qianxin-inc.cn/sprintf-js/download/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a"
integrity sha1-SRS5A6L4toXRf994pw6RfocuREo=
version "2.0.1"
resolved "https://registry.npm.qianxin-inc.cn/statuses/download/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
integrity sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=
"statuses@>= 1.5.0 < 2", statuses@^1.5.0:
version "1.5.0"
resolved "https://registry.npm.qianxin-inc.cn/statuses/download/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
streamx@^2.13.0, streamx@^2.15.0:
version "2.16.1"
resolved "https://registry.npm.qianxin-inc.cn/streamx/download/streamx-2.16.1.tgz#2b311bd34832f08aa6bb4d6a80297c9caef89614"
integrity sha1-KzEb00gy8Iqmu01qgCl8nK74lhQ=
dependencies:
fast-fifo "^1.1.0"
queue-tick "^1.0.1"
optionalDependencies:
bare-events "^2.2.0"
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.npm.qianxin-inc.cn/string-width/download/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA=
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.npm.qianxin-inc.cn/strip-ansi/download/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=
dependencies:
ansi-regex "^5.0.1"
supports-color@^5.3.0:
version "5.5.0"
resolved "https://registry.npm.qianxin-inc.cn/supports-color/download/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
integrity sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=
dependencies:
has-flag "^3.0.0"
version "3.0.5"
resolved "https://registry.npm.qianxin-inc.cn/tar-fs/download/tar-fs-3.0.5.tgz#f954d77767e4e6edf973384e1eb95f8f81d64ed9"
integrity sha1-+VTXd2fk5u35czhOHrlfj4HWTtk=
dependencies:
pump "^3.0.0"
tar-stream "^3.1.5"
optionalDependencies:
bare-fs "^2.1.1"
bare-path "^2.1.0"
tar-stream@^3.1.5:
version "3.1.7"
resolved "https://registry.npm.qianxin-inc.cn/tar-stream/download/tar-stream-3.1.7.tgz#24b3fb5eabada19fe7338ed6d26e5f7c482e792b"
integrity sha1-JLP7XqutoZ/nM47W0m5ffEgueSs=
dependencies:
b4a "^1.6.4"
fast-fifo "^1.2.0"
streamx "^2.15.0"
through@^2.3.8:
version "2.3.8"
resolved "https://registry.npm.qianxin-inc.cn/through/download/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
version "1.0.1"
resolved "https://registry.npm.qianxin-inc.cn/toidentifier/download/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
integrity sha1-O+NDIaiKgg7RvYDfqjPkefu43TU=
tr46@~0.0.3:
version "0.0.3"
resolved "https://registry.npm.qianxin-inc.cn/tr46/download/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
tslib@^2.0.1:
version "2.6.2"
resolved "https://registry.npm.qianxin-inc.cn/tslib/download/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha1-cDrClCXns3zW/UVukkBNRtHz5K4=
version "1.0.6"
resolved "https://registry.npm.qianxin-inc.cn/tsscmp/download/tsscmp-1.0.6.tgz#85b99583ac3589ec4bfef825b5000aa911d605eb"
integrity sha1-hbmVg6w1iexL/vgltQAKqRHWBes=
type-is@^1.6.16:
version "1.6.18"
resolved "https://registry.npm.qianxin-inc.cn/type-is/download/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
integrity sha1-TlUs0F3wlGfcvE73Od6J8s83wTE=
dependencies:
media-typer "0.3.0"
mime-types "~2.1.24"
version "1.4.3"
resolved "https://registry.npm.qianxin-inc.cn/unbzip2-stream/download/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
integrity sha1-sNoExDcTEd93HNwhXofyEwmRrOc=
dependencies:
buffer "^5.2.1"
through "^2.3.8"
undici-types@~5.26.4:
version "5.26.5"
resolved "https://registry.npm.qianxin-inc.cn/undici-types/download/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
integrity sha1-vNU5iT0AtW6WT9JlekhmsiGmVhc=
universalify@^0.1.0:
version "0.1.2"
resolved "https://registry.npm.qianxin-inc.cn/universalify/download/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
integrity sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=
version "10.0.0"
resolved "https://registry.npm.qianxin-inc.cn/urlpattern-polyfill/download/urlpattern-polyfill-10.0.0.tgz#f0a03a97bfb03cdf33553e5e79a2aadd22cac8ec"
integrity sha1-8KA6l7+wPN8zVT5eeaKq3SLKyOw=
vary@^1.1.2:
version "1.1.2"
resolved "https://registry.npm.qianxin-inc.cn/vary/download/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
webidl-conversions@^3.0.0:
version "3.0.1"
resolved "https://registry.npm.qianxin-inc.cn/webidl-conversions/download/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
whatwg-url@^5.0.0:
version "5.0.0"
resolved "https://registry.npm.qianxin-inc.cn/whatwg-url/download/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
dependencies:
tr46 "~0.0.3"
webidl-conversions "^3.0.0"
wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.npm.qianxin-inc.cn/wrap-ansi/download/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha1-Z+FFz/UQpqaYS98RUpEdadLrnkM=
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"
wrappy@1:
version "1.0.2"
resolved "https://registry.npm.qianxin-inc.cn/wrappy/download/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
version "8.16.0"
resolved "https://registry.npm.qianxin-inc.cn/ws/download/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
integrity sha1-0c13Tzb7wHFlBmpg5AMj6rZEb9Q=
y18n@^5.0.5:
version "5.0.8"
resolved "https://registry.npm.qianxin-inc.cn/y18n/download/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
integrity sha1-f0k00PfKjFb5UxSTndzS3ZHOHVU=
yallist@^4.0.0:
version "4.0.0"
resolved "https://registry.npm.qianxin-inc.cn/yallist/download/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=
yargs-parser@^21.1.1:
version "21.1.1"
resolved "https://registry.npm.qianxin-inc.cn/yargs-parser/download/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
integrity sha1-kJa87r+ZDSG7MfqVFuDt4pSnfTU=
version "17.7.2"
resolved "https://registry.npm.qianxin-inc.cn/yargs/download/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
integrity sha1-mR3zmspnWhkrgW4eA2P5110qomk=
dependencies:
cliui "^8.0.1"
escalade "^3.1.1"
get-caller-file "^2.0.5"
require-directory "^2.1.1"
string-width "^4.2.3"
y18n "^5.0.5"
yargs-parser "^21.1.1"
yauzl@^2.10.0:
version "2.10.0"
resolved "https://registry.npm.qianxin-inc.cn/yauzl/download/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=
dependencies:
buffer-crc32 "~0.2.3"
fd-slicer "~1.1.0"
ylru@^1.2.0:
version "1.3.2"
resolved "https://registry.npm.qianxin-inc.cn/ylru/download/ylru-1.3.2.tgz#0de48017473275a4cbdfc83a1eaf67c01af8a785"
integrity sha1-DeSAF0cydaTL38g6Hq9nwBr4p4U=
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zh888/node-view-img.git
[email protected]:zh888/node-view-img.git
zh888
node-view-img
node-view-img
master

搜索帮助