hexo-theme-volantis 4.3.1 → 5.0.0-alpha.112

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/README.md +6 -4
  2. package/_config.yml +599 -246
  3. package/languages/en.yml +7 -0
  4. package/languages/zh-CN.yml +13 -2
  5. package/languages/zh-TW.yml +7 -0
  6. package/layout/404.ejs +1 -1
  7. package/layout/_meta/author.ejs +4 -4
  8. package/layout/_meta/category.ejs +11 -8
  9. package/layout/_meta/counter.ejs +29 -7
  10. package/layout/_meta/date.ejs +1 -1
  11. package/layout/_meta/music.ejs +1 -1
  12. package/layout/_meta/share.ejs +1 -1
  13. package/layout/_meta/tags.ejs +3 -0
  14. package/layout/_meta/thumbnail.ejs +3 -1
  15. package/layout/_meta/updated.ejs +1 -1
  16. package/layout/_meta/walinecount.ejs +2 -1
  17. package/layout/{_cover → _partial/_cover}/blank.ejs +0 -0
  18. package/layout/{_cover → _partial/_cover}/dock.ejs +1 -1
  19. package/layout/{_cover → _partial/_cover}/featured.ejs +1 -1
  20. package/layout/{_cover → _partial/_cover}/focus.ejs +1 -1
  21. package/layout/_partial/_cover/layout.ejs +8 -0
  22. package/layout/{_cover → _partial/_cover}/search.ejs +2 -2
  23. package/layout/_partial/archive.ejs +2 -2
  24. package/layout/_partial/article.ejs +21 -16
  25. package/layout/_partial/categories.ejs +1 -1
  26. package/layout/_partial/cover.ejs +8 -28
  27. package/layout/_partial/footer.ejs +19 -11
  28. package/layout/_partial/head.ejs +70 -116
  29. package/layout/_partial/header.ejs +17 -11
  30. package/layout/_partial/meta.ejs +18 -4
  31. package/layout/_partial/post.ejs +35 -9
  32. package/layout/_partial/scripts/_ctrl/cdnCtrl.ejs +126 -0
  33. package/layout/_partial/scripts/{coverCtrl.ejs → _ctrl/coverCtrl.ejs} +17 -25
  34. package/layout/_partial/scripts/_ctrl.ejs +2 -0
  35. package/layout/_partial/scripts/content-visibility-scroll-fix.ejs +88 -0
  36. package/layout/_partial/scripts/global.ejs +422 -109
  37. package/layout/_partial/scripts/index.ejs +91 -46
  38. package/layout/_partial/scripts/toc.ejs +98 -68
  39. package/layout/_partial/side.ejs +4 -1
  40. package/layout/_plugins/_page_plugins/artitalk/index.ejs +15 -0
  41. package/layout/_plugins/_page_plugins/bbtalk/index.ejs +10 -0
  42. package/layout/_plugins/_page_plugins/fcircle/index.ejs +12 -0
  43. package/layout/_plugins/_page_plugins/gitter/index.ejs +14 -0
  44. package/layout/_plugins/_page_plugins/indent/index.ejs +16 -0
  45. package/layout/_plugins/_page_plugins/index.ejs +27 -0
  46. package/layout/_plugins/_page_plugins/katex/index.ejs +13 -0
  47. package/layout/{_third-party/math/mathjax/script.ejs → _plugins/_page_plugins/mathjax/index.ejs} +2 -2
  48. package/layout/_plugins/_page_plugins/snackbar/index.ejs +55 -0
  49. package/layout/{_partial/scripts/counter.ejs → _plugins/analytics/LCCounter.ejs} +0 -0
  50. package/layout/{_third-party → _plugins}/analytics/script.ejs +43 -5
  51. package/layout/{_third-party → _plugins}/aplayer/layout.ejs +0 -0
  52. package/layout/_plugins/aplayer/script.ejs +74 -0
  53. package/layout/_plugins/chat/gitter/script.ejs +17 -0
  54. package/layout/_plugins/chat/index.ejs +1 -0
  55. package/layout/_plugins/chat/tidio/script.ejs +1 -0
  56. package/layout/_plugins/comments/artalk/script.ejs +59 -0
  57. package/layout/_plugins/comments/beaudar/script.ejs +61 -0
  58. package/layout/_plugins/comments/discuss/script.ejs +30 -0
  59. package/layout/_plugins/comments/disqus/script.ejs +98 -0
  60. package/layout/_plugins/comments/disqusjs/script.ejs +35 -0
  61. package/layout/_plugins/comments/giscus/script.ejs +47 -0
  62. package/layout/_plugins/comments/gitalk/script.ejs +24 -0
  63. package/layout/_plugins/comments/hashover/script.ejs +5 -0
  64. package/layout/{_third-party → _plugins}/comments/index.ejs +10 -3
  65. package/layout/_plugins/comments/isso/script.ejs +27 -0
  66. package/layout/_plugins/comments/livere/script.ejs +15 -0
  67. package/layout/_plugins/comments/twikoo/script.ejs +40 -0
  68. package/layout/_plugins/comments/utterances/script.ejs +43 -0
  69. package/layout/_plugins/comments/vssue/script.ejs +37 -0
  70. package/layout/_plugins/comments/waline/script.ejs +62 -0
  71. package/layout/_plugins/comments/z-custom/script.ejs +1 -0
  72. package/layout/_plugins/darkmode/script.ejs +114 -0
  73. package/layout/{_third-party → _plugins}/end-of-support/script.ejs +25 -8
  74. package/layout/_plugins/github-api/script.ejs +27 -0
  75. package/layout/_plugins/highlight/highlightjs/script.ejs +26 -0
  76. package/layout/_plugins/highlight/prismjs/script.ejs +25 -0
  77. package/layout/_plugins/highlight/script.ejs +1 -0
  78. package/layout/{_third-party → _plugins}/lazyload/script.ejs +1 -1
  79. package/layout/{_third-party → _plugins}/nodewaves/script.ejs +1 -1
  80. package/layout/_plugins/parallax/script.ejs +74 -0
  81. package/layout/{_third-party → _plugins}/pjax/animate.ejs +31 -31
  82. package/layout/_plugins/pjax/index.ejs +73 -0
  83. package/layout/_plugins/pjax/pdata.ejs +56 -0
  84. package/layout/{_third-party → _plugins}/preload/script.ejs +3 -3
  85. package/layout/_plugins/rightmenu/layout.ejs +119 -0
  86. package/layout/_plugins/rightmenus/layout.ejs +137 -0
  87. package/layout/_plugins/scrollreveal/script.ejs +25 -0
  88. package/layout/_plugins/search/script.ejs +50 -0
  89. package/layout/{_third-party → _plugins}/share/layout.ejs +0 -0
  90. package/layout/_plugins/swiper/script.ejs +37 -0
  91. package/layout/_pre.ejs +2 -2
  92. package/layout/_widget/_pre.ejs +5 -0
  93. package/layout/_widget/blogger.ejs +1 -1
  94. package/layout/_widget/category.ejs +2 -2
  95. package/layout/_widget/copyright.ejs +1 -1
  96. package/layout/_widget/grid.ejs +3 -3
  97. package/layout/_widget/lastupdate.ejs +27 -0
  98. package/layout/_widget/list.ejs +2 -2
  99. package/layout/_widget/load.ejs +18 -0
  100. package/layout/_widget/music.ejs +3 -2
  101. package/layout/_widget/page.ejs +1 -1
  102. package/layout/_widget/qrcode.ejs +1 -1
  103. package/layout/_widget/related_posts.ejs +1 -1
  104. package/layout/_widget/tagcloud.ejs +1 -1
  105. package/layout/_widget/text.ejs +1 -1
  106. package/layout/_widget/toc.ejs +6 -2
  107. package/layout/_widget/webinfo.ejs +13 -76
  108. package/layout/archive.ejs +4 -4
  109. package/layout/category.ejs +9 -4
  110. package/layout/docs.ejs +1 -1
  111. package/layout/friends.ejs +6 -25
  112. package/layout/index.ejs +1 -1
  113. package/layout/layout.ejs +30 -12
  114. package/layout/list.ejs +1 -1
  115. package/layout/page.ejs +1 -1
  116. package/layout/post.ejs +1 -1
  117. package/layout/tag.ejs +8 -3
  118. package/package.json +5 -3
  119. package/scripts/events/index.js +13 -0
  120. package/scripts/events/lib/check-configuration.js +43 -0
  121. package/scripts/events/lib/check-environment.js +74 -0
  122. package/scripts/events/lib/config.js +34 -9
  123. package/scripts/events/lib/render-stylus.js +78 -0
  124. package/scripts/events/lib/stellar-tag-utils.js +76 -0
  125. package/scripts/filters/content-visibility.js +25 -0
  126. package/scripts/{render → filters}/img.js +0 -0
  127. package/scripts/filters/replace.js +15 -0
  128. package/scripts/{z-lazyload/lib/process.js → filters/z-lazyload.js} +6 -3
  129. package/scripts/helpers/custom-files.js +165 -0
  130. package/scripts/helpers/first-style.js +19 -0
  131. package/scripts/helpers/head/autoCanonical.js +15 -0
  132. package/scripts/helpers/head/generate_preload_fontfamily.js +22 -0
  133. package/scripts/helpers/head/generate_seo.js +24 -0
  134. package/scripts/helpers/head/generate_title__keywords__description.js +101 -0
  135. package/scripts/{related_posts/index.js → helpers/related-posts.js} +1 -1
  136. package/scripts/helpers/revisioned.js +158 -0
  137. package/scripts/helpers/structured-data/index.js +2 -0
  138. package/scripts/helpers/structured-data/lib/blogposting.js +77 -0
  139. package/scripts/helpers/structured-data/lib/breadcrumblist.js +152 -0
  140. package/scripts/helpers/structured-data/lib/config.js +31 -0
  141. package/scripts/helpers/structured-data/lib/index.js +30 -0
  142. package/scripts/helpers/structured-data/lib/organization.js +15 -0
  143. package/scripts/helpers/structured-data/lib/person.js +16 -0
  144. package/scripts/helpers/structured-data/lib/website.js +42 -0
  145. package/scripts/tags/btn.js +6 -1
  146. package/scripts/tags/btns.js +7 -2
  147. package/scripts/tags/checkbox.js +12 -2
  148. package/scripts/tags/contributors.js +100 -0
  149. package/scripts/tags/dropmenu.js +18 -3
  150. package/scripts/tags/fancybox.js +44 -10
  151. package/scripts/tags/folding.js +6 -1
  152. package/scripts/tags/frame.js +6 -1
  153. package/scripts/tags/friends.js +99 -0
  154. package/scripts/tags/ghcard.js +6 -1
  155. package/scripts/tags/image.js +14 -2
  156. package/scripts/tags/link.js +6 -1
  157. package/scripts/tags/md.js +59 -0
  158. package/scripts/tags/media.js +25 -1
  159. package/scripts/tags/note.js +36 -3
  160. package/scripts/tags/site.js +87 -51
  161. package/scripts/tags/span.js +12 -2
  162. package/scripts/tags/swiper.js +38 -0
  163. package/scripts/tags/tabs.js +33 -3
  164. package/scripts/tags/timeline.js +6 -1
  165. package/source/css/Readme.md +28 -0
  166. package/source/css/_defines/AutoPrefixCSS.styl +347 -0
  167. package/source/css/_defines/Readme.md +3 -0
  168. package/source/css/_defines/color.styl +41 -1
  169. package/source/css/_defines/effect.styl +0 -13
  170. package/source/css/_defines/fonts.styl +17 -18
  171. package/source/css/_defines/func.styl +12 -30
  172. package/source/css/_first/base_first.styl +118 -0
  173. package/source/css/_first/{cover.styl → cover_first.styl} +113 -87
  174. package/source/css/_first/dark_first.styl +76 -0
  175. package/source/css/_first/fontfamily_first.styl +17 -0
  176. package/source/css/_first/{navbar.styl → navbar_first.styl} +4 -10
  177. package/source/css/_first/search_first.styl +12 -0
  178. package/source/css/{_base/index.styl → _style/_base/base.styl} +9 -93
  179. package/source/css/_style/_base/fontfamily_async.styl +8 -0
  180. package/source/css/{_layout → _style/_layout}/archive.styl +0 -0
  181. package/source/css/{_layout → _style/_layout}/article.styl +3 -30
  182. package/source/css/{_layout → _style/_layout}/footer.styl +0 -0
  183. package/source/css/_style/_layout/friends-simpleuser.styl +23 -0
  184. package/source/css/_style/_layout/friends-traditional.styl +81 -0
  185. package/source/css/{_layout → _style/_layout}/img.styl +0 -0
  186. package/source/css/_style/_layout/loading.styl +14 -0
  187. package/source/css/{_layout → _style/_layout}/main.styl +19 -7
  188. package/source/css/{_layout → _style/_layout}/md.styl +0 -0
  189. package/source/css/{_layout → _style/_layout}/pagination.styl +1 -1
  190. package/source/css/{_layout → _style/_layout}/posts.styl +2 -0
  191. package/source/css/{_first → _style/_layout}/search.styl +0 -103
  192. package/source/css/{_layout → _style/_layout}/sidebar.styl +23 -3
  193. package/source/css/{_layout → _style/_layout}/snackbar.styl +0 -0
  194. package/source/css/{_layout → _style/_layout}/toc.styl +3 -3
  195. package/source/css/{_layout → _style/_layout}/video.styl +0 -0
  196. package/source/css/_style/_plugins/_dark/dark_async.styl +41 -0
  197. package/source/css/_style/_plugins/_dark/dark_plugins.styl +136 -0
  198. package/source/css/_style/_plugins/_highlight/highlightjs/clipboard.styl +36 -0
  199. package/source/css/_style/_plugins/_highlight/highlightjs/color.styl +96 -0
  200. package/source/css/_style/_plugins/_highlight/highlightjs/index.styl +102 -0
  201. package/source/css/_style/_plugins/_highlight/highlightjs/language.styl +63 -0
  202. package/source/css/_style/_plugins/_highlight/index.styl +1 -0
  203. package/source/css/_style/_plugins/_highlight/prismjs/clipboard.styl +33 -0
  204. package/source/css/_style/_plugins/_highlight/prismjs/index.styl +8 -0
  205. package/source/css/_style/_plugins/_highlight/prismjs/language.styl +63 -0
  206. package/source/css/_style/_plugins/_rightmenu/reading.styl +56 -0
  207. package/source/css/{_plugins → _style/_plugins/_rightmenu}/rightmenu.styl +22 -2
  208. package/source/css/{_plugins → _style/_plugins}/aplayer.styl +8 -1
  209. package/source/css/{_plugins → _style/_plugins}/cursor.styl +49 -19
  210. package/source/css/_style/_plugins/fontcolor.styl +84 -0
  211. package/source/css/{_plugins → _style/_plugins}/gitalk.styl +0 -0
  212. package/source/css/_style/_plugins/index.styl +24 -0
  213. package/source/css/{_plugins → _style/_plugins}/mathjax.styl +0 -0
  214. package/source/css/_style/_plugins/message.styl +14 -0
  215. package/source/css/{_plugins → _style/_plugins}/pjaxanimate.styl +0 -0
  216. package/source/css/_style/_tag-plugins/Readme.md +6 -0
  217. package/source/css/{_tag-plugins → _style/_tag-plugins}/btns.styl +0 -0
  218. package/source/css/{_tag-plugins → _style/_tag-plugins}/checkbox.styl +0 -0
  219. package/source/css/{_tag-plugins → _style/_tag-plugins}/dropmenu.styl +0 -0
  220. package/source/css/{_plugins → _style/_tag-plugins}/fancybox.styl +8 -9
  221. package/source/css/{_tag-plugins → _style/_tag-plugins}/folding.styl +0 -0
  222. package/source/css/{_tag-plugins → _style/_tag-plugins}/frame.styl +0 -0
  223. package/source/css/_style/_tag-plugins/friends.styl +72 -0
  224. package/source/css/{_tag-plugins → _style/_tag-plugins}/ghcard.styl +0 -0
  225. package/source/css/{_tag-plugins → _style/_tag-plugins}/image.styl +0 -0
  226. package/source/css/{_tag-plugins → _style/_tag-plugins}/link.styl +0 -0
  227. package/source/css/{_tag-plugins → _style/_tag-plugins}/media.styl +0 -0
  228. package/source/css/{_tag-plugins → _style/_tag-plugins}/note.styl +0 -0
  229. package/source/css/_style/_tag-plugins/sites.styl +87 -0
  230. package/source/css/{_tag-plugins → _style/_tag-plugins}/span.styl +0 -0
  231. package/source/css/_style/_tag-plugins/swiper.styl +44 -0
  232. package/source/css/{_tag-plugins → _style/_tag-plugins}/table.styl +0 -0
  233. package/source/css/{_tag-plugins → _style/_tag-plugins}/tabs.styl +0 -0
  234. package/source/css/_style/_tag-plugins/tag.json +35 -0
  235. package/source/css/_style/_tag-plugins/text.styl +31 -0
  236. package/source/css/{_tag-plugins → _style/_tag-plugins}/timeline.styl +0 -0
  237. package/source/css/_style/index.styl +8 -0
  238. package/source/css/first.styl +17 -6
  239. package/source/css/style.styl +9 -7
  240. package/source/js/app.js +1051 -278
  241. package/source/js/plugins/aplayer.js +186 -0
  242. package/source/js/plugins/parallax.js +191 -0
  243. package/source/js/plugins/rightMenu.js +577 -0
  244. package/source/js/plugins/rightMenus.js +616 -0
  245. package/source/js/plugins/tags/contributors.js +92 -0
  246. package/source/js/plugins/tags/friends.js +93 -0
  247. package/source/js/plugins/tags/sites.js +96 -0
  248. package/source/js/search/hexo.js +180 -373
  249. package/.eslintrc.json +0 -111
  250. package/layout/_meta/valinecount.ejs +0 -15
  251. package/layout/_partial/rightmenu.ejs +0 -199
  252. package/layout/_partial/scripts/cover.ejs +0 -45
  253. package/layout/_partial/scripts/darkmode.ejs +0 -85
  254. package/layout/_partial/scripts/import.ejs +0 -3
  255. package/layout/_partial/scripts/issues.ejs +0 -18
  256. package/layout/_partial/scripts/search.ejs +0 -62
  257. package/layout/_partial/snackbar.ejs +0 -22
  258. package/layout/_third-party/aplayer/script.ejs +0 -26
  259. package/layout/_third-party/clipboard/script.ejs +0 -54
  260. package/layout/_third-party/comments/disqus/layout.ejs +0 -5
  261. package/layout/_third-party/comments/disqus/script.ejs +0 -90
  262. package/layout/_third-party/comments/disqusjs/layout.ejs +0 -1
  263. package/layout/_third-party/comments/disqusjs/script.ejs +0 -34
  264. package/layout/_third-party/comments/gitalk/layout.ejs +0 -1
  265. package/layout/_third-party/comments/gitalk/script.ejs +0 -22
  266. package/layout/_third-party/comments/hashover/layout.ejs +0 -2
  267. package/layout/_third-party/comments/hashover/script.ejs +0 -1
  268. package/layout/_third-party/comments/isso/layout.ejs +0 -1
  269. package/layout/_third-party/comments/isso/script.ejs +0 -1
  270. package/layout/_third-party/comments/livere/layout.ejs +0 -3
  271. package/layout/_third-party/comments/livere/script.ejs +0 -10
  272. package/layout/_third-party/comments/minivaline/layout.ejs +0 -3
  273. package/layout/_third-party/comments/minivaline/script.ejs +0 -34
  274. package/layout/_third-party/comments/twikoo/layout.ejs +0 -3
  275. package/layout/_third-party/comments/twikoo/script.ejs +0 -32
  276. package/layout/_third-party/comments/valine/layout.ejs +0 -3
  277. package/layout/_third-party/comments/valine/script.ejs +0 -49
  278. package/layout/_third-party/comments/vssue/layout.ejs +0 -1
  279. package/layout/_third-party/comments/vssue/script.ejs +0 -21
  280. package/layout/_third-party/comments/waline/layout.ejs +0 -3
  281. package/layout/_third-party/comments/waline/script.ejs +0 -33
  282. package/layout/_third-party/fancybox/script.ejs +0 -61
  283. package/layout/_third-party/highlightjs/script.ejs +0 -11
  284. package/layout/_third-party/pjax/index.ejs +0 -78
  285. package/layout/_third-party/pjax/pdata.ejs +0 -53
  286. package/layout/_third-party/scrollreveal/script.ejs +0 -21
  287. package/layout/_third-party/tidio/script.ejs +0 -3
  288. package/layout/artitalk.ejs +0 -13
  289. package/layout/bb.ejs +0 -10
  290. package/package-lock.json +0 -916
  291. package/scripts/tags/issues.js +0 -41
  292. package/scripts/z-lazyload/index.js +0 -4
  293. package/source/css/_highlight/index.styl +0 -316
  294. package/source/css/_layout/friends.styl +0 -79
  295. package/source/css/_plugins/clipboard.styl +0 -37
  296. package/source/css/_plugins/dark.styl +0 -149
  297. package/source/css/_plugins/darkmode.styl +0 -9
  298. package/source/css/_plugins/index.styl +0 -18
  299. package/source/css/_plugins/twikoo.styl +0 -21
  300. package/source/css/_plugins/valine.styl +0 -183
  301. package/source/css/_tag-plugins/simpleuser.styl +0 -21
  302. package/source/css/_tag-plugins/site-card.styl +0 -70
  303. package/source/js/aplayer.js +0 -167
  304. package/source/js/issues.js +0 -186
  305. package/source/js/search/algolia.js +0 -344
  306. package/source/js/search/azure.js +0 -355
  307. package/source/js/search/baidu.js +0 -340
  308. package/source/js/search/google.js +0 -339
  309. package/source/js/valine.js +0 -5137
package/package-lock.json DELETED
@@ -1,916 +0,0 @@
1
- {
2
- "name": "hexo-theme-volantis",
3
- "version": "4.2.0",
4
- "lockfileVersion": 1,
5
- "requires": true,
6
- "dependencies": {
7
- "@babel/code-frame": {
8
- "version": "7.12.11",
9
- "resolved": "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz?cache=0&sync_timestamp=1608076799939&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.12.11.tgz",
10
- "integrity": "sha1-9K1DWqJj25NbjxDyxVLSP7cWpj8=",
11
- "dev": true,
12
- "requires": {
13
- "@babel/highlight": "^7.10.4"
14
- }
15
- },
16
- "@babel/helper-validator-identifier": {
17
- "version": "7.12.11",
18
- "resolved": "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz",
19
- "integrity": "sha1-yaHwIZF9y1zPDU5FPjmQIpgfye0=",
20
- "dev": true
21
- },
22
- "@babel/highlight": {
23
- "version": "7.10.4",
24
- "resolved": "https://registry.npm.taobao.org/@babel/highlight/download/@babel/highlight-7.10.4.tgz?cache=0&sync_timestamp=1593521118780&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhighlight%2Fdownload%2F%40babel%2Fhighlight-7.10.4.tgz",
25
- "integrity": "sha1-fRvf1ldTU4+r5sOFls23bZrGAUM=",
26
- "dev": true,
27
- "requires": {
28
- "@babel/helper-validator-identifier": "^7.10.4",
29
- "chalk": "^2.0.0",
30
- "js-tokens": "^4.0.0"
31
- },
32
- "dependencies": {
33
- "chalk": {
34
- "version": "2.4.2",
35
- "resolved": "https://registry.npm.taobao.org/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1591686984650&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz",
36
- "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
37
- "dev": true,
38
- "requires": {
39
- "ansi-styles": "^3.2.1",
40
- "escape-string-regexp": "^1.0.5",
41
- "supports-color": "^5.3.0"
42
- }
43
- }
44
- }
45
- },
46
- "@eslint/eslintrc": {
47
- "version": "0.2.2",
48
- "resolved": "https://registry.npm.taobao.org/@eslint/eslintrc/download/@eslint/eslintrc-0.2.2.tgz?cache=0&sync_timestamp=1607143754757&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40eslint%2Feslintrc%2Fdownload%2F%40eslint%2Feslintrc-0.2.2.tgz",
49
- "integrity": "sha1-0B/HkeL8M+iKKdbz3H6T0M14S3Y=",
50
- "dev": true,
51
- "requires": {
52
- "ajv": "^6.12.4",
53
- "debug": "^4.1.1",
54
- "espree": "^7.3.0",
55
- "globals": "^12.1.0",
56
- "ignore": "^4.0.6",
57
- "import-fresh": "^3.2.1",
58
- "js-yaml": "^3.13.1",
59
- "lodash": "^4.17.19",
60
- "minimatch": "^3.0.4",
61
- "strip-json-comments": "^3.1.1"
62
- }
63
- },
64
- "acorn": {
65
- "version": "7.4.1",
66
- "resolved": "https://registry.npm.taobao.org/acorn/download/acorn-7.4.1.tgz?cache=0&sync_timestamp=1602534280466&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-7.4.1.tgz",
67
- "integrity": "sha1-/q7SVZc9LndVW4PbwIhRpsY1IPo=",
68
- "dev": true
69
- },
70
- "acorn-jsx": {
71
- "version": "5.3.1",
72
- "resolved": "https://registry.npm.taobao.org/acorn-jsx/download/acorn-jsx-5.3.1.tgz?cache=0&sync_timestamp=1599499081211&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn-jsx%2Fdownload%2Facorn-jsx-5.3.1.tgz",
73
- "integrity": "sha1-/IZh4Rt6wVOcR9v+oucrOvNNJns=",
74
- "dev": true
75
- },
76
- "ajv": {
77
- "version": "6.12.6",
78
- "resolved": "https://registry.npm.taobao.org/ajv/download/ajv-6.12.6.tgz?cache=0&sync_timestamp=1608401540246&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fajv%2Fdownload%2Fajv-6.12.6.tgz",
79
- "integrity": "sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=",
80
- "dev": true,
81
- "requires": {
82
- "fast-deep-equal": "^3.1.1",
83
- "fast-json-stable-stringify": "^2.0.0",
84
- "json-schema-traverse": "^0.4.1",
85
- "uri-js": "^4.2.2"
86
- }
87
- },
88
- "ansi-colors": {
89
- "version": "4.1.1",
90
- "resolved": "https://registry.npm.taobao.org/ansi-colors/download/ansi-colors-4.1.1.tgz",
91
- "integrity": "sha1-y7muJWv3UK8eqzRPIpqif+lLo0g=",
92
- "dev": true
93
- },
94
- "ansi-regex": {
95
- "version": "5.0.0",
96
- "resolved": "https://registry.npm.taobao.org/ansi-regex/download/ansi-regex-5.0.0.tgz",
97
- "integrity": "sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U=",
98
- "dev": true
99
- },
100
- "ansi-styles": {
101
- "version": "3.2.1",
102
- "resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-3.2.1.tgz?cache=0&sync_timestamp=1606792255762&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-styles%2Fdownload%2Fansi-styles-3.2.1.tgz",
103
- "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
104
- "dev": true,
105
- "requires": {
106
- "color-convert": "^1.9.0"
107
- }
108
- },
109
- "argparse": {
110
- "version": "1.0.10",
111
- "resolved": "https://registry.npm.taobao.org/argparse/download/argparse-1.0.10.tgz",
112
- "integrity": "sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=",
113
- "dev": true,
114
- "requires": {
115
- "sprintf-js": "~1.0.2"
116
- }
117
- },
118
- "astral-regex": {
119
- "version": "2.0.0",
120
- "resolved": "https://registry.npm.taobao.org/astral-regex/download/astral-regex-2.0.0.tgz",
121
- "integrity": "sha1-SDFDxWeu7UeFdZwIZXhtx319LjE=",
122
- "dev": true
123
- },
124
- "balanced-match": {
125
- "version": "1.0.0",
126
- "resolved": "https://registry.npm.taobao.org/balanced-match/download/balanced-match-1.0.0.tgz",
127
- "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
128
- "dev": true
129
- },
130
- "brace-expansion": {
131
- "version": "1.1.11",
132
- "resolved": "https://registry.npm.taobao.org/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1601898201980&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz",
133
- "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=",
134
- "dev": true,
135
- "requires": {
136
- "balanced-match": "^1.0.0",
137
- "concat-map": "0.0.1"
138
- }
139
- },
140
- "callsites": {
141
- "version": "3.1.0",
142
- "resolved": "https://registry.npm.taobao.org/callsites/download/callsites-3.1.0.tgz",
143
- "integrity": "sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M=",
144
- "dev": true
145
- },
146
- "chalk": {
147
- "version": "4.1.0",
148
- "resolved": "https://registry.npm.taobao.org/chalk/download/chalk-4.1.0.tgz?cache=0&sync_timestamp=1591686984650&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchalk%2Fdownload%2Fchalk-4.1.0.tgz",
149
- "integrity": "sha1-ThSHCmGNni7dl92DRf2dncMVZGo=",
150
- "dev": true,
151
- "requires": {
152
- "ansi-styles": "^4.1.0",
153
- "supports-color": "^7.1.0"
154
- },
155
- "dependencies": {
156
- "ansi-styles": {
157
- "version": "4.3.0",
158
- "resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-4.3.0.tgz?cache=0&sync_timestamp=1606792255762&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-styles%2Fdownload%2Fansi-styles-4.3.0.tgz",
159
- "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=",
160
- "dev": true,
161
- "requires": {
162
- "color-convert": "^2.0.1"
163
- }
164
- },
165
- "color-convert": {
166
- "version": "2.0.1",
167
- "resolved": "https://registry.npm.taobao.org/color-convert/download/color-convert-2.0.1.tgz",
168
- "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=",
169
- "dev": true,
170
- "requires": {
171
- "color-name": "~1.1.4"
172
- }
173
- },
174
- "color-name": {
175
- "version": "1.1.4",
176
- "resolved": "https://registry.npm.taobao.org/color-name/download/color-name-1.1.4.tgz",
177
- "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=",
178
- "dev": true
179
- },
180
- "has-flag": {
181
- "version": "4.0.0",
182
- "resolved": "https://registry.npm.taobao.org/has-flag/download/has-flag-4.0.0.tgz",
183
- "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=",
184
- "dev": true
185
- },
186
- "supports-color": {
187
- "version": "7.2.0",
188
- "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz",
189
- "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=",
190
- "dev": true,
191
- "requires": {
192
- "has-flag": "^4.0.0"
193
- }
194
- }
195
- }
196
- },
197
- "color-convert": {
198
- "version": "1.9.3",
199
- "resolved": "https://registry.npm.taobao.org/color-convert/download/color-convert-1.9.3.tgz",
200
- "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
201
- "dev": true,
202
- "requires": {
203
- "color-name": "1.1.3"
204
- }
205
- },
206
- "color-name": {
207
- "version": "1.1.3",
208
- "resolved": "https://registry.npm.taobao.org/color-name/download/color-name-1.1.3.tgz",
209
- "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
210
- "dev": true
211
- },
212
- "concat-map": {
213
- "version": "0.0.1",
214
- "resolved": "https://registry.npm.taobao.org/concat-map/download/concat-map-0.0.1.tgz",
215
- "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
216
- "dev": true
217
- },
218
- "cross-spawn": {
219
- "version": "7.0.3",
220
- "resolved": "https://registry.npm.taobao.org/cross-spawn/download/cross-spawn-7.0.3.tgz",
221
- "integrity": "sha1-9zqFudXUHQRVUcF34ogtSshXKKY=",
222
- "dev": true,
223
- "requires": {
224
- "path-key": "^3.1.0",
225
- "shebang-command": "^2.0.0",
226
- "which": "^2.0.1"
227
- }
228
- },
229
- "debug": {
230
- "version": "4.3.1",
231
- "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.3.1.tgz?cache=0&sync_timestamp=1607566551397&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.3.1.tgz",
232
- "integrity": "sha1-8NIpxQXgxtjEmsVT0bE9wYP2su4=",
233
- "dev": true,
234
- "requires": {
235
- "ms": "2.1.2"
236
- }
237
- },
238
- "deep-is": {
239
- "version": "0.1.3",
240
- "resolved": "https://registry.npm.taobao.org/deep-is/download/deep-is-0.1.3.tgz",
241
- "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
242
- "dev": true
243
- },
244
- "doctrine": {
245
- "version": "3.0.0",
246
- "resolved": "https://registry.npm.taobao.org/doctrine/download/doctrine-3.0.0.tgz",
247
- "integrity": "sha1-rd6+rXKmV023g2OdyHoSF3OXOWE=",
248
- "dev": true,
249
- "requires": {
250
- "esutils": "^2.0.2"
251
- }
252
- },
253
- "emoji-regex": {
254
- "version": "8.0.0",
255
- "resolved": "https://registry.npm.taobao.org/emoji-regex/download/emoji-regex-8.0.0.tgz?cache=0&sync_timestamp=1603212395994&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Femoji-regex%2Fdownload%2Femoji-regex-8.0.0.tgz",
256
- "integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=",
257
- "dev": true
258
- },
259
- "enquirer": {
260
- "version": "2.3.6",
261
- "resolved": "https://registry.npm.taobao.org/enquirer/download/enquirer-2.3.6.tgz?cache=0&sync_timestamp=1593693374285&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fenquirer%2Fdownload%2Fenquirer-2.3.6.tgz",
262
- "integrity": "sha1-Kn/l3WNKHkElqXXsmU/1RW3Dc00=",
263
- "dev": true,
264
- "requires": {
265
- "ansi-colors": "^4.1.1"
266
- }
267
- },
268
- "escape-string-regexp": {
269
- "version": "1.0.5",
270
- "resolved": "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz?cache=0&sync_timestamp=1587627212242&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescape-string-regexp%2Fdownload%2Fescape-string-regexp-1.0.5.tgz",
271
- "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
272
- "dev": true
273
- },
274
- "eslint": {
275
- "version": "7.16.0",
276
- "resolved": "https://registry.npm.taobao.org/eslint/download/eslint-7.16.0.tgz?cache=0&sync_timestamp=1608326966495&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint%2Fdownload%2Feslint-7.16.0.tgz",
277
- "integrity": "sha1-p2FgW/mnsy0ku3zeWa6w/XbwYJI=",
278
- "dev": true,
279
- "requires": {
280
- "@babel/code-frame": "^7.0.0",
281
- "@eslint/eslintrc": "^0.2.2",
282
- "ajv": "^6.10.0",
283
- "chalk": "^4.0.0",
284
- "cross-spawn": "^7.0.2",
285
- "debug": "^4.0.1",
286
- "doctrine": "^3.0.0",
287
- "enquirer": "^2.3.5",
288
- "eslint-scope": "^5.1.1",
289
- "eslint-utils": "^2.1.0",
290
- "eslint-visitor-keys": "^2.0.0",
291
- "espree": "^7.3.1",
292
- "esquery": "^1.2.0",
293
- "esutils": "^2.0.2",
294
- "file-entry-cache": "^6.0.0",
295
- "functional-red-black-tree": "^1.0.1",
296
- "glob-parent": "^5.0.0",
297
- "globals": "^12.1.0",
298
- "ignore": "^4.0.6",
299
- "import-fresh": "^3.0.0",
300
- "imurmurhash": "^0.1.4",
301
- "is-glob": "^4.0.0",
302
- "js-yaml": "^3.13.1",
303
- "json-stable-stringify-without-jsonify": "^1.0.1",
304
- "levn": "^0.4.1",
305
- "lodash": "^4.17.19",
306
- "minimatch": "^3.0.4",
307
- "natural-compare": "^1.4.0",
308
- "optionator": "^0.9.1",
309
- "progress": "^2.0.0",
310
- "regexpp": "^3.1.0",
311
- "semver": "^7.2.1",
312
- "strip-ansi": "^6.0.0",
313
- "strip-json-comments": "^3.1.0",
314
- "table": "^6.0.4",
315
- "text-table": "^0.2.0",
316
- "v8-compile-cache": "^2.0.3"
317
- }
318
- },
319
- "eslint-scope": {
320
- "version": "5.1.1",
321
- "resolved": "https://registry.npm.taobao.org/eslint-scope/download/eslint-scope-5.1.1.tgz?cache=0&sync_timestamp=1599933677754&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-scope%2Fdownload%2Feslint-scope-5.1.1.tgz",
322
- "integrity": "sha1-54blmmbLkrP2wfsNUIqrF0hI9Iw=",
323
- "dev": true,
324
- "requires": {
325
- "esrecurse": "^4.3.0",
326
- "estraverse": "^4.1.1"
327
- }
328
- },
329
- "eslint-utils": {
330
- "version": "2.1.0",
331
- "resolved": "https://registry.npm.taobao.org/eslint-utils/download/eslint-utils-2.1.0.tgz?cache=0&sync_timestamp=1592222066647&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-utils%2Fdownload%2Feslint-utils-2.1.0.tgz",
332
- "integrity": "sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc=",
333
- "dev": true,
334
- "requires": {
335
- "eslint-visitor-keys": "^1.1.0"
336
- },
337
- "dependencies": {
338
- "eslint-visitor-keys": {
339
- "version": "1.3.0",
340
- "resolved": "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz",
341
- "integrity": "sha1-MOvR73wv3/AcOk8VEESvJfqwUj4=",
342
- "dev": true
343
- }
344
- }
345
- },
346
- "eslint-visitor-keys": {
347
- "version": "2.0.0",
348
- "resolved": "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz",
349
- "integrity": "sha1-If3I+82ceVzAMh8FY3AglXUVEag=",
350
- "dev": true
351
- },
352
- "espree": {
353
- "version": "7.3.1",
354
- "resolved": "https://registry.npm.taobao.org/espree/download/espree-7.3.1.tgz?cache=0&sync_timestamp=1607143957865&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fespree%2Fdownload%2Fespree-7.3.1.tgz",
355
- "integrity": "sha1-8t8zC3Usb1UBn4vYm3ZgA5wbu7Y=",
356
- "dev": true,
357
- "requires": {
358
- "acorn": "^7.4.0",
359
- "acorn-jsx": "^5.3.1",
360
- "eslint-visitor-keys": "^1.3.0"
361
- },
362
- "dependencies": {
363
- "eslint-visitor-keys": {
364
- "version": "1.3.0",
365
- "resolved": "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz",
366
- "integrity": "sha1-MOvR73wv3/AcOk8VEESvJfqwUj4=",
367
- "dev": true
368
- }
369
- }
370
- },
371
- "esprima": {
372
- "version": "4.0.1",
373
- "resolved": "https://registry.npm.taobao.org/esprima/download/esprima-4.0.1.tgz",
374
- "integrity": "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=",
375
- "dev": true
376
- },
377
- "esquery": {
378
- "version": "1.3.1",
379
- "resolved": "https://registry.npm.taobao.org/esquery/download/esquery-1.3.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fesquery%2Fdownload%2Fesquery-1.3.1.tgz",
380
- "integrity": "sha1-t4tYKKqOIU4p+3TE1bdS4cAz2lc=",
381
- "dev": true,
382
- "requires": {
383
- "estraverse": "^5.1.0"
384
- },
385
- "dependencies": {
386
- "estraverse": {
387
- "version": "5.2.0",
388
- "resolved": "https://registry.npm.taobao.org/estraverse/download/estraverse-5.2.0.tgz?cache=0&sync_timestamp=1596642941915&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Festraverse%2Fdownload%2Festraverse-5.2.0.tgz",
389
- "integrity": "sha1-MH30JUfmzHMk088DwVXVzbjFOIA=",
390
- "dev": true
391
- }
392
- }
393
- },
394
- "esrecurse": {
395
- "version": "4.3.0",
396
- "resolved": "https://registry.npm.taobao.org/esrecurse/download/esrecurse-4.3.0.tgz",
397
- "integrity": "sha1-eteWTWeauyi+5yzsY3WLHF0smSE=",
398
- "dev": true,
399
- "requires": {
400
- "estraverse": "^5.2.0"
401
- },
402
- "dependencies": {
403
- "estraverse": {
404
- "version": "5.2.0",
405
- "resolved": "https://registry.npm.taobao.org/estraverse/download/estraverse-5.2.0.tgz?cache=0&sync_timestamp=1596642941915&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Festraverse%2Fdownload%2Festraverse-5.2.0.tgz",
406
- "integrity": "sha1-MH30JUfmzHMk088DwVXVzbjFOIA=",
407
- "dev": true
408
- }
409
- }
410
- },
411
- "estraverse": {
412
- "version": "4.3.0",
413
- "resolved": "https://registry.npm.taobao.org/estraverse/download/estraverse-4.3.0.tgz?cache=0&sync_timestamp=1596642941915&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Festraverse%2Fdownload%2Festraverse-4.3.0.tgz",
414
- "integrity": "sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0=",
415
- "dev": true
416
- },
417
- "esutils": {
418
- "version": "2.0.3",
419
- "resolved": "https://registry.npm.taobao.org/esutils/download/esutils-2.0.3.tgz",
420
- "integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=",
421
- "dev": true
422
- },
423
- "fast-deep-equal": {
424
- "version": "3.1.3",
425
- "resolved": "https://registry.npm.taobao.org/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz?cache=0&sync_timestamp=1591599675178&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffast-deep-equal%2Fdownload%2Ffast-deep-equal-3.1.3.tgz",
426
- "integrity": "sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU=",
427
- "dev": true
428
- },
429
- "fast-json-stable-stringify": {
430
- "version": "2.1.0",
431
- "resolved": "https://registry.npm.taobao.org/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz?cache=0&sync_timestamp=1576340291001&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffast-json-stable-stringify%2Fdownload%2Ffast-json-stable-stringify-2.1.0.tgz",
432
- "integrity": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=",
433
- "dev": true
434
- },
435
- "fast-levenshtein": {
436
- "version": "2.0.6",
437
- "resolved": "https://registry.npm.taobao.org/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz?cache=0&sync_timestamp=1595428000133&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffast-levenshtein%2Fdownload%2Ffast-levenshtein-2.0.6.tgz",
438
- "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
439
- "dev": true
440
- },
441
- "file-entry-cache": {
442
- "version": "6.0.0",
443
- "resolved": "https://registry.npm.taobao.org/file-entry-cache/download/file-entry-cache-6.0.0.tgz",
444
- "integrity": "sha1-eSGonDkcbZPv7CFprGvzAMUn6go=",
445
- "dev": true,
446
- "requires": {
447
- "flat-cache": "^3.0.4"
448
- }
449
- },
450
- "flat-cache": {
451
- "version": "3.0.4",
452
- "resolved": "https://registry.npm.taobao.org/flat-cache/download/flat-cache-3.0.4.tgz?cache=0&sync_timestamp=1604831825098&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fflat-cache%2Fdownload%2Fflat-cache-3.0.4.tgz",
453
- "integrity": "sha1-YbAzgwKy/p+Vfcwy/CqH8cMEixE=",
454
- "dev": true,
455
- "requires": {
456
- "flatted": "^3.1.0",
457
- "rimraf": "^3.0.2"
458
- }
459
- },
460
- "flatted": {
461
- "version": "3.1.0",
462
- "resolved": "https://registry.npm.taobao.org/flatted/download/flatted-3.1.0.tgz",
463
- "integrity": "sha1-pdBrSosB46Y3cdqly3oZA+LlcGc=",
464
- "dev": true
465
- },
466
- "fs.realpath": {
467
- "version": "1.0.0",
468
- "resolved": "https://registry.npm.taobao.org/fs.realpath/download/fs.realpath-1.0.0.tgz",
469
- "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
470
- "dev": true
471
- },
472
- "functional-red-black-tree": {
473
- "version": "1.0.1",
474
- "resolved": "https://registry.npm.taobao.org/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz",
475
- "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=",
476
- "dev": true
477
- },
478
- "glob": {
479
- "version": "7.1.6",
480
- "resolved": "https://registry.npm.taobao.org/glob/download/glob-7.1.6.tgz",
481
- "integrity": "sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=",
482
- "dev": true,
483
- "requires": {
484
- "fs.realpath": "^1.0.0",
485
- "inflight": "^1.0.4",
486
- "inherits": "2",
487
- "minimatch": "^3.0.4",
488
- "once": "^1.3.0",
489
- "path-is-absolute": "^1.0.0"
490
- }
491
- },
492
- "glob-parent": {
493
- "version": "5.1.1",
494
- "resolved": "https://registry.npm.taobao.org/glob-parent/download/glob-parent-5.1.1.tgz",
495
- "integrity": "sha1-tsHvQXxOVmPqSY8cRa+saRa7wik=",
496
- "dev": true,
497
- "requires": {
498
- "is-glob": "^4.0.1"
499
- }
500
- },
501
- "globals": {
502
- "version": "12.4.0",
503
- "resolved": "https://registry.npm.taobao.org/globals/download/globals-12.4.0.tgz?cache=0&sync_timestamp=1608438470894&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fglobals%2Fdownload%2Fglobals-12.4.0.tgz",
504
- "integrity": "sha1-oYgTV2pBsAokqX5/gVkYwuGZJfg=",
505
- "dev": true,
506
- "requires": {
507
- "type-fest": "^0.8.1"
508
- }
509
- },
510
- "has-flag": {
511
- "version": "3.0.0",
512
- "resolved": "https://registry.npm.taobao.org/has-flag/download/has-flag-3.0.0.tgz",
513
- "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
514
- "dev": true
515
- },
516
- "ignore": {
517
- "version": "4.0.6",
518
- "resolved": "https://registry.npm.taobao.org/ignore/download/ignore-4.0.6.tgz?cache=0&sync_timestamp=1590809289115&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fignore%2Fdownload%2Fignore-4.0.6.tgz",
519
- "integrity": "sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw=",
520
- "dev": true
521
- },
522
- "import-fresh": {
523
- "version": "3.3.0",
524
- "resolved": "https://registry.npm.taobao.org/import-fresh/download/import-fresh-3.3.0.tgz?cache=0&sync_timestamp=1608469532269&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fimport-fresh%2Fdownload%2Fimport-fresh-3.3.0.tgz",
525
- "integrity": "sha1-NxYsJfy566oublPVtNiM4X2eDCs=",
526
- "dev": true,
527
- "requires": {
528
- "parent-module": "^1.0.0",
529
- "resolve-from": "^4.0.0"
530
- }
531
- },
532
- "imurmurhash": {
533
- "version": "0.1.4",
534
- "resolved": "https://registry.npm.taobao.org/imurmurhash/download/imurmurhash-0.1.4.tgz",
535
- "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
536
- "dev": true
537
- },
538
- "inflight": {
539
- "version": "1.0.6",
540
- "resolved": "https://registry.npm.taobao.org/inflight/download/inflight-1.0.6.tgz",
541
- "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
542
- "dev": true,
543
- "requires": {
544
- "once": "^1.3.0",
545
- "wrappy": "1"
546
- }
547
- },
548
- "inherits": {
549
- "version": "2.0.4",
550
- "resolved": "https://registry.npm.taobao.org/inherits/download/inherits-2.0.4.tgz",
551
- "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=",
552
- "dev": true
553
- },
554
- "is-extglob": {
555
- "version": "2.1.1",
556
- "resolved": "https://registry.npm.taobao.org/is-extglob/download/is-extglob-2.1.1.tgz",
557
- "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
558
- "dev": true
559
- },
560
- "is-fullwidth-code-point": {
561
- "version": "3.0.0",
562
- "resolved": "https://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz",
563
- "integrity": "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=",
564
- "dev": true
565
- },
566
- "is-glob": {
567
- "version": "4.0.1",
568
- "resolved": "https://registry.npm.taobao.org/is-glob/download/is-glob-4.0.1.tgz",
569
- "integrity": "sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=",
570
- "dev": true,
571
- "requires": {
572
- "is-extglob": "^2.1.1"
573
- }
574
- },
575
- "isexe": {
576
- "version": "2.0.0",
577
- "resolved": "https://registry.npm.taobao.org/isexe/download/isexe-2.0.0.tgz",
578
- "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
579
- "dev": true
580
- },
581
- "js-tokens": {
582
- "version": "4.0.0",
583
- "resolved": "https://registry.npm.taobao.org/js-tokens/download/js-tokens-4.0.0.tgz",
584
- "integrity": "sha1-GSA/tZmR35jjoocFDUZHzerzJJk=",
585
- "dev": true
586
- },
587
- "js-yaml": {
588
- "version": "3.14.1",
589
- "resolved": "https://registry.npm.taobao.org/js-yaml/download/js-yaml-3.14.1.tgz?cache=0&sync_timestamp=1607370540152&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-yaml%2Fdownload%2Fjs-yaml-3.14.1.tgz",
590
- "integrity": "sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc=",
591
- "dev": true,
592
- "requires": {
593
- "argparse": "^1.0.7",
594
- "esprima": "^4.0.0"
595
- }
596
- },
597
- "json-schema-traverse": {
598
- "version": "0.4.1",
599
- "resolved": "https://registry.npm.taobao.org/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz?cache=0&sync_timestamp=1608000211395&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjson-schema-traverse%2Fdownload%2Fjson-schema-traverse-0.4.1.tgz",
600
- "integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA=",
601
- "dev": true
602
- },
603
- "json-stable-stringify-without-jsonify": {
604
- "version": "1.0.1",
605
- "resolved": "https://registry.npm.taobao.org/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz",
606
- "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=",
607
- "dev": true
608
- },
609
- "levn": {
610
- "version": "0.4.1",
611
- "resolved": "https://registry.npm.taobao.org/levn/download/levn-0.4.1.tgz",
612
- "integrity": "sha1-rkViwAdHO5MqYgDUAyaN0v/8at4=",
613
- "dev": true,
614
- "requires": {
615
- "prelude-ls": "^1.2.1",
616
- "type-check": "~0.4.0"
617
- }
618
- },
619
- "lodash": {
620
- "version": "4.17.20",
621
- "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.20.tgz?cache=0&sync_timestamp=1597336097104&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.20.tgz",
622
- "integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI=",
623
- "dev": true
624
- },
625
- "lru-cache": {
626
- "version": "6.0.0",
627
- "resolved": "https://registry.npm.taobao.org/lru-cache/download/lru-cache-6.0.0.tgz?cache=0&sync_timestamp=1594427519396&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flru-cache%2Fdownload%2Flru-cache-6.0.0.tgz",
628
- "integrity": "sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ=",
629
- "dev": true,
630
- "requires": {
631
- "yallist": "^4.0.0"
632
- }
633
- },
634
- "minimatch": {
635
- "version": "3.0.4",
636
- "resolved": "https://registry.npm.taobao.org/minimatch/download/minimatch-3.0.4.tgz",
637
- "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
638
- "dev": true,
639
- "requires": {
640
- "brace-expansion": "^1.1.7"
641
- }
642
- },
643
- "ms": {
644
- "version": "2.1.2",
645
- "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",
646
- "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=",
647
- "dev": true
648
- },
649
- "natural-compare": {
650
- "version": "1.4.0",
651
- "resolved": "https://registry.npm.taobao.org/natural-compare/download/natural-compare-1.4.0.tgz",
652
- "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
653
- "dev": true
654
- },
655
- "once": {
656
- "version": "1.4.0",
657
- "resolved": "https://registry.npm.taobao.org/once/download/once-1.4.0.tgz",
658
- "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
659
- "dev": true,
660
- "requires": {
661
- "wrappy": "1"
662
- }
663
- },
664
- "optionator": {
665
- "version": "0.9.1",
666
- "resolved": "https://registry.npm.taobao.org/optionator/download/optionator-0.9.1.tgz",
667
- "integrity": "sha1-TyNqY3Pa4FZqbUPhMmZ09QwpFJk=",
668
- "dev": true,
669
- "requires": {
670
- "deep-is": "^0.1.3",
671
- "fast-levenshtein": "^2.0.6",
672
- "levn": "^0.4.1",
673
- "prelude-ls": "^1.2.1",
674
- "type-check": "^0.4.0",
675
- "word-wrap": "^1.2.3"
676
- }
677
- },
678
- "parent-module": {
679
- "version": "1.0.1",
680
- "resolved": "https://registry.npm.taobao.org/parent-module/download/parent-module-1.0.1.tgz",
681
- "integrity": "sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=",
682
- "dev": true,
683
- "requires": {
684
- "callsites": "^3.0.0"
685
- }
686
- },
687
- "path-is-absolute": {
688
- "version": "1.0.1",
689
- "resolved": "https://registry.npm.taobao.org/path-is-absolute/download/path-is-absolute-1.0.1.tgz",
690
- "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
691
- "dev": true
692
- },
693
- "path-key": {
694
- "version": "3.1.1",
695
- "resolved": "https://registry.npm.taobao.org/path-key/download/path-key-3.1.1.tgz?cache=0&sync_timestamp=1574441404712&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpath-key%2Fdownload%2Fpath-key-3.1.1.tgz",
696
- "integrity": "sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U=",
697
- "dev": true
698
- },
699
- "prelude-ls": {
700
- "version": "1.2.1",
701
- "resolved": "https://registry.npm.taobao.org/prelude-ls/download/prelude-ls-1.2.1.tgz",
702
- "integrity": "sha1-3rxkidem5rDnYRiIzsiAM30xY5Y=",
703
- "dev": true
704
- },
705
- "progress": {
706
- "version": "2.0.3",
707
- "resolved": "https://registry.npm.taobao.org/progress/download/progress-2.0.3.tgz",
708
- "integrity": "sha1-foz42PW48jnBvGi+tOt4Vn1XLvg=",
709
- "dev": true
710
- },
711
- "punycode": {
712
- "version": "2.1.1",
713
- "resolved": "https://registry.npm.taobao.org/punycode/download/punycode-2.1.1.tgz",
714
- "integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew=",
715
- "dev": true
716
- },
717
- "regexpp": {
718
- "version": "3.1.0",
719
- "resolved": "https://registry.npm.taobao.org/regexpp/download/regexpp-3.1.0.tgz",
720
- "integrity": "sha1-IG0K0KVkjP+9uK5GQ489xRyfeOI=",
721
- "dev": true
722
- },
723
- "resolve-from": {
724
- "version": "4.0.0",
725
- "resolved": "https://registry.npm.taobao.org/resolve-from/download/resolve-from-4.0.0.tgz",
726
- "integrity": "sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY=",
727
- "dev": true
728
- },
729
- "rimraf": {
730
- "version": "3.0.2",
731
- "resolved": "https://registry.npm.taobao.org/rimraf/download/rimraf-3.0.2.tgz?cache=0&sync_timestamp=1581229948248&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frimraf%2Fdownload%2Frimraf-3.0.2.tgz",
732
- "integrity": "sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=",
733
- "dev": true,
734
- "requires": {
735
- "glob": "^7.1.3"
736
- }
737
- },
738
- "semver": {
739
- "version": "7.3.4",
740
- "resolved": "https://registry.npm.taobao.org/semver/download/semver-7.3.4.tgz?cache=0&sync_timestamp=1606851912015&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-7.3.4.tgz",
741
- "integrity": "sha1-J6qn0uTKdkUvmNOt0JOnLJQ+3Jc=",
742
- "dev": true,
743
- "requires": {
744
- "lru-cache": "^6.0.0"
745
- }
746
- },
747
- "shebang-command": {
748
- "version": "2.0.0",
749
- "resolved": "https://registry.npm.taobao.org/shebang-command/download/shebang-command-2.0.0.tgz",
750
- "integrity": "sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=",
751
- "dev": true,
752
- "requires": {
753
- "shebang-regex": "^3.0.0"
754
- }
755
- },
756
- "shebang-regex": {
757
- "version": "3.0.0",
758
- "resolved": "https://registry.npm.taobao.org/shebang-regex/download/shebang-regex-3.0.0.tgz",
759
- "integrity": "sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI=",
760
- "dev": true
761
- },
762
- "slice-ansi": {
763
- "version": "4.0.0",
764
- "resolved": "https://registry.npm.taobao.org/slice-ansi/download/slice-ansi-4.0.0.tgz",
765
- "integrity": "sha1-UA6N0P1VsFgVCGJVsxla3ypF/ms=",
766
- "dev": true,
767
- "requires": {
768
- "ansi-styles": "^4.0.0",
769
- "astral-regex": "^2.0.0",
770
- "is-fullwidth-code-point": "^3.0.0"
771
- },
772
- "dependencies": {
773
- "ansi-styles": {
774
- "version": "4.3.0",
775
- "resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-4.3.0.tgz?cache=0&sync_timestamp=1606792255762&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-styles%2Fdownload%2Fansi-styles-4.3.0.tgz",
776
- "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=",
777
- "dev": true,
778
- "requires": {
779
- "color-convert": "^2.0.1"
780
- }
781
- },
782
- "color-convert": {
783
- "version": "2.0.1",
784
- "resolved": "https://registry.npm.taobao.org/color-convert/download/color-convert-2.0.1.tgz",
785
- "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=",
786
- "dev": true,
787
- "requires": {
788
- "color-name": "~1.1.4"
789
- }
790
- },
791
- "color-name": {
792
- "version": "1.1.4",
793
- "resolved": "https://registry.npm.taobao.org/color-name/download/color-name-1.1.4.tgz",
794
- "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=",
795
- "dev": true
796
- }
797
- }
798
- },
799
- "sprintf-js": {
800
- "version": "1.0.3",
801
- "resolved": "https://registry.npm.taobao.org/sprintf-js/download/sprintf-js-1.0.3.tgz",
802
- "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
803
- "dev": true
804
- },
805
- "string-width": {
806
- "version": "4.2.0",
807
- "resolved": "https://registry.npm.taobao.org/string-width/download/string-width-4.2.0.tgz",
808
- "integrity": "sha1-lSGCxGzHssMT0VluYjmSvRY7crU=",
809
- "dev": true,
810
- "requires": {
811
- "emoji-regex": "^8.0.0",
812
- "is-fullwidth-code-point": "^3.0.0",
813
- "strip-ansi": "^6.0.0"
814
- }
815
- },
816
- "strip-ansi": {
817
- "version": "6.0.0",
818
- "resolved": "https://registry.npm.taobao.org/strip-ansi/download/strip-ansi-6.0.0.tgz",
819
- "integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=",
820
- "dev": true,
821
- "requires": {
822
- "ansi-regex": "^5.0.0"
823
- }
824
- },
825
- "strip-json-comments": {
826
- "version": "3.1.1",
827
- "resolved": "https://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-3.1.1.tgz?cache=0&sync_timestamp=1594567582667&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstrip-json-comments%2Fdownload%2Fstrip-json-comments-3.1.1.tgz",
828
- "integrity": "sha1-MfEoGzgyYwQ0gxwxDAHMzajL4AY=",
829
- "dev": true
830
- },
831
- "supports-color": {
832
- "version": "5.5.0",
833
- "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-5.5.0.tgz",
834
- "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
835
- "dev": true,
836
- "requires": {
837
- "has-flag": "^3.0.0"
838
- }
839
- },
840
- "table": {
841
- "version": "6.0.4",
842
- "resolved": "https://registry.npm.taobao.org/table/download/table-6.0.4.tgz",
843
- "integrity": "sha1-xSPdGCF36SbHI+sg4bNBI4GIqg0=",
844
- "dev": true,
845
- "requires": {
846
- "ajv": "^6.12.4",
847
- "lodash": "^4.17.20",
848
- "slice-ansi": "^4.0.0",
849
- "string-width": "^4.2.0"
850
- }
851
- },
852
- "text-table": {
853
- "version": "0.2.0",
854
- "resolved": "https://registry.npm.taobao.org/text-table/download/text-table-0.2.0.tgz",
855
- "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
856
- "dev": true
857
- },
858
- "type-check": {
859
- "version": "0.4.0",
860
- "resolved": "https://registry.npm.taobao.org/type-check/download/type-check-0.4.0.tgz",
861
- "integrity": "sha1-B7ggO/pwVsBlcFDjzNLDdzC6uPE=",
862
- "dev": true,
863
- "requires": {
864
- "prelude-ls": "^1.2.1"
865
- }
866
- },
867
- "type-fest": {
868
- "version": "0.8.1",
869
- "resolved": "https://registry.npm.taobao.org/type-fest/download/type-fest-0.8.1.tgz?cache=0&sync_timestamp=1606468864826&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftype-fest%2Fdownload%2Ftype-fest-0.8.1.tgz",
870
- "integrity": "sha1-CeJJ696FHTseSNJ8EFREZn8XuD0=",
871
- "dev": true
872
- },
873
- "uri-js": {
874
- "version": "4.4.0",
875
- "resolved": "https://registry.npm.taobao.org/uri-js/download/uri-js-4.4.0.tgz?cache=0&sync_timestamp=1598814377097&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Furi-js%2Fdownload%2Furi-js-4.4.0.tgz",
876
- "integrity": "sha1-qnFCYd55PoqCNHp7zJznTobyhgI=",
877
- "dev": true,
878
- "requires": {
879
- "punycode": "^2.1.0"
880
- }
881
- },
882
- "v8-compile-cache": {
883
- "version": "2.2.0",
884
- "resolved": "https://registry.npm.taobao.org/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz?cache=0&sync_timestamp=1603909625582&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fv8-compile-cache%2Fdownload%2Fv8-compile-cache-2.2.0.tgz",
885
- "integrity": "sha1-lHHvo++RKNL3xqfKOcTda1BVsTI=",
886
- "dev": true
887
- },
888
- "which": {
889
- "version": "2.0.2",
890
- "resolved": "https://registry.npm.taobao.org/which/download/which-2.0.2.tgz",
891
- "integrity": "sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=",
892
- "dev": true,
893
- "requires": {
894
- "isexe": "^2.0.0"
895
- }
896
- },
897
- "word-wrap": {
898
- "version": "1.2.3",
899
- "resolved": "https://registry.npm.taobao.org/word-wrap/download/word-wrap-1.2.3.tgz",
900
- "integrity": "sha1-YQY29rH3A4kb00dxzLF/uTtHB5w=",
901
- "dev": true
902
- },
903
- "wrappy": {
904
- "version": "1.0.2",
905
- "resolved": "https://registry.npm.taobao.org/wrappy/download/wrappy-1.0.2.tgz",
906
- "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
907
- "dev": true
908
- },
909
- "yallist": {
910
- "version": "4.0.0",
911
- "resolved": "https://registry.npm.taobao.org/yallist/download/yallist-4.0.0.tgz",
912
- "integrity": "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=",
913
- "dev": true
914
- }
915
- }
916
- }