package-lock.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. {
  2. "name": "test_project1",
  3. "version": "1.0.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "@babel/code-frame": {
  8. "version": "7.14.5",
  9. "resolved": "https://registry.nlark.com/@babel/code-frame/download/@babel/code-frame-7.14.5.tgz",
  10. "integrity": "sha1-I7CNdA6D9JxeWZRfvxtD6Au/Tts=",
  11. "requires": {
  12. "@babel/highlight": "^7.14.5"
  13. }
  14. },
  15. "@babel/compat-data": {
  16. "version": "7.14.7",
  17. "resolved": "https://registry.nlark.com/@babel/compat-data/download/@babel/compat-data-7.14.7.tgz",
  18. "integrity": "sha1-ewR9ejqJpn0iWNxh9gTwmPG8fgg="
  19. },
  20. "@babel/core": {
  21. "version": "7.14.6",
  22. "resolved": "https://registry.nlark.com/@babel/core/download/@babel/core-7.14.6.tgz",
  23. "integrity": "sha1-4IFOwalQAy/xbBOich3jmoQW/Ks=",
  24. "requires": {
  25. "@babel/code-frame": "^7.14.5",
  26. "@babel/generator": "^7.14.5",
  27. "@babel/helper-compilation-targets": "^7.14.5",
  28. "@babel/helper-module-transforms": "^7.14.5",
  29. "@babel/helpers": "^7.14.6",
  30. "@babel/parser": "^7.14.6",
  31. "@babel/template": "^7.14.5",
  32. "@babel/traverse": "^7.14.5",
  33. "@babel/types": "^7.14.5",
  34. "convert-source-map": "^1.7.0",
  35. "debug": "^4.1.0",
  36. "gensync": "^1.0.0-beta.2",
  37. "json5": "^2.1.2",
  38. "semver": "^6.3.0",
  39. "source-map": "^0.5.0"
  40. }
  41. },
  42. "@babel/generator": {
  43. "version": "7.14.5",
  44. "resolved": "https://registry.nlark.com/@babel/generator/download/@babel/generator-7.14.5.tgz",
  45. "integrity": "sha1-hI17nwMcrKnQzQrwGwY/Im9S14U=",
  46. "requires": {
  47. "@babel/types": "^7.14.5",
  48. "jsesc": "^2.5.1",
  49. "source-map": "^0.5.0"
  50. }
  51. },
  52. "@babel/helper-annotate-as-pure": {
  53. "version": "7.14.5",
  54. "resolved": "https://registry.nlark.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.14.5.tgz",
  55. "integrity": "sha1-e/R47Dtxcm1WqMpXdbBG/CmHnmE=",
  56. "requires": {
  57. "@babel/types": "^7.14.5"
  58. }
  59. },
  60. "@babel/helper-compilation-targets": {
  61. "version": "7.14.5",
  62. "resolved": "https://registry.nlark.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.14.5.tgz?cache=0&sync_timestamp=1623280514256&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-compilation-targets%2Fdownload%2F%40babel%2Fhelper-compilation-targets-7.14.5.tgz",
  63. "integrity": "sha1-epnF0JZ5Eely/iw0EffVtJhJjs8=",
  64. "requires": {
  65. "@babel/compat-data": "^7.14.5",
  66. "@babel/helper-validator-option": "^7.14.5",
  67. "browserslist": "^4.16.6",
  68. "semver": "^6.3.0"
  69. }
  70. },
  71. "@babel/helper-function-name": {
  72. "version": "7.14.5",
  73. "resolved": "https://registry.nlark.com/@babel/helper-function-name/download/@babel/helper-function-name-7.14.5.tgz?cache=0&sync_timestamp=1623280544273&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-function-name%2Fdownload%2F%40babel%2Fhelper-function-name-7.14.5.tgz",
  74. "integrity": "sha1-ieLEdJcvFdjiM7Uu6MSA4s/NUMQ=",
  75. "requires": {
  76. "@babel/helper-get-function-arity": "^7.14.5",
  77. "@babel/template": "^7.14.5",
  78. "@babel/types": "^7.14.5"
  79. }
  80. },
  81. "@babel/helper-get-function-arity": {
  82. "version": "7.14.5",
  83. "resolved": "https://registry.nlark.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.14.5.tgz",
  84. "integrity": "sha1-Jfv6V5sJN+7h87gF7OTOOYxDGBU=",
  85. "requires": {
  86. "@babel/types": "^7.14.5"
  87. }
  88. },
  89. "@babel/helper-hoist-variables": {
  90. "version": "7.14.5",
  91. "resolved": "https://registry.nlark.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.14.5.tgz",
  92. "integrity": "sha1-4N0nwzp45XfXyIhJFqPn7x98f40=",
  93. "requires": {
  94. "@babel/types": "^7.14.5"
  95. }
  96. },
  97. "@babel/helper-member-expression-to-functions": {
  98. "version": "7.14.7",
  99. "resolved": "https://registry.nlark.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.14.7.tgz",
  100. "integrity": "sha1-l+ViRL65QhH+J3vYGOOjKcZveXA=",
  101. "requires": {
  102. "@babel/types": "^7.14.5"
  103. }
  104. },
  105. "@babel/helper-module-imports": {
  106. "version": "7.14.5",
  107. "resolved": "https://registry.nlark.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.14.5.tgz",
  108. "integrity": "sha1-bRpE32o4yVeqfDEtoHZCnxG0IvM=",
  109. "requires": {
  110. "@babel/types": "^7.14.5"
  111. }
  112. },
  113. "@babel/helper-module-transforms": {
  114. "version": "7.14.5",
  115. "resolved": "https://registry.nlark.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.14.5.tgz?cache=0&sync_timestamp=1623280540631&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-module-transforms%2Fdownload%2F%40babel%2Fhelper-module-transforms-7.14.5.tgz",
  116. "integrity": "sha1-feQvENeJtCPrkC69JAMcp3yx4Q4=",
  117. "requires": {
  118. "@babel/helper-module-imports": "^7.14.5",
  119. "@babel/helper-replace-supers": "^7.14.5",
  120. "@babel/helper-simple-access": "^7.14.5",
  121. "@babel/helper-split-export-declaration": "^7.14.5",
  122. "@babel/helper-validator-identifier": "^7.14.5",
  123. "@babel/template": "^7.14.5",
  124. "@babel/traverse": "^7.14.5",
  125. "@babel/types": "^7.14.5"
  126. }
  127. },
  128. "@babel/helper-optimise-call-expression": {
  129. "version": "7.14.5",
  130. "resolved": "https://registry.nlark.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.14.5.tgz",
  131. "integrity": "sha1-8nOVqGGeBmWz8DZM3bQcJdcbSZw=",
  132. "requires": {
  133. "@babel/types": "^7.14.5"
  134. }
  135. },
  136. "@babel/helper-plugin-utils": {
  137. "version": "7.14.5",
  138. "resolved": "https://registry.nlark.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.14.5.tgz",
  139. "integrity": "sha1-WsgizpfuxGdBq3ClF5ceRDpwxak="
  140. },
  141. "@babel/helper-replace-supers": {
  142. "version": "7.14.5",
  143. "resolved": "https://registry.nlark.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.14.5.tgz?cache=0&sync_timestamp=1623280539767&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-replace-supers%2Fdownload%2F%40babel%2Fhelper-replace-supers-7.14.5.tgz",
  144. "integrity": "sha1-DswLA8Qc1We0Ak6gFhNMKEFKu5Q=",
  145. "requires": {
  146. "@babel/helper-member-expression-to-functions": "^7.14.5",
  147. "@babel/helper-optimise-call-expression": "^7.14.5",
  148. "@babel/traverse": "^7.14.5",
  149. "@babel/types": "^7.14.5"
  150. }
  151. },
  152. "@babel/helper-simple-access": {
  153. "version": "7.14.5",
  154. "resolved": "https://registry.nlark.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.14.5.tgz",
  155. "integrity": "sha1-ZuqFz1O6C05Yi6d/yBP1OryqQcQ=",
  156. "requires": {
  157. "@babel/types": "^7.14.5"
  158. }
  159. },
  160. "@babel/helper-split-export-declaration": {
  161. "version": "7.14.5",
  162. "resolved": "https://registry.nlark.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.14.5.tgz?cache=0&sync_timestamp=1623280535830&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-split-export-declaration%2Fdownload%2F%40babel%2Fhelper-split-export-declaration-7.14.5.tgz",
  163. "integrity": "sha1-IrI6VO9RwrdgXYUZMMGXbdC8aTo=",
  164. "requires": {
  165. "@babel/types": "^7.14.5"
  166. }
  167. },
  168. "@babel/helper-validator-identifier": {
  169. "version": "7.14.5",
  170. "resolved": "https://registry.nlark.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.14.5.tgz",
  171. "integrity": "sha1-0PDid8US4Mk4J3+qhaOWjJpEwOg="
  172. },
  173. "@babel/helper-validator-option": {
  174. "version": "7.14.5",
  175. "resolved": "https://registry.nlark.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.14.5.tgz",
  176. "integrity": "sha1-bnKh//GNXfy4eOHmLxoCHEty1aM="
  177. },
  178. "@babel/helper-wrap-function": {
  179. "version": "7.14.5",
  180. "resolved": "https://registry.nlark.com/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.14.5.tgz?cache=0&sync_timestamp=1623280540387&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-wrap-function%2Fdownload%2F%40babel%2Fhelper-wrap-function-7.14.5.tgz",
  181. "integrity": "sha1-WRnRFb8P4yi4pdY7y2EPUWAfK/8=",
  182. "requires": {
  183. "@babel/helper-function-name": "^7.14.5",
  184. "@babel/template": "^7.14.5",
  185. "@babel/traverse": "^7.14.5",
  186. "@babel/types": "^7.14.5"
  187. }
  188. },
  189. "@babel/helpers": {
  190. "version": "7.14.6",
  191. "resolved": "https://registry.nlark.com/@babel/helpers/download/@babel/helpers-7.14.6.tgz",
  192. "integrity": "sha1-W1gwa5XxtH4qAZlDT6hlj6bCFjU=",
  193. "requires": {
  194. "@babel/template": "^7.14.5",
  195. "@babel/traverse": "^7.14.5",
  196. "@babel/types": "^7.14.5"
  197. }
  198. },
  199. "@babel/highlight": {
  200. "version": "7.14.5",
  201. "resolved": "https://registry.nlark.com/@babel/highlight/download/@babel/highlight-7.14.5.tgz",
  202. "integrity": "sha1-aGGlLwOWZAUAH2qlNKAaJNmejNk=",
  203. "requires": {
  204. "@babel/helper-validator-identifier": "^7.14.5",
  205. "chalk": "^2.0.0",
  206. "js-tokens": "^4.0.0"
  207. }
  208. },
  209. "@babel/parser": {
  210. "version": "7.14.7",
  211. "resolved": "https://registry.nlark.com/@babel/parser/download/@babel/parser-7.14.7.tgz",
  212. "integrity": "sha1-YJlyDIg5yoZaJjfmyFhS6tC9tZU="
  213. },
  214. "@babel/plugin-proposal-function-sent": {
  215. "version": "7.14.5",
  216. "resolved": "https://registry.nlark.com/@babel/plugin-proposal-function-sent/download/@babel/plugin-proposal-function-sent-7.14.5.tgz",
  217. "integrity": "sha1-c5SzB7E84sYI/lqySzhnqlkGm2o=",
  218. "requires": {
  219. "@babel/helper-plugin-utils": "^7.14.5",
  220. "@babel/helper-wrap-function": "^7.14.5",
  221. "@babel/plugin-syntax-function-sent": "^7.14.5"
  222. }
  223. },
  224. "@babel/plugin-syntax-async-generators": {
  225. "version": "7.8.4",
  226. "resolved": "https://registry.npm.taobao.org/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz",
  227. "integrity": "sha1-qYP7Gusuw/btBCohD2QOkOeG/g0=",
  228. "requires": {
  229. "@babel/helper-plugin-utils": "^7.8.0"
  230. }
  231. },
  232. "@babel/plugin-syntax-function-sent": {
  233. "version": "7.14.5",
  234. "resolved": "https://registry.nlark.com/@babel/plugin-syntax-function-sent/download/@babel/plugin-syntax-function-sent-7.14.5.tgz",
  235. "integrity": "sha1-F7tV6eU4V6+TpXAAZEwCCWLwezI=",
  236. "requires": {
  237. "@babel/helper-plugin-utils": "^7.14.5"
  238. }
  239. },
  240. "@babel/plugin-transform-arrow-functions": {
  241. "version": "7.14.5",
  242. "resolved": "https://registry.nlark.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.14.5.tgz",
  243. "integrity": "sha1-9xh9lYinaN0IC/TJ/+EX6mL3hio=",
  244. "requires": {
  245. "@babel/helper-plugin-utils": "^7.14.5"
  246. }
  247. },
  248. "@babel/plugin-transform-block-scoping": {
  249. "version": "7.14.5",
  250. "resolved": "https://registry.nlark.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.14.5.tgz",
  251. "integrity": "sha1-jMY+YeUPQuB45vCb53WnXyPvmTk=",
  252. "requires": {
  253. "@babel/helper-plugin-utils": "^7.14.5"
  254. }
  255. },
  256. "@babel/plugin-transform-classes": {
  257. "version": "7.14.5",
  258. "resolved": "https://registry.nlark.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.14.5.tgz?cache=0&sync_timestamp=1623280541378&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-classes%2Fdownload%2F%40babel%2Fplugin-transform-classes-7.14.5.tgz",
  259. "integrity": "sha1-DpjoIJezhVCwO0g/m1GnjeCsss8=",
  260. "requires": {
  261. "@babel/helper-annotate-as-pure": "^7.14.5",
  262. "@babel/helper-function-name": "^7.14.5",
  263. "@babel/helper-optimise-call-expression": "^7.14.5",
  264. "@babel/helper-plugin-utils": "^7.14.5",
  265. "@babel/helper-replace-supers": "^7.14.5",
  266. "@babel/helper-split-export-declaration": "^7.14.5",
  267. "globals": "^11.1.0"
  268. }
  269. },
  270. "@babel/plugin-transform-for-of": {
  271. "version": "7.14.5",
  272. "resolved": "https://registry.nlark.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.14.5.tgz",
  273. "integrity": "sha1-2uOEYT3o93wZaohpy/YCpE9/wOs=",
  274. "requires": {
  275. "@babel/helper-plugin-utils": "^7.14.5"
  276. }
  277. },
  278. "@babel/runtime": {
  279. "version": "7.14.6",
  280. "resolved": "https://registry.nlark.com/@babel/runtime/download/@babel/runtime-7.14.6.tgz",
  281. "integrity": "sha1-U1IDvAiS78fexgvcJ7Ls9uQJBi0=",
  282. "requires": {
  283. "regenerator-runtime": "^0.13.4"
  284. }
  285. },
  286. "@babel/template": {
  287. "version": "7.14.5",
  288. "resolved": "https://registry.nlark.com/@babel/template/download/@babel/template-7.14.5.tgz?cache=0&sync_timestamp=1623280543555&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftemplate%2Fdownload%2F%40babel%2Ftemplate-7.14.5.tgz",
  289. "integrity": "sha1-qbydizM1T/blWpxg0RCSAKaJdPQ=",
  290. "requires": {
  291. "@babel/code-frame": "^7.14.5",
  292. "@babel/parser": "^7.14.5",
  293. "@babel/types": "^7.14.5"
  294. }
  295. },
  296. "@babel/traverse": {
  297. "version": "7.14.7",
  298. "resolved": "https://registry.nlark.com/@babel/traverse/download/@babel/traverse-7.14.7.tgz?cache=0&sync_timestamp=1624313310223&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.14.7.tgz",
  299. "integrity": "sha1-ZAB8l3TP3Dq9I7B4C8GKPONjF1M=",
  300. "requires": {
  301. "@babel/code-frame": "^7.14.5",
  302. "@babel/generator": "^7.14.5",
  303. "@babel/helper-function-name": "^7.14.5",
  304. "@babel/helper-hoist-variables": "^7.14.5",
  305. "@babel/helper-split-export-declaration": "^7.14.5",
  306. "@babel/parser": "^7.14.7",
  307. "@babel/types": "^7.14.5",
  308. "debug": "^4.1.0",
  309. "globals": "^11.1.0"
  310. }
  311. },
  312. "@babel/types": {
  313. "version": "7.14.5",
  314. "resolved": "https://registry.nlark.com/@babel/types/download/@babel/types-7.14.5.tgz",
  315. "integrity": "sha1-O7mXuoKaIQTO2yBonEpbgSHTg/8=",
  316. "requires": {
  317. "@babel/helper-validator-identifier": "^7.14.5",
  318. "to-fast-properties": "^2.0.0"
  319. }
  320. },
  321. "@vant/weapp": {
  322. "version": "1.3.3",
  323. "resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.3.3.tgz",
  324. "integrity": "sha512-XZFRsam3QSnkbBRqdcldi1+VZtAtHbj92S7AF9dG/YpEN0FFEm+vDb881+xXkHFfzLPx509TriKWU6ktlNZSmw=="
  325. },
  326. "acorn": {
  327. "version": "5.7.4",
  328. "resolved": "https://registry.nlark.com/acorn/download/acorn-5.7.4.tgz?cache=0&sync_timestamp=1623419719979&other_urls=https%3A%2F%2Fregistry.nlark.com%2Facorn%2Fdownload%2Facorn-5.7.4.tgz",
  329. "integrity": "sha1-Po2KmUfQWZoXltECJddDL0pKz14="
  330. },
  331. "ansi-styles": {
  332. "version": "3.2.1",
  333. "resolved": "https://registry.nlark.com/ansi-styles/download/ansi-styles-3.2.1.tgz?cache=0&sync_timestamp=1618995547052&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fansi-styles%2Fdownload%2Fansi-styles-3.2.1.tgz",
  334. "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
  335. "requires": {
  336. "color-convert": "^1.9.0"
  337. }
  338. },
  339. "ast-types": {
  340. "version": "0.9.6",
  341. "resolved": "https://registry.npm.taobao.org/ast-types/download/ast-types-0.9.6.tgz?cache=0&sync_timestamp=1599935882818&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fast-types%2Fdownload%2Fast-types-0.9.6.tgz",
  342. "integrity": "sha1-ECyenpAF0+fjgpvwxPok7oYu6bk="
  343. },
  344. "balanced-match": {
  345. "version": "1.0.2",
  346. "resolved": "https://registry.npm.taobao.org/balanced-match/download/balanced-match-1.0.2.tgz?cache=0&sync_timestamp=1617714298273&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbalanced-match%2Fdownload%2Fbalanced-match-1.0.2.tgz",
  347. "integrity": "sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4="
  348. },
  349. "brace-expansion": {
  350. "version": "1.1.11",
  351. "resolved": "https://registry.npm.taobao.org/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1614010713935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz",
  352. "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=",
  353. "requires": {
  354. "balanced-match": "^1.0.0",
  355. "concat-map": "0.0.1"
  356. }
  357. },
  358. "browserslist": {
  359. "version": "4.16.6",
  360. "resolved": "https://registry.nlark.com/browserslist/download/browserslist-4.16.6.tgz?cache=0&sync_timestamp=1619789155823&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbrowserslist%2Fdownload%2Fbrowserslist-4.16.6.tgz",
  361. "integrity": "sha1-15ASd6WojlVO0wWxg+ybDAj2b6I=",
  362. "requires": {
  363. "caniuse-lite": "^1.0.30001219",
  364. "colorette": "^1.2.2",
  365. "electron-to-chromium": "^1.3.723",
  366. "escalade": "^3.1.1",
  367. "node-releases": "^1.1.71"
  368. }
  369. },
  370. "caniuse-lite": {
  371. "version": "1.0.30001239",
  372. "resolved": "https://registry.nlark.com/caniuse-lite/download/caniuse-lite-1.0.30001239.tgz?cache=0&sync_timestamp=1624135906185&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcaniuse-lite%2Fdownload%2Fcaniuse-lite-1.0.30001239.tgz",
  373. "integrity": "sha1-ZuhmmYW7LLhMyxD2jCXObdPk0rg="
  374. },
  375. "chalk": {
  376. "version": "2.4.2",
  377. "resolved": "https://registry.nlark.com/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1618995355917&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz",
  378. "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
  379. "requires": {
  380. "ansi-styles": "^3.2.1",
  381. "escape-string-regexp": "^1.0.5",
  382. "supports-color": "^5.3.0"
  383. }
  384. },
  385. "color-convert": {
  386. "version": "1.9.3",
  387. "resolved": "https://registry.npm.taobao.org/color-convert/download/color-convert-1.9.3.tgz",
  388. "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
  389. "requires": {
  390. "color-name": "1.1.3"
  391. }
  392. },
  393. "color-name": {
  394. "version": "1.1.3",
  395. "resolved": "https://registry.npm.taobao.org/color-name/download/color-name-1.1.3.tgz",
  396. "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
  397. },
  398. "colorette": {
  399. "version": "1.2.2",
  400. "resolved": "https://registry.npm.taobao.org/colorette/download/colorette-1.2.2.tgz?cache=0&sync_timestamp=1614259647923&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcolorette%2Fdownload%2Fcolorette-1.2.2.tgz",
  401. "integrity": "sha1-y8x51emcrqLb8Q6zom/Ys+as+pQ="
  402. },
  403. "commander": {
  404. "version": "2.20.3",
  405. "resolved": "https://registry.nlark.com/commander/download/commander-2.20.3.tgz?cache=0&sync_timestamp=1622954251160&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz",
  406. "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM="
  407. },
  408. "commoner": {
  409. "version": "0.10.8",
  410. "resolved": "https://registry.npm.taobao.org/commoner/download/commoner-0.10.8.tgz",
  411. "integrity": "sha1-NPw2cs0kOT6LtH5wyqApOBH08sU=",
  412. "requires": {
  413. "commander": "^2.5.0",
  414. "detective": "^4.3.1",
  415. "glob": "^5.0.15",
  416. "graceful-fs": "^4.1.2",
  417. "iconv-lite": "^0.4.5",
  418. "mkdirp": "^0.5.0",
  419. "private": "^0.1.6",
  420. "q": "^1.1.2",
  421. "recast": "^0.11.17"
  422. },
  423. "dependencies": {
  424. "recast": {
  425. "version": "0.11.23",
  426. "resolved": "https://registry.npm.taobao.org/recast/download/recast-0.11.23.tgz",
  427. "integrity": "sha1-RR/TAEqx5N+bTktmN2sqIZEkYtM=",
  428. "requires": {
  429. "ast-types": "0.9.6",
  430. "esprima": "~3.1.0",
  431. "private": "~0.1.5",
  432. "source-map": "~0.5.0"
  433. }
  434. }
  435. }
  436. },
  437. "concat-map": {
  438. "version": "0.0.1",
  439. "resolved": "https://registry.npm.taobao.org/concat-map/download/concat-map-0.0.1.tgz",
  440. "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
  441. },
  442. "convert-source-map": {
  443. "version": "1.8.0",
  444. "resolved": "https://registry.nlark.com/convert-source-map/download/convert-source-map-1.8.0.tgz",
  445. "integrity": "sha1-8zc8MtIbTXgN2ABFFGhPt5HKQ2k=",
  446. "requires": {
  447. "safe-buffer": "~5.1.1"
  448. }
  449. },
  450. "debug": {
  451. "version": "4.3.1",
  452. "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.3.1.tgz?cache=0&sync_timestamp=1607566548985&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.3.1.tgz",
  453. "integrity": "sha1-8NIpxQXgxtjEmsVT0bE9wYP2su4=",
  454. "requires": {
  455. "ms": "2.1.2"
  456. }
  457. },
  458. "defined": {
  459. "version": "1.0.0",
  460. "resolved": "https://registry.npm.taobao.org/defined/download/defined-1.0.0.tgz",
  461. "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM="
  462. },
  463. "detective": {
  464. "version": "4.7.1",
  465. "resolved": "https://registry.npm.taobao.org/detective/download/detective-4.7.1.tgz",
  466. "integrity": "sha1-DspzFDOEQv67bWXaVMELscgrJG4=",
  467. "requires": {
  468. "acorn": "^5.2.1",
  469. "defined": "^1.0.0"
  470. }
  471. },
  472. "electron-to-chromium": {
  473. "version": "1.3.756",
  474. "resolved": "https://registry.nlark.com/electron-to-chromium/download/electron-to-chromium-1.3.756.tgz?cache=0&sync_timestamp=1624485790609&other_urls=https%3A%2F%2Fregistry.nlark.com%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.756.tgz",
  475. "integrity": "sha1-lCzuWc1k0Z9XbY1YBO7wnLQjdAw="
  476. },
  477. "escalade": {
  478. "version": "3.1.1",
  479. "resolved": "https://registry.npm.taobao.org/escalade/download/escalade-3.1.1.tgz?cache=0&sync_timestamp=1602567261690&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescalade%2Fdownload%2Fescalade-3.1.1.tgz",
  480. "integrity": "sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA="
  481. },
  482. "escape-string-regexp": {
  483. "version": "1.0.5",
  484. "resolved": "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz?cache=0&sync_timestamp=1618677355234&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescape-string-regexp%2Fdownload%2Fescape-string-regexp-1.0.5.tgz",
  485. "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
  486. },
  487. "esprima": {
  488. "version": "3.1.3",
  489. "resolved": "https://registry.npm.taobao.org/esprima/download/esprima-3.1.3.tgz",
  490. "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM="
  491. },
  492. "gensync": {
  493. "version": "1.0.0-beta.2",
  494. "resolved": "https://registry.npm.taobao.org/gensync/download/gensync-1.0.0-beta.2.tgz",
  495. "integrity": "sha1-MqbudsPX9S1GsrGuXZP+qFgKJeA="
  496. },
  497. "glob": {
  498. "version": "5.0.15",
  499. "resolved": "https://registry.nlark.com/glob/download/glob-5.0.15.tgz?cache=0&sync_timestamp=1620337498129&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglob%2Fdownload%2Fglob-5.0.15.tgz",
  500. "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
  501. "requires": {
  502. "inflight": "^1.0.4",
  503. "inherits": "2",
  504. "minimatch": "2 || 3",
  505. "once": "^1.3.0",
  506. "path-is-absolute": "^1.0.0"
  507. }
  508. },
  509. "globals": {
  510. "version": "11.12.0",
  511. "resolved": "https://registry.nlark.com/globals/download/globals-11.12.0.tgz?cache=0&sync_timestamp=1622088036473&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglobals%2Fdownload%2Fglobals-11.12.0.tgz",
  512. "integrity": "sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4="
  513. },
  514. "graceful-fs": {
  515. "version": "4.2.6",
  516. "resolved": "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.6.tgz",
  517. "integrity": "sha1-/wQLKwhTsjw9MQJ1I3BvGIXXa+4="
  518. },
  519. "has-flag": {
  520. "version": "3.0.0",
  521. "resolved": "https://registry.npm.taobao.org/has-flag/download/has-flag-3.0.0.tgz?cache=0&sync_timestamp=1618559744568&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhas-flag%2Fdownload%2Fhas-flag-3.0.0.tgz",
  522. "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
  523. },
  524. "iconv-lite": {
  525. "version": "0.4.24",
  526. "resolved": "https://registry.nlark.com/iconv-lite/download/iconv-lite-0.4.24.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ficonv-lite%2Fdownload%2Ficonv-lite-0.4.24.tgz",
  527. "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=",
  528. "requires": {
  529. "safer-buffer": ">= 2.1.2 < 3"
  530. }
  531. },
  532. "inflight": {
  533. "version": "1.0.6",
  534. "resolved": "https://registry.npm.taobao.org/inflight/download/inflight-1.0.6.tgz",
  535. "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  536. "requires": {
  537. "once": "^1.3.0",
  538. "wrappy": "1"
  539. }
  540. },
  541. "inherits": {
  542. "version": "2.0.4",
  543. "resolved": "https://registry.npm.taobao.org/inherits/download/inherits-2.0.4.tgz",
  544. "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
  545. },
  546. "js-tokens": {
  547. "version": "4.0.0",
  548. "resolved": "https://registry.nlark.com/js-tokens/download/js-tokens-4.0.0.tgz",
  549. "integrity": "sha1-GSA/tZmR35jjoocFDUZHzerzJJk="
  550. },
  551. "jsesc": {
  552. "version": "2.5.2",
  553. "resolved": "https://registry.npm.taobao.org/jsesc/download/jsesc-2.5.2.tgz?cache=0&sync_timestamp=1603891242793&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjsesc%2Fdownload%2Fjsesc-2.5.2.tgz",
  554. "integrity": "sha1-gFZNLkg9rPbo7yCWUKZ98/DCg6Q="
  555. },
  556. "json5": {
  557. "version": "2.2.0",
  558. "resolved": "https://registry.npm.taobao.org/json5/download/json5-2.2.0.tgz",
  559. "integrity": "sha1-Lf7+cgxrpSXZ69kJlQ8FFTFsiaM=",
  560. "requires": {
  561. "minimist": "^1.2.5"
  562. }
  563. },
  564. "minimatch": {
  565. "version": "3.0.4",
  566. "resolved": "https://registry.npm.taobao.org/minimatch/download/minimatch-3.0.4.tgz",
  567. "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
  568. "requires": {
  569. "brace-expansion": "^1.1.7"
  570. }
  571. },
  572. "minimist": {
  573. "version": "1.2.5",
  574. "resolved": "https://registry.npm.taobao.org/minimist/download/minimist-1.2.5.tgz",
  575. "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI="
  576. },
  577. "mkdirp": {
  578. "version": "0.5.5",
  579. "resolved": "https://registry.npm.taobao.org/mkdirp/download/mkdirp-0.5.5.tgz",
  580. "integrity": "sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8=",
  581. "requires": {
  582. "minimist": "^1.2.5"
  583. }
  584. },
  585. "ms": {
  586. "version": "2.1.2",
  587. "resolved": "https://registry.npm.taobao.org/ms/download/ms-2.1.2.tgz?cache=0&sync_timestamp=1607433856030&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fms%2Fdownload%2Fms-2.1.2.tgz",
  588. "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk="
  589. },
  590. "node-releases": {
  591. "version": "1.1.73",
  592. "resolved": "https://registry.nlark.com/node-releases/download/node-releases-1.1.73.tgz",
  593. "integrity": "sha1-3U6B3dUnf/hGuAtSu0DEnt96eyA="
  594. },
  595. "once": {
  596. "version": "1.4.0",
  597. "resolved": "https://registry.npm.taobao.org/once/download/once-1.4.0.tgz",
  598. "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  599. "requires": {
  600. "wrappy": "1"
  601. }
  602. },
  603. "path-is-absolute": {
  604. "version": "1.0.1",
  605. "resolved": "https://registry.npm.taobao.org/path-is-absolute/download/path-is-absolute-1.0.1.tgz",
  606. "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
  607. },
  608. "private": {
  609. "version": "0.1.8",
  610. "resolved": "https://registry.npm.taobao.org/private/download/private-0.1.8.tgz",
  611. "integrity": "sha1-I4Hts2ifelPWUxkAYPz4ItLzaP8="
  612. },
  613. "q": {
  614. "version": "1.5.1",
  615. "resolved": "https://registry.npm.taobao.org/q/download/q-1.5.1.tgz",
  616. "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
  617. },
  618. "recast": {
  619. "version": "0.18.10",
  620. "resolved": "https://registry.npm.taobao.org/recast/download/recast-0.18.10.tgz",
  621. "integrity": "sha1-YF675iFRHribY1an4iS/9m7ZFHg=",
  622. "requires": {
  623. "ast-types": "0.13.3",
  624. "esprima": "~4.0.0",
  625. "private": "^0.1.8",
  626. "source-map": "~0.6.1"
  627. },
  628. "dependencies": {
  629. "ast-types": {
  630. "version": "0.13.3",
  631. "resolved": "https://registry.npm.taobao.org/ast-types/download/ast-types-0.13.3.tgz?cache=0&sync_timestamp=1599935882818&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fast-types%2Fdownload%2Fast-types-0.13.3.tgz",
  632. "integrity": "sha1-UNo/KNF728eWmjotg6DkpyrnVac="
  633. },
  634. "esprima": {
  635. "version": "4.0.1",
  636. "resolved": "https://registry.npm.taobao.org/esprima/download/esprima-4.0.1.tgz",
  637. "integrity": "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE="
  638. },
  639. "source-map": {
  640. "version": "0.6.1",
  641. "resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.6.1.tgz?cache=0&sync_timestamp=1601546737481&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map%2Fdownload%2Fsource-map-0.6.1.tgz",
  642. "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM="
  643. }
  644. }
  645. },
  646. "regenerator": {
  647. "version": "0.14.7",
  648. "resolved": "https://registry.npm.taobao.org/regenerator/download/regenerator-0.14.7.tgz",
  649. "integrity": "sha1-ct3zNCadeSm5+Z6h/UaFP/pCFb8=",
  650. "requires": {
  651. "@babel/core": "^7.8.4",
  652. "@babel/runtime": "^7.8.4",
  653. "@babel/types": "^7.8.3",
  654. "commoner": "^0.10.8",
  655. "private": "^0.1.8",
  656. "recast": "^0.18.7",
  657. "regenerator-preset": "^0.13.2",
  658. "regenerator-runtime": "^0.13.7",
  659. "regenerator-transform": "^0.14.5",
  660. "through": "^2.3.8"
  661. }
  662. },
  663. "regenerator-preset": {
  664. "version": "0.13.2",
  665. "resolved": "https://registry.npm.taobao.org/regenerator-preset/download/regenerator-preset-0.13.2.tgz",
  666. "integrity": "sha1-mABrfeNYYIUCcHB8MfIKY+1adTU=",
  667. "requires": {
  668. "@babel/plugin-proposal-function-sent": "^7.8.3",
  669. "@babel/plugin-syntax-async-generators": "^7.8.4",
  670. "@babel/plugin-transform-arrow-functions": "^7.8.3",
  671. "@babel/plugin-transform-block-scoping": "^7.8.3",
  672. "@babel/plugin-transform-classes": "^7.8.3",
  673. "@babel/plugin-transform-for-of": "^7.8.4",
  674. "regenerator-transform": "^0.14.2"
  675. }
  676. },
  677. "regenerator-runtime": {
  678. "version": "0.13.7",
  679. "resolved": "https://registry.npm.taobao.org/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz",
  680. "integrity": "sha1-ysLazIoepnX+qrrriugziYrkb1U="
  681. },
  682. "regenerator-transform": {
  683. "version": "0.14.5",
  684. "resolved": "https://registry.npm.taobao.org/regenerator-transform/download/regenerator-transform-0.14.5.tgz",
  685. "integrity": "sha1-yY2hVGg2ccnE3LFuznNlF+G3/rQ=",
  686. "requires": {
  687. "@babel/runtime": "^7.8.4"
  688. }
  689. },
  690. "safe-buffer": {
  691. "version": "5.1.2",
  692. "resolved": "https://registry.npm.taobao.org/safe-buffer/download/safe-buffer-5.1.2.tgz",
  693. "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
  694. },
  695. "safer-buffer": {
  696. "version": "2.1.2",
  697. "resolved": "https://registry.npm.taobao.org/safer-buffer/download/safer-buffer-2.1.2.tgz",
  698. "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo="
  699. },
  700. "semver": {
  701. "version": "6.3.0",
  702. "resolved": "https://registry.nlark.com/semver/download/semver-6.3.0.tgz?cache=0&sync_timestamp=1618847017123&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-6.3.0.tgz",
  703. "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
  704. },
  705. "source-map": {
  706. "version": "0.5.7",
  707. "resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.5.7.tgz?cache=0&sync_timestamp=1601546737481&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map%2Fdownload%2Fsource-map-0.5.7.tgz",
  708. "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
  709. },
  710. "supports-color": {
  711. "version": "5.5.0",
  712. "resolved": "https://registry.nlark.com/supports-color/download/supports-color-5.5.0.tgz?cache=0&sync_timestamp=1622293630895&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsupports-color%2Fdownload%2Fsupports-color-5.5.0.tgz",
  713. "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
  714. "requires": {
  715. "has-flag": "^3.0.0"
  716. }
  717. },
  718. "through": {
  719. "version": "2.3.8",
  720. "resolved": "https://registry.npm.taobao.org/through/download/through-2.3.8.tgz",
  721. "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU="
  722. },
  723. "to-fast-properties": {
  724. "version": "2.0.0",
  725. "resolved": "https://registry.npm.taobao.org/to-fast-properties/download/to-fast-properties-2.0.0.tgz",
  726. "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
  727. },
  728. "wrappy": {
  729. "version": "1.0.2",
  730. "resolved": "https://registry.nlark.com/wrappy/download/wrappy-1.0.2.tgz",
  731. "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
  732. }
  733. }
  734. }