Authored by 李奇

Merge branch 'master' into feture/docker

# Conflicts:
#	package.json
@@ -106,7 +106,7 @@ @@ -106,7 +106,7 @@
106 106
107 .ivu-icon { 107 .ivu-icon {
108 display: inline-block; 108 display: inline-block;
109 - font-family: Ionicons; 109 + font-family: Ionicons, serif;
110 speak: none; 110 speak: none;
111 font-style: normal; 111 font-style: normal;
112 font-weight: 400; 112 font-weight: 400;
@@ -118,28 +118,29 @@ export default { @@ -118,28 +118,29 @@ export default {
118 ); 118 );
119 } 119 }
120 }, 120 },
121 - {  
122 - title: '款型编码',  
123 - key: 'factoryCode',  
124 - render: (h, params) => {  
125 - if (this.isExist(params.index)) {  
126 - return (  
127 - <input-safe  
128 - value={params.row.factoryCode}  
129 - placeholder='请输入...'  
130 - onInput={val => (params.row.factoryCode = val)}  
131 - style={{width: '100%'}}></input-safe>  
132 - );  
133 - }  
134 - return null;  
135 - },  
136 - renderHeader(h) { //eslint-disable-line  
137 - return (  
138 - <span>款型编码  
139 - </span>  
140 - );  
141 - }  
142 - }, 121 +
  122 + // {
  123 + // title: '款型编码',
  124 + // key: 'factoryCode',
  125 + // render: (h, params) => {
  126 + // if (this.isExist(params.index)) {
  127 + // return (
  128 + // <input-safe
  129 + // value={params.row.factoryCode}
  130 + // placeholder='请输入...'
  131 + // onInput={val => (params.row.factoryCode = val)}
  132 + // style={{width: '100%'}}></input-safe>
  133 + // );
  134 + // }
  135 + // return null;
  136 + // },
  137 + // renderHeader(h) { //eslint-disable-line
  138 + // return (
  139 + // <span>款型编码
  140 + // </span>
  141 + // );
  142 + // }
  143 + // },
143 { 144 {
144 title: '尺码', 145 title: '尺码',
145 key: 'sizeId', 146 key: 'sizeId',
@@ -412,7 +413,7 @@ export default { @@ -412,7 +413,7 @@ export default {
412 display: inline-block; 413 display: inline-block;
413 margin-left: 4px; 414 margin-left: 4px;
414 line-height: 1; 415 line-height: 1;
415 - font-family: SimSun; 416 + font-family: SimSun, serif;
416 font-size: 12px; 417 font-size: 12px;
417 color: #f30; 418 color: #f30;
418 } 419 }
@@ -54,10 +54,10 @@ @@ -54,10 +54,10 @@
54 this.DiffService.diffInfo({ 54 this.DiffService.diffInfo({
55 workOrderId: +this.id 55 workOrderId: +this.id
56 }) 56 })
57 - .then(res => {  
58 - this.$Loading.finish();  
59 - this.dataList = res.data;  
60 - }); 57 + .then(res => {
  58 + this.$Loading.finish();
  59 + this.dataList = res.data;
  60 + });
61 }, 61 },
62 methods: { 62 methods: {
63 63
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 <script> 6 <script>
7 export default { 7 export default {
8 created() { 8 created() {
9 - window.open(`${this.$config.shopsFeDomain}/shop/decorator/modulartool?shopId=${this.$user.currentShop.shopsId}&shopName=${this.$user.currentShop.shopName}&appType=0`); // eslint-disable-line 9 + window.open(`/shops-proxy/decorator/modulartool?shopId=${this.$user.currentShop.shopsId}&shopName=${this.$user.currentShop.shopName}&appType=0`); // eslint-disable-line
10 } 10 }
11 }; 11 };
12 </script> 12 </script>
@@ -13,7 +13,7 @@ export default { @@ -13,7 +13,7 @@ export default {
13 let shop = _.get(result, 'data.list[0]'); 13 let shop = _.get(result, 'data.list[0]');
14 14
15 if (shop) { 15 if (shop) {
16 - window.open(`${this.$config.shopsFeDomain}/supplier/shop/decorationDetail/${shop.shopsId}/${shop.shopsType}/editor/${shop.id}/`); // eslint-disable-line 16 + window.open(`/shops-proxy/shop/decorationDetail/${shop.shopsId}/${shop.shopsType}/editor/${shop.id}/`); // eslint-disable-line
17 } 17 }
18 }); 18 });
19 } 19 }
@@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
17 <div slot="content"> 17 <div slot="content">
18 * 仅支持历史数据,时间跨度不得超过30天 18 * 仅支持历史数据,时间跨度不得超过30天
19 </div> 19 </div>
20 - <Button type="primary" @click="exportFile" style="display: none">导出</Button> 20 + <Button type="primary" @click="exportFile">导出</Button>
21 </Poptip> 21 </Poptip>
22 </filter-item> 22 </filter-item>
23 </layout-filter> 23 </layout-filter>
@@ -117,7 +117,7 @@ @@ -117,7 +117,7 @@
117 117
118 param.begin = this.beginDate; 118 param.begin = this.beginDate;
119 param.end = this.endDate; 119 param.end = this.endDate;
120 - param.platform = '1,2'; 120 + param.platform = '1,2,3,4';
121 121
122 const href = '/Api/platform/exportOneShopProductOverview?queryConf=' + 122 const href = '/Api/platform/exportOneShopProductOverview?queryConf=' +
123 JSON.stringify(param); 123 JSON.stringify(param);
@@ -122,7 +122,7 @@ export default function() { @@ -122,7 +122,7 @@ export default function() {
122 122
123 return ( 123 return (
124 <div> 124 <div>
125 - <p>{row.paymentOrderAmountUidsRate}%</p> 125 + <p>{((row.orderCount / row.uv * 100) || 0).toFixed(2)}%</p>
126 </div> 126 </div>
127 ); 127 );
128 } 128 }
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 <a href="javascript:;" @click="() => {changeLimit(7)}">近7天</a> 15 <a href="javascript:;" @click="() => {changeLimit(7)}">近7天</a>
16 <a href="javascript:;" @click="() => {changeLimit(30)}">近30天</a> 16 <a href="javascript:;" @click="() => {changeLimit(30)}">近30天</a>
17 </div> 17 </div>
18 - <Poptip trigger="hover" placement="bottom-end" style="display: none;"> 18 + <Poptip trigger="hover" placement="bottom-end">
19 <div slot="content"> 19 <div slot="content">
20 * 仅支持导出历史数据,时间跨度不得超过30天 20 * 仅支持导出历史数据,时间跨度不得超过30天
21 </div> 21 </div>
@@ -172,7 +172,7 @@ @@ -172,7 +172,7 @@
172 type: this.curTarget, 172 type: this.curTarget,
173 begin: moment(this.endDate).subtract(30, 'days').format('YYYY-MM-DD'), 173 begin: moment(this.endDate).subtract(30, 'days').format('YYYY-MM-DD'),
174 end: this.endDate, 174 end: this.endDate,
175 - platform: '1,2' 175 + platform: '1,2,3,4'
176 }).then(ret => { 176 }).then(ret => {
177 177
178 let data = ret.data; 178 let data = ret.data;
@@ -203,7 +203,7 @@ @@ -203,7 +203,7 @@
203 this.goodService.getData({ 203 this.goodService.getData({
204 begin: this.beginDate, 204 begin: this.beginDate,
205 end: this.endDate, 205 end: this.endDate,
206 - platform: '1,2' 206 + platform: '1,2,3,4'
207 }).then(ret => { 207 }).then(ret => {
208 208
209 if (!ret.data) { 209 if (!ret.data) {
@@ -21,7 +21,7 @@ module.exports = { @@ -21,7 +21,7 @@ module.exports = {
21 }, 21 },
22 port: 6008, 22 port: 6008,
23 autoOpenBrowser: true, 23 autoOpenBrowser: true,
24 - assetsSubDirectory: 'static', 24 + assetsSubDirectory: 'static-dev',
25 assetsPublicPath: '/', 25 assetsPublicPath: '/',
26 proxyTable: { 26 proxyTable: {
27 '/Api': 'http://localhost:6007' 27 '/Api': 'http://localhost:6007'
1 { 1 {
2 "name": "yoho-shop-manage", 2 "name": "yoho-shop-manage",
3 - "version": "299991.0.30", 3 + "version": "1.0.31",
4 "description": "", 4 "description": "",
5 "main": "app.js", 5 "main": "app.js",
6 "scripts": { 6 "scripts": {
@@ -130,8 +130,8 @@ @@ -130,8 +130,8 @@
130 "sass-loader": "^6.0.6", 130 "sass-loader": "^6.0.6",
131 "scss-loader": "^0.0.1", 131 "scss-loader": "^0.0.1",
132 "style-loader": "^0.18.2", 132 "style-loader": "^0.18.2",
133 - "stylelint": "^8.0.0",  
134 - "stylelint-config-yoho": "^1.2.10", 133 + "stylelint": "^8.4.0",
  134 + "stylelint-config-yoho": "^1.2.12",
135 "stylelint-formatter-table": "^1.0.3", 135 "stylelint-formatter-table": "^1.0.3",
136 "stylelint-processor-html": "^1.0.0", 136 "stylelint-processor-html": "^1.0.0",
137 "stylelint-webpack-plugin": "^0.9.0", 137 "stylelint-webpack-plugin": "^0.9.0",
@@ -198,6 +198,10 @@ array-includes@^3.0.3: @@ -198,6 +198,10 @@ array-includes@^3.0.3:
198 define-properties "^1.1.2" 198 define-properties "^1.1.2"
199 es-abstract "^1.7.0" 199 es-abstract "^1.7.0"
200 200
  201 +array-iterate@^1.0.0:
  202 + version "1.1.1"
  203 + resolved "http://npm.yoho.cn/array-iterate/-/array-iterate-1.1.1.tgz#865bf7f8af39d6b0982c60902914ac76bc0108f6"
  204 +
201 array-union@^1.0.1: 205 array-union@^1.0.1:
202 version "1.0.2" 206 version "1.0.2"
203 resolved "http://npm.yoho.cn/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" 207 resolved "http://npm.yoho.cn/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -961,6 +965,10 @@ babylon@^6.17.0, babylon@^6.17.2, babylon@^6.17.4: @@ -961,6 +965,10 @@ babylon@^6.17.0, babylon@^6.17.2, babylon@^6.17.4:
961 version "6.17.4" 965 version "6.17.4"
962 resolved "http://npm.yoho.cn/babylon/-/babylon-6.17.4.tgz#3e8b7402b88d22c3423e137a1577883b15ff869a" 966 resolved "http://npm.yoho.cn/babylon/-/babylon-6.17.4.tgz#3e8b7402b88d22c3423e137a1577883b15ff869a"
963 967
  968 +bail@^1.0.0:
  969 + version "1.0.2"
  970 + resolved "http://npm.yoho.cn/bail/-/bail-1.0.2.tgz#f7d6c1731630a9f9f0d4d35ed1f962e2074a1764"
  971 +
964 balanced-match@^0.4.0, balanced-match@^0.4.2: 972 balanced-match@^0.4.0, balanced-match@^0.4.2:
965 version "0.4.2" 973 version "0.4.2"
966 resolved "http://npm.yoho.cn/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838" 974 resolved "http://npm.yoho.cn/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
@@ -1185,6 +1193,14 @@ camelcase-keys@^2.0.0: @@ -1185,6 +1193,14 @@ camelcase-keys@^2.0.0:
1185 camelcase "^2.0.0" 1193 camelcase "^2.0.0"
1186 map-obj "^1.0.0" 1194 map-obj "^1.0.0"
1187 1195
  1196 +camelcase-keys@^4.0.0:
  1197 + version "4.2.0"
  1198 + resolved "http://npm.yoho.cn/camelcase-keys/-/camelcase-keys-4.2.0.tgz#a2aa5fb1af688758259c32c141426d78923b9b77"
  1199 + dependencies:
  1200 + camelcase "^4.1.0"
  1201 + map-obj "^2.0.0"
  1202 + quick-lru "^1.0.0"
  1203 +
1188 camelcase@^1.0.2, camelcase@^1.2.1: 1204 camelcase@^1.0.2, camelcase@^1.2.1:
1189 version "1.2.1" 1205 version "1.2.1"
1190 resolved "http://npm.yoho.cn/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39" 1206 resolved "http://npm.yoho.cn/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
@@ -1222,6 +1238,10 @@ caseless@~0.12.0: @@ -1222,6 +1238,10 @@ caseless@~0.12.0:
1222 version "0.12.0" 1238 version "0.12.0"
1223 resolved "http://npm.yoho.cn/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" 1239 resolved "http://npm.yoho.cn/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
1224 1240
  1241 +ccount@^1.0.0:
  1242 + version "1.0.2"
  1243 + resolved "http://npm.yoho.cn/ccount/-/ccount-1.0.2.tgz#53b6a2f815bb77b9c2871f7b9a72c3a25f1d8e89"
  1244 +
1225 center-align@^0.1.1: 1245 center-align@^0.1.1:
1226 version "0.1.3" 1246 version "0.1.3"
1227 resolved "http://npm.yoho.cn/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad" 1247 resolved "http://npm.yoho.cn/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad"
@@ -1253,6 +1273,30 @@ chalk@^2.0.0, chalk@^2.0.1: @@ -1253,6 +1273,30 @@ chalk@^2.0.0, chalk@^2.0.1:
1253 escape-string-regexp "^1.0.5" 1273 escape-string-regexp "^1.0.5"
1254 supports-color "^4.0.0" 1274 supports-color "^4.0.0"
1255 1275
  1276 +chalk@^2.3.0:
  1277 + version "2.3.0"
  1278 + resolved "http://npm.yoho.cn/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
  1279 + dependencies:
  1280 + ansi-styles "^3.1.0"
  1281 + escape-string-regexp "^1.0.5"
  1282 + supports-color "^4.0.0"
  1283 +
  1284 +character-entities-html4@^1.0.0:
  1285 + version "1.1.1"
  1286 + resolved "http://npm.yoho.cn/character-entities-html4/-/character-entities-html4-1.1.1.tgz#359a2a4a0f7e29d3dc2ac99bdbe21ee39438ea50"
  1287 +
  1288 +character-entities-legacy@^1.0.0:
  1289 + version "1.1.1"
  1290 + resolved "http://npm.yoho.cn/character-entities-legacy/-/character-entities-legacy-1.1.1.tgz#f40779df1a101872bb510a3d295e1fccf147202f"
  1291 +
  1292 +character-entities@^1.0.0:
  1293 + version "1.2.1"
  1294 + resolved "http://npm.yoho.cn/character-entities/-/character-entities-1.2.1.tgz#f76871be5ef66ddb7f8f8e3478ecc374c27d6dca"
  1295 +
  1296 +character-reference-invalid@^1.0.0:
  1297 + version "1.1.1"
  1298 + resolved "http://npm.yoho.cn/character-reference-invalid/-/character-reference-invalid-1.1.1.tgz#942835f750e4ec61a308e60c2ef8cc1011202efc"
  1299 +
1256 charenc@~0.0.1: 1300 charenc@~0.0.1:
1257 version "0.0.2" 1301 version "0.0.2"
1258 resolved "http://npm.yoho.cn/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667" 1302 resolved "http://npm.yoho.cn/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
@@ -1383,6 +1427,10 @@ codepage@: @@ -1383,6 +1427,10 @@ codepage@:
1383 exit-on-epipe "~1.0.1" 1427 exit-on-epipe "~1.0.1"
1384 voc "~1.0.0" 1428 voc "~1.0.0"
1385 1429
  1430 +collapse-white-space@^1.0.2:
  1431 + version "1.0.3"
  1432 + resolved "http://npm.yoho.cn/collapse-white-space/-/collapse-white-space-1.0.3.tgz#4b906f670e5a963a87b76b0e1689643341b6023c"
  1433 +
1386 collections@^3.0.0: 1434 collections@^3.0.0:
1387 version "3.0.0" 1435 version "3.0.0"
1388 resolved "http://npm.yoho.cn/collections/-/collections-3.0.0.tgz#27e3894df1b24cedfc55a1bbb0c0da12f68bab31" 1436 resolved "http://npm.yoho.cn/collections/-/collections-3.0.0.tgz#27e3894df1b24cedfc55a1bbb0c0da12f68bab31"
@@ -1605,7 +1653,7 @@ core-util-is@1.0.2, core-util-is@~1.0.0: @@ -1605,7 +1653,7 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
1605 version "1.0.2" 1653 version "1.0.2"
1606 resolved "http://npm.yoho.cn/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" 1654 resolved "http://npm.yoho.cn/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
1607 1655
1608 -cosmiconfig@^2.1.0, cosmiconfig@^2.1.1, cosmiconfig@^2.1.3: 1656 +cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
1609 version "2.2.2" 1657 version "2.2.2"
1610 resolved "http://npm.yoho.cn/cosmiconfig/-/cosmiconfig-2.2.2.tgz#6173cebd56fac042c1f4390edf7af6c07c7cb892" 1658 resolved "http://npm.yoho.cn/cosmiconfig/-/cosmiconfig-2.2.2.tgz#6173cebd56fac042c1f4390edf7af6c07c7cb892"
1611 dependencies: 1659 dependencies:
@@ -1617,6 +1665,15 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1, cosmiconfig@^2.1.3: @@ -1617,6 +1665,15 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1, cosmiconfig@^2.1.3:
1617 parse-json "^2.2.0" 1665 parse-json "^2.2.0"
1618 require-from-string "^1.1.0" 1666 require-from-string "^1.1.0"
1619 1667
  1668 +cosmiconfig@^3.1.0:
  1669 + version "3.1.0"
  1670 + resolved "http://npm.yoho.cn/cosmiconfig/-/cosmiconfig-3.1.0.tgz#640a94bf9847f321800403cd273af60665c73397"
  1671 + dependencies:
  1672 + is-directory "^0.3.1"
  1673 + js-yaml "^3.9.0"
  1674 + parse-json "^3.0.0"
  1675 + require-from-string "^2.0.1"
  1676 +
1620 crc-32@: 1677 crc-32@:
1621 version "1.1.0" 1678 version "1.1.0"
1622 resolved "http://npm.yoho.cn/crc-32/-/crc-32-1.1.0.tgz#301ef4a1c2217adc8463b6e6e96c4e44310e10c7" 1679 resolved "http://npm.yoho.cn/crc-32/-/crc-32-1.1.0.tgz#301ef4a1c2217adc8463b6e6e96c4e44310e10c7"
@@ -1868,7 +1925,20 @@ debug@2.6.8, debug@^2.1.1, debug@^2.2.0, debug@^2.6.0, debug@^2.6.6, debug@^2.6. @@ -1868,7 +1925,20 @@ debug@2.6.8, debug@^2.1.1, debug@^2.2.0, debug@^2.6.0, debug@^2.6.6, debug@^2.6.
1868 dependencies: 1925 dependencies:
1869 ms "2.0.0" 1926 ms "2.0.0"
1870 1927
1871 -decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2: 1928 +debug@^3.0.0:
  1929 + version "3.1.0"
  1930 + resolved "http://npm.yoho.cn/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
  1931 + dependencies:
  1932 + ms "2.0.0"
  1933 +
  1934 +decamelize-keys@^1.0.0:
  1935 + version "1.1.0"
  1936 + resolved "http://npm.yoho.cn/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
  1937 + dependencies:
  1938 + decamelize "^1.1.0"
  1939 + map-obj "^1.0.0"
  1940 +
  1941 +decamelize@^1.0.0, decamelize@^1.1.0, decamelize@^1.1.1, decamelize@^1.1.2:
1872 version "1.2.0" 1942 version "1.2.0"
1873 resolved "http://npm.yoho.cn/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" 1943 resolved "http://npm.yoho.cn/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
1874 1944
@@ -1963,6 +2033,13 @@ diffie-hellman@^5.0.0: @@ -1963,6 +2033,13 @@ diffie-hellman@^5.0.0:
1963 miller-rabin "^4.0.0" 2033 miller-rabin "^4.0.0"
1964 randombytes "^2.0.0" 2034 randombytes "^2.0.0"
1965 2035
  2036 +dir-glob@^2.0.0:
  2037 + version "2.0.0"
  2038 + resolved "http://npm.yoho.cn/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034"
  2039 + dependencies:
  2040 + arrify "^1.0.1"
  2041 + path-type "^3.0.0"
  2042 +
1966 dns-equal@^1.0.0: 2043 dns-equal@^1.0.0:
1967 version "1.0.0" 2044 version "1.0.0"
1968 resolved "http://npm.yoho.cn/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" 2045 resolved "http://npm.yoho.cn/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
@@ -2072,6 +2149,12 @@ domutils@^1.5.1: @@ -2072,6 +2149,12 @@ domutils@^1.5.1:
2072 dom-serializer "0" 2149 dom-serializer "0"
2073 domelementtype "1" 2150 domelementtype "1"
2074 2151
  2152 +dot-prop@^4.1.1:
  2153 + version "4.2.0"
  2154 + resolved "http://npm.yoho.cn/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57"
  2155 + dependencies:
  2156 + is-obj "^1.0.0"
  2157 +
2075 duplexer2@0.0.2: 2158 duplexer2@0.0.2:
2076 version "0.0.2" 2159 version "0.0.2"
2077 resolved "http://npm.yoho.cn/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db" 2160 resolved "http://npm.yoho.cn/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db"
@@ -2162,7 +2245,7 @@ errno@^0.1.3: @@ -2162,7 +2245,7 @@ errno@^0.1.3:
2162 dependencies: 2245 dependencies:
2163 prr "~0.0.0" 2246 prr "~0.0.0"
2164 2247
2165 -error-ex@^1.2.0: 2248 +error-ex@^1.2.0, error-ex@^1.3.1:
2166 version "1.3.1" 2249 version "1.3.1"
2167 resolved "http://npm.yoho.cn/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc" 2250 resolved "http://npm.yoho.cn/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc"
2168 dependencies: 2251 dependencies:
@@ -3013,6 +3096,17 @@ globby@^6.0.0, globby@^6.1.0: @@ -3013,6 +3096,17 @@ globby@^6.0.0, globby@^6.1.0:
3013 pify "^2.0.0" 3096 pify "^2.0.0"
3014 pinkie-promise "^2.0.0" 3097 pinkie-promise "^2.0.0"
3015 3098
  3099 +globby@^7.0.0:
  3100 + version "7.1.1"
  3101 + resolved "http://npm.yoho.cn/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680"
  3102 + dependencies:
  3103 + array-union "^1.0.1"
  3104 + dir-glob "^2.0.0"
  3105 + glob "^7.1.2"
  3106 + ignore "^3.3.5"
  3107 + pify "^3.0.0"
  3108 + slash "^1.0.0"
  3109 +
3016 globjoin@^0.1.4: 3110 globjoin@^0.1.4:
3017 version "0.1.4" 3111 version "0.1.4"
3018 resolved "http://npm.yoho.cn/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43" 3112 resolved "http://npm.yoho.cn/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
@@ -3025,6 +3119,12 @@ globule@^1.0.0: @@ -3025,6 +3119,12 @@ globule@^1.0.0:
3025 lodash "~4.17.4" 3119 lodash "~4.17.4"
3026 minimatch "~3.0.2" 3120 minimatch "~3.0.2"
3027 3121
  3122 +gonzales-pe@^4.0.3:
  3123 + version "4.2.3"
  3124 + resolved "http://npm.yoho.cn/gonzales-pe/-/gonzales-pe-4.2.3.tgz#41091703625433285e0aee3aa47829fc1fbeb6f2"
  3125 + dependencies:
  3126 + minimist "1.1.x"
  3127 +
3028 got@^3.2.0: 3128 got@^3.2.0:
3029 version "3.3.1" 3129 version "3.3.1"
3030 resolved "http://npm.yoho.cn/got/-/got-3.3.1.tgz#e5d0ed4af55fc3eef4d56007769d98192bcb2eca" 3130 resolved "http://npm.yoho.cn/got/-/got-3.3.1.tgz#e5d0ed4af55fc3eef4d56007769d98192bcb2eca"
@@ -3214,7 +3314,7 @@ html-webpack-plugin@^2.28.0: @@ -3214,7 +3314,7 @@ html-webpack-plugin@^2.28.0:
3214 pretty-error "^2.0.2" 3314 pretty-error "^2.0.2"
3215 toposort "^1.0.0" 3315 toposort "^1.0.0"
3216 3316
3217 -htmlparser2@^3.8.2, htmlparser2@^3.9.1: 3317 +htmlparser2@^3.8.2, htmlparser2@^3.9.1, htmlparser2@^3.9.2:
3218 version "3.9.2" 3318 version "3.9.2"
3219 resolved "http://npm.yoho.cn/htmlparser2/-/htmlparser2-3.9.2.tgz#1bdf87acca0f3f9e53fa4fcceb0f4b4cbb00b338" 3319 resolved "http://npm.yoho.cn/htmlparser2/-/htmlparser2-3.9.2.tgz#1bdf87acca0f3f9e53fa4fcceb0f4b4cbb00b338"
3220 dependencies: 3320 dependencies:
@@ -3314,6 +3414,10 @@ ignore@^3.2.0, ignore@^3.3.3: @@ -3314,6 +3414,10 @@ ignore@^3.2.0, ignore@^3.3.3:
3314 version "3.3.3" 3414 version "3.3.3"
3315 resolved "http://npm.yoho.cn/ignore/-/ignore-3.3.3.tgz#432352e57accd87ab3110e82d3fea0e47812156d" 3415 resolved "http://npm.yoho.cn/ignore/-/ignore-3.3.3.tgz#432352e57accd87ab3110e82d3fea0e47812156d"
3316 3416
  3417 +ignore@^3.3.5:
  3418 + version "3.3.7"
  3419 + resolved "http://npm.yoho.cn/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
  3420 +
3317 imurmurhash@^0.1.4: 3421 imurmurhash@^0.1.4:
3318 version "0.1.4" 3422 version "0.1.4"
3319 resolved "http://npm.yoho.cn/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" 3423 resolved "http://npm.yoho.cn/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
@@ -3328,6 +3432,10 @@ indent-string@^2.1.0: @@ -3328,6 +3432,10 @@ indent-string@^2.1.0:
3328 dependencies: 3432 dependencies:
3329 repeating "^2.0.0" 3433 repeating "^2.0.0"
3330 3434
  3435 +indent-string@^3.0.0:
  3436 + version "3.2.0"
  3437 + resolved "http://npm.yoho.cn/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289"
  3438 +
3331 indexes-of@^1.0.1: 3439 indexes-of@^1.0.1:
3332 version "1.0.1" 3440 version "1.0.1"
3333 resolved "http://npm.yoho.cn/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" 3441 resolved "http://npm.yoho.cn/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
@@ -3432,6 +3540,21 @@ is-absolute-url@^2.0.0: @@ -3432,6 +3540,21 @@ is-absolute-url@^2.0.0:
3432 version "2.1.0" 3540 version "2.1.0"
3433 resolved "http://npm.yoho.cn/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" 3541 resolved "http://npm.yoho.cn/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6"
3434 3542
  3543 +is-alphabetical@^1.0.0:
  3544 + version "1.0.1"
  3545 + resolved "http://npm.yoho.cn/is-alphabetical/-/is-alphabetical-1.0.1.tgz#c77079cc91d4efac775be1034bf2d243f95e6f08"
  3546 +
  3547 +is-alphanumeric@^1.0.0:
  3548 + version "1.0.0"
  3549 + resolved "http://npm.yoho.cn/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz#4a9cef71daf4c001c1d81d63d140cf53fd6889f4"
  3550 +
  3551 +is-alphanumerical@^1.0.0:
  3552 + version "1.0.1"
  3553 + resolved "http://npm.yoho.cn/is-alphanumerical/-/is-alphanumerical-1.0.1.tgz#dfb4aa4d1085e33bdb61c2dee9c80e9c6c19f53b"
  3554 + dependencies:
  3555 + is-alphabetical "^1.0.0"
  3556 + is-decimal "^1.0.0"
  3557 +
3435 is-arrayish@^0.2.1: 3558 is-arrayish@^0.2.1:
3436 version "0.2.1" 3559 version "0.2.1"
3437 resolved "http://npm.yoho.cn/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" 3560 resolved "http://npm.yoho.cn/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
@@ -3446,6 +3569,10 @@ is-buffer@^1.0.2, is-buffer@^1.1.5, is-buffer@~1.1.1: @@ -3446,6 +3569,10 @@ is-buffer@^1.0.2, is-buffer@^1.1.5, is-buffer@~1.1.1:
3446 version "1.1.5" 3569 version "1.1.5"
3447 resolved "http://npm.yoho.cn/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc" 3570 resolved "http://npm.yoho.cn/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc"
3448 3571
  3572 +is-buffer@^1.1.4:
  3573 + version "1.1.6"
  3574 + resolved "http://npm.yoho.cn/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
  3575 +
3449 is-builtin-module@^1.0.0: 3576 is-builtin-module@^1.0.0:
3450 version "1.0.0" 3577 version "1.0.0"
3451 resolved "http://npm.yoho.cn/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe" 3578 resolved "http://npm.yoho.cn/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"
@@ -3466,6 +3593,10 @@ is-date-object@^1.0.1: @@ -3466,6 +3593,10 @@ is-date-object@^1.0.1:
3466 version "1.0.1" 3593 version "1.0.1"
3467 resolved "http://npm.yoho.cn/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" 3594 resolved "http://npm.yoho.cn/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
3468 3595
  3596 +is-decimal@^1.0.0:
  3597 + version "1.0.1"
  3598 + resolved "http://npm.yoho.cn/is-decimal/-/is-decimal-1.0.1.tgz#f5fb6a94996ad9e8e3761fbfbd091f1fca8c4e82"
  3599 +
3469 is-directory@^0.3.1: 3600 is-directory@^0.3.1:
3470 version "0.3.1" 3601 version "0.3.1"
3471 resolved "http://npm.yoho.cn/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" 3602 resolved "http://npm.yoho.cn/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
@@ -3520,6 +3651,10 @@ is-glob@^3.1.0: @@ -3520,6 +3651,10 @@ is-glob@^3.1.0:
3520 dependencies: 3651 dependencies:
3521 is-extglob "^2.1.0" 3652 is-extglob "^2.1.0"
3522 3653
  3654 +is-hexadecimal@^1.0.0:
  3655 + version "1.0.1"
  3656 + resolved "http://npm.yoho.cn/is-hexadecimal/-/is-hexadecimal-1.0.1.tgz#6e084bbc92061fbb0971ec58b6ce6d404e24da69"
  3657 +
3523 is-my-json-valid@^2.10.0: 3658 is-my-json-valid@^2.10.0:
3524 version "2.16.0" 3659 version "2.16.0"
3525 resolved "http://npm.yoho.cn/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz#f079dd9bfdae65ee2038aae8acbc86ab109e3693" 3660 resolved "http://npm.yoho.cn/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz#f079dd9bfdae65ee2038aae8acbc86ab109e3693"
@@ -3545,6 +3680,10 @@ is-number@^3.0.0: @@ -3545,6 +3680,10 @@ is-number@^3.0.0:
3545 dependencies: 3680 dependencies:
3546 kind-of "^3.0.2" 3681 kind-of "^3.0.2"
3547 3682
  3683 +is-obj@^1.0.0:
  3684 + version "1.0.1"
  3685 + resolved "http://npm.yoho.cn/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
  3686 +
3548 is-path-cwd@^1.0.0: 3687 is-path-cwd@^1.0.0:
3549 version "1.0.0" 3688 version "1.0.0"
3550 resolved "http://npm.yoho.cn/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d" 3689 resolved "http://npm.yoho.cn/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d"
@@ -3561,7 +3700,7 @@ is-path-inside@^1.0.0: @@ -3561,7 +3700,7 @@ is-path-inside@^1.0.0:
3561 dependencies: 3700 dependencies:
3562 path-is-inside "^1.0.1" 3701 path-is-inside "^1.0.1"
3563 3702
3564 -is-plain-obj@^1.0.0: 3703 +is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
3565 version "1.1.0" 3704 version "1.1.0"
3566 resolved "http://npm.yoho.cn/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" 3705 resolved "http://npm.yoho.cn/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
3567 3706
@@ -3633,6 +3772,14 @@ is-utf8@^0.2.0: @@ -3633,6 +3772,14 @@ is-utf8@^0.2.0:
3633 version "0.2.1" 3772 version "0.2.1"
3634 resolved "http://npm.yoho.cn/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" 3773 resolved "http://npm.yoho.cn/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
3635 3774
  3775 +is-whitespace-character@^1.0.0:
  3776 + version "1.0.1"
  3777 + resolved "http://npm.yoho.cn/is-whitespace-character/-/is-whitespace-character-1.0.1.tgz#9ae0176f3282b65457a1992cdb084f8a5f833e3b"
  3778 +
  3779 +is-word-character@^1.0.0:
  3780 + version "1.0.1"
  3781 + resolved "http://npm.yoho.cn/is-word-character/-/is-word-character-1.0.1.tgz#5a03fa1ea91ace8a6eb0c7cd770eb86d65c8befb"
  3782 +
3636 isarray@0.0.1: 3783 isarray@0.0.1:
3637 version "0.0.1" 3784 version "0.0.1"
3638 resolved "http://npm.yoho.cn/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" 3785 resolved "http://npm.yoho.cn/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -3707,6 +3854,13 @@ js-yaml@^3.4.3, js-yaml@^3.5.1, js-yaml@^3.9.1: @@ -3707,6 +3854,13 @@ js-yaml@^3.4.3, js-yaml@^3.5.1, js-yaml@^3.9.1:
3707 argparse "^1.0.7" 3854 argparse "^1.0.7"
3708 esprima "^4.0.0" 3855 esprima "^4.0.0"
3709 3856
  3857 +js-yaml@^3.9.0:
  3858 + version "3.10.0"
  3859 + resolved "http://npm.yoho.cn/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
  3860 + dependencies:
  3861 + argparse "^1.0.7"
  3862 + esprima "^4.0.0"
  3863 +
3710 js-yaml@~3.7.0: 3864 js-yaml@~3.7.0:
3711 version "3.7.0" 3865 version "3.7.0"
3712 resolved "http://npm.yoho.cn/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80" 3866 resolved "http://npm.yoho.cn/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
@@ -3734,6 +3888,10 @@ json-loader@^0.5.4: @@ -3734,6 +3888,10 @@ json-loader@^0.5.4:
3734 version "0.5.7" 3888 version "0.5.7"
3735 resolved "http://npm.yoho.cn/json-loader/-/json-loader-0.5.7.tgz#dca14a70235ff82f0ac9a3abeb60d337a365185d" 3889 resolved "http://npm.yoho.cn/json-loader/-/json-loader-0.5.7.tgz#dca14a70235ff82f0ac9a3abeb60d337a365185d"
3736 3890
  3891 +json-parse-better-errors@^1.0.1:
  3892 + version "1.0.1"
  3893 + resolved "http://npm.yoho.cn/json-parse-better-errors/-/json-parse-better-errors-1.0.1.tgz#50183cd1b2d25275de069e9e71b467ac9eab973a"
  3894 +
3737 json-schema-traverse@^0.3.0: 3895 json-schema-traverse@^0.3.0:
3738 version "0.3.1" 3896 version "0.3.1"
3739 resolved "http://npm.yoho.cn/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340" 3897 resolved "http://npm.yoho.cn/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
@@ -3828,6 +3986,10 @@ known-css-properties@^0.2.0: @@ -3828,6 +3986,10 @@ known-css-properties@^0.2.0:
3828 version "0.2.0" 3986 version "0.2.0"
3829 resolved "http://npm.yoho.cn/known-css-properties/-/known-css-properties-0.2.0.tgz#899c94be368e55b42d7db8d5be7d73a4a4a41454" 3987 resolved "http://npm.yoho.cn/known-css-properties/-/known-css-properties-0.2.0.tgz#899c94be368e55b42d7db8d5be7d73a4a4a41454"
3830 3988
  3989 +known-css-properties@^0.5.0:
  3990 + version "0.5.0"
  3991 + resolved "http://npm.yoho.cn/known-css-properties/-/known-css-properties-0.5.0.tgz#6ff66943ed4a5b55657ee095779a91f4536f8084"
  3992 +
3831 latest-version@^1.0.0: 3993 latest-version@^1.0.0:
3832 version "1.0.1" 3994 version "1.0.1"
3833 resolved "http://npm.yoho.cn/latest-version/-/latest-version-1.0.1.tgz#72cfc46e3e8d1be651e1ebb54ea9f6ea96f374bb" 3995 resolved "http://npm.yoho.cn/latest-version/-/latest-version-1.0.1.tgz#72cfc46e3e8d1be651e1ebb54ea9f6ea96f374bb"
@@ -3881,6 +4043,15 @@ load-json-file@^2.0.0: @@ -3881,6 +4043,15 @@ load-json-file@^2.0.0:
3881 pify "^2.0.0" 4043 pify "^2.0.0"
3882 strip-bom "^3.0.0" 4044 strip-bom "^3.0.0"
3883 4045
  4046 +load-json-file@^4.0.0:
  4047 + version "4.0.0"
  4048 + resolved "http://npm.yoho.cn/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
  4049 + dependencies:
  4050 + graceful-fs "^4.1.2"
  4051 + parse-json "^4.0.0"
  4052 + pify "^3.0.0"
  4053 + strip-bom "^3.0.0"
  4054 +
3884 loader-fs-cache@^1.0.0: 4055 loader-fs-cache@^1.0.0:
3885 version "1.0.1" 4056 version "1.0.1"
3886 resolved "http://npm.yoho.cn/loader-fs-cache/-/loader-fs-cache-1.0.1.tgz#56e0bf08bd9708b26a765b68509840c8dec9fdbc" 4057 resolved "http://npm.yoho.cn/loader-fs-cache/-/loader-fs-cache-1.0.1.tgz#56e0bf08bd9708b26a765b68509840c8dec9fdbc"
@@ -4095,10 +4266,20 @@ log-symbols@^1.0.2: @@ -4095,10 +4266,20 @@ log-symbols@^1.0.2:
4095 dependencies: 4266 dependencies:
4096 chalk "^1.0.0" 4267 chalk "^1.0.0"
4097 4268
  4269 +log-symbols@^2.0.0:
  4270 + version "2.1.0"
  4271 + resolved "http://npm.yoho.cn/log-symbols/-/log-symbols-2.1.0.tgz#f35fa60e278832b538dc4dddcbb478a45d3e3be6"
  4272 + dependencies:
  4273 + chalk "^2.0.1"
  4274 +
4098 loglevel@^1.4.1: 4275 loglevel@^1.4.1:
4099 version "1.4.1" 4276 version "1.4.1"
4100 resolved "http://npm.yoho.cn/loglevel/-/loglevel-1.4.1.tgz#95b383f91a3c2756fd4ab093667e4309161f2bcd" 4277 resolved "http://npm.yoho.cn/loglevel/-/loglevel-1.4.1.tgz#95b383f91a3c2756fd4ab093667e4309161f2bcd"
4101 4278
  4279 +longest-streak@^2.0.1:
  4280 + version "2.0.2"
  4281 + resolved "http://npm.yoho.cn/longest-streak/-/longest-streak-2.0.2.tgz#2421b6ba939a443bb9ffebf596585a50b4c38e2e"
  4282 +
4102 longest@^1.0.1: 4283 longest@^1.0.1:
4103 version "1.0.1" 4284 version "1.0.1"
4104 resolved "http://npm.yoho.cn/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" 4285 resolved "http://npm.yoho.cn/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
@@ -4145,10 +4326,22 @@ map-obj@^1.0.0, map-obj@^1.0.1: @@ -4145,10 +4326,22 @@ map-obj@^1.0.0, map-obj@^1.0.1:
4145 version "1.0.1" 4326 version "1.0.1"
4146 resolved "http://npm.yoho.cn/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" 4327 resolved "http://npm.yoho.cn/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
4147 4328
  4329 +map-obj@^2.0.0:
  4330 + version "2.0.0"
  4331 + resolved "http://npm.yoho.cn/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9"
  4332 +
4148 map-stream@~0.1.0: 4333 map-stream@~0.1.0:
4149 version "0.1.0" 4334 version "0.1.0"
4150 resolved "http://npm.yoho.cn/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194" 4335 resolved "http://npm.yoho.cn/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194"
4151 4336
  4337 +markdown-escapes@^1.0.0:
  4338 + version "1.0.1"
  4339 + resolved "http://npm.yoho.cn/markdown-escapes/-/markdown-escapes-1.0.1.tgz#1994df2d3af4811de59a6714934c2b2292734518"
  4340 +
  4341 +markdown-table@^1.1.0:
  4342 + version "1.1.1"
  4343 + resolved "http://npm.yoho.cn/markdown-table/-/markdown-table-1.1.1.tgz#4b3dd3a133d1518b8ef0dbc709bf2a1b4824bc8c"
  4344 +
4152 math-expression-evaluator@^1.2.14: 4345 math-expression-evaluator@^1.2.14:
4153 version "1.2.17" 4346 version "1.2.17"
4154 resolved "http://npm.yoho.cn/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac" 4347 resolved "http://npm.yoho.cn/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac"
@@ -4165,6 +4358,13 @@ md5@^2.1.0: @@ -4165,6 +4358,13 @@ md5@^2.1.0:
4165 crypt "~0.0.1" 4358 crypt "~0.0.1"
4166 is-buffer "~1.1.1" 4359 is-buffer "~1.1.1"
4167 4360
  4361 +mdast-util-compact@^1.0.0:
  4362 + version "1.0.1"
  4363 + resolved "http://npm.yoho.cn/mdast-util-compact/-/mdast-util-compact-1.0.1.tgz#cdb5f84e2b6a2d3114df33bd05d9cb32e3c4083a"
  4364 + dependencies:
  4365 + unist-util-modify-children "^1.0.0"
  4366 + unist-util-visit "^1.1.0"
  4367 +
4168 media-typer@0.3.0: 4368 media-typer@0.3.0:
4169 version "0.3.0" 4369 version "0.3.0"
4170 resolved "http://npm.yoho.cn/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" 4370 resolved "http://npm.yoho.cn/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@@ -4221,6 +4421,20 @@ meow@^3.3.0, meow@^3.7.0: @@ -4221,6 +4421,20 @@ meow@^3.3.0, meow@^3.7.0:
4221 redent "^1.0.0" 4421 redent "^1.0.0"
4222 trim-newlines "^1.0.0" 4422 trim-newlines "^1.0.0"
4223 4423
  4424 +meow@^4.0.0:
  4425 + version "4.0.0"
  4426 + resolved "http://npm.yoho.cn/meow/-/meow-4.0.0.tgz#fd5855dd008db5b92c552082db1c307cba20b29d"
  4427 + dependencies:
  4428 + camelcase-keys "^4.0.0"
  4429 + decamelize-keys "^1.0.0"
  4430 + loud-rejection "^1.0.0"
  4431 + minimist "^1.1.3"
  4432 + minimist-options "^3.0.1"
  4433 + normalize-package-data "^2.3.4"
  4434 + read-pkg-up "^3.0.0"
  4435 + redent "^2.0.0"
  4436 + trim-newlines "^2.0.0"
  4437 +
4224 merge-descriptors@1.0.1: 4438 merge-descriptors@1.0.1:
4225 version "1.0.1" 4439 version "1.0.1"
4226 resolved "http://npm.yoho.cn/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" 4440 resolved "http://npm.yoho.cn/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
@@ -4296,10 +4510,21 @@ minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatc @@ -4296,10 +4510,21 @@ minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatc
4296 dependencies: 4510 dependencies:
4297 brace-expansion "^1.1.7" 4511 brace-expansion "^1.1.7"
4298 4512
  4513 +minimist-options@^3.0.1:
  4514 + version "3.0.2"
  4515 + resolved "http://npm.yoho.cn/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
  4516 + dependencies:
  4517 + arrify "^1.0.1"
  4518 + is-plain-obj "^1.1.0"
  4519 +
4299 minimist@0.0.8, minimist@~0.0.1: 4520 minimist@0.0.8, minimist@~0.0.1:
4300 version "0.0.8" 4521 version "0.0.8"
4301 resolved "http://npm.yoho.cn/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" 4522 resolved "http://npm.yoho.cn/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
4302 4523
  4524 +minimist@1.1.x:
  4525 + version "1.1.3"
  4526 + resolved "http://npm.yoho.cn/minimist/-/minimist-1.1.3.tgz#3bedfd91a92d39016fcfaa1c681e8faa1a1efda8"
  4527 +
4303 minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0: 4528 minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0:
4304 version "1.2.0" 4529 version "1.2.0"
4305 resolved "http://npm.yoho.cn/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" 4530 resolved "http://npm.yoho.cn/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
@@ -4776,6 +5001,17 @@ parse-asn1@^5.0.0: @@ -4776,6 +5001,17 @@ parse-asn1@^5.0.0:
4776 evp_bytestokey "^1.0.0" 5001 evp_bytestokey "^1.0.0"
4777 pbkdf2 "^3.0.3" 5002 pbkdf2 "^3.0.3"
4778 5003
  5004 +parse-entities@^1.0.2:
  5005 + version "1.1.1"
  5006 + resolved "http://npm.yoho.cn/parse-entities/-/parse-entities-1.1.1.tgz#8112d88471319f27abae4d64964b122fe4e1b890"
  5007 + dependencies:
  5008 + character-entities "^1.0.0"
  5009 + character-entities-legacy "^1.0.0"
  5010 + character-reference-invalid "^1.0.0"
  5011 + is-alphanumerical "^1.0.0"
  5012 + is-decimal "^1.0.0"
  5013 + is-hexadecimal "^1.0.0"
  5014 +
4779 parse-glob@^3.0.4: 5015 parse-glob@^3.0.4:
4780 version "3.0.4" 5016 version "3.0.4"
4781 resolved "http://npm.yoho.cn/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" 5017 resolved "http://npm.yoho.cn/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
@@ -4791,6 +5027,19 @@ parse-json@^2.2.0: @@ -4791,6 +5027,19 @@ parse-json@^2.2.0:
4791 dependencies: 5027 dependencies:
4792 error-ex "^1.2.0" 5028 error-ex "^1.2.0"
4793 5029
  5030 +parse-json@^3.0.0:
  5031 + version "3.0.0"
  5032 + resolved "http://npm.yoho.cn/parse-json/-/parse-json-3.0.0.tgz#fa6f47b18e23826ead32f263e744d0e1e847fb13"
  5033 + dependencies:
  5034 + error-ex "^1.3.1"
  5035 +
  5036 +parse-json@^4.0.0:
  5037 + version "4.0.0"
  5038 + resolved "http://npm.yoho.cn/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
  5039 + dependencies:
  5040 + error-ex "^1.3.1"
  5041 + json-parse-better-errors "^1.0.1"
  5042 +
4794 parseurl@~1.3.1: 5043 parseurl@~1.3.1:
4795 version "1.3.1" 5044 version "1.3.1"
4796 resolved "http://npm.yoho.cn/parseurl/-/parseurl-1.3.1.tgz#c8ab8c9223ba34888aa64a297b28853bec18da56" 5045 resolved "http://npm.yoho.cn/parseurl/-/parseurl-1.3.1.tgz#c8ab8c9223ba34888aa64a297b28853bec18da56"
@@ -4843,6 +5092,12 @@ path-type@^2.0.0: @@ -4843,6 +5092,12 @@ path-type@^2.0.0:
4843 dependencies: 5092 dependencies:
4844 pify "^2.0.0" 5093 pify "^2.0.0"
4845 5094
  5095 +path-type@^3.0.0:
  5096 + version "3.0.0"
  5097 + resolved "http://npm.yoho.cn/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
  5098 + dependencies:
  5099 + pify "^3.0.0"
  5100 +
4846 pause-stream@0.0.11: 5101 pause-stream@0.0.11:
4847 version "0.0.11" 5102 version "0.0.11"
4848 resolved "http://npm.yoho.cn/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" 5103 resolved "http://npm.yoho.cn/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
@@ -4985,6 +5240,14 @@ postcss-filter-plugins@^2.0.0: @@ -4985,6 +5240,14 @@ postcss-filter-plugins@^2.0.0:
4985 postcss "^5.0.4" 5240 postcss "^5.0.4"
4986 uniqid "^4.0.0" 5241 uniqid "^4.0.0"
4987 5242
  5243 +postcss-html@^0.12.0:
  5244 + version "0.12.0"
  5245 + resolved "http://npm.yoho.cn/postcss-html/-/postcss-html-0.12.0.tgz#39b6adb4005dfc5464df7999c0f81c95bced7e50"
  5246 + dependencies:
  5247 + htmlparser2 "^3.9.2"
  5248 + remark "^8.0.0"
  5249 + unist-util-find-all-after "^1.0.1"
  5250 +
4988 postcss-less@^0.14.0: 5251 postcss-less@^0.14.0:
4989 version "0.14.0" 5252 version "0.14.0"
4990 resolved "http://npm.yoho.cn/postcss-less/-/postcss-less-0.14.0.tgz#c631b089c6cce422b9a10f3a958d2bedd3819324" 5253 resolved "http://npm.yoho.cn/postcss-less/-/postcss-less-0.14.0.tgz#c631b089c6cce422b9a10f3a958d2bedd3819324"
@@ -5173,13 +5436,14 @@ postcss-reporter@^3.0.0: @@ -5173,13 +5436,14 @@ postcss-reporter@^3.0.0:
5173 log-symbols "^1.0.2" 5436 log-symbols "^1.0.2"
5174 postcss "^5.0.0" 5437 postcss "^5.0.0"
5175 5438
5176 -postcss-reporter@^4.0.0:  
5177 - version "4.0.0"  
5178 - resolved "http://npm.yoho.cn/postcss-reporter/-/postcss-reporter-4.0.0.tgz#13356c365c36783adde88e28e09dbba6ec6c6501" 5439 +postcss-reporter@^5.0.0:
  5440 + version "5.0.0"
  5441 + resolved "http://npm.yoho.cn/postcss-reporter/-/postcss-reporter-5.0.0.tgz#a14177fd1342829d291653f2786efd67110332c3"
5179 dependencies: 5442 dependencies:
5180 - chalk "^1.0.0"  
5181 - lodash "^4.1.0"  
5182 - log-symbols "^1.0.2" 5443 + chalk "^2.0.1"
  5444 + lodash "^4.17.4"
  5445 + log-symbols "^2.0.0"
  5446 + postcss "^6.0.8"
5183 5447
5184 postcss-resolve-nested-selector@^0.1.1: 5448 postcss-resolve-nested-selector@^0.1.1:
5185 version "0.1.1" 5449 version "0.1.1"
@@ -5191,6 +5455,19 @@ postcss-safe-parser@^1.0.1: @@ -5191,6 +5455,19 @@ postcss-safe-parser@^1.0.1:
5191 dependencies: 5455 dependencies:
5192 postcss "^5.0.18" 5456 postcss "^5.0.18"
5193 5457
  5458 +postcss-safe-parser@^3.0.1:
  5459 + version "3.0.1"
  5460 + resolved "http://npm.yoho.cn/postcss-safe-parser/-/postcss-safe-parser-3.0.1.tgz#b753eff6c7c0aea5e8375fbe4cde8bf9063ff142"
  5461 + dependencies:
  5462 + postcss "^6.0.6"
  5463 +
  5464 +postcss-sass@^0.2.0:
  5465 + version "0.2.0"
  5466 + resolved "http://npm.yoho.cn/postcss-sass/-/postcss-sass-0.2.0.tgz#e55516441e9526ba4b380a730d3a02e9eaa78c7a"
  5467 + dependencies:
  5468 + gonzales-pe "^4.0.3"
  5469 + postcss "^6.0.6"
  5470 +
5194 postcss-scss@^0.4.0: 5471 postcss-scss@^0.4.0:
5195 version "0.4.1" 5472 version "0.4.1"
5196 resolved "http://npm.yoho.cn/postcss-scss/-/postcss-scss-0.4.1.tgz#ad771b81f0f72f5f4845d08aa60f93557653d54c" 5473 resolved "http://npm.yoho.cn/postcss-scss/-/postcss-scss-0.4.1.tgz#ad771b81f0f72f5f4845d08aa60f93557653d54c"
@@ -5203,7 +5480,7 @@ postcss-scss@^1.0.2: @@ -5203,7 +5480,7 @@ postcss-scss@^1.0.2:
5203 dependencies: 5480 dependencies:
5204 postcss "^6.0.3" 5481 postcss "^6.0.3"
5205 5482
5206 -postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.1.1, postcss-selector-parser@^2.2.2, postcss-selector-parser@^2.2.3: 5483 +postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.1.1, postcss-selector-parser@^2.2.2:
5207 version "2.2.3" 5484 version "2.2.3"
5208 resolved "http://npm.yoho.cn/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz#f9437788606c3c9acee16ffe8d8b16297f27bb90" 5485 resolved "http://npm.yoho.cn/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz#f9437788606c3c9acee16ffe8d8b16297f27bb90"
5209 dependencies: 5486 dependencies:
@@ -5211,6 +5488,14 @@ postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.1.1, postcss-selector @@ -5211,6 +5488,14 @@ postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.1.1, postcss-selector
5211 indexes-of "^1.0.1" 5488 indexes-of "^1.0.1"
5212 uniq "^1.0.1" 5489 uniq "^1.0.1"
5213 5490
  5491 +postcss-selector-parser@^3.1.0:
  5492 + version "3.1.1"
  5493 + resolved "http://npm.yoho.cn/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz#4f875f4afb0c96573d5cf4d74011aee250a7e865"
  5494 + dependencies:
  5495 + dot-prop "^4.1.1"
  5496 + indexes-of "^1.0.1"
  5497 + uniq "^1.0.1"
  5498 +
5214 postcss-svgo@^2.1.1: 5499 postcss-svgo@^2.1.1:
5215 version "2.1.6" 5500 version "2.1.6"
5216 resolved "http://npm.yoho.cn/postcss-svgo/-/postcss-svgo-2.1.6.tgz#b6df18aa613b666e133f08adb5219c2684ac108d" 5501 resolved "http://npm.yoho.cn/postcss-svgo/-/postcss-svgo-2.1.6.tgz#b6df18aa613b666e133f08adb5219c2684ac108d"
@@ -5257,6 +5542,14 @@ postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.3, postcss@^6.0.6: @@ -5257,6 +5542,14 @@ postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.3, postcss@^6.0.6:
5257 source-map "^0.5.6" 5542 source-map "^0.5.6"
5258 supports-color "^4.2.0" 5543 supports-color "^4.2.0"
5259 5544
  5545 +postcss@^6.0.8:
  5546 + version "6.0.15"
  5547 + resolved "http://npm.yoho.cn/postcss/-/postcss-6.0.15.tgz#f460cd6269fede0d1bf6defff0b934a9845d974d"
  5548 + dependencies:
  5549 + chalk "^2.3.0"
  5550 + source-map "^0.6.1"
  5551 + supports-color "^5.1.0"
  5552 +
5260 prelude-ls@~1.1.2: 5553 prelude-ls@~1.1.2:
5261 version "1.1.2" 5554 version "1.1.2"
5262 resolved "http://npm.yoho.cn/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" 5555 resolved "http://npm.yoho.cn/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
@@ -5390,6 +5683,10 @@ querystringify@~1.0.0: @@ -5390,6 +5683,10 @@ querystringify@~1.0.0:
5390 version "1.0.0" 5683 version "1.0.0"
5391 resolved "http://npm.yoho.cn/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb" 5684 resolved "http://npm.yoho.cn/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb"
5392 5685
  5686 +quick-lru@^1.0.0:
  5687 + version "1.1.0"
  5688 + resolved "http://npm.yoho.cn/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
  5689 +
5393 ramda@^0.24.1: 5690 ramda@^0.24.1:
5394 version "0.24.1" 5691 version "0.24.1"
5395 resolved "http://npm.yoho.cn/ramda/-/ramda-0.24.1.tgz#c3b7755197f35b8dc3502228262c4c91ddb6b857" 5692 resolved "http://npm.yoho.cn/ramda/-/ramda-0.24.1.tgz#c3b7755197f35b8dc3502228262c4c91ddb6b857"
@@ -5459,6 +5756,13 @@ read-pkg-up@^2.0.0: @@ -5459,6 +5756,13 @@ read-pkg-up@^2.0.0:
5459 find-up "^2.0.0" 5756 find-up "^2.0.0"
5460 read-pkg "^2.0.0" 5757 read-pkg "^2.0.0"
5461 5758
  5759 +read-pkg-up@^3.0.0:
  5760 + version "3.0.0"
  5761 + resolved "http://npm.yoho.cn/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
  5762 + dependencies:
  5763 + find-up "^2.0.0"
  5764 + read-pkg "^3.0.0"
  5765 +
5462 read-pkg@^1.0.0: 5766 read-pkg@^1.0.0:
5463 version "1.1.0" 5767 version "1.1.0"
5464 resolved "http://npm.yoho.cn/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" 5768 resolved "http://npm.yoho.cn/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28"
@@ -5475,6 +5779,14 @@ read-pkg@^2.0.0: @@ -5475,6 +5779,14 @@ read-pkg@^2.0.0:
5475 normalize-package-data "^2.3.2" 5779 normalize-package-data "^2.3.2"
5476 path-type "^2.0.0" 5780 path-type "^2.0.0"
5477 5781
  5782 +read-pkg@^3.0.0:
  5783 + version "3.0.0"
  5784 + resolved "http://npm.yoho.cn/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
  5785 + dependencies:
  5786 + load-json-file "^4.0.0"
  5787 + normalize-package-data "^2.3.2"
  5788 + path-type "^3.0.0"
  5789 +
5478 readable-stream@1.0, "readable-stream@>=1.0.33-1 <1.1.0-0": 5790 readable-stream@1.0, "readable-stream@>=1.0.33-1 <1.1.0-0":
5479 version "1.0.34" 5791 version "1.0.34"
5480 resolved "http://npm.yoho.cn/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c" 5792 resolved "http://npm.yoho.cn/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"
@@ -5535,6 +5847,13 @@ redent@^1.0.0: @@ -5535,6 +5847,13 @@ redent@^1.0.0:
5535 indent-string "^2.1.0" 5847 indent-string "^2.1.0"
5536 strip-indent "^1.0.1" 5848 strip-indent "^1.0.1"
5537 5849
  5850 +redent@^2.0.0:
  5851 + version "2.0.0"
  5852 + resolved "http://npm.yoho.cn/redent/-/redent-2.0.0.tgz#c1b2007b42d57eb1389079b3c8333639d5e1ccaa"
  5853 + dependencies:
  5854 + indent-string "^3.0.0"
  5855 + strip-indent "^2.0.0"
  5856 +
5538 reduce-css-calc@^1.2.6: 5857 reduce-css-calc@^1.2.6:
5539 version "1.3.0" 5858 version "1.3.0"
5540 resolved "http://npm.yoho.cn/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz#747c914e049614a4c9cfbba629871ad1d2927716" 5859 resolved "http://npm.yoho.cn/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz#747c914e049614a4c9cfbba629871ad1d2927716"
@@ -5612,6 +5931,53 @@ relateurl@0.2.x: @@ -5612,6 +5931,53 @@ relateurl@0.2.x:
5612 version "0.2.7" 5931 version "0.2.7"
5613 resolved "http://npm.yoho.cn/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" 5932 resolved "http://npm.yoho.cn/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
5614 5933
  5934 +remark-parse@^4.0.0:
  5935 + version "4.0.0"
  5936 + resolved "http://npm.yoho.cn/remark-parse/-/remark-parse-4.0.0.tgz#99f1f049afac80382366e2e0d0bd55429dd45d8b"
  5937 + dependencies:
  5938 + collapse-white-space "^1.0.2"
  5939 + is-alphabetical "^1.0.0"
  5940 + is-decimal "^1.0.0"
  5941 + is-whitespace-character "^1.0.0"
  5942 + is-word-character "^1.0.0"
  5943 + markdown-escapes "^1.0.0"
  5944 + parse-entities "^1.0.2"
  5945 + repeat-string "^1.5.4"
  5946 + state-toggle "^1.0.0"
  5947 + trim "0.0.1"
  5948 + trim-trailing-lines "^1.0.0"
  5949 + unherit "^1.0.4"
  5950 + unist-util-remove-position "^1.0.0"
  5951 + vfile-location "^2.0.0"
  5952 + xtend "^4.0.1"
  5953 +
  5954 +remark-stringify@^4.0.0:
  5955 + version "4.0.0"
  5956 + resolved "http://npm.yoho.cn/remark-stringify/-/remark-stringify-4.0.0.tgz#4431884c0418f112da44991b4e356cfe37facd87"
  5957 + dependencies:
  5958 + ccount "^1.0.0"
  5959 + is-alphanumeric "^1.0.0"
  5960 + is-decimal "^1.0.0"
  5961 + is-whitespace-character "^1.0.0"
  5962 + longest-streak "^2.0.1"
  5963 + markdown-escapes "^1.0.0"
  5964 + markdown-table "^1.1.0"
  5965 + mdast-util-compact "^1.0.0"
  5966 + parse-entities "^1.0.2"
  5967 + repeat-string "^1.5.4"
  5968 + state-toggle "^1.0.0"
  5969 + stringify-entities "^1.0.1"
  5970 + unherit "^1.0.4"
  5971 + xtend "^4.0.1"
  5972 +
  5973 +remark@^8.0.0:
  5974 + version "8.0.0"
  5975 + resolved "http://npm.yoho.cn/remark/-/remark-8.0.0.tgz#287b6df2fe1190e263c1d15e486d3fa835594d6d"
  5976 + dependencies:
  5977 + remark-parse "^4.0.0"
  5978 + remark-stringify "^4.0.0"
  5979 + unified "^6.0.0"
  5980 +
5615 remove-trailing-separator@^1.0.1: 5981 remove-trailing-separator@^1.0.1:
5616 version "1.0.2" 5982 version "1.0.2"
5617 resolved "http://npm.yoho.cn/remove-trailing-separator/-/remove-trailing-separator-1.0.2.tgz#69b062d978727ad14dc6b56ba4ab772fd8d70511" 5983 resolved "http://npm.yoho.cn/remove-trailing-separator/-/remove-trailing-separator-1.0.2.tgz#69b062d978727ad14dc6b56ba4ab772fd8d70511"
@@ -5630,7 +5996,7 @@ repeat-element@^1.1.2: @@ -5630,7 +5996,7 @@ repeat-element@^1.1.2:
5630 version "1.1.2" 5996 version "1.1.2"
5631 resolved "http://npm.yoho.cn/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a" 5997 resolved "http://npm.yoho.cn/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a"
5632 5998
5633 -repeat-string@^1.5.2: 5999 +repeat-string@^1.5.2, repeat-string@^1.5.4:
5634 version "1.6.1" 6000 version "1.6.1"
5635 resolved "http://npm.yoho.cn/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" 6001 resolved "http://npm.yoho.cn/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
5636 6002
@@ -5646,6 +6012,10 @@ repeating@^2.0.0: @@ -5646,6 +6012,10 @@ repeating@^2.0.0:
5646 dependencies: 6012 dependencies:
5647 is-finite "^1.0.0" 6013 is-finite "^1.0.0"
5648 6014
  6015 +replace-ext@1.0.0:
  6016 + version "1.0.0"
  6017 + resolved "http://npm.yoho.cn/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
  6018 +
5649 request-promise-core@1.1.1: 6019 request-promise-core@1.1.1:
5650 version "1.1.1" 6020 version "1.1.1"
5651 resolved "http://npm.yoho.cn/request-promise-core/-/request-promise-core-1.1.1.tgz#3eee00b2c5aa83239cfb04c5700da36f81cd08b6" 6021 resolved "http://npm.yoho.cn/request-promise-core/-/request-promise-core-1.1.1.tgz#3eee00b2c5aa83239cfb04c5700da36f81cd08b6"
@@ -5704,6 +6074,10 @@ require-from-string@^1.1.0: @@ -5704,6 +6074,10 @@ require-from-string@^1.1.0:
5704 version "1.2.1" 6074 version "1.2.1"
5705 resolved "http://npm.yoho.cn/require-from-string/-/require-from-string-1.2.1.tgz#529c9ccef27380adfec9a2f965b649bbee636418" 6075 resolved "http://npm.yoho.cn/require-from-string/-/require-from-string-1.2.1.tgz#529c9ccef27380adfec9a2f965b649bbee636418"
5706 6076
  6077 +require-from-string@^2.0.1:
  6078 + version "2.0.1"
  6079 + resolved "http://npm.yoho.cn/require-from-string/-/require-from-string-2.0.1.tgz#c545233e9d7da6616e9d59adfb39fc9f588676ff"
  6080 +
5707 require-main-filename@^1.0.1: 6081 require-main-filename@^1.0.1:
5708 version "1.0.1" 6082 version "1.0.1"
5709 resolved "http://npm.yoho.cn/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" 6083 resolved "http://npm.yoho.cn/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
@@ -5727,6 +6101,10 @@ resolve-from@^3.0.0: @@ -5727,6 +6101,10 @@ resolve-from@^3.0.0:
5727 version "3.0.0" 6101 version "3.0.0"
5728 resolved "http://npm.yoho.cn/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" 6102 resolved "http://npm.yoho.cn/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
5729 6103
  6104 +resolve-from@^4.0.0:
  6105 + version "4.0.0"
  6106 + resolved "http://npm.yoho.cn/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
  6107 +
5730 resolve-url-loader@^2.0.2: 6108 resolve-url-loader@^2.0.2:
5731 version "2.1.0" 6109 version "2.1.0"
5732 resolved "http://npm.yoho.cn/resolve-url-loader/-/resolve-url-loader-2.1.0.tgz#27c95cc16a4353923fdbdc2dbaf5eef22232c477" 6110 resolved "http://npm.yoho.cn/resolve-url-loader/-/resolve-url-loader-2.1.0.tgz#27c95cc16a4353923fdbdc2dbaf5eef22232c477"
@@ -6098,6 +6476,10 @@ source-map@^0.4.2, source-map@^0.4.4, source-map@~0.4.1: @@ -6098,6 +6476,10 @@ source-map@^0.4.2, source-map@^0.4.4, source-map@~0.4.1:
6098 dependencies: 6476 dependencies:
6099 amdefine ">=0.0.4" 6477 amdefine ">=0.0.4"
6100 6478
  6479 +source-map@^0.6.1:
  6480 + version "0.6.1"
  6481 + resolved "http://npm.yoho.cn/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
  6482 +
6101 source-map@~0.2.0: 6483 source-map@~0.2.0:
6102 version "0.2.0" 6484 version "0.2.0"
6103 resolved "http://npm.yoho.cn/source-map/-/source-map-0.2.0.tgz#dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d" 6485 resolved "http://npm.yoho.cn/source-map/-/source-map-0.2.0.tgz#dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d"
@@ -6191,6 +6573,10 @@ stackframe@^1.0.3: @@ -6191,6 +6573,10 @@ stackframe@^1.0.3:
6191 version "1.0.3" 6573 version "1.0.3"
6192 resolved "http://npm.yoho.cn/stackframe/-/stackframe-1.0.3.tgz#fe64ab20b170e4ce49044b126c119dfa0e5dc7cc" 6574 resolved "http://npm.yoho.cn/stackframe/-/stackframe-1.0.3.tgz#fe64ab20b170e4ce49044b126c119dfa0e5dc7cc"
6193 6575
  6576 +state-toggle@^1.0.0:
  6577 + version "1.0.0"
  6578 + resolved "http://npm.yoho.cn/state-toggle/-/state-toggle-1.0.0.tgz#d20f9a616bb4f0c3b98b91922d25b640aa2bc425"
  6579 +
6194 "statuses@>= 1.3.1 < 2", statuses@~1.3.1: 6580 "statuses@>= 1.3.1 < 2", statuses@~1.3.1:
6195 version "1.3.1" 6581 version "1.3.1"
6196 resolved "http://npm.yoho.cn/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e" 6582 resolved "http://npm.yoho.cn/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e"
@@ -6274,6 +6660,15 @@ string_decoder@~1.0.3: @@ -6274,6 +6660,15 @@ string_decoder@~1.0.3:
6274 dependencies: 6660 dependencies:
6275 safe-buffer "~5.1.0" 6661 safe-buffer "~5.1.0"
6276 6662
  6663 +stringify-entities@^1.0.1:
  6664 + version "1.3.1"
  6665 + resolved "http://npm.yoho.cn/stringify-entities/-/stringify-entities-1.3.1.tgz#b150ec2d72ac4c1b5f324b51fb6b28c9cdff058c"
  6666 + dependencies:
  6667 + character-entities-html4 "^1.0.0"
  6668 + character-entities-legacy "^1.0.0"
  6669 + is-alphanumerical "^1.0.0"
  6670 + is-hexadecimal "^1.0.0"
  6671 +
6277 stringstream@~0.0.4: 6672 stringstream@~0.0.4:
6278 version "0.0.5" 6673 version "0.0.5"
6279 resolved "http://npm.yoho.cn/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878" 6674 resolved "http://npm.yoho.cn/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878"
@@ -6310,6 +6705,10 @@ strip-indent@^1.0.1: @@ -6310,6 +6705,10 @@ strip-indent@^1.0.1:
6310 dependencies: 6705 dependencies:
6311 get-stdin "^4.0.1" 6706 get-stdin "^4.0.1"
6312 6707
  6708 +strip-indent@^2.0.0:
  6709 + version "2.0.0"
  6710 + resolved "http://npm.yoho.cn/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
  6711 +
6313 strip-json-comments@~2.0.1: 6712 strip-json-comments@~2.0.1:
6314 version "2.0.1" 6713 version "2.0.1"
6315 resolved "http://npm.yoho.cn/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" 6714 resolved "http://npm.yoho.cn/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
@@ -6341,22 +6740,22 @@ stylehacks@^2.3.2: @@ -6341,22 +6740,22 @@ stylehacks@^2.3.2:
6341 text-table "^0.2.0" 6740 text-table "^0.2.0"
6342 write-file-stdout "0.0.2" 6741 write-file-stdout "0.0.2"
6343 6742
6344 -stylelint-config-recommended@^1.0.0:  
6345 - version "1.0.0"  
6346 - resolved "http://npm.yoho.cn/stylelint-config-recommended/-/stylelint-config-recommended-1.0.0.tgz#752c17fc68fa64cd5e7589e24f6e46e77e14a735" 6743 +stylelint-config-recommended@^2.0.0:
  6744 + version "2.0.1"
  6745 + resolved "http://npm.yoho.cn/stylelint-config-recommended/-/stylelint-config-recommended-2.0.1.tgz#4746119ec85f5f4663c7b5107c05c13ed0e2ab0d"
6347 6746
6348 -stylelint-config-standard@^17.0.0:  
6349 - version "17.0.0"  
6350 - resolved "http://npm.yoho.cn/stylelint-config-standard/-/stylelint-config-standard-17.0.0.tgz#42103a090054ee2a3dde9ecaed55e5d4d9d059fc" 6747 +stylelint-config-standard@^18.0.0:
  6748 + version "18.0.0"
  6749 + resolved "http://npm.yoho.cn/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz#0d872b40fafdcddcf4188fb5b64ddb3887e8aefc"
6351 dependencies: 6750 dependencies:
6352 - stylelint-config-recommended "^1.0.0" 6751 + stylelint-config-recommended "^2.0.0"
6353 6752
6354 -stylelint-config-yoho@^1.2.10:  
6355 - version "1.2.10"  
6356 - resolved "http://npm.yoho.cn/stylelint-config-yoho/-/stylelint-config-yoho-1.2.10.tgz#e2d648755f82af713e0dfcb11e3c8bf62d9fb088" 6753 +stylelint-config-yoho@^1.2.12:
  6754 + version "1.2.12"
  6755 + resolved "http://npm.yoho.cn/stylelint-config-yoho/-/stylelint-config-yoho-1.2.12.tgz#abc944bc61dea2b488c94616ac37a549e57a3d81"
6357 dependencies: 6756 dependencies:
6358 - stylelint "^8.0.0"  
6359 - stylelint-config-standard "^17.0.0" 6757 + stylelint "^8.4.0"
  6758 + stylelint-config-standard "^18.0.0"
6360 6759
6361 stylelint-formatter-table@^1.0.3: 6760 stylelint-formatter-table@^1.0.3:
6362 version "1.0.3" 6761 version "1.0.3"
@@ -6425,40 +6824,43 @@ stylelint@^7.10.1: @@ -6425,40 +6824,43 @@ stylelint@^7.10.1:
6425 svg-tags "^1.0.0" 6824 svg-tags "^1.0.0"
6426 table "^4.0.1" 6825 table "^4.0.1"
6427 6826
6428 -stylelint@^8.0.0:  
6429 - version "8.0.0"  
6430 - resolved "http://npm.yoho.cn/stylelint/-/stylelint-8.0.0.tgz#87611211776cb315c93fcf6c58bc261d3c92612e" 6827 +stylelint@^8.4.0:
  6828 + version "8.4.0"
  6829 + resolved "http://npm.yoho.cn/stylelint/-/stylelint-8.4.0.tgz#c2dbaeb17236917819f9206e1c0df5fddf6f83c3"
6431 dependencies: 6830 dependencies:
6432 autoprefixer "^7.1.2" 6831 autoprefixer "^7.1.2"
6433 balanced-match "^1.0.0" 6832 balanced-match "^1.0.0"
6434 chalk "^2.0.1" 6833 chalk "^2.0.1"
6435 - cosmiconfig "^2.1.3"  
6436 - debug "^2.6.8" 6834 + cosmiconfig "^3.1.0"
  6835 + debug "^3.0.0"
6437 execall "^1.0.0" 6836 execall "^1.0.0"
6438 file-entry-cache "^2.0.0" 6837 file-entry-cache "^2.0.0"
6439 get-stdin "^5.0.1" 6838 get-stdin "^5.0.1"
6440 - globby "^6.1.0" 6839 + globby "^7.0.0"
6441 globjoin "^0.1.4" 6840 globjoin "^0.1.4"
6442 html-tags "^2.0.0" 6841 html-tags "^2.0.0"
6443 ignore "^3.3.3" 6842 ignore "^3.3.3"
6444 imurmurhash "^0.1.4" 6843 imurmurhash "^0.1.4"
6445 - known-css-properties "^0.2.0" 6844 + known-css-properties "^0.5.0"
6446 lodash "^4.17.4" 6845 lodash "^4.17.4"
6447 - log-symbols "^1.0.2" 6846 + log-symbols "^2.0.0"
6448 mathml-tag-names "^2.0.1" 6847 mathml-tag-names "^2.0.1"
6449 - meow "^3.7.0" 6848 + meow "^4.0.0"
6450 micromatch "^2.3.11" 6849 micromatch "^2.3.11"
6451 normalize-selector "^0.2.0" 6850 normalize-selector "^0.2.0"
6452 pify "^3.0.0" 6851 pify "^3.0.0"
6453 postcss "^6.0.6" 6852 postcss "^6.0.6"
  6853 + postcss-html "^0.12.0"
6454 postcss-less "^1.1.0" 6854 postcss-less "^1.1.0"
6455 postcss-media-query-parser "^0.2.3" 6855 postcss-media-query-parser "^0.2.3"
6456 - postcss-reporter "^4.0.0" 6856 + postcss-reporter "^5.0.0"
6457 postcss-resolve-nested-selector "^0.1.1" 6857 postcss-resolve-nested-selector "^0.1.1"
  6858 + postcss-safe-parser "^3.0.1"
  6859 + postcss-sass "^0.2.0"
6458 postcss-scss "^1.0.2" 6860 postcss-scss "^1.0.2"
6459 - postcss-selector-parser "^2.2.3" 6861 + postcss-selector-parser "^3.1.0"
6460 postcss-value-parser "^3.3.0" 6862 postcss-value-parser "^3.3.0"
6461 - resolve-from "^3.0.0" 6863 + resolve-from "^4.0.0"
6462 specificity "^0.3.1" 6864 specificity "^0.3.1"
6463 string-width "^2.1.0" 6865 string-width "^2.1.0"
6464 style-search "^0.1.0" 6866 style-search "^0.1.0"
@@ -6494,6 +6896,12 @@ supports-color@^4.0.0, supports-color@^4.2.0, supports-color@^4.2.1: @@ -6494,6 +6896,12 @@ supports-color@^4.0.0, supports-color@^4.2.0, supports-color@^4.2.1:
6494 dependencies: 6896 dependencies:
6495 has-flag "^2.0.0" 6897 has-flag "^2.0.0"
6496 6898
  6899 +supports-color@^5.1.0:
  6900 + version "5.1.0"
  6901 + resolved "http://npm.yoho.cn/supports-color/-/supports-color-5.1.0.tgz#058a021d1b619f7ddf3980d712ea3590ce7de3d5"
  6902 + dependencies:
  6903 + has-flag "^2.0.0"
  6904 +
6497 svg-tags@^1.0.0: 6905 svg-tags@^1.0.0:
6498 version "1.0.0" 6906 version "1.0.0"
6499 resolved "http://npm.yoho.cn/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" 6907 resolved "http://npm.yoho.cn/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
@@ -6656,10 +7064,26 @@ trim-newlines@^1.0.0: @@ -6656,10 +7064,26 @@ trim-newlines@^1.0.0:
6656 version "1.0.0" 7064 version "1.0.0"
6657 resolved "http://npm.yoho.cn/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" 7065 resolved "http://npm.yoho.cn/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
6658 7066
  7067 +trim-newlines@^2.0.0:
  7068 + version "2.0.0"
  7069 + resolved "http://npm.yoho.cn/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20"
  7070 +
6659 trim-right@^1.0.1: 7071 trim-right@^1.0.1:
6660 version "1.0.1" 7072 version "1.0.1"
6661 resolved "http://npm.yoho.cn/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" 7073 resolved "http://npm.yoho.cn/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
6662 7074
  7075 +trim-trailing-lines@^1.0.0:
  7076 + version "1.1.0"
  7077 + resolved "http://npm.yoho.cn/trim-trailing-lines/-/trim-trailing-lines-1.1.0.tgz#7aefbb7808df9d669f6da2e438cac8c46ada7684"
  7078 +
  7079 +trim@0.0.1:
  7080 + version "0.0.1"
  7081 + resolved "http://npm.yoho.cn/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
  7082 +
  7083 +trough@^1.0.0:
  7084 + version "1.0.1"
  7085 + resolved "http://npm.yoho.cn/trough/-/trough-1.0.1.tgz#a9fd8b0394b0ae8fff82e0633a0a36ccad5b5f86"
  7086 +
6663 tryit@^1.0.1: 7087 tryit@^1.0.1:
6664 version "1.0.3" 7088 version "1.0.3"
6665 resolved "http://npm.yoho.cn/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb" 7089 resolved "http://npm.yoho.cn/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"
@@ -6741,6 +7165,25 @@ underscore@^1.8.3: @@ -6741,6 +7165,25 @@ underscore@^1.8.3:
6741 version "1.8.3" 7165 version "1.8.3"
6742 resolved "http://npm.yoho.cn/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022" 7166 resolved "http://npm.yoho.cn/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022"
6743 7167
  7168 +unherit@^1.0.4:
  7169 + version "1.1.0"
  7170 + resolved "http://npm.yoho.cn/unherit/-/unherit-1.1.0.tgz#6b9aaedfbf73df1756ad9e316dd981885840cd7d"
  7171 + dependencies:
  7172 + inherits "^2.0.1"
  7173 + xtend "^4.0.1"
  7174 +
  7175 +unified@^6.0.0:
  7176 + version "6.1.6"
  7177 + resolved "http://npm.yoho.cn/unified/-/unified-6.1.6.tgz#5ea7f807a0898f1f8acdeefe5f25faa010cc42b1"
  7178 + dependencies:
  7179 + bail "^1.0.0"
  7180 + extend "^3.0.0"
  7181 + is-plain-obj "^1.1.0"
  7182 + trough "^1.0.0"
  7183 + vfile "^2.0.0"
  7184 + x-is-function "^1.0.4"
  7185 + x-is-string "^0.1.0"
  7186 +
6744 uniq@^1.0.1: 7187 uniq@^1.0.1:
6745 version "1.0.1" 7188 version "1.0.1"
6746 resolved "http://npm.yoho.cn/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" 7189 resolved "http://npm.yoho.cn/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
@@ -6755,6 +7198,38 @@ uniqs@^2.0.0: @@ -6755,6 +7198,38 @@ uniqs@^2.0.0:
6755 version "2.0.0" 7198 version "2.0.0"
6756 resolved "http://npm.yoho.cn/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" 7199 resolved "http://npm.yoho.cn/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02"
6757 7200
  7201 +unist-util-find-all-after@^1.0.1:
  7202 + version "1.0.1"
  7203 + resolved "http://npm.yoho.cn/unist-util-find-all-after/-/unist-util-find-all-after-1.0.1.tgz#4e5512abfef7e0616781aecf7b1ed751c00af908"
  7204 + dependencies:
  7205 + unist-util-is "^2.0.0"
  7206 +
  7207 +unist-util-is@^2.0.0, unist-util-is@^2.1.1:
  7208 + version "2.1.1"
  7209 + resolved "http://npm.yoho.cn/unist-util-is/-/unist-util-is-2.1.1.tgz#0c312629e3f960c66e931e812d3d80e77010947b"
  7210 +
  7211 +unist-util-modify-children@^1.0.0:
  7212 + version "1.1.1"
  7213 + resolved "http://npm.yoho.cn/unist-util-modify-children/-/unist-util-modify-children-1.1.1.tgz#66d7e6a449e6f67220b976ab3cb8b5ebac39e51d"
  7214 + dependencies:
  7215 + array-iterate "^1.0.0"
  7216 +
  7217 +unist-util-remove-position@^1.0.0:
  7218 + version "1.1.1"
  7219 + resolved "http://npm.yoho.cn/unist-util-remove-position/-/unist-util-remove-position-1.1.1.tgz#5a85c1555fc1ba0c101b86707d15e50fa4c871bb"
  7220 + dependencies:
  7221 + unist-util-visit "^1.1.0"
  7222 +
  7223 +unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
  7224 + version "1.1.1"
  7225 + resolved "http://npm.yoho.cn/unist-util-stringify-position/-/unist-util-stringify-position-1.1.1.tgz#3ccbdc53679eed6ecf3777dd7f5e3229c1b6aa3c"
  7226 +
  7227 +unist-util-visit@^1.1.0:
  7228 + version "1.3.0"
  7229 + resolved "http://npm.yoho.cn/unist-util-visit/-/unist-util-visit-1.3.0.tgz#41ca7c82981fd1ce6c762aac397fc24e35711444"
  7230 + dependencies:
  7231 + unist-util-is "^2.1.1"
  7232 +
6758 unpipe@1.0.0, unpipe@~1.0.0: 7233 unpipe@1.0.0, unpipe@~1.0.0:
6759 version "1.0.0" 7234 version "1.0.0"
6760 resolved "http://npm.yoho.cn/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" 7235 resolved "http://npm.yoho.cn/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
@@ -6866,6 +7341,25 @@ verror@1.10.0: @@ -6866,6 +7341,25 @@ verror@1.10.0:
6866 core-util-is "1.0.2" 7341 core-util-is "1.0.2"
6867 extsprintf "^1.2.0" 7342 extsprintf "^1.2.0"
6868 7343
  7344 +vfile-location@^2.0.0:
  7345 + version "2.0.2"
  7346 + resolved "http://npm.yoho.cn/vfile-location/-/vfile-location-2.0.2.tgz#d3675c59c877498e492b4756ff65e4af1a752255"
  7347 +
  7348 +vfile-message@^1.0.0:
  7349 + version "1.0.0"
  7350 + resolved "http://npm.yoho.cn/vfile-message/-/vfile-message-1.0.0.tgz#a6adb0474ea400fa25d929f1d673abea6a17e359"
  7351 + dependencies:
  7352 + unist-util-stringify-position "^1.1.1"
  7353 +
  7354 +vfile@^2.0.0:
  7355 + version "2.3.0"
  7356 + resolved "http://npm.yoho.cn/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a"
  7357 + dependencies:
  7358 + is-buffer "^1.1.4"
  7359 + replace-ext "1.0.0"
  7360 + unist-util-stringify-position "^1.0.0"
  7361 + vfile-message "^1.0.0"
  7362 +
6869 vm-browserify@0.0.4: 7363 vm-browserify@0.0.4:
6870 version "0.0.4" 7364 version "0.0.4"
6871 resolved "http://npm.yoho.cn/vm-browserify/-/vm-browserify-0.0.4.tgz#5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73" 7365 resolved "http://npm.yoho.cn/vm-browserify/-/vm-browserify-0.0.4.tgz#5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73"
@@ -7167,6 +7661,14 @@ write@^0.2.1: @@ -7167,6 +7661,14 @@ write@^0.2.1:
7167 dependencies: 7661 dependencies:
7168 mkdirp "^0.5.1" 7662 mkdirp "^0.5.1"
7169 7663
  7664 +x-is-function@^1.0.4:
  7665 + version "1.0.4"
  7666 + resolved "http://npm.yoho.cn/x-is-function/-/x-is-function-1.0.4.tgz#5d294dc3d268cbdd062580e0c5df77a391d1fa1e"
  7667 +
  7668 +x-is-string@^0.1.0:
  7669 + version "0.1.0"
  7670 + resolved "http://npm.yoho.cn/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82"
  7671 +
7170 xdg-basedir@^2.0.0: 7672 xdg-basedir@^2.0.0:
7171 version "2.0.0" 7673 version "2.0.0"
7172 resolved "http://npm.yoho.cn/xdg-basedir/-/xdg-basedir-2.0.0.tgz#edbc903cc385fc04523d966a335504b5504d1bd2" 7674 resolved "http://npm.yoho.cn/xdg-basedir/-/xdg-basedir-2.0.0.tgz#edbc903cc385fc04523d966a335504b5504d1bd2"
@@ -7208,7 +7710,7 @@ xss@^0.3.3: @@ -7208,7 +7710,7 @@ xss@^0.3.3:
7208 commander "^2.9.0" 7710 commander "^2.9.0"
7209 cssfilter "0.0.9" 7711 cssfilter "0.0.9"
7210 7712
7211 -"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0: 7713 +"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1:
7212 version "4.0.1" 7714 version "4.0.1"
7213 resolved "http://npm.yoho.cn/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" 7715 resolved "http://npm.yoho.cn/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
7214 7716