Commit 0f44291c5cfcff2423c6179b381e17c8595c950a
1 parent
83bce6c1
chore: update deps
Showing
4 changed files
with
265 additions
and
522 deletions
package.json
... | ... | @@ -37,9 +37,9 @@ |
37 | 37 | "@ant-design/colors": "^6.0.0", |
38 | 38 | "@ant-design/icons-vue": "^6.0.1", |
39 | 39 | "@iconify/iconify": "^2.0.4", |
40 | - "@logicflow/core": "^0.7.0", | |
41 | - "@logicflow/extension": "^0.7.0", | |
42 | - "@vueuse/core": "^6.6.2", | |
40 | + "@logicflow/core": "^0.7.2", | |
41 | + "@logicflow/extension": "^0.7.1", | |
42 | + "@vueuse/core": "^6.7.3", | |
43 | 43 | "@vueuse/shared": "^6.7.3", |
44 | 44 | "@zxcvbn-ts/core": "^1.0.0-beta.0", |
45 | 45 | "ant-design-vue": "2.2.8", |
... | ... | @@ -73,7 +73,7 @@ |
73 | 73 | "devDependencies": { |
74 | 74 | "@commitlint/cli": "^13.2.1", |
75 | 75 | "@commitlint/config-conventional": "^13.2.0", |
76 | - "@iconify/json": "^1.1.416", | |
76 | + "@iconify/json": "^1.1.417", | |
77 | 77 | "@purge-icons/generated": "^0.7.0", |
78 | 78 | "@types/codemirror": "^5.60.5", |
79 | 79 | "@types/crypto-js": "^4.0.2", |
... | ... | @@ -83,7 +83,7 @@ |
83 | 83 | "@types/jest": "^27.0.2", |
84 | 84 | "@types/lodash-es": "^4.17.5", |
85 | 85 | "@types/mockjs": "^1.0.4", |
86 | - "@types/node": "^16.11.1", | |
86 | + "@types/node": "^16.11.4", | |
87 | 87 | "@types/nprogress": "^0.2.0", |
88 | 88 | "@types/qrcode": "^1.4.1", |
89 | 89 | "@types/qs": "^6.9.7", |
... | ... | @@ -101,35 +101,38 @@ |
101 | 101 | "conventional-changelog-cli": "^2.1.1", |
102 | 102 | "cross-env": "^7.0.3", |
103 | 103 | "dotenv": "^10.0.0", |
104 | - "eslint": "^8.0.1", | |
104 | + "eslint": "^8.1.0", | |
105 | 105 | "eslint-config-prettier": "^8.3.0", |
106 | 106 | "eslint-define-config": "^1.1.1", |
107 | 107 | "eslint-plugin-jest": "^25.2.2", |
108 | 108 | "eslint-plugin-prettier": "^4.0.0", |
109 | - "eslint-plugin-vue": "^7.19.1", | |
109 | + "eslint-plugin-vue": "^7.20.0", | |
110 | 110 | "esno": "^0.10.1", |
111 | 111 | "fs-extra": "^10.0.0", |
112 | 112 | "http-server": "^14.0.0", |
113 | - "husky": "^7.0.2", | |
113 | + "husky": "^7.0.4", | |
114 | 114 | "inquirer": "^8.2.0", |
115 | 115 | "is-ci": "^3.0.0", |
116 | 116 | "jest": "^27.3.1", |
117 | 117 | "less": "^4.1.2", |
118 | - "lint-staged": "^11.2.3", | |
118 | + "lint-staged": "11.2.3", | |
119 | 119 | "npm-run-all": "^4.1.5", |
120 | - "postcss": "^8.3.9", | |
120 | + "postcss": "^8.3.11", | |
121 | + "postcss-html": "^1.1.0", | |
122 | + "postcss-less": "^5.0.0", | |
121 | 123 | "prettier": "^2.4.1", |
122 | 124 | "pretty-quick": "^3.1.1", |
123 | 125 | "rimraf": "^3.0.2", |
124 | 126 | "rollup-plugin-visualizer": "^5.5.2", |
125 | - "stylelint": "^13.13.1", | |
127 | + "stylelint": "^14.0.0", | |
128 | + "stylelint-config-html": "^1.0.0", | |
126 | 129 | "stylelint-config-prettier": "^9.0.3", |
127 | - "stylelint-config-standard": "^22.0.0", | |
128 | - "stylelint-order": "^4.1.0", | |
130 | + "stylelint-config-standard": "^23.0.0", | |
131 | + "stylelint-order": "^5.0.0", | |
129 | 132 | "ts-jest": "^27.0.7", |
130 | - "ts-node": "^10.3.0", | |
133 | + "ts-node": "^10.4.0", | |
131 | 134 | "typescript": "^4.4.4", |
132 | - "vite": "^2.6.10", | |
135 | + "vite": "^2.6.11", | |
133 | 136 | "vite-plugin-compression": "^0.3.5", |
134 | 137 | "vite-plugin-html": "^2.1.1", |
135 | 138 | "vite-plugin-imagemin": "^0.4.6", |
... | ... | @@ -142,7 +145,7 @@ |
142 | 145 | "vite-plugin-vue-setup-extend": "^0.1.0", |
143 | 146 | "vite-plugin-windicss": "^1.4.12", |
144 | 147 | "vue-eslint-parser": "^8.0.0", |
145 | - "vue-tsc": "^0.28.7" | |
148 | + "vue-tsc": "^0.28.8" | |
146 | 149 | }, |
147 | 150 | "resolutions": { |
148 | 151 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", | ... | ... |
stylelint.config.js
... | ... | @@ -67,4 +67,24 @@ module.exports = { |
67 | 67 | ], |
68 | 68 | }, |
69 | 69 | ignoreFiles: ['**/*.js', '**/*.jsx', '**/*.tsx', '**/*.ts'], |
70 | + overrides: [ | |
71 | + { | |
72 | + files: ['*.vue', '**/*.vue'], | |
73 | + extends: ['stylelint-config-recommended', 'stylelint-config-html'], | |
74 | + rules: { | |
75 | + 'selector-pseudo-class-no-unknown': [ | |
76 | + true, | |
77 | + { | |
78 | + ignorePseudoClasses: ['deep', 'global'], | |
79 | + }, | |
80 | + ], | |
81 | + 'selector-pseudo-element-no-unknown': [ | |
82 | + true, | |
83 | + { | |
84 | + ignorePseudoElements: ['v-deep', 'v-global', 'v-slotted'], | |
85 | + }, | |
86 | + ], | |
87 | + }, | |
88 | + }, | |
89 | + ], | |
70 | 90 | }; | ... | ... |
tests/server/package.json
... | ... | @@ -24,11 +24,11 @@ |
24 | 24 | "@types/koa": "^2.13.4", |
25 | 25 | "@types/koa-bodyparser": "^5.0.2", |
26 | 26 | "@types/koa-router": "^7.4.4", |
27 | - "@types/node": "^16.11.1", | |
27 | + "@types/node": "^16.11.4", | |
28 | 28 | "nodemon": "^2.0.14", |
29 | 29 | "pm2": "^5.1.2", |
30 | 30 | "rimraf": "^3.0.2", |
31 | - "ts-node": "^10.3.0", | |
31 | + "ts-node": "^10.4.0", | |
32 | 32 | "tsconfig-paths": "^3.11.0", |
33 | 33 | "tsup": "^5.4.2", |
34 | 34 | "typescript": "^4.4.4" | ... | ... |
yarn.lock
... | ... | @@ -9,14 +9,21 @@ |
9 | 9 | dependencies: |
10 | 10 | "@ctrl/tinycolor" "^3.3.1" |
11 | 11 | |
12 | +"@ant-design/colors@^6.0.0": | |
13 | + version "6.0.0" | |
14 | + resolved "https://registry.npmmirror.com/@ant-design/colors/download/@ant-design/colors-6.0.0.tgz#9b9366257cffcc47db42b9d0203bb592c13c0298" | |
15 | + integrity sha1-m5NmJXz/zEfbQrnQIDu1ksE8Apg= | |
16 | + dependencies: | |
17 | + "@ctrl/tinycolor" "^3.4.0" | |
18 | + | |
12 | 19 | "@ant-design/icons-svg@^4.0.0": |
13 | 20 | version "4.1.0" |
14 | 21 | resolved "https://registry.nlark.com/@ant-design/icons-svg/download/@ant-design/icons-svg-4.1.0.tgz#480b025f4b20ef7fe8f47d4a4846e4fee84ea06c" |
15 | 22 | integrity sha1-SAsCX0sg73/o9H1KSEbk/uhOoGw= |
16 | 23 | |
17 | -"@ant-design/icons-vue@^6.0.0": | |
24 | +"@ant-design/icons-vue@^6.0.0", "@ant-design/icons-vue@^6.0.1": | |
18 | 25 | version "6.0.1" |
19 | - resolved "https://registry.nlark.com/@ant-design/icons-vue/download/@ant-design/icons-vue-6.0.1.tgz#9d804c3c74d2cfaf97cb18e582d3b9400934f5fd" | |
26 | + resolved "https://registry.npm.taobao.org/@ant-design/icons-vue/download/@ant-design/icons-vue-6.0.1.tgz?cache=0&sync_timestamp=1611990940571&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40ant-design%2Ficons-vue%2Fdownload%2F%40ant-design%2Ficons-vue-6.0.1.tgz#9d804c3c74d2cfaf97cb18e582d3b9400934f5fd" | |
20 | 27 | integrity sha1-nYBMPHTSz6+XyxjlgtO5QAk09f0= |
21 | 28 | dependencies: |
22 | 29 | "@ant-design/colors" "^5.0.0" |
... | ... | @@ -52,7 +59,7 @@ |
52 | 59 | resolved "https://registry.nlark.com/@babel/compat-data/download/@babel/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
53 | 60 | integrity sha1-Lbr4uFM0eWyvuw9Xk6kKL8AQsXY= |
54 | 61 | |
55 | -"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.15.5", "@babel/core@^7.7.2", "@babel/core@^7.7.5": | |
62 | +"@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.15.5", "@babel/core@^7.7.2", "@babel/core@^7.7.5": | |
56 | 63 | version "7.15.5" |
57 | 64 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" |
58 | 65 | integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== |
... | ... | @@ -1140,9 +1147,9 @@ |
1140 | 1147 | dependencies: |
1141 | 1148 | "@cspotcode/source-map-consumer" "0.8.0" |
1142 | 1149 | |
1143 | -"@ctrl/tinycolor@^3.3.1": | |
1150 | +"@ctrl/tinycolor@^3.3.1", "@ctrl/tinycolor@^3.4.0": | |
1144 | 1151 | version "3.4.0" |
1145 | - resolved "https://registry.nlark.com/@ctrl/tinycolor/download/@ctrl/tinycolor-3.4.0.tgz#c3c5ae543c897caa9c2a68630bed355be5f9990f" | |
1152 | + resolved "https://registry.npm.taobao.org/@ctrl/tinycolor/download/@ctrl/tinycolor-3.4.0.tgz#c3c5ae543c897caa9c2a68630bed355be5f9990f" | |
1146 | 1153 | integrity sha1-w8WuVDyJfKqcKmhjC+01W+X5mQ8= |
1147 | 1154 | |
1148 | 1155 | "@emmetio/abbreviation@^2.2.2": |
... | ... | @@ -1222,10 +1229,10 @@ |
1222 | 1229 | dependencies: |
1223 | 1230 | cross-fetch "^3.0.6" |
1224 | 1231 | |
1225 | -"@iconify/json@^1.1.416": | |
1226 | - version "1.1.416" | |
1227 | - resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.416.tgz#00365977c86da14a08f6a3b1a8a293393d7e55f9" | |
1228 | - integrity sha512-MuVOHTBviQXRArn2IONwgsQX7lloi8fUk69/Mhg7ZV0S0ZvG8s7aKZrNaZYIzf7mIKnEJ90FjS+hyu91fj0vTA== | |
1232 | +"@iconify/json@^1.1.417": | |
1233 | + version "1.1.417" | |
1234 | + resolved "https://registry.npmmirror.com/@iconify/json/download/@iconify/json-1.1.417.tgz?cache=0&sync_timestamp=1634710878873&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40iconify%2Fjson%2Fdownload%2F%40iconify%2Fjson-1.1.417.tgz#4851ff65bb1791450b1bbb9769b49934f2c05432" | |
1235 | + integrity sha1-SFH/ZbsXkUULG7uXabSZNPLAVDI= | |
1229 | 1236 | |
1230 | 1237 | "@intlify/core-base@9.1.9": |
1231 | 1238 | version "9.1.9" |
... | ... | @@ -1479,30 +1486,20 @@ |
1479 | 1486 | "@types/yargs" "^16.0.0" |
1480 | 1487 | chalk "^4.0.0" |
1481 | 1488 | |
1482 | -"@logicflow/core@^0.6.16": | |
1483 | - version "0.6.16" | |
1484 | - resolved "https://registry.nlark.com/@logicflow/core/download/@logicflow/core-0.6.16.tgz#1a64a573b2ee826578bbea12fa330d990dbc1e08" | |
1485 | - integrity sha1-GmSlc7LugmV4u+oS+jMNmQ28Hgg= | |
1489 | +"@logicflow/core@^0.7.2": | |
1490 | + version "0.7.2" | |
1491 | + resolved "https://registry.npmmirror.com/@logicflow/core/download/@logicflow/core-0.7.2.tgz#e00b8b437c5dd2447a7acc4b7ed13ca5ea2bbf7d" | |
1492 | + integrity sha1-4AuLQ3xd0kR6esxLftE8peorv30= | |
1486 | 1493 | dependencies: |
1487 | 1494 | "@types/mousetrap" "^1.6.4" |
1488 | 1495 | mousetrap "^1.6.5" |
1489 | 1496 | preact "^10.4.8" |
1490 | 1497 | |
1491 | -"@logicflow/core@^0.7.0": | |
1492 | - version "0.7.0" | |
1493 | - resolved "https://registry.yarnpkg.com/@logicflow/core/-/core-0.7.0.tgz#174827d8007457a1f4aad066773d677cf59def68" | |
1494 | - integrity sha512-T2SH72K+YCzWwVHp5RvMe5oHcLz3E6l2FmcSGJED1ZxGco5TLw3tT2hVsbSC87Vd116JqYra8rI8DyHdPGdMDQ== | |
1495 | - dependencies: | |
1496 | - "@types/mousetrap" "^1.6.4" | |
1497 | - mousetrap "^1.6.5" | |
1498 | - preact "^10.4.8" | |
1499 | - | |
1500 | -"@logicflow/extension@^0.7.0": | |
1501 | - version "0.7.0" | |
1502 | - resolved "https://registry.yarnpkg.com/@logicflow/extension/-/extension-0.7.0.tgz#24344bf6da8742de1670eb455553e400f4b2d832" | |
1503 | - integrity sha512-6Cl34ttzM+7eurfcXbe7KYn05/iNrAq7cFPRDFdtwIYhZu1d9Mp4kaxnZAR7YlymzKLlIJilPqIo1uhkTki7AA== | |
1498 | +"@logicflow/extension@^0.7.1": | |
1499 | + version "0.7.1" | |
1500 | + resolved "https://registry.npmmirror.com/@logicflow/extension/download/@logicflow/extension-0.7.1.tgz#7887a4c0da9529c2f7cd81e9cc7084ddb2162bb6" | |
1501 | + integrity sha1-eIekwNqVKcL3zYHpzHCE3bIWK7Y= | |
1504 | 1502 | dependencies: |
1505 | - "@logicflow/core" "^0.6.16" | |
1506 | 1503 | ids "^1.0.0" |
1507 | 1504 | preact "^10.4.8" |
1508 | 1505 | |
... | ... | @@ -1629,21 +1626,6 @@ |
1629 | 1626 | dependencies: |
1630 | 1627 | "@sinonjs/commons" "^1.7.0" |
1631 | 1628 | |
1632 | -"@stylelint/postcss-css-in-js@^0.37.2": | |
1633 | - version "0.37.2" | |
1634 | - resolved "https://registry.nlark.com/@stylelint/postcss-css-in-js/download/@stylelint/postcss-css-in-js-0.37.2.tgz#7e5a84ad181f4234a2480803422a47b8749af3d2" | |
1635 | - integrity sha1-flqErRgfQjSiSAgDQipHuHSa89I= | |
1636 | - dependencies: | |
1637 | - "@babel/core" ">=7.9.0" | |
1638 | - | |
1639 | -"@stylelint/postcss-markdown@^0.36.2": | |
1640 | - version "0.36.2" | |
1641 | - resolved "https://registry.nlark.com/@stylelint/postcss-markdown/download/@stylelint/postcss-markdown-0.36.2.tgz#0a540c4692f8dcdfc13c8e352c17e7bfee2bb391" | |
1642 | - integrity sha1-ClQMRpL43N/BPI41LBfnv+4rs5E= | |
1643 | - dependencies: | |
1644 | - remark "^13.0.0" | |
1645 | - unist-util-find-all-after "^3.0.2" | |
1646 | - | |
1647 | 1629 | "@surma/rollup-plugin-off-main-thread@^1.4.1": |
1648 | 1630 | version "1.4.2" |
1649 | 1631 | resolved "https://registry.nlark.com/@surma/rollup-plugin-off-main-thread/download/@surma/rollup-plugin-off-main-thread-1.4.2.tgz?cache=0&sync_timestamp=1621527269616&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40surma%2Frollup-plugin-off-main-thread%2Fdownload%2F%40surma%2Frollup-plugin-off-main-thread-1.4.2.tgz#e6786b6af5799f82f7ab3a82e53f6182d2b91a58" |
... | ... | @@ -1871,13 +1853,6 @@ |
1871 | 1853 | resolved "https://registry.nlark.com/@types/lodash/download/@types/lodash-4.14.173.tgz#9d3b674c67a26cf673756f6aca7b429f237f91ed" |
1872 | 1854 | integrity sha1-nTtnTGeibPZzdW9qyntCnyN/ke0= |
1873 | 1855 | |
1874 | -"@types/mdast@^3.0.0": | |
1875 | - version "3.0.10" | |
1876 | - resolved "https://registry.nlark.com/@types/mdast/download/@types/mdast-3.0.10.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fmdast%2Fdownload%2F%40types%2Fmdast-3.0.10.tgz#4724244a82a4598884cbbe9bcfd73dff927ee8af" | |
1877 | - integrity sha1-RyQkSoKkWYiEy76bz9c9/5J+6K8= | |
1878 | - dependencies: | |
1879 | - "@types/unist" "*" | |
1880 | - | |
1881 | 1856 | "@types/minimatch@*", "@types/minimatch@^3.0.3": |
1882 | 1857 | version "3.0.5" |
1883 | 1858 | resolved "https://registry.nlark.com/@types/minimatch/download/@types/minimatch-3.0.5.tgz?cache=0&sync_timestamp=1629708301760&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fminimatch%2Fdownload%2F%40types%2Fminimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" |
... | ... | @@ -1908,10 +1883,10 @@ |
1908 | 1883 | resolved "https://registry.nlark.com/@types/node/download/@types/node-14.17.17.tgz?cache=0&sync_timestamp=1631828244883&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.17.17.tgz#4ec7b71bbcb01a4e55455b60b18b1b6a783fe31d" |
1909 | 1884 | integrity sha1-Tse3G7ywGk5VRVtgsYsbang/4x0= |
1910 | 1885 | |
1911 | -"@types/node@^16.11.1": | |
1912 | - version "16.11.1" | |
1913 | - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.1.tgz#2e50a649a50fc403433a14f829eface1a3443e97" | |
1914 | - integrity sha512-PYGcJHL9mwl1Ek3PLiYgyEKtwTMmkMw4vbiyz/ps3pfdRYLVv+SN7qHVAImrjdAXxgluDEw6Ph4lyv+m9UpRmA== | |
1886 | +"@types/node@^16.11.4": | |
1887 | + version "16.11.4" | |
1888 | + resolved "https://registry.npmmirror.com/@types/node/download/@types/node-16.11.4.tgz#90771124822d6663814f7c1c9b45a6654d8fd964" | |
1889 | + integrity sha1-kHcRJIItZmOBT3wcm0WmZU2P2WQ= | |
1915 | 1890 | |
1916 | 1891 | "@types/normalize-package-data@^2.4.0": |
1917 | 1892 | version "2.4.1" |
... | ... | @@ -2008,11 +1983,6 @@ |
2008 | 1983 | resolved "https://registry.nlark.com/@types/trusted-types/download/@types/trusted-types-2.0.2.tgz?cache=0&sync_timestamp=1629710736958&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Ftrusted-types%2Fdownload%2F%40types%2Ftrusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756" |
2009 | 1984 | integrity sha1-/CWtmUO8rBHM64Fo208nXg5y51Y= |
2010 | 1985 | |
2011 | -"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2": | |
2012 | - version "2.0.6" | |
2013 | - resolved "https://registry.nlark.com/@types/unist/download/@types/unist-2.0.6.tgz?cache=0&sync_timestamp=1629709560180&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Funist%2Fdownload%2F%40types%2Funist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d" | |
2014 | - integrity sha1-JQp7FsO5H2cqJFUuxkZ47rHToI0= | |
2015 | - | |
2016 | 1986 | "@types/yargs-parser@*": |
2017 | 1987 | version "20.2.1" |
2018 | 1988 | resolved "https://registry.nlark.com/@types/yargs-parser/download/@types/yargs-parser-20.2.1.tgz?cache=0&sync_timestamp=1629709781719&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fyargs-parser%2Fdownload%2F%40types%2Fyargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129" |
... | ... | @@ -2169,46 +2139,46 @@ |
2169 | 2139 | resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.9.3.tgz#93d61893ce6c723d0209af0483ec8b91a2cd811f" |
2170 | 2140 | integrity sha512-yW6H/q+4Mc2PcVjSOelcsMrg/k15DnMUz8jyCFsI04emc3aLwo4AoofUfGnjHUkgirrDxSJLVqQVGhonQ3yykA== |
2171 | 2141 | |
2172 | -"@volar/code-gen@0.28.7": | |
2173 | - version "0.28.7" | |
2174 | - resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.28.7.tgz#8b4108b59cdae987c71378a6f91dc35ac07b5dbe" | |
2175 | - integrity sha512-cprWUzpGVCPsBpTKVUhfHEYpJBsjLYe/quvtU+PLAsXS7EcxSG+jMPNXWUyB6IhBcW5hrgMhIYfuWzhOvEESxQ== | |
2142 | +"@volar/code-gen@0.28.8": | |
2143 | + version "0.28.8" | |
2144 | + resolved "https://registry.npmmirror.com/@volar/code-gen/download/@volar/code-gen-0.28.8.tgz#6675c261317ef10cb56d4ccaadb50dc04c862548" | |
2145 | + integrity sha1-ZnXCYTF+8Qy1bUzKrbUNwEyGJUg= | |
2176 | 2146 | dependencies: |
2177 | - "@volar/shared" "0.28.7" | |
2178 | - "@volar/source-map" "0.28.7" | |
2147 | + "@volar/shared" "0.28.8" | |
2148 | + "@volar/source-map" "0.28.8" | |
2179 | 2149 | |
2180 | -"@volar/html2pug@0.28.7": | |
2181 | - version "0.28.7" | |
2182 | - resolved "https://registry.yarnpkg.com/@volar/html2pug/-/html2pug-0.28.7.tgz#a8e359d6e6e574386ed6ac23b89c46658d91750b" | |
2183 | - integrity sha512-HdxZYKVJJv3lRJfOB1sbyAdqyowVRMbvQtCejcvqEvAjaU7PYJLd974RMKf9eSpalFXtnRwXRZKKlNz18jicsQ== | |
2150 | +"@volar/html2pug@0.28.8": | |
2151 | + version "0.28.8" | |
2152 | + resolved "https://registry.npmmirror.com/@volar/html2pug/download/@volar/html2pug-0.28.8.tgz#37233d3d15a8b5308900778520ae6e52d53d8135" | |
2153 | + integrity sha1-NyM9PRWotTCJAHeFIK5uUtU9gTU= | |
2184 | 2154 | dependencies: |
2185 | 2155 | domelementtype "^2.2.0" |
2186 | 2156 | domhandler "^4.2.2" |
2187 | 2157 | htmlparser2 "^7.1.2" |
2188 | 2158 | pug "^3.0.2" |
2189 | 2159 | |
2190 | -"@volar/shared@0.28.7": | |
2191 | - version "0.28.7" | |
2192 | - resolved "https://registry.yarnpkg.com/@volar/shared/-/shared-0.28.7.tgz#8b6804a6298f0ffca6fd311cfa4aa14cc1105874" | |
2193 | - integrity sha512-binrWo2vjrQhUSBc7f/cn3Jq/qTLz+2kc13R+htWPxEBXPHcAqOspkOzLN9J3jQ4q4TA4kK1ZiSKGdIz4e41Tg== | |
2160 | +"@volar/shared@0.28.8": | |
2161 | + version "0.28.8" | |
2162 | + resolved "https://registry.npmmirror.com/@volar/shared/download/@volar/shared-0.28.8.tgz#f0efebe4d555ac94127dd6e1366e377cd1ecaf35" | |
2163 | + integrity sha1-8O/r5NVVrJQSfdbhNm43fNHsrzU= | |
2194 | 2164 | dependencies: |
2195 | 2165 | upath "^2.0.1" |
2196 | 2166 | vscode-jsonrpc "^8.0.0-next.2" |
2197 | 2167 | vscode-uri "^3.0.2" |
2198 | 2168 | |
2199 | -"@volar/source-map@0.28.7": | |
2200 | - version "0.28.7" | |
2201 | - resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-0.28.7.tgz#73980c89aec2dd360b20d0e2fb46dfe1b2f76250" | |
2202 | - integrity sha512-cjF0Em5MXtG687eenrURqJMNE6sN/MQzUtrrCsEp+bvP7Eaje0ugdhV9IZo0Q3aufbhtyUU7MOezptvhEiP+YA== | |
2169 | +"@volar/source-map@0.28.8": | |
2170 | + version "0.28.8" | |
2171 | + resolved "https://registry.npmmirror.com/@volar/source-map/download/@volar/source-map-0.28.8.tgz#2cd2b853d959b91eaa35a62cbc0926e2e94ee102" | |
2172 | + integrity sha1-LNK4U9lZuR6qNaYsvAkm4ulO4QI= | |
2203 | 2173 | dependencies: |
2204 | - "@volar/shared" "0.28.7" | |
2174 | + "@volar/shared" "0.28.8" | |
2205 | 2175 | |
2206 | -"@volar/transforms@0.28.7": | |
2207 | - version "0.28.7" | |
2208 | - resolved "https://registry.yarnpkg.com/@volar/transforms/-/transforms-0.28.7.tgz#a31464e8f53f365bb16fab34c2b629a26c6ea360" | |
2209 | - integrity sha512-0quLXRC8rxHb/Ptmp8qr730cE8gCGZrJuoDEQ1+XE0IKGyF+jhvqJsdjh5JL8vdBQbkV5Vpo7pSo5mwUPAarSQ== | |
2176 | +"@volar/transforms@0.28.8": | |
2177 | + version "0.28.8" | |
2178 | + resolved "https://registry.npmmirror.com/@volar/transforms/download/@volar/transforms-0.28.8.tgz#1635d7e3f22bea546ab92125f751555a23fe7abe" | |
2179 | + integrity sha1-FjXX4/Ir6lRquSEl91FVWiP+er4= | |
2210 | 2180 | dependencies: |
2211 | - "@volar/shared" "0.28.7" | |
2181 | + "@volar/shared" "0.28.8" | |
2212 | 2182 | vscode-languageserver "^8.0.0-next.2" |
2213 | 2183 | |
2214 | 2184 | "@vscode/emmet-helper@^2.8.0": |
... | ... | @@ -2415,18 +2385,18 @@ |
2415 | 2385 | resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.0.0-rc.16.tgz#59380f02870f856ac002a29c02681d3f3fcbafeb" |
2416 | 2386 | integrity sha512-TubikDVkI2LuRKRPSLv3lYpbpvvucT2DIcGqfBVpvYs4W19u0EBTJEdmfwmSuLY7H1TyAr9Stur3PI1sWWvTGQ== |
2417 | 2387 | |
2418 | -"@vueuse/core@^6.6.2": | |
2419 | - version "6.6.2" | |
2420 | - resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-6.6.2.tgz#f19b852856e1212856c81e61a7c5cf3618c92b96" | |
2421 | - integrity sha512-AUB7WVYFwMPeNtC99m1j3PWf+45EyNWJ78VDaB9F/6LCYeKlcG/6aACL9xWSPslZUz9OsYTO9ZfPhNgv2YqxVw== | |
2388 | +"@vueuse/core@^6.7.3": | |
2389 | + version "6.7.3" | |
2390 | + resolved "https://registry.npmmirror.com/@vueuse/core/download/@vueuse/core-6.7.3.tgz#1a827ee3be55a98c932f716467337a0826d54993" | |
2391 | + integrity sha1-GoJ+475VqYyTL3FkZzN6CCbVSZM= | |
2422 | 2392 | dependencies: |
2423 | - "@vueuse/shared" "6.6.2" | |
2393 | + "@vueuse/shared" "6.7.3" | |
2424 | 2394 | vue-demi "*" |
2425 | 2395 | |
2426 | -"@vueuse/shared@6.6.2": | |
2427 | - version "6.6.2" | |
2428 | - resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-6.6.2.tgz#0cc10f81172fd34d7476dfd7f1784c8a37bef05b" | |
2429 | - integrity sha512-wY4GAM5G1vlLRS4O71vw7PH5G5/Yub0xb2+OyIyDjZW/1S5J6bdkpFBp6AJbZ5k3ACtjTDxlUYhPQnrdJTwzTA== | |
2396 | +"@vueuse/shared@6.7.3", "@vueuse/shared@^6.7.3": | |
2397 | + version "6.7.3" | |
2398 | + resolved "https://registry.npmmirror.com/@vueuse/shared/download/@vueuse/shared-6.7.3.tgz#92ed69b3e79e1a30936fc1f1d39a0107e8d522e0" | |
2399 | + integrity sha1-ku1ps+eeGjCTb8Hx05oBB+jVIuA= | |
2430 | 2400 | dependencies: |
2431 | 2401 | vue-demi "*" |
2432 | 2402 | |
... | ... | @@ -2797,19 +2767,6 @@ autoprefixer@^10.3.7: |
2797 | 2767 | picocolors "^0.2.1" |
2798 | 2768 | postcss-value-parser "^4.1.0" |
2799 | 2769 | |
2800 | -autoprefixer@^9.8.6: | |
2801 | - version "9.8.6" | |
2802 | - resolved "https://registry.nlark.com/autoprefixer/download/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f" | |
2803 | - integrity sha1-O3NZTKG/kmYyDFrPFYjXTep0IQ8= | |
2804 | - dependencies: | |
2805 | - browserslist "^4.12.0" | |
2806 | - caniuse-lite "^1.0.30001109" | |
2807 | - colorette "^1.2.1" | |
2808 | - normalize-range "^0.1.2" | |
2809 | - num2fraction "^1.2.2" | |
2810 | - postcss "^7.0.32" | |
2811 | - postcss-value-parser "^4.1.0" | |
2812 | - | |
2813 | 2770 | axios@^0.21.1: |
2814 | 2771 | version "0.21.4" |
2815 | 2772 | resolved "https://registry.nlark.com/axios/download/axios-0.21.4.tgz?cache=0&sync_timestamp=1630942656836&other_urls=https%3A%2F%2Fregistry.nlark.com%2Faxios%2Fdownload%2Faxios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575" |
... | ... | @@ -2923,11 +2880,6 @@ babel-walk@3.0.0-canary-5: |
2923 | 2880 | dependencies: |
2924 | 2881 | "@babel/types" "^7.9.6" |
2925 | 2882 | |
2926 | -bail@^1.0.0: | |
2927 | - version "1.0.5" | |
2928 | - resolved "https://registry.nlark.com/bail/download/bail-1.0.5.tgz?cache=0&sync_timestamp=1621397991032&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbail%2Fdownload%2Fbail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776" | |
2929 | - integrity sha1-tvoTNASjksvB+MS/Y/WVM1Hnp3Y= | |
2930 | - | |
2931 | 2883 | balanced-match@^1.0.0: |
2932 | 2884 | version "1.0.2" |
2933 | 2885 | resolved "https://registry.npm.taobao.org/balanced-match/download/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" |
... | ... | @@ -3090,7 +3042,7 @@ browser-process-hrtime@^1.0.0: |
3090 | 3042 | resolved "https://registry.nlark.com/browser-process-hrtime/download/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626" |
3091 | 3043 | integrity sha1-PJtLfXgsgSHlbxAQbYTA0P/JRiY= |
3092 | 3044 | |
3093 | -browserslist@^4.12.0, browserslist@^4.16.6, browserslist@^4.17.0: | |
3045 | +browserslist@^4.16.6, browserslist@^4.17.0: | |
3094 | 3046 | version "4.17.0" |
3095 | 3047 | resolved "https://registry.nlark.com/browserslist/download/browserslist-4.17.0.tgz?cache=0&sync_timestamp=1630836541147&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbrowserslist%2Fdownload%2Fbrowserslist-4.17.0.tgz#1fcd81ec75b41d6d4994fb0831b92ac18c01649c" |
3096 | 3048 | integrity sha1-H82B7HW0HW1JlPsIMbkqwYwBZJw= |
... | ... | @@ -3253,7 +3205,7 @@ camelcase@^6.0.0, camelcase@^6.2.0: |
3253 | 3205 | resolved "https://registry.nlark.com/camelcase/download/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" |
3254 | 3206 | integrity sha1-kkr4gcnVJaydh/QNlk5c6pgqGAk= |
3255 | 3207 | |
3256 | -caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001254: | |
3208 | +caniuse-lite@^1.0.30001254: | |
3257 | 3209 | version "1.0.30001258" |
3258 | 3210 | resolved "https://registry.nlark.com/caniuse-lite/download/caniuse-lite-1.0.30001258.tgz#b604eed80cc54a578e4bf5a02ae3ed49f869d252" |
3259 | 3211 | integrity sha1-tgTu2AzFSleOS/WgKuPtSfhp0lI= |
... | ... | @@ -3350,16 +3302,6 @@ char-regex@^1.0.2: |
3350 | 3302 | resolved "https://registry.nlark.com/char-regex/download/char-regex-1.0.2.tgz?cache=0&sync_timestamp=1622809071355&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fchar-regex%2Fdownload%2Fchar-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" |
3351 | 3303 | integrity sha1-10Q1giYhf5ge1Y9Hmx1rzClUXc8= |
3352 | 3304 | |
3353 | -character-entities-legacy@^1.0.0: | |
3354 | - version "1.1.4" | |
3355 | - resolved "https://registry.nlark.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1" | |
3356 | - integrity sha1-lLwYRdznClu50uzHSHJWYSk9j8E= | |
3357 | - | |
3358 | -character-entities@^1.0.0: | |
3359 | - version "1.2.4" | |
3360 | - resolved "https://registry.nlark.com/character-entities/download/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b" | |
3361 | - integrity sha1-4Sw5Obfq9OWxXnrUxeKOHUjFsWs= | |
3362 | - | |
3363 | 3305 | character-parser@^2.2.0: |
3364 | 3306 | version "2.2.0" |
3365 | 3307 | resolved "https://registry.nlark.com/character-parser/download/character-parser-2.2.0.tgz#c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0" |
... | ... | @@ -3367,11 +3309,6 @@ character-parser@^2.2.0: |
3367 | 3309 | dependencies: |
3368 | 3310 | is-regex "^1.0.3" |
3369 | 3311 | |
3370 | -character-reference-invalid@^1.0.0: | |
3371 | - version "1.1.4" | |
3372 | - resolved "https://registry.nlark.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560" | |
3373 | - integrity sha1-CDMpzaDq4nKrPbvzfpo4LBOvFWA= | |
3374 | - | |
3375 | 3312 | chardet@^0.7.0: |
3376 | 3313 | version "0.7.0" |
3377 | 3314 | resolved "https://registry.nlark.com/chardet/download/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" |
... | ... | @@ -3562,7 +3499,7 @@ color-name@~1.1.4: |
3562 | 3499 | resolved "https://registry.nlark.com/color-name/download/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" |
3563 | 3500 | integrity sha1-wqCah6y95pVD3m9j+jmVyCbFNqI= |
3564 | 3501 | |
3565 | -colorette@^1.2.1, colorette@^1.2.2, colorette@^1.3.0, colorette@^1.4.0: | |
3502 | +colorette@^1.2.2, colorette@^1.3.0, colorette@^1.4.0: | |
3566 | 3503 | version "1.4.0" |
3567 | 3504 | resolved "https://registry.nlark.com/colorette/download/colorette-1.4.0.tgz?cache=0&sync_timestamp=1631886112969&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcolorette%2Fdownload%2Fcolorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" |
3568 | 3505 | integrity sha1-UZD7uHJ2JZqGrXAL/yxtb6o/ykA= |
... | ... | @@ -4117,7 +4054,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3: |
4117 | 4054 | dependencies: |
4118 | 4055 | ms "2.0.0" |
4119 | 4056 | |
4120 | -debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2: | |
4057 | +debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2: | |
4121 | 4058 | version "4.3.2" |
4122 | 4059 | resolved "https://registry.nlark.com/debug/download/debug-4.3.2.tgz?cache=0&sync_timestamp=1625374675284&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdebug%2Fdownload%2Fdebug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b" |
4123 | 4060 | integrity sha1-8KScGKyHeeMdSgxgKd+3aHPHQos= |
... | ... | @@ -4907,10 +4844,10 @@ eslint-plugin-prettier@^4.0.0: |
4907 | 4844 | dependencies: |
4908 | 4845 | prettier-linter-helpers "^1.0.0" |
4909 | 4846 | |
4910 | -eslint-plugin-vue@^7.19.1: | |
4911 | - version "7.19.1" | |
4912 | - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.19.1.tgz#435fb2ce712842a9530b28eacb883680e8eaa4f3" | |
4913 | - integrity sha512-e2pD7nW2sTY04ThH+66BgToNwC4n6dqfNhKE+ypdJFtZgn3Zn+nP8ZEIFPG0PGqCKQ3qxy8dJk1bzUsuQd3ANA== | |
4847 | +eslint-plugin-vue@^7.20.0: | |
4848 | + version "7.20.0" | |
4849 | + resolved "https://registry.npmmirror.com/eslint-plugin-vue/download/eslint-plugin-vue-7.20.0.tgz?cache=0&sync_timestamp=1634704316860&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-7.20.0.tgz#98c21885a6bfdf0713c3a92957a5afeaaeed9253" | |
4850 | + integrity sha1-mMIYhaa/3wcTw6kpV6Wv6q7tklM= | |
4914 | 4851 | dependencies: |
4915 | 4852 | eslint-utils "^2.1.0" |
4916 | 4853 | natural-compare "^1.4.0" |
... | ... | @@ -4962,10 +4899,10 @@ eslint-visitor-keys@^3.0.0: |
4962 | 4899 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186" |
4963 | 4900 | integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q== |
4964 | 4901 | |
4965 | -eslint@^8.0.1: | |
4966 | - version "8.0.1" | |
4967 | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.0.1.tgz#3610e7fe4a05c2154669515ca60835a76a19f700" | |
4968 | - integrity sha512-LsgcwZgQ72vZ+SMp4K6pAnk2yFDWL7Ti4pJaRvsZ0Hsw2h8ZjUIW38a9AFn2cZXdBMlScMFYYgsSp4ttFI/0bA== | |
4902 | +eslint@^8.1.0: | |
4903 | + version "8.1.0" | |
4904 | + resolved "https://registry.npmmirror.com/eslint/download/eslint-8.1.0.tgz?cache=0&sync_timestamp=1634967305049&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Feslint%2Fdownload%2Feslint-8.1.0.tgz#00f1f7dbf4134f26588e6c9f2efe970760f64664" | |
4905 | + integrity sha1-APH32/QTTyZYjmyfLv6XB2D2RmQ= | |
4969 | 4906 | dependencies: |
4970 | 4907 | "@eslint/eslintrc" "^1.0.3" |
4971 | 4908 | "@humanwhocodes/config-array" "^0.6.0" |
... | ... | @@ -5241,11 +5178,6 @@ extend-shallow@^3.0.0, extend-shallow@^3.0.2: |
5241 | 5178 | assign-symbols "^1.0.0" |
5242 | 5179 | is-extendable "^1.0.1" |
5243 | 5180 | |
5244 | -extend@^3.0.0: | |
5245 | - version "3.0.2" | |
5246 | - resolved "https://registry.nlark.com/extend/download/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" | |
5247 | - integrity sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo= | |
5248 | - | |
5249 | 5181 | external-editor@^3.0.3: |
5250 | 5182 | version "3.1.0" |
5251 | 5183 | resolved "https://registry.nlark.com/external-editor/download/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" |
... | ... | @@ -5907,13 +5839,6 @@ globjoin@^0.1.4: |
5907 | 5839 | resolved "https://registry.nlark.com/globjoin/download/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43" |
5908 | 5840 | integrity sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM= |
5909 | 5841 | |
5910 | -gonzales-pe@^4.3.0: | |
5911 | - version "4.3.0" | |
5912 | - resolved "https://registry.nlark.com/gonzales-pe/download/gonzales-pe-4.3.0.tgz#fe9dec5f3c557eead09ff868c65826be54d067b3" | |
5913 | - integrity sha1-/p3sXzxVfurQn/hoxlgmvlTQZ7M= | |
5914 | - dependencies: | |
5915 | - minimist "^1.2.5" | |
5916 | - | |
5917 | 5842 | got@^7.0.0: |
5918 | 5843 | version "7.1.0" |
5919 | 5844 | resolved "https://registry.nlark.com/got/download/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a" |
... | ... | @@ -6142,7 +6067,7 @@ html-tags@^3.1.0: |
6142 | 6067 | resolved "https://registry.npm.taobao.org/html-tags/download/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140" |
6143 | 6068 | integrity sha1-e15vfmZen7QfMAB+2eDUHpf7IUA= |
6144 | 6069 | |
6145 | -htmlparser2@^3.10.0, htmlparser2@^3.8.3: | |
6070 | +htmlparser2@^3.8.3: | |
6146 | 6071 | version "3.10.1" |
6147 | 6072 | resolved "https://registry.nlark.com/htmlparser2/download/htmlparser2-3.10.1.tgz?cache=0&sync_timestamp=1631386311915&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhtmlparser2%2Fdownload%2Fhtmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" |
6148 | 6073 | integrity sha1-vWedw/WYl7ajS7EHSchVu1OpOS8= |
... | ... | @@ -6224,10 +6149,10 @@ human-signals@^2.1.0: |
6224 | 6149 | resolved "https://registry.nlark.com/human-signals/download/human-signals-2.1.0.tgz?cache=0&sync_timestamp=1624364695595&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhuman-signals%2Fdownload%2Fhuman-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" |
6225 | 6150 | integrity sha1-3JH8ukLk0G5Kuu0zs+ejwC9RTqA= |
6226 | 6151 | |
6227 | -husky@^7.0.2: | |
6228 | - version "7.0.2" | |
6229 | - resolved "https://registry.nlark.com/husky/download/husky-7.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhusky%2Fdownload%2Fhusky-7.0.2.tgz#21900da0f30199acca43a46c043c4ad84ae88dff" | |
6230 | - integrity sha1-IZANoPMBmazKQ6RsBDxK2Erojf8= | |
6152 | +husky@^7.0.4: | |
6153 | + version "7.0.4" | |
6154 | + resolved "https://registry.npmmirror.com/husky/download/husky-7.0.4.tgz?cache=0&sync_timestamp=1634782457187&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fhusky%2Fdownload%2Fhusky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535" | |
6155 | + integrity sha1-JCBIJF3EnI+xvwzHz7mN1yJTFTU= | |
6231 | 6156 | |
6232 | 6157 | iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4: |
6233 | 6158 | version "0.4.24" |
... | ... | @@ -6491,19 +6416,6 @@ is-accessor-descriptor@^1.0.0: |
6491 | 6416 | dependencies: |
6492 | 6417 | kind-of "^6.0.0" |
6493 | 6418 | |
6494 | -is-alphabetical@^1.0.0: | |
6495 | - version "1.0.4" | |
6496 | - resolved "https://registry.nlark.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d" | |
6497 | - integrity sha1-nn1rlJFr4iFTdF0YTCmMv5hqaG0= | |
6498 | - | |
6499 | -is-alphanumerical@^1.0.0: | |
6500 | - version "1.0.4" | |
6501 | - resolved "https://registry.nlark.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf" | |
6502 | - integrity sha1-frmiQx+FX2se8aeOMm31FWlsTb8= | |
6503 | - dependencies: | |
6504 | - is-alphabetical "^1.0.0" | |
6505 | - is-decimal "^1.0.0" | |
6506 | - | |
6507 | 6419 | is-arrayish@^0.2.1: |
6508 | 6420 | version "0.2.1" |
6509 | 6421 | resolved "https://registry.npm.taobao.org/is-arrayish/download/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" |
... | ... | @@ -6536,11 +6448,6 @@ is-buffer@^1.1.5: |
6536 | 6448 | resolved "https://registry.nlark.com/is-buffer/download/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" |
6537 | 6449 | integrity sha1-76ouqdqg16suoTqXsritUf776L4= |
6538 | 6450 | |
6539 | -is-buffer@^2.0.0: | |
6540 | - version "2.0.5" | |
6541 | - resolved "https://registry.nlark.com/is-buffer/download/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" | |
6542 | - integrity sha1-68JS5ADSL/jXf6CYiIIaJKZYwZE= | |
6543 | - | |
6544 | 6451 | is-callable@^1.1.4, is-callable@^1.2.4: |
6545 | 6452 | version "1.2.4" |
6546 | 6453 | resolved "https://registry.nlark.com/is-callable/download/is-callable-1.2.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-callable%2Fdownload%2Fis-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" |
... | ... | @@ -6588,11 +6495,6 @@ is-date-object@^1.0.1: |
6588 | 6495 | dependencies: |
6589 | 6496 | has-tostringtag "^1.0.0" |
6590 | 6497 | |
6591 | -is-decimal@^1.0.0: | |
6592 | - version "1.0.4" | |
6593 | - resolved "https://registry.npm.taobao.org/is-decimal/download/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5" | |
6594 | - integrity sha1-ZaOllYocW2OnBuGzM9fNn2MNP6U= | |
6595 | - | |
6596 | 6498 | is-descriptor@^0.1.0: |
6597 | 6499 | version "0.1.6" |
6598 | 6500 | resolved "https://registry.npm.taobao.org/is-descriptor/download/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" |
... | ... | @@ -6682,11 +6584,6 @@ is-glob@^4.0.3: |
6682 | 6584 | dependencies: |
6683 | 6585 | is-extglob "^2.1.1" |
6684 | 6586 | |
6685 | -is-hexadecimal@^1.0.0: | |
6686 | - version "1.0.4" | |
6687 | - resolved "https://registry.nlark.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7" | |
6688 | - integrity sha1-zDXJdYjaS9Saju3WvECC1E3LI6c= | |
6689 | - | |
6690 | 6587 | is-interactive@^1.0.0: |
6691 | 6588 | version "1.0.0" |
6692 | 6589 | resolved "https://registry.nlark.com/is-interactive/download/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" |
... | ... | @@ -6751,17 +6648,12 @@ is-plain-obj@^1.0.0, is-plain-obj@^1.1, is-plain-obj@^1.1.0: |
6751 | 6648 | resolved "https://registry.npm.taobao.org/is-plain-obj/download/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" |
6752 | 6649 | integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= |
6753 | 6650 | |
6754 | -is-plain-obj@^2.0.0: | |
6755 | - version "2.1.0" | |
6756 | - resolved "https://registry.npm.taobao.org/is-plain-obj/download/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" | |
6757 | - integrity sha1-ReQuN/zPH0Dajl927iFRWEDAkoc= | |
6758 | - | |
6759 | 6651 | is-plain-object@3.0.1: |
6760 | 6652 | version "3.0.1" |
6761 | 6653 | resolved "https://registry.npm.taobao.org/is-plain-object/download/is-plain-object-3.0.1.tgz#662d92d24c0aa4302407b0d45d21f2251c85f85b" |
6762 | 6654 | integrity sha1-Zi2S0kwKpDAkB7DUXSHyJRyF+Fs= |
6763 | 6655 | |
6764 | -is-plain-object@5.0.0: | |
6656 | +is-plain-object@5.0.0, is-plain-object@^5.0.0: | |
6765 | 6657 | version "5.0.0" |
6766 | 6658 | resolved "https://registry.npm.taobao.org/is-plain-object/download/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" |
6767 | 6659 | integrity sha1-RCf1CrNCnpAl6n1S6QQ6nvQVk0Q= |
... | ... | @@ -7639,10 +7531,10 @@ kleur@^3.0.3: |
7639 | 7531 | resolved "https://registry.nlark.com/kleur/download/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" |
7640 | 7532 | integrity sha1-p5yezIbuHOP6YgbRIWxQHxR/wH4= |
7641 | 7533 | |
7642 | -known-css-properties@^0.21.0: | |
7643 | - version "0.21.0" | |
7644 | - resolved "https://registry.nlark.com/known-css-properties/download/known-css-properties-0.21.0.tgz?cache=0&sync_timestamp=1625523221317&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fknown-css-properties%2Fdownload%2Fknown-css-properties-0.21.0.tgz#15fbd0bbb83447f3ce09d8af247ed47c68ede80d" | |
7645 | - integrity sha1-FfvQu7g0R/POCdivJH7UfGjt6A0= | |
7534 | +known-css-properties@^0.23.0: | |
7535 | + version "0.23.0" | |
7536 | + resolved "https://registry.nlark.com/known-css-properties/download/known-css-properties-0.23.0.tgz#e643e1bab2b1f8ba292eea9557121cc02e9846a0" | |
7537 | + integrity sha1-5kPhurKx+LopLuqVVxIcwC6YRqA= | |
7646 | 7538 | |
7647 | 7539 | less@^4.1.2: |
7648 | 7540 | version "4.1.2" |
... | ... | @@ -7687,10 +7579,10 @@ lines-and-columns@^1.1.6: |
7687 | 7579 | resolved "https://registry.nlark.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" |
7688 | 7580 | integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= |
7689 | 7581 | |
7690 | -lint-staged@^11.2.3: | |
7582 | +lint-staged@11.2.3: | |
7691 | 7583 | version "11.2.3" |
7692 | - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.3.tgz#fc3f4569cc4f46553309dfc1447b8aef69f744fb" | |
7693 | - integrity sha512-Tfmhk8O2XFMD25EswHPv+OYhUjsijy5D7liTdxeXvhG2rsadmOLFtyj8lmlfoFFXY8oXWAIOKpoI+lJe1DB1mw== | |
7584 | + resolved "https://registry.npmmirror.com/lint-staged/download/lint-staged-11.2.3.tgz?cache=0&sync_timestamp=1635130462763&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Flint-staged%2Fdownload%2Flint-staged-11.2.3.tgz#fc3f4569cc4f46553309dfc1447b8aef69f744fb" | |
7585 | + integrity sha1-/D9FacxPRlUzCd/BRHuK72n3RPs= | |
7694 | 7586 | dependencies: |
7695 | 7587 | cli-truncate "2.1.0" |
7696 | 7588 | colorette "^1.4.0" |
... | ... | @@ -7866,11 +7758,6 @@ logalot@^2.0.0, logalot@^2.1.0: |
7866 | 7758 | figures "^1.3.5" |
7867 | 7759 | squeak "^1.0.0" |
7868 | 7760 | |
7869 | -longest-streak@^2.0.0: | |
7870 | - version "2.0.4" | |
7871 | - resolved "https://registry.nlark.com/longest-streak/download/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4" | |
7872 | - integrity sha1-uFmZV9pbXatk3uP+MW+ndFl9kOQ= | |
7873 | - | |
7874 | 7761 | longest@^1.0.0: |
7875 | 7762 | version "1.0.1" |
7876 | 7763 | resolved "https://registry.nlark.com/longest/download/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" |
... | ... | @@ -8013,34 +7900,6 @@ mathml-tag-names@^2.1.3: |
8013 | 7900 | resolved "https://registry.npm.taobao.org/mathml-tag-names/download/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3" |
8014 | 7901 | integrity sha1-TdrdZzCOeAzxakdoWHjuJ7c2oKM= |
8015 | 7902 | |
8016 | -mdast-util-from-markdown@^0.8.0: | |
8017 | - version "0.8.5" | |
8018 | - resolved "https://registry.nlark.com/mdast-util-from-markdown/download/mdast-util-from-markdown-0.8.5.tgz#d1ef2ca42bc377ecb0463a987910dae89bd9a28c" | |
8019 | - integrity sha1-0e8spCvDd+ywRjqYeRDa6JvZoow= | |
8020 | - dependencies: | |
8021 | - "@types/mdast" "^3.0.0" | |
8022 | - mdast-util-to-string "^2.0.0" | |
8023 | - micromark "~2.11.0" | |
8024 | - parse-entities "^2.0.0" | |
8025 | - unist-util-stringify-position "^2.0.0" | |
8026 | - | |
8027 | -mdast-util-to-markdown@^0.6.0: | |
8028 | - version "0.6.5" | |
8029 | - resolved "https://registry.nlark.com/mdast-util-to-markdown/download/mdast-util-to-markdown-0.6.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmdast-util-to-markdown%2Fdownload%2Fmdast-util-to-markdown-0.6.5.tgz#b33f67ca820d69e6cc527a93d4039249b504bebe" | |
8030 | - integrity sha1-sz9nyoINaebMUnqT1AOSSbUEvr4= | |
8031 | - dependencies: | |
8032 | - "@types/unist" "^2.0.0" | |
8033 | - longest-streak "^2.0.0" | |
8034 | - mdast-util-to-string "^2.0.0" | |
8035 | - parse-entities "^2.0.0" | |
8036 | - repeat-string "^1.0.0" | |
8037 | - zwitch "^1.0.0" | |
8038 | - | |
8039 | -mdast-util-to-string@^2.0.0: | |
8040 | - version "2.0.0" | |
8041 | - resolved "https://registry.nlark.com/mdast-util-to-string/download/mdast-util-to-string-2.0.0.tgz?cache=0&sync_timestamp=1619426294961&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmdast-util-to-string%2Fdownload%2Fmdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b" | |
8042 | - integrity sha1-uM/mpxPhCRy1tyj8SIhaR2f4uXs= | |
8043 | - | |
8044 | 7903 | mdn-data@2.0.14: |
8045 | 7904 | version "2.0.14" |
8046 | 7905 | resolved "https://registry.nlark.com/mdn-data/download/mdn-data-2.0.14.tgz?cache=0&sync_timestamp=1631835908136&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmdn-data%2Fdownload%2Fmdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" |
... | ... | @@ -8131,14 +7990,6 @@ merge@^2.1.0: |
8131 | 7990 | resolved "https://registry.nlark.com/merge/download/merge-2.1.1.tgz#59ef4bf7e0b3e879186436e8481c06a6c162ca98" |
8132 | 7991 | integrity sha1-We9L9+Cz6HkYZDboSBwGpsFiypg= |
8133 | 7992 | |
8134 | -micromark@~2.11.0: | |
8135 | - version "2.11.4" | |
8136 | - resolved "https://registry.nlark.com/micromark/download/micromark-2.11.4.tgz?cache=0&sync_timestamp=1629543672165&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmicromark%2Fdownload%2Fmicromark-2.11.4.tgz#d13436138eea826383e822449c9a5c50ee44665a" | |
8137 | - integrity sha1-0TQ2E47qgmOD6CJEnJpcUO5EZlo= | |
8138 | - dependencies: | |
8139 | - debug "^4.0.0" | |
8140 | - parse-entities "^2.0.0" | |
8141 | - | |
8142 | 7993 | micromatch@3.1.0: |
8143 | 7994 | version "3.1.0" |
8144 | 7995 | resolved "https://registry.nlark.com/micromatch/download/micromatch-3.1.0.tgz#5102d4eaf20b6997d6008e3acfe1c44a3fa815e2" |
... | ... | @@ -8256,7 +8107,7 @@ modify-values@^1.0.0: |
8256 | 8107 | resolved "https://registry.nlark.com/modify-values/download/modify-values-1.0.1.tgz?cache=0&sync_timestamp=1631251237706&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmodify-values%2Fdownload%2Fmodify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" |
8257 | 8108 | integrity sha1-s5OfpgVUZHTj4+PGPWS9Q7TuYCI= |
8258 | 8109 | |
8259 | -moment@^2.27.0: | |
8110 | +moment@^2.27.0, moment@^2.29.1: | |
8260 | 8111 | version "2.29.1" |
8261 | 8112 | resolved "https://registry.nlark.com/moment/download/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" |
8262 | 8113 | integrity sha1-sr52n6MZQL6e7qZGnAdeNQBvo9M= |
... | ... | @@ -8331,10 +8182,10 @@ nanoid@^3.1.22, nanoid@^3.1.23, nanoid@^3.1.25: |
8331 | 8182 | resolved "https://registry.nlark.com/nanoid/download/nanoid-3.1.25.tgz?cache=0&sync_timestamp=1628771925127&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnanoid%2Fdownload%2Fnanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152" |
8332 | 8183 | integrity sha1-CcoydHwOVD8OGBS303k0d/nI4VI= |
8333 | 8184 | |
8334 | -nanoid@^3.1.28: | |
8335 | - version "3.1.28" | |
8336 | - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.28.tgz#3c01bac14cb6c5680569014cc65a2f26424c6bd4" | |
8337 | - integrity sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw== | |
8185 | +nanoid@^3.1.30: | |
8186 | + version "3.1.30" | |
8187 | + resolved "https://registry.npmmirror.com/nanoid/download/nanoid-3.1.30.tgz?cache=0&sync_timestamp=1634166192601&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fnanoid%2Fdownload%2Fnanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362" | |
8188 | + integrity sha1-Y/k8xUjSoRPcXfvGO/oJ4rm2Q2I= | |
8338 | 8189 | |
8339 | 8190 | nanomatch@^1.2.1: |
8340 | 8191 | version "1.2.13" |
... | ... | @@ -8508,11 +8359,6 @@ nth-check@^2.0.0: |
8508 | 8359 | dependencies: |
8509 | 8360 | boolbase "^1.0.0" |
8510 | 8361 | |
8511 | -num2fraction@^1.2.2: | |
8512 | - version "1.2.2" | |
8513 | - resolved "https://registry.npm.taobao.org/num2fraction/download/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" | |
8514 | - integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= | |
8515 | - | |
8516 | 8362 | nwsapi@^2.2.0: |
8517 | 8363 | version "2.2.0" |
8518 | 8364 | resolved "https://registry.nlark.com/nwsapi/download/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7" |
... | ... | @@ -8825,18 +8671,6 @@ parent-module@^1.0.0: |
8825 | 8671 | dependencies: |
8826 | 8672 | callsites "^3.0.0" |
8827 | 8673 | |
8828 | -parse-entities@^2.0.0: | |
8829 | - version "2.0.0" | |
8830 | - resolved "https://registry.npm.taobao.org/parse-entities/download/parse-entities-2.0.0.tgz#53c6eb5b9314a1f4ec99fa0fdf7ce01ecda0cbe8" | |
8831 | - integrity sha1-U8brW5MUofTsmfoP33zgHs2gy+g= | |
8832 | - dependencies: | |
8833 | - character-entities "^1.0.0" | |
8834 | - character-entities-legacy "^1.0.0" | |
8835 | - character-reference-invalid "^1.0.0" | |
8836 | - is-alphanumerical "^1.0.0" | |
8837 | - is-decimal "^1.0.0" | |
8838 | - is-hexadecimal "^1.0.0" | |
8839 | - | |
8840 | 8674 | parse-json@^2.2.0: |
8841 | 8675 | version "2.2.0" |
8842 | 8676 | resolved "https://registry.nlark.com/parse-json/download/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" |
... | ... | @@ -8976,6 +8810,11 @@ picocolors@^0.2.1: |
8976 | 8810 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" |
8977 | 8811 | integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== |
8978 | 8812 | |
8813 | +picocolors@^1.0.0: | |
8814 | + version "1.0.0" | |
8815 | + resolved "https://registry.npmmirror.com/picocolors/download/picocolors-1.0.0.tgz?cache=0&sync_timestamp=1634093442271&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpicocolors%2Fdownload%2Fpicocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" | |
8816 | + integrity sha1-y1vcdP8/UYkiNur3nWi8RFZKuBw= | |
8817 | + | |
8979 | 8818 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3: |
8980 | 8819 | version "2.3.0" |
8981 | 8820 | resolved "https://registry.nlark.com/picomatch/download/picomatch-2.3.0.tgz?cache=0&sync_timestamp=1621648246651&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpicomatch%2Fdownload%2Fpicomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" |
... | ... | @@ -9071,19 +8910,19 @@ posix-character-classes@^0.1.0: |
9071 | 8910 | resolved "https://registry.nlark.com/posix-character-classes/download/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" |
9072 | 8911 | integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= |
9073 | 8912 | |
9074 | -postcss-html@^0.36.0: | |
9075 | - version "0.36.0" | |
9076 | - resolved "https://registry.nlark.com/postcss-html/download/postcss-html-0.36.0.tgz#b40913f94eaacc2453fd30a1327ad6ee1f88b204" | |
9077 | - integrity sha1-tAkT+U6qzCRT/TChMnrW7h+IsgQ= | |
8913 | +postcss-html@^1.1.0: | |
8914 | + version "1.1.0" | |
8915 | + resolved "https://registry.npmmirror.com/postcss-html/download/postcss-html-1.1.0.tgz#47908bc23aae85fe66036df64a2c3fc849cf2efc" | |
8916 | + integrity sha1-R5CLwjquhf5mA232Siw/yEnPLvw= | |
9078 | 8917 | dependencies: |
9079 | - htmlparser2 "^3.10.0" | |
8918 | + htmlparser2 "^7.1.2" | |
8919 | + postcss "^8.3.11" | |
8920 | + postcss-safe-parser "^6.0.0" | |
9080 | 8921 | |
9081 | -postcss-less@^3.1.4: | |
9082 | - version "3.1.4" | |
9083 | - resolved "https://registry.nlark.com/postcss-less/download/postcss-less-3.1.4.tgz?cache=0&sync_timestamp=1627346587136&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-less%2Fdownload%2Fpostcss-less-3.1.4.tgz#369f58642b5928ef898ffbc1a6e93c958304c5ad" | |
9084 | - integrity sha1-Np9YZCtZKO+Jj/vBpuk8lYMExa0= | |
9085 | - dependencies: | |
9086 | - postcss "^7.0.14" | |
8922 | +postcss-less@^5.0.0: | |
8923 | + version "5.0.0" | |
8924 | + resolved "https://registry.nlark.com/postcss-less/download/postcss-less-5.0.0.tgz?cache=0&sync_timestamp=1627346502477&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-less%2Fdownload%2Fpostcss-less-5.0.0.tgz#3fa361ed8e52a9c3e6e4fdb9bb95fd9032f3c62b" | |
8925 | + integrity sha1-P6Nh7Y5SqcPm5P25u5X9kDLzxis= | |
9087 | 8926 | |
9088 | 8927 | postcss-media-query-parser@^0.2.3: |
9089 | 8928 | version "0.2.3" |
... | ... | @@ -9144,48 +8983,23 @@ postcss-resolve-nested-selector@^0.1.1: |
9144 | 8983 | resolved "https://registry.npm.taobao.org/postcss-resolve-nested-selector/download/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e" |
9145 | 8984 | integrity sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4= |
9146 | 8985 | |
9147 | -postcss-safe-parser@^4.0.2: | |
9148 | - version "4.0.2" | |
9149 | - resolved "https://registry.nlark.com/postcss-safe-parser/download/postcss-safe-parser-4.0.2.tgz#a6d4e48f0f37d9f7c11b2a581bf00f8ba4870b96" | |
9150 | - integrity sha1-ptTkjw832ffBGypYG/APi6SHC5Y= | |
9151 | - dependencies: | |
9152 | - postcss "^7.0.26" | |
9153 | - | |
9154 | -postcss-sass@^0.4.4: | |
9155 | - version "0.4.4" | |
9156 | - resolved "https://registry.nlark.com/postcss-sass/download/postcss-sass-0.4.4.tgz#91f0f3447b45ce373227a98b61f8d8f0785285a3" | |
9157 | - integrity sha1-kfDzRHtFzjcyJ6mLYfjY8HhShaM= | |
9158 | - dependencies: | |
9159 | - gonzales-pe "^4.3.0" | |
9160 | - postcss "^7.0.21" | |
9161 | - | |
9162 | -postcss-scss@^2.1.1: | |
9163 | - version "2.1.1" | |
9164 | - resolved "https://registry.nlark.com/postcss-scss/download/postcss-scss-2.1.1.tgz?cache=0&sync_timestamp=1623651597829&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-scss%2Fdownload%2Fpostcss-scss-2.1.1.tgz#ec3a75fa29a55e016b90bf3269026c53c1d2b383" | |
9165 | - integrity sha1-7Dp1+imlXgFrkL8yaQJsU8HSs4M= | |
9166 | - dependencies: | |
9167 | - postcss "^7.0.6" | |
8986 | +postcss-safe-parser@^6.0.0: | |
8987 | + version "6.0.0" | |
8988 | + resolved "https://registry.nlark.com/postcss-safe-parser/download/postcss-safe-parser-6.0.0.tgz#bb4c29894171a94bc5c996b9a30317ef402adaa1" | |
8989 | + integrity sha1-u0wpiUFxqUvFyZa5owMX70Aq2qE= | |
9168 | 8990 | |
9169 | -postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5: | |
8991 | +postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.6: | |
9170 | 8992 | version "6.0.6" |
9171 | - resolved "https://registry.nlark.com/postcss-selector-parser/download/postcss-selector-parser-6.0.6.tgz?cache=0&sync_timestamp=1620752939806&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-selector-parser%2Fdownload%2Fpostcss-selector-parser-6.0.6.tgz#2c5bba8174ac2f6981ab631a42ab0ee54af332ea" | |
8993 | + resolved "https://registry.nlark.com/postcss-selector-parser/download/postcss-selector-parser-6.0.6.tgz?cache=0&sync_timestamp=1620752924836&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-selector-parser%2Fdownload%2Fpostcss-selector-parser-6.0.6.tgz#2c5bba8174ac2f6981ab631a42ab0ee54af332ea" | |
9172 | 8994 | integrity sha1-LFu6gXSsL2mBq2MaQqsO5UrzMuo= |
9173 | 8995 | dependencies: |
9174 | 8996 | cssesc "^3.0.0" |
9175 | 8997 | util-deprecate "^1.0.2" |
9176 | 8998 | |
9177 | -postcss-sorting@^5.0.1: | |
9178 | - version "5.0.1" | |
9179 | - resolved "https://registry.nlark.com/postcss-sorting/download/postcss-sorting-5.0.1.tgz#10d5d0059eea8334dacc820c0121864035bc3f11" | |
9180 | - integrity sha1-ENXQBZ7qgzTazIIMASGGQDW8PxE= | |
9181 | - dependencies: | |
9182 | - lodash "^4.17.14" | |
9183 | - postcss "^7.0.17" | |
9184 | - | |
9185 | -postcss-syntax@^0.36.2: | |
9186 | - version "0.36.2" | |
9187 | - resolved "https://registry.npm.taobao.org/postcss-syntax/download/postcss-syntax-0.36.2.tgz#f08578c7d95834574e5593a82dfbfa8afae3b51c" | |
9188 | - integrity sha1-8IV4x9lYNFdOVZOoLfv6ivrjtRw= | |
8999 | +postcss-sorting@^7.0.1: | |
9000 | + version "7.0.1" | |
9001 | + resolved "https://registry.npmmirror.com/postcss-sorting/download/postcss-sorting-7.0.1.tgz#923b5268451cf2d93ebf8835e17a6537757049a5" | |
9002 | + integrity sha1-kjtSaEUc8tk+v4g14XplN3VwSaU= | |
9189 | 9003 | |
9190 | 9004 | postcss-value-parser@^4.1.0: |
9191 | 9005 | version "4.1.0" |
... | ... | @@ -9202,15 +9016,6 @@ postcss@^5.2.17: |
9202 | 9016 | source-map "^0.5.6" |
9203 | 9017 | supports-color "^3.2.3" |
9204 | 9018 | |
9205 | -postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.31, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.6: | |
9206 | - version "7.0.36" | |
9207 | - resolved "https://registry.nlark.com/postcss/download/postcss-7.0.36.tgz?cache=0&sync_timestamp=1626882960231&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss%2Fdownload%2Fpostcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb" | |
9208 | - integrity sha1-BW+M/6k5ZiqPWQWVDAfVKFZE38s= | |
9209 | - dependencies: | |
9210 | - chalk "^2.4.2" | |
9211 | - source-map "^0.6.1" | |
9212 | - supports-color "^6.1.0" | |
9213 | - | |
9214 | 9019 | postcss@^8.1.10, postcss@^8.3.6: |
9215 | 9020 | version "8.3.6" |
9216 | 9021 | resolved "https://registry.nlark.com/postcss/download/postcss-8.3.6.tgz?cache=0&sync_timestamp=1626882960231&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss%2Fdownload%2Fpostcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea" |
... | ... | @@ -9220,6 +9025,15 @@ postcss@^8.1.10, postcss@^8.3.6: |
9220 | 9025 | nanoid "^3.1.23" |
9221 | 9026 | source-map-js "^0.6.2" |
9222 | 9027 | |
9028 | +postcss@^8.3.11: | |
9029 | + version "8.3.11" | |
9030 | + resolved "https://registry.npmmirror.com/postcss/download/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858" | |
9031 | + integrity sha1-w77KfqgRzV4cSj7G0udZnvH4+Fg= | |
9032 | + dependencies: | |
9033 | + nanoid "^3.1.30" | |
9034 | + picocolors "^1.0.0" | |
9035 | + source-map-js "^0.6.2" | |
9036 | + | |
9223 | 9037 | postcss@^8.3.8: |
9224 | 9038 | version "8.3.8" |
9225 | 9039 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.8.tgz#9ebe2a127396b4b4570ae9f7770e7fb83db2bac1" |
... | ... | @@ -9229,15 +9043,6 @@ postcss@^8.3.8: |
9229 | 9043 | nanoid "^3.1.25" |
9230 | 9044 | source-map-js "^0.6.2" |
9231 | 9045 | |
9232 | -postcss@^8.3.9: | |
9233 | - version "8.3.9" | |
9234 | - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.9.tgz#98754caa06c4ee9eb59cc48bd073bb6bd3437c31" | |
9235 | - integrity sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw== | |
9236 | - dependencies: | |
9237 | - nanoid "^3.1.28" | |
9238 | - picocolors "^0.2.1" | |
9239 | - source-map-js "^0.6.2" | |
9240 | - | |
9241 | 9046 | posthtml-parser@^0.2.0, posthtml-parser@^0.2.1: |
9242 | 9047 | version "0.2.1" |
9243 | 9048 | resolved "https://registry.nlark.com/posthtml-parser/download/posthtml-parser-0.2.1.tgz#35d530de386740c2ba24ff2eb2faf39ccdf271dd" |
... | ... | @@ -9549,9 +9354,9 @@ qrcode@^1.4.4: |
9549 | 9354 | pngjs "^3.3.0" |
9550 | 9355 | yargs "^13.2.4" |
9551 | 9356 | |
9552 | -qs@^6.4.0: | |
9357 | +qs@^6.10.1, qs@^6.4.0: | |
9553 | 9358 | version "6.10.1" |
9554 | - resolved "https://registry.nlark.com/qs/download/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a" | |
9359 | + resolved "https://registry.npm.taobao.org/qs/download/qs-6.10.1.tgz?cache=0&sync_timestamp=1616385328325&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a" | |
9555 | 9360 | integrity sha1-STFIL6jWR6Wqt5nFJx0hM7mB+2o= |
9556 | 9361 | dependencies: |
9557 | 9362 | side-channel "^1.0.4" |
... | ... | @@ -9759,35 +9564,12 @@ relateurl@^0.2.7: |
9759 | 9564 | resolved "https://registry.nlark.com/relateurl/download/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" |
9760 | 9565 | integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= |
9761 | 9566 | |
9762 | -remark-parse@^9.0.0: | |
9763 | - version "9.0.0" | |
9764 | - resolved "https://registry.nlark.com/remark-parse/download/remark-parse-9.0.0.tgz?cache=0&sync_timestamp=1627989789864&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fremark-parse%2Fdownload%2Fremark-parse-9.0.0.tgz#4d20a299665880e4f4af5d90b7c7b8a935853640" | |
9765 | - integrity sha1-TSCimWZYgOT0r12Qt8e4qTWFNkA= | |
9766 | - dependencies: | |
9767 | - mdast-util-from-markdown "^0.8.0" | |
9768 | - | |
9769 | -remark-stringify@^9.0.0: | |
9770 | - version "9.0.1" | |
9771 | - resolved "https://registry.nlark.com/remark-stringify/download/remark-stringify-9.0.1.tgz?cache=0&sync_timestamp=1627989355617&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fremark-stringify%2Fdownload%2Fremark-stringify-9.0.1.tgz#576d06e910548b0a7191a71f27b33f1218862894" | |
9772 | - integrity sha1-V20G6RBUiwpxkacfJ7M/EhiGKJQ= | |
9773 | - dependencies: | |
9774 | - mdast-util-to-markdown "^0.6.0" | |
9775 | - | |
9776 | -remark@^13.0.0: | |
9777 | - version "13.0.0" | |
9778 | - resolved "https://registry.nlark.com/remark/download/remark-13.0.0.tgz#d15d9bf71a402f40287ebe36067b66d54868e425" | |
9779 | - integrity sha1-0V2b9xpAL0Aofr42Bntm1Uho5CU= | |
9780 | - dependencies: | |
9781 | - remark-parse "^9.0.0" | |
9782 | - remark-stringify "^9.0.0" | |
9783 | - unified "^9.1.0" | |
9784 | - | |
9785 | 9567 | repeat-element@^1.1.2: |
9786 | 9568 | version "1.1.4" |
9787 | 9569 | resolved "https://registry.nlark.com/repeat-element/download/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" |
9788 | 9570 | integrity sha1-vmgVIIR6tYx1aKx1+/rSjtQtOek= |
9789 | 9571 | |
9790 | -repeat-string@^1.0.0, repeat-string@^1.6.1: | |
9572 | +repeat-string@^1.6.1: | |
9791 | 9573 | version "1.6.1" |
9792 | 9574 | resolved "https://registry.npm.taobao.org/repeat-string/download/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" |
9793 | 9575 | integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= |
... | ... | @@ -10465,6 +10247,15 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2: |
10465 | 10247 | is-fullwidth-code-point "^3.0.0" |
10466 | 10248 | strip-ansi "^6.0.0" |
10467 | 10249 | |
10250 | +string-width@^4.2.3: | |
10251 | + version "4.2.3" | |
10252 | + resolved "https://registry.npmmirror.com/string-width/download/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" | |
10253 | + integrity sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA= | |
10254 | + dependencies: | |
10255 | + emoji-regex "^8.0.0" | |
10256 | + is-fullwidth-code-point "^3.0.0" | |
10257 | + strip-ansi "^6.0.1" | |
10258 | + | |
10468 | 10259 | string.prototype.padend@^3.0.0: |
10469 | 10260 | version "3.1.2" |
10470 | 10261 | resolved "https://registry.nlark.com/string.prototype.padend/download/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311" |
... | ... | @@ -10541,6 +10332,13 @@ strip-ansi@^6.0.0: |
10541 | 10332 | dependencies: |
10542 | 10333 | ansi-regex "^5.0.0" |
10543 | 10334 | |
10335 | +strip-ansi@^6.0.1: | |
10336 | + version "6.0.1" | |
10337 | + resolved "https://registry.npmmirror.com/strip-ansi/download/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" | |
10338 | + integrity sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk= | |
10339 | + dependencies: | |
10340 | + ansi-regex "^5.0.1" | |
10341 | + | |
10544 | 10342 | strip-bom@4.0.0, strip-bom@^4.0.0: |
10545 | 10343 | version "4.0.0" |
10546 | 10344 | resolved "https://registry.nlark.com/strip-bom/download/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" |
... | ... | @@ -10621,46 +10419,46 @@ style-search@^0.1.0: |
10621 | 10419 | resolved "https://registry.npm.taobao.org/style-search/download/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902" |
10622 | 10420 | integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI= |
10623 | 10421 | |
10422 | +stylelint-config-html@^1.0.0: | |
10423 | + version "1.0.0" | |
10424 | + resolved "https://registry.npmmirror.com/stylelint-config-html/download/stylelint-config-html-1.0.0.tgz#172acb996ee4c854e8c670fcff77ff0d98d3bec2" | |
10425 | + integrity sha1-FyrLmW7kyFToxnD8/3f/DZjTvsI= | |
10426 | + | |
10624 | 10427 | stylelint-config-prettier@^9.0.3: |
10625 | 10428 | version "9.0.3" |
10626 | 10429 | resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.3.tgz#0dccebeff359dcc393c9229184408b08964d561c" |
10627 | 10430 | integrity sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg== |
10628 | 10431 | |
10629 | -stylelint-config-recommended@^5.0.0: | |
10630 | - version "5.0.0" | |
10631 | - resolved "https://registry.nlark.com/stylelint-config-recommended/download/stylelint-config-recommended-5.0.0.tgz#fb5653f495a60b4938f2ad3e77712d9e1039ae78" | |
10632 | - integrity sha1-+1ZT9JWmC0k48q0+d3EtnhA5rng= | |
10432 | +stylelint-config-recommended@^6.0.0: | |
10433 | + version "6.0.0" | |
10434 | + resolved "https://registry.npmmirror.com/stylelint-config-recommended/download/stylelint-config-recommended-6.0.0.tgz?cache=0&sync_timestamp=1634869999369&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstylelint-config-recommended%2Fdownload%2Fstylelint-config-recommended-6.0.0.tgz#fd2523a322836005ad9bf473d3e5534719c09f9d" | |
10435 | + integrity sha1-/SUjoyKDYAWtm/Rz0+VTRxnAn50= | |
10633 | 10436 | |
10634 | -stylelint-config-standard@^22.0.0: | |
10635 | - version "22.0.0" | |
10636 | - resolved "https://registry.nlark.com/stylelint-config-standard/download/stylelint-config-standard-22.0.0.tgz#c860be9a13ebbc1b084456fa10527bf13a44addf" | |
10637 | - integrity sha1-yGC+mhPrvBsIRFb6EFJ78TpErd8= | |
10437 | +stylelint-config-standard@^23.0.0: | |
10438 | + version "23.0.0" | |
10439 | + resolved "https://registry.npmmirror.com/stylelint-config-standard/download/stylelint-config-standard-23.0.0.tgz#4ad58c74804c544cb4d30667c21a30ab14d1c17d" | |
10440 | + integrity sha1-StWMdIBMVEy00wZnwhowqxTRwX0= | |
10638 | 10441 | dependencies: |
10639 | - stylelint-config-recommended "^5.0.0" | |
10442 | + stylelint-config-recommended "^6.0.0" | |
10640 | 10443 | |
10641 | -stylelint-order@^4.1.0: | |
10642 | - version "4.1.0" | |
10643 | - resolved "https://registry.nlark.com/stylelint-order/download/stylelint-order-4.1.0.tgz#692d05b7d0c235ac66fcf5ea1d9e5f08a76747f6" | |
10644 | - integrity sha1-aS0Ft9DCNaxm/PXqHZ5fCKdnR/Y= | |
10444 | +stylelint-order@^5.0.0: | |
10445 | + version "5.0.0" | |
10446 | + resolved "https://registry.npmmirror.com/stylelint-order/download/stylelint-order-5.0.0.tgz?cache=0&sync_timestamp=1634870108691&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstylelint-order%2Fdownload%2Fstylelint-order-5.0.0.tgz#abd20f6b85ac640774cbe40e70d3fe9c6fdf4400" | |
10447 | + integrity sha1-q9IPa4WsZAd0y+QOcNP+nG/fRAA= | |
10645 | 10448 | dependencies: |
10646 | - lodash "^4.17.15" | |
10647 | - postcss "^7.0.31" | |
10648 | - postcss-sorting "^5.0.1" | |
10449 | + postcss "^8.3.11" | |
10450 | + postcss-sorting "^7.0.1" | |
10649 | 10451 | |
10650 | -stylelint@^13.13.1: | |
10651 | - version "13.13.1" | |
10652 | - resolved "https://registry.nlark.com/stylelint/download/stylelint-13.13.1.tgz#fca9c9f5de7990ab26a00f167b8978f083a18f3c" | |
10653 | - integrity sha1-/KnJ9d55kKsmoA8We4l48IOhjzw= | |
10452 | +stylelint@^14.0.0: | |
10453 | + version "14.0.0" | |
10454 | + resolved "https://registry.npmmirror.com/stylelint/download/stylelint-14.0.0.tgz?cache=0&sync_timestamp=1634869397910&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstylelint%2Fdownload%2Fstylelint-14.0.0.tgz#0dc9655bc81378ac9937e6ea2f32704e9c2f92f9" | |
10455 | + integrity sha1-DcllW8gTeKyZN+bqLzJwTpwvkvk= | |
10654 | 10456 | dependencies: |
10655 | - "@stylelint/postcss-css-in-js" "^0.37.2" | |
10656 | - "@stylelint/postcss-markdown" "^0.36.2" | |
10657 | - autoprefixer "^9.8.6" | |
10658 | 10457 | balanced-match "^2.0.0" |
10659 | - chalk "^4.1.1" | |
10660 | - cosmiconfig "^7.0.0" | |
10661 | - debug "^4.3.1" | |
10458 | + cosmiconfig "^7.0.1" | |
10459 | + debug "^4.3.2" | |
10662 | 10460 | execall "^2.0.0" |
10663 | - fast-glob "^3.2.5" | |
10461 | + fast-glob "^3.2.7" | |
10664 | 10462 | fastest-levenshtein "^1.0.12" |
10665 | 10463 | file-entry-cache "^6.0.1" |
10666 | 10464 | get-stdin "^8.0.0" |
... | ... | @@ -10671,43 +10469,30 @@ stylelint@^13.13.1: |
10671 | 10469 | ignore "^5.1.8" |
10672 | 10470 | import-lazy "^4.0.0" |
10673 | 10471 | imurmurhash "^0.1.4" |
10674 | - known-css-properties "^0.21.0" | |
10675 | - lodash "^4.17.21" | |
10676 | - log-symbols "^4.1.0" | |
10472 | + is-plain-object "^5.0.0" | |
10473 | + known-css-properties "^0.23.0" | |
10677 | 10474 | mathml-tag-names "^2.1.3" |
10678 | 10475 | meow "^9.0.0" |
10679 | 10476 | micromatch "^4.0.4" |
10477 | + normalize-path "^3.0.0" | |
10680 | 10478 | normalize-selector "^0.2.0" |
10681 | - postcss "^7.0.35" | |
10682 | - postcss-html "^0.36.0" | |
10683 | - postcss-less "^3.1.4" | |
10479 | + picocolors "^1.0.0" | |
10480 | + postcss "^8.3.11" | |
10684 | 10481 | postcss-media-query-parser "^0.2.3" |
10685 | 10482 | postcss-resolve-nested-selector "^0.1.1" |
10686 | - postcss-safe-parser "^4.0.2" | |
10687 | - postcss-sass "^0.4.4" | |
10688 | - postcss-scss "^2.1.1" | |
10689 | - postcss-selector-parser "^6.0.5" | |
10690 | - postcss-syntax "^0.36.2" | |
10483 | + postcss-safe-parser "^6.0.0" | |
10484 | + postcss-selector-parser "^6.0.6" | |
10691 | 10485 | postcss-value-parser "^4.1.0" |
10692 | 10486 | resolve-from "^5.0.0" |
10693 | - slash "^3.0.0" | |
10694 | 10487 | specificity "^0.4.1" |
10695 | 10488 | string-width "^4.2.2" |
10696 | 10489 | strip-ansi "^6.0.0" |
10697 | 10490 | style-search "^0.1.0" |
10698 | - sugarss "^2.0.0" | |
10699 | 10491 | svg-tags "^1.0.0" |
10700 | - table "^6.6.0" | |
10492 | + table "^6.7.2" | |
10701 | 10493 | v8-compile-cache "^2.3.0" |
10702 | 10494 | write-file-atomic "^3.0.3" |
10703 | 10495 | |
10704 | -sugarss@^2.0.0: | |
10705 | - version "2.0.0" | |
10706 | - resolved "https://registry.nlark.com/sugarss/download/sugarss-2.0.0.tgz?cache=0&sync_timestamp=1623651759407&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsugarss%2Fdownload%2Fsugarss-2.0.0.tgz#ddd76e0124b297d40bf3cca31c8b22ecb43bc61d" | |
10707 | - integrity sha1-3dduASSyl9QL88yjHIsi7LQ7xh0= | |
10708 | - dependencies: | |
10709 | - postcss "^7.0.2" | |
10710 | - | |
10711 | 10496 | supports-color@8.1.1, supports-color@^8.0.0: |
10712 | 10497 | version "8.1.1" |
10713 | 10498 | resolved "https://registry.nlark.com/supports-color/download/supports-color-8.1.1.tgz?cache=0&sync_timestamp=1626703342506&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsupports-color%2Fdownload%2Fsupports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" |
... | ... | @@ -10734,13 +10519,6 @@ supports-color@^5.3.0: |
10734 | 10519 | dependencies: |
10735 | 10520 | has-flag "^3.0.0" |
10736 | 10521 | |
10737 | -supports-color@^6.1.0: | |
10738 | - version "6.1.0" | |
10739 | - resolved "https://registry.nlark.com/supports-color/download/supports-color-6.1.0.tgz?cache=0&sync_timestamp=1626703342506&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsupports-color%2Fdownload%2Fsupports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" | |
10740 | - integrity sha1-B2Srxpxj1ayELdSGfo0CXogN+PM= | |
10741 | - dependencies: | |
10742 | - has-flag "^3.0.0" | |
10743 | - | |
10744 | 10522 | supports-color@^7.0.0, supports-color@^7.1.0: |
10745 | 10523 | version "7.2.0" |
10746 | 10524 | resolved "https://registry.nlark.com/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1626703342506&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" |
... | ... | @@ -10816,17 +10594,17 @@ systemjs@^6.10.3: |
10816 | 10594 | resolved "https://registry.yarnpkg.com/systemjs/-/systemjs-6.10.3.tgz#7e783fccb58232f1d9eb05c7e1a661268945cade" |
10817 | 10595 | integrity sha512-mXwfLJdaADqWg1J5+Z0bGQEdcXSe+ePPTfzffMB29aVls5cXveRl0vneSV/19t3SfuUBsAraLP8W/g5u9cmYXA== |
10818 | 10596 | |
10819 | -table@^6.6.0: | |
10820 | - version "6.7.1" | |
10821 | - resolved "https://registry.nlark.com/table/download/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2" | |
10822 | - integrity sha1-7gVZK3FDgxqMlPPO5qrkwczvM+I= | |
10597 | +table@^6.7.2: | |
10598 | + version "6.7.2" | |
10599 | + resolved "https://registry.npmmirror.com/table/download/table-6.7.2.tgz?cache=0&sync_timestamp=1633019371192&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftable%2Fdownload%2Ftable-6.7.2.tgz#a8d39b9f5966693ca8b0feba270a78722cbaf3b0" | |
10600 | + integrity sha1-qNObn1lmaTyosP66Jwp4ciy687A= | |
10823 | 10601 | dependencies: |
10824 | 10602 | ajv "^8.0.1" |
10825 | 10603 | lodash.clonedeep "^4.5.0" |
10826 | 10604 | lodash.truncate "^4.4.2" |
10827 | 10605 | slice-ansi "^4.0.0" |
10828 | - string-width "^4.2.0" | |
10829 | - strip-ansi "^6.0.0" | |
10606 | + string-width "^4.2.3" | |
10607 | + strip-ansi "^6.0.1" | |
10830 | 10608 | |
10831 | 10609 | tar-stream@^1.5.2: |
10832 | 10610 | version "1.6.2" |
... | ... | @@ -11066,11 +10844,6 @@ trim-repeated@^1.0.0: |
11066 | 10844 | dependencies: |
11067 | 10845 | escape-string-regexp "^1.0.2" |
11068 | 10846 | |
11069 | -trough@^1.0.0: | |
11070 | - version "1.0.5" | |
11071 | - resolved "https://registry.nlark.com/trough/download/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406" | |
11072 | - integrity sha1-uLY5zvrX0LsqvTfUM/+Ck++l9AY= | |
11073 | - | |
11074 | 10847 | ts-jest@^27.0.7: |
11075 | 10848 | version "27.0.7" |
11076 | 10849 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.7.tgz#fb7c8c8cb5526ab371bc1b23d06e745652cca2d0" |
... | ... | @@ -11085,10 +10858,10 @@ ts-jest@^27.0.7: |
11085 | 10858 | semver "7.x" |
11086 | 10859 | yargs-parser "20.x" |
11087 | 10860 | |
11088 | -ts-node@^10.3.0: | |
11089 | - version "10.3.0" | |
11090 | - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.3.0.tgz#a797f2ed3ff50c9a5d814ce400437cb0c1c048b4" | |
11091 | - integrity sha512-RYIy3i8IgpFH45AX4fQHExrT8BxDeKTdC83QFJkNzkvt8uFB6QJ8XMyhynYiKMLxt9a7yuXaDBZNOYS3XjDcYw== | |
10861 | +ts-node@^10.4.0: | |
10862 | + version "10.4.0" | |
10863 | + resolved "https://registry.npmmirror.com/ts-node/download/ts-node-10.4.0.tgz?cache=0&sync_timestamp=1634967008919&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fts-node%2Fdownload%2Fts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7" | |
10864 | + integrity sha1-aA+IlFiF9ObPRQ5/DWIj3UBIlfc= | |
11092 | 10865 | dependencies: |
11093 | 10866 | "@cspotcode/source-map-support" "0.7.0" |
11094 | 10867 | "@tsconfig/node10" "^1.0.7" |
... | ... | @@ -11266,18 +11039,6 @@ unicode-property-aliases-ecmascript@^2.0.0: |
11266 | 11039 | resolved "https://registry.nlark.com/unicode-property-aliases-ecmascript/download/unicode-property-aliases-ecmascript-2.0.0.tgz?cache=0&sync_timestamp=1631609367398&other_urls=https%3A%2F%2Fregistry.nlark.com%2Funicode-property-aliases-ecmascript%2Fdownload%2Funicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8" |
11267 | 11040 | integrity sha1-CjbLmlhcT2q9Ua0d7dsoXBZSl8g= |
11268 | 11041 | |
11269 | -unified@^9.1.0: | |
11270 | - version "9.2.2" | |
11271 | - resolved "https://registry.nlark.com/unified/download/unified-9.2.2.tgz?cache=0&sync_timestamp=1627639621063&other_urls=https%3A%2F%2Fregistry.nlark.com%2Funified%2Fdownload%2Funified-9.2.2.tgz#67649a1abfc3ab85d2969502902775eb03146975" | |
11272 | - integrity sha1-Z2SaGr/Dq4XSlpUCkCd16wMUaXU= | |
11273 | - dependencies: | |
11274 | - bail "^1.0.0" | |
11275 | - extend "^3.0.0" | |
11276 | - is-buffer "^2.0.0" | |
11277 | - is-plain-obj "^2.0.0" | |
11278 | - trough "^1.0.0" | |
11279 | - vfile "^4.0.0" | |
11280 | - | |
11281 | 11042 | union-value@^1.0.0: |
11282 | 11043 | version "1.0.1" |
11283 | 11044 | resolved "https://registry.nlark.com/union-value/download/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" |
... | ... | @@ -11302,25 +11063,6 @@ unique-string@^2.0.0: |
11302 | 11063 | dependencies: |
11303 | 11064 | crypto-random-string "^2.0.0" |
11304 | 11065 | |
11305 | -unist-util-find-all-after@^3.0.2: | |
11306 | - version "3.0.2" | |
11307 | - resolved "https://registry.nlark.com/unist-util-find-all-after/download/unist-util-find-all-after-3.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Funist-util-find-all-after%2Fdownload%2Funist-util-find-all-after-3.0.2.tgz#fdfecd14c5b7aea5e9ef38d5e0d5f774eeb561f6" | |
11308 | - integrity sha1-/f7NFMW3rqXp7zjV4NX3dO61YfY= | |
11309 | - dependencies: | |
11310 | - unist-util-is "^4.0.0" | |
11311 | - | |
11312 | -unist-util-is@^4.0.0: | |
11313 | - version "4.1.0" | |
11314 | - resolved "https://registry.nlark.com/unist-util-is/download/unist-util-is-4.1.0.tgz#976e5f462a7a5de73d94b706bac1b90671b57797" | |
11315 | - integrity sha1-l25fRip6Xec9lLcGusG5BnG1d5c= | |
11316 | - | |
11317 | -unist-util-stringify-position@^2.0.0: | |
11318 | - version "2.0.3" | |
11319 | - resolved "https://registry.nlark.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Funist-util-stringify-position%2Fdownload%2Funist-util-stringify-position-2.0.3.tgz#cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da" | |
11320 | - integrity sha1-zOO/oc34W6c3XR1bF73Eytqb2do= | |
11321 | - dependencies: | |
11322 | - "@types/unist" "^2.0.2" | |
11323 | - | |
11324 | 11066 | universalify@^0.1.0, universalify@^0.1.2: |
11325 | 11067 | version "0.1.2" |
11326 | 11068 | resolved "https://registry.nlark.com/universalify/download/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" |
... | ... | @@ -11458,24 +11200,6 @@ vditor@^3.8.7: |
11458 | 11200 | dependencies: |
11459 | 11201 | diff-match-patch "^1.0.5" |
11460 | 11202 | |
11461 | -vfile-message@^2.0.0: | |
11462 | - version "2.0.4" | |
11463 | - resolved "https://registry.nlark.com/vfile-message/download/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a" | |
11464 | - integrity sha1-W0O4gXHUCerlhHfRPyPdQdUsNxo= | |
11465 | - dependencies: | |
11466 | - "@types/unist" "^2.0.0" | |
11467 | - unist-util-stringify-position "^2.0.0" | |
11468 | - | |
11469 | -vfile@^4.0.0: | |
11470 | - version "4.2.1" | |
11471 | - resolved "https://registry.nlark.com/vfile/download/vfile-4.2.1.tgz?cache=0&sync_timestamp=1629479504143&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvfile%2Fdownload%2Fvfile-4.2.1.tgz#03f1dce28fc625c625bc6514350fbdb00fa9e624" | |
11472 | - integrity sha1-A/Hc4o/GJcYlvGUUNQ+9sA+p5iQ= | |
11473 | - dependencies: | |
11474 | - "@types/unist" "^2.0.0" | |
11475 | - is-buffer "^2.0.0" | |
11476 | - unist-util-stringify-position "^2.0.0" | |
11477 | - vfile-message "^2.0.0" | |
11478 | - | |
11479 | 11203 | vite-plugin-compression@^0.3.5: |
11480 | 11204 | version "0.3.5" |
11481 | 11205 | resolved "https://registry.nlark.com/vite-plugin-compression/download/vite-plugin-compression-0.3.5.tgz#1e5338eb43e60128de6d6f22b2aabf0e3dc0c17f" |
... | ... | @@ -11616,10 +11340,10 @@ vite-plugin-windicss@^1.4.12: |
11616 | 11340 | debug "^4.3.2" |
11617 | 11341 | windicss "^3.1.9" |
11618 | 11342 | |
11619 | -vite@^2.6.10: | |
11620 | - version "2.6.10" | |
11621 | - resolved "https://registry.yarnpkg.com/vite/-/vite-2.6.10.tgz#7a4f420c6e2c7d9062c7f9ce4578a817c72b3842" | |
11622 | - integrity sha512-XbevwpDJMs3lKiGEj0UQScsOCpwHIjFgfzPnFVkPgnxsF9oPv1uGyckLg58XkXv6LnO46KN9yZqJzINFmAxtUg== | |
11343 | +vite@^2.6.11: | |
11344 | + version "2.6.11" | |
11345 | + resolved "https://registry.npmmirror.com/vite/download/vite-2.6.11.tgz?cache=0&sync_timestamp=1635159410826&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvite%2Fdownload%2Fvite-2.6.11.tgz#20d3d8f4b4fe38904a2e425356aab1cb23325e12" | |
11346 | + integrity sha1-INPY9LT+OJBKLkJTVqqxyyMyXhI= | |
11623 | 11347 | dependencies: |
11624 | 11348 | esbuild "^0.13.2" |
11625 | 11349 | postcss "^8.3.8" |
... | ... | @@ -11704,25 +11428,25 @@ vscode-nls@^5.0.0: |
11704 | 11428 | resolved "https://registry.npm.taobao.org/vscode-nls/download/vscode-nls-5.0.0.tgz#99f0da0bd9ea7cda44e565a74c54b1f2bc257840" |
11705 | 11429 | integrity sha1-mfDaC9nqfNpE5WWnTFSx8rwleEA= |
11706 | 11430 | |
11707 | -vscode-pug-languageservice@0.28.7: | |
11708 | - version "0.28.7" | |
11709 | - resolved "https://registry.yarnpkg.com/vscode-pug-languageservice/-/vscode-pug-languageservice-0.28.7.tgz#096a36cc1db4244e41b5ce21ebc82dbaf708b1c4" | |
11710 | - integrity sha512-LMeR/be3qm63xsamMFCn9/fcu0PKeIS1ci7ou9CcOwxIK7Zr/vGAmG2K0uNIKzm/w7I20F6855RVf9Ne2QHb4Q== | |
11431 | +vscode-pug-languageservice@0.28.8: | |
11432 | + version "0.28.8" | |
11433 | + resolved "https://registry.npmmirror.com/vscode-pug-languageservice/download/vscode-pug-languageservice-0.28.8.tgz?cache=0&sync_timestamp=1635125439145&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvscode-pug-languageservice%2Fdownload%2Fvscode-pug-languageservice-0.28.8.tgz#49bcf0dddfdfc7adecf3e9ebbd45614206bcabe9" | |
11434 | + integrity sha1-Sbzw3d/fx63s8+nrvUVhQga8q+k= | |
11711 | 11435 | dependencies: |
11712 | - "@volar/code-gen" "0.28.7" | |
11713 | - "@volar/shared" "0.28.7" | |
11714 | - "@volar/source-map" "0.28.7" | |
11715 | - "@volar/transforms" "0.28.7" | |
11436 | + "@volar/code-gen" "0.28.8" | |
11437 | + "@volar/shared" "0.28.8" | |
11438 | + "@volar/source-map" "0.28.8" | |
11439 | + "@volar/transforms" "0.28.8" | |
11716 | 11440 | pug-lexer "^5.0.1" |
11717 | 11441 | pug-parser "^6.0.0" |
11718 | 11442 | vscode-languageserver "^8.0.0-next.2" |
11719 | 11443 | |
11720 | -vscode-typescript-languageservice@0.28.7: | |
11721 | - version "0.28.7" | |
11722 | - resolved "https://registry.yarnpkg.com/vscode-typescript-languageservice/-/vscode-typescript-languageservice-0.28.7.tgz#28a8f2a790c4bfcd4f4aa2d7ed79af85a6b1d402" | |
11723 | - integrity sha512-CLrcnDlISMl9cKLFVubKfaa2fp0Y1sULeCoqUw0JsBRcz+2U67ETalUkolr8iw59oGwINybJ/VyfWnsNFLt9FA== | |
11444 | +vscode-typescript-languageservice@0.28.8: | |
11445 | + version "0.28.8" | |
11446 | + resolved "https://registry.npmmirror.com/vscode-typescript-languageservice/download/vscode-typescript-languageservice-0.28.8.tgz?cache=0&sync_timestamp=1635125438886&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvscode-typescript-languageservice%2Fdownload%2Fvscode-typescript-languageservice-0.28.8.tgz#97054fd34d716a64bee78fd1fbb3680f104d267c" | |
11447 | + integrity sha1-lwVP001xamS+54/R+7NoDxBNJnw= | |
11724 | 11448 | dependencies: |
11725 | - "@volar/shared" "0.28.7" | |
11449 | + "@volar/shared" "0.28.8" | |
11726 | 11450 | semver "^7.3.5" |
11727 | 11451 | upath "^2.0.1" |
11728 | 11452 | vscode-languageserver "^8.0.0-next.2" |
... | ... | @@ -11738,16 +11462,16 @@ vscode-uri@^3.0.2: |
11738 | 11462 | resolved "https://registry.npm.taobao.org/vscode-uri/download/vscode-uri-3.0.2.tgz#ecfd1d066cb8ef4c3a208decdbab9a8c23d055d0" |
11739 | 11463 | integrity sha1-7P0dBmy470w6II3s26uajCPQVdA= |
11740 | 11464 | |
11741 | -vscode-vue-languageservice@0.28.7: | |
11742 | - version "0.28.7" | |
11743 | - resolved "https://registry.yarnpkg.com/vscode-vue-languageservice/-/vscode-vue-languageservice-0.28.7.tgz#2aeae980da4afacde690323f04e6bd6dbc19192f" | |
11744 | - integrity sha512-zguYZIDTqtTL4rPBZewqdTu2wpivlcw/dah6BcRKPSdJIXIncvCy/BoS0mKb+AvME6ltiQBTCAoF98d8XZRfxg== | |
11465 | +vscode-vue-languageservice@0.28.8: | |
11466 | + version "0.28.8" | |
11467 | + resolved "https://registry.npmmirror.com/vscode-vue-languageservice/download/vscode-vue-languageservice-0.28.8.tgz#ba1068b10c7d471533f95db2d1bb8b2e37952066" | |
11468 | + integrity sha1-uhBosQx9RxUz+V2y0buLLjeVIGY= | |
11745 | 11469 | dependencies: |
11746 | - "@volar/code-gen" "0.28.7" | |
11747 | - "@volar/html2pug" "0.28.7" | |
11748 | - "@volar/shared" "0.28.7" | |
11749 | - "@volar/source-map" "0.28.7" | |
11750 | - "@volar/transforms" "0.28.7" | |
11470 | + "@volar/code-gen" "0.28.8" | |
11471 | + "@volar/html2pug" "0.28.8" | |
11472 | + "@volar/shared" "0.28.8" | |
11473 | + "@volar/source-map" "0.28.8" | |
11474 | + "@volar/transforms" "0.28.8" | |
11751 | 11475 | "@vscode/emmet-helper" "^2.8.0" |
11752 | 11476 | "@vue/compiler-dom" "^3.2.20" |
11753 | 11477 | "@vue/reactivity" "^3.2.20" |
... | ... | @@ -11759,8 +11483,8 @@ vscode-vue-languageservice@0.28.7: |
11759 | 11483 | vscode-json-languageservice "^4.1.8" |
11760 | 11484 | vscode-languageserver "^8.0.0-next.2" |
11761 | 11485 | vscode-languageserver-textdocument "^1.0.1" |
11762 | - vscode-pug-languageservice "0.28.7" | |
11763 | - vscode-typescript-languageservice "0.28.7" | |
11486 | + vscode-pug-languageservice "0.28.8" | |
11487 | + vscode-typescript-languageservice "0.28.8" | |
11764 | 11488 | |
11765 | 11489 | vue-demi@*: |
11766 | 11490 | version "0.11.4" |
... | ... | @@ -11815,12 +11539,13 @@ vue-router@^4.0.12: |
11815 | 11539 | dependencies: |
11816 | 11540 | "@vue/devtools-api" "^6.0.0-beta.18" |
11817 | 11541 | |
11818 | -vue-tsc@^0.28.7: | |
11819 | - version "0.28.7" | |
11820 | - resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.28.7.tgz#a6fa746dd0cafc1aea06cde74d22b3e71ed7266f" | |
11821 | - integrity sha512-s3H29Aa2PVpJ0EKPGKllTIwgmcOTNe+Uo3jHkX+F+wSYBmVLt7ZHeYJD5K35PwM6QZ2ryKcaDn5cDIq683Gb1g== | |
11542 | +vue-tsc@^0.28.8: | |
11543 | + version "0.28.8" | |
11544 | + resolved "https://registry.npmmirror.com/vue-tsc/download/vue-tsc-0.28.8.tgz#273e578f9d5eb6889cfa34bf68baef388e98dc3f" | |
11545 | + integrity sha1-Jz5Xj51etoic+jS/aLrvOI6Y3D8= | |
11822 | 11546 | dependencies: |
11823 | - vscode-vue-languageservice "0.28.7" | |
11547 | + "@volar/shared" "0.28.8" | |
11548 | + vscode-vue-languageservice "0.28.8" | |
11824 | 11549 | |
11825 | 11550 | vue-types@^3.0.0: |
11826 | 11551 | version "3.0.2" |
... | ... | @@ -12370,8 +12095,3 @@ zrender@5.2.1: |
12370 | 12095 | integrity sha512-M3bPGZuyLTNBC6LiNKXJwSCtglMp8XUEqEBG+2MdICDI3d1s500Y4P0CzldQGsqpRVB7fkvf3BKQQRxsEaTlsw== |
12371 | 12096 | dependencies: |
12372 | 12097 | tslib "2.3.0" |
12373 | - | |
12374 | -zwitch@^1.0.0: | |
12375 | - version "1.0.5" | |
12376 | - resolved "https://registry.npm.taobao.org/zwitch/download/zwitch-1.0.5.tgz?cache=0&sync_timestamp=1617357655901&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fzwitch%2Fdownload%2Fzwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920" | |
12377 | - integrity sha1-0R1zgf/tFrdC9q97PyI9XNn+mSA= | ... | ... |