Authored by 李奇

Merge branch 'master' into feture/docker

# Conflicts:
#	package.json
... ... @@ -106,7 +106,7 @@
.ivu-icon {
display: inline-block;
font-family: Ionicons;
font-family: Ionicons, serif;
speak: none;
font-style: normal;
font-weight: 400;
... ...
... ... @@ -118,28 +118,29 @@ export default {
);
}
},
{
title: '款型编码',
key: 'factoryCode',
render: (h, params) => {
if (this.isExist(params.index)) {
return (
<input-safe
value={params.row.factoryCode}
placeholder='请输入...'
onInput={val => (params.row.factoryCode = val)}
style={{width: '100%'}}></input-safe>
);
}
return null;
},
renderHeader(h) { //eslint-disable-line
return (
<span>款型编码
</span>
);
}
},
// {
// title: '款型编码',
// key: 'factoryCode',
// render: (h, params) => {
// if (this.isExist(params.index)) {
// return (
// <input-safe
// value={params.row.factoryCode}
// placeholder='请输入...'
// onInput={val => (params.row.factoryCode = val)}
// style={{width: '100%'}}></input-safe>
// );
// }
// return null;
// },
// renderHeader(h) { //eslint-disable-line
// return (
// <span>款型编码
// </span>
// );
// }
// },
{
title: '尺码',
key: 'sizeId',
... ... @@ -412,7 +413,7 @@ export default {
display: inline-block;
margin-left: 4px;
line-height: 1;
font-family: SimSun;
font-family: SimSun, serif;
font-size: 12px;
color: #f30;
}
... ...
... ... @@ -54,10 +54,10 @@
this.DiffService.diffInfo({
workOrderId: +this.id
})
.then(res => {
this.$Loading.finish();
this.dataList = res.data;
});
.then(res => {
this.$Loading.finish();
this.dataList = res.data;
});
},
methods: {
... ...
... ... @@ -6,7 +6,7 @@
<script>
export default {
created() {
window.open(`${this.$config.shopsFeDomain}/shop/decorator/modulartool?shopId=${this.$user.currentShop.shopsId}&shopName=${this.$user.currentShop.shopName}&appType=0`); // eslint-disable-line
window.open(`/shops-proxy/decorator/modulartool?shopId=${this.$user.currentShop.shopsId}&shopName=${this.$user.currentShop.shopName}&appType=0`); // eslint-disable-line
}
};
</script>
... ...
... ... @@ -13,7 +13,7 @@ export default {
let shop = _.get(result, 'data.list[0]');
if (shop) {
window.open(`${this.$config.shopsFeDomain}/supplier/shop/decorationDetail/${shop.shopsId}/${shop.shopsType}/editor/${shop.id}/`); // eslint-disable-line
window.open(`/shops-proxy/shop/decorationDetail/${shop.shopsId}/${shop.shopsType}/editor/${shop.id}/`); // eslint-disable-line
}
});
}
... ...
... ... @@ -17,7 +17,7 @@
<div slot="content">
* 仅支持历史数据,时间跨度不得超过30天
</div>
<Button type="primary" @click="exportFile" style="display: none">导出</Button>
<Button type="primary" @click="exportFile">导出</Button>
</Poptip>
</filter-item>
</layout-filter>
... ... @@ -117,7 +117,7 @@
param.begin = this.beginDate;
param.end = this.endDate;
param.platform = '1,2';
param.platform = '1,2,3,4';
const href = '/Api/platform/exportOneShopProductOverview?queryConf=' +
JSON.stringify(param);
... ...
... ... @@ -122,7 +122,7 @@ export default function() {
return (
<div>
<p>{row.paymentOrderAmountUidsRate}%</p>
<p>{((row.orderCount / row.uv * 100) || 0).toFixed(2)}%</p>
</div>
);
}
... ...
... ... @@ -15,7 +15,7 @@
<a href="javascript:;" @click="() => {changeLimit(7)}">近7天</a>
<a href="javascript:;" @click="() => {changeLimit(30)}">近30天</a>
</div>
<Poptip trigger="hover" placement="bottom-end" style="display: none;">
<Poptip trigger="hover" placement="bottom-end">
<div slot="content">
* 仅支持导出历史数据,时间跨度不得超过30天
</div>
... ... @@ -172,7 +172,7 @@
type: this.curTarget,
begin: moment(this.endDate).subtract(30, 'days').format('YYYY-MM-DD'),
end: this.endDate,
platform: '1,2'
platform: '1,2,3,4'
}).then(ret => {
let data = ret.data;
... ... @@ -203,7 +203,7 @@
this.goodService.getData({
begin: this.beginDate,
end: this.endDate,
platform: '1,2'
platform: '1,2,3,4'
}).then(ret => {
if (!ret.data) {
... ...
... ... @@ -21,7 +21,7 @@ module.exports = {
},
port: 6008,
autoOpenBrowser: true,
assetsSubDirectory: 'static',
assetsSubDirectory: 'static-dev',
assetsPublicPath: '/',
proxyTable: {
'/Api': 'http://localhost:6007'
... ...
{
"name": "yoho-shop-manage",
"version": "299991.0.30",
"version": "1.0.31",
"description": "",
"main": "app.js",
"scripts": {
... ... @@ -130,8 +130,8 @@
"sass-loader": "^6.0.6",
"scss-loader": "^0.0.1",
"style-loader": "^0.18.2",
"stylelint": "^8.0.0",
"stylelint-config-yoho": "^1.2.10",
"stylelint": "^8.4.0",
"stylelint-config-yoho": "^1.2.12",
"stylelint-formatter-table": "^1.0.3",
"stylelint-processor-html": "^1.0.0",
"stylelint-webpack-plugin": "^0.9.0",
... ...
... ... @@ -198,6 +198,10 @@ array-includes@^3.0.3:
define-properties "^1.1.2"
es-abstract "^1.7.0"
array-iterate@^1.0.0:
version "1.1.1"
resolved "http://npm.yoho.cn/array-iterate/-/array-iterate-1.1.1.tgz#865bf7f8af39d6b0982c60902914ac76bc0108f6"
array-union@^1.0.1:
version "1.0.2"
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:
version "6.17.4"
resolved "http://npm.yoho.cn/babylon/-/babylon-6.17.4.tgz#3e8b7402b88d22c3423e137a1577883b15ff869a"
bail@^1.0.0:
version "1.0.2"
resolved "http://npm.yoho.cn/bail/-/bail-1.0.2.tgz#f7d6c1731630a9f9f0d4d35ed1f962e2074a1764"
balanced-match@^0.4.0, balanced-match@^0.4.2:
version "0.4.2"
resolved "http://npm.yoho.cn/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
... ... @@ -1185,6 +1193,14 @@ camelcase-keys@^2.0.0:
camelcase "^2.0.0"
map-obj "^1.0.0"
camelcase-keys@^4.0.0:
version "4.2.0"
resolved "http://npm.yoho.cn/camelcase-keys/-/camelcase-keys-4.2.0.tgz#a2aa5fb1af688758259c32c141426d78923b9b77"
dependencies:
camelcase "^4.1.0"
map-obj "^2.0.0"
quick-lru "^1.0.0"
camelcase@^1.0.2, camelcase@^1.2.1:
version "1.2.1"
resolved "http://npm.yoho.cn/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
... ... @@ -1222,6 +1238,10 @@ caseless@~0.12.0:
version "0.12.0"
resolved "http://npm.yoho.cn/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
ccount@^1.0.0:
version "1.0.2"
resolved "http://npm.yoho.cn/ccount/-/ccount-1.0.2.tgz#53b6a2f815bb77b9c2871f7b9a72c3a25f1d8e89"
center-align@^0.1.1:
version "0.1.3"
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:
escape-string-regexp "^1.0.5"
supports-color "^4.0.0"
chalk@^2.3.0:
version "2.3.0"
resolved "http://npm.yoho.cn/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
dependencies:
ansi-styles "^3.1.0"
escape-string-regexp "^1.0.5"
supports-color "^4.0.0"
character-entities-html4@^1.0.0:
version "1.1.1"
resolved "http://npm.yoho.cn/character-entities-html4/-/character-entities-html4-1.1.1.tgz#359a2a4a0f7e29d3dc2ac99bdbe21ee39438ea50"
character-entities-legacy@^1.0.0:
version "1.1.1"
resolved "http://npm.yoho.cn/character-entities-legacy/-/character-entities-legacy-1.1.1.tgz#f40779df1a101872bb510a3d295e1fccf147202f"
character-entities@^1.0.0:
version "1.2.1"
resolved "http://npm.yoho.cn/character-entities/-/character-entities-1.2.1.tgz#f76871be5ef66ddb7f8f8e3478ecc374c27d6dca"
character-reference-invalid@^1.0.0:
version "1.1.1"
resolved "http://npm.yoho.cn/character-reference-invalid/-/character-reference-invalid-1.1.1.tgz#942835f750e4ec61a308e60c2ef8cc1011202efc"
charenc@~0.0.1:
version "0.0.2"
resolved "http://npm.yoho.cn/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
... ... @@ -1383,6 +1427,10 @@ codepage@:
exit-on-epipe "~1.0.1"
voc "~1.0.0"
collapse-white-space@^1.0.2:
version "1.0.3"
resolved "http://npm.yoho.cn/collapse-white-space/-/collapse-white-space-1.0.3.tgz#4b906f670e5a963a87b76b0e1689643341b6023c"
collections@^3.0.0:
version "3.0.0"
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:
version "1.0.2"
resolved "http://npm.yoho.cn/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
cosmiconfig@^2.1.0, cosmiconfig@^2.1.1, cosmiconfig@^2.1.3:
cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
version "2.2.2"
resolved "http://npm.yoho.cn/cosmiconfig/-/cosmiconfig-2.2.2.tgz#6173cebd56fac042c1f4390edf7af6c07c7cb892"
dependencies:
... ... @@ -1617,6 +1665,15 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1, cosmiconfig@^2.1.3:
parse-json "^2.2.0"
require-from-string "^1.1.0"
cosmiconfig@^3.1.0:
version "3.1.0"
resolved "http://npm.yoho.cn/cosmiconfig/-/cosmiconfig-3.1.0.tgz#640a94bf9847f321800403cd273af60665c73397"
dependencies:
is-directory "^0.3.1"
js-yaml "^3.9.0"
parse-json "^3.0.0"
require-from-string "^2.0.1"
crc-32@:
version "1.1.0"
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.
dependencies:
ms "2.0.0"
decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
debug@^3.0.0:
version "3.1.0"
resolved "http://npm.yoho.cn/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
dependencies:
ms "2.0.0"
decamelize-keys@^1.0.0:
version "1.1.0"
resolved "http://npm.yoho.cn/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
dependencies:
decamelize "^1.1.0"
map-obj "^1.0.0"
decamelize@^1.0.0, decamelize@^1.1.0, decamelize@^1.1.1, decamelize@^1.1.2:
version "1.2.0"
resolved "http://npm.yoho.cn/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
... ... @@ -1963,6 +2033,13 @@ diffie-hellman@^5.0.0:
miller-rabin "^4.0.0"
randombytes "^2.0.0"
dir-glob@^2.0.0:
version "2.0.0"
resolved "http://npm.yoho.cn/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034"
dependencies:
arrify "^1.0.1"
path-type "^3.0.0"
dns-equal@^1.0.0:
version "1.0.0"
resolved "http://npm.yoho.cn/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
... ... @@ -2072,6 +2149,12 @@ domutils@^1.5.1:
dom-serializer "0"
domelementtype "1"
dot-prop@^4.1.1:
version "4.2.0"
resolved "http://npm.yoho.cn/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57"
dependencies:
is-obj "^1.0.0"
duplexer2@0.0.2:
version "0.0.2"
resolved "http://npm.yoho.cn/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db"
... ... @@ -2162,7 +2245,7 @@ errno@^0.1.3:
dependencies:
prr "~0.0.0"
error-ex@^1.2.0:
error-ex@^1.2.0, error-ex@^1.3.1:
version "1.3.1"
resolved "http://npm.yoho.cn/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc"
dependencies:
... ... @@ -3013,6 +3096,17 @@ globby@^6.0.0, globby@^6.1.0:
pify "^2.0.0"
pinkie-promise "^2.0.0"
globby@^7.0.0:
version "7.1.1"
resolved "http://npm.yoho.cn/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680"
dependencies:
array-union "^1.0.1"
dir-glob "^2.0.0"
glob "^7.1.2"
ignore "^3.3.5"
pify "^3.0.0"
slash "^1.0.0"
globjoin@^0.1.4:
version "0.1.4"
resolved "http://npm.yoho.cn/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
... ... @@ -3025,6 +3119,12 @@ globule@^1.0.0:
lodash "~4.17.4"
minimatch "~3.0.2"
gonzales-pe@^4.0.3:
version "4.2.3"
resolved "http://npm.yoho.cn/gonzales-pe/-/gonzales-pe-4.2.3.tgz#41091703625433285e0aee3aa47829fc1fbeb6f2"
dependencies:
minimist "1.1.x"
got@^3.2.0:
version "3.3.1"
resolved "http://npm.yoho.cn/got/-/got-3.3.1.tgz#e5d0ed4af55fc3eef4d56007769d98192bcb2eca"
... ... @@ -3214,7 +3314,7 @@ html-webpack-plugin@^2.28.0:
pretty-error "^2.0.2"
toposort "^1.0.0"
htmlparser2@^3.8.2, htmlparser2@^3.9.1:
htmlparser2@^3.8.2, htmlparser2@^3.9.1, htmlparser2@^3.9.2:
version "3.9.2"
resolved "http://npm.yoho.cn/htmlparser2/-/htmlparser2-3.9.2.tgz#1bdf87acca0f3f9e53fa4fcceb0f4b4cbb00b338"
dependencies:
... ... @@ -3314,6 +3414,10 @@ ignore@^3.2.0, ignore@^3.3.3:
version "3.3.3"
resolved "http://npm.yoho.cn/ignore/-/ignore-3.3.3.tgz#432352e57accd87ab3110e82d3fea0e47812156d"
ignore@^3.3.5:
version "3.3.7"
resolved "http://npm.yoho.cn/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
imurmurhash@^0.1.4:
version "0.1.4"
resolved "http://npm.yoho.cn/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
... ... @@ -3328,6 +3432,10 @@ indent-string@^2.1.0:
dependencies:
repeating "^2.0.0"
indent-string@^3.0.0:
version "3.2.0"
resolved "http://npm.yoho.cn/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289"
indexes-of@^1.0.1:
version "1.0.1"
resolved "http://npm.yoho.cn/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
... ... @@ -3432,6 +3540,21 @@ is-absolute-url@^2.0.0:
version "2.1.0"
resolved "http://npm.yoho.cn/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6"
is-alphabetical@^1.0.0:
version "1.0.1"
resolved "http://npm.yoho.cn/is-alphabetical/-/is-alphabetical-1.0.1.tgz#c77079cc91d4efac775be1034bf2d243f95e6f08"
is-alphanumeric@^1.0.0:
version "1.0.0"
resolved "http://npm.yoho.cn/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz#4a9cef71daf4c001c1d81d63d140cf53fd6889f4"
is-alphanumerical@^1.0.0:
version "1.0.1"
resolved "http://npm.yoho.cn/is-alphanumerical/-/is-alphanumerical-1.0.1.tgz#dfb4aa4d1085e33bdb61c2dee9c80e9c6c19f53b"
dependencies:
is-alphabetical "^1.0.0"
is-decimal "^1.0.0"
is-arrayish@^0.2.1:
version "0.2.1"
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:
version "1.1.5"
resolved "http://npm.yoho.cn/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc"
is-buffer@^1.1.4:
version "1.1.6"
resolved "http://npm.yoho.cn/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
is-builtin-module@^1.0.0:
version "1.0.0"
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:
version "1.0.1"
resolved "http://npm.yoho.cn/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
is-decimal@^1.0.0:
version "1.0.1"
resolved "http://npm.yoho.cn/is-decimal/-/is-decimal-1.0.1.tgz#f5fb6a94996ad9e8e3761fbfbd091f1fca8c4e82"
is-directory@^0.3.1:
version "0.3.1"
resolved "http://npm.yoho.cn/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
... ... @@ -3520,6 +3651,10 @@ is-glob@^3.1.0:
dependencies:
is-extglob "^2.1.0"
is-hexadecimal@^1.0.0:
version "1.0.1"
resolved "http://npm.yoho.cn/is-hexadecimal/-/is-hexadecimal-1.0.1.tgz#6e084bbc92061fbb0971ec58b6ce6d404e24da69"
is-my-json-valid@^2.10.0:
version "2.16.0"
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:
dependencies:
kind-of "^3.0.2"
is-obj@^1.0.0:
version "1.0.1"
resolved "http://npm.yoho.cn/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
is-path-cwd@^1.0.0:
version "1.0.0"
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:
dependencies:
path-is-inside "^1.0.1"
is-plain-obj@^1.0.0:
is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
version "1.1.0"
resolved "http://npm.yoho.cn/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
... ... @@ -3633,6 +3772,14 @@ is-utf8@^0.2.0:
version "0.2.1"
resolved "http://npm.yoho.cn/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
is-whitespace-character@^1.0.0:
version "1.0.1"
resolved "http://npm.yoho.cn/is-whitespace-character/-/is-whitespace-character-1.0.1.tgz#9ae0176f3282b65457a1992cdb084f8a5f833e3b"
is-word-character@^1.0.0:
version "1.0.1"
resolved "http://npm.yoho.cn/is-word-character/-/is-word-character-1.0.1.tgz#5a03fa1ea91ace8a6eb0c7cd770eb86d65c8befb"
isarray@0.0.1:
version "0.0.1"
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:
argparse "^1.0.7"
esprima "^4.0.0"
js-yaml@^3.9.0:
version "3.10.0"
resolved "http://npm.yoho.cn/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"
js-yaml@~3.7.0:
version "3.7.0"
resolved "http://npm.yoho.cn/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
... ... @@ -3734,6 +3888,10 @@ json-loader@^0.5.4:
version "0.5.7"
resolved "http://npm.yoho.cn/json-loader/-/json-loader-0.5.7.tgz#dca14a70235ff82f0ac9a3abeb60d337a365185d"
json-parse-better-errors@^1.0.1:
version "1.0.1"
resolved "http://npm.yoho.cn/json-parse-better-errors/-/json-parse-better-errors-1.0.1.tgz#50183cd1b2d25275de069e9e71b467ac9eab973a"
json-schema-traverse@^0.3.0:
version "0.3.1"
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:
version "0.2.0"
resolved "http://npm.yoho.cn/known-css-properties/-/known-css-properties-0.2.0.tgz#899c94be368e55b42d7db8d5be7d73a4a4a41454"
known-css-properties@^0.5.0:
version "0.5.0"
resolved "http://npm.yoho.cn/known-css-properties/-/known-css-properties-0.5.0.tgz#6ff66943ed4a5b55657ee095779a91f4536f8084"
latest-version@^1.0.0:
version "1.0.1"
resolved "http://npm.yoho.cn/latest-version/-/latest-version-1.0.1.tgz#72cfc46e3e8d1be651e1ebb54ea9f6ea96f374bb"
... ... @@ -3881,6 +4043,15 @@ load-json-file@^2.0.0:
pify "^2.0.0"
strip-bom "^3.0.0"
load-json-file@^4.0.0:
version "4.0.0"
resolved "http://npm.yoho.cn/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
dependencies:
graceful-fs "^4.1.2"
parse-json "^4.0.0"
pify "^3.0.0"
strip-bom "^3.0.0"
loader-fs-cache@^1.0.0:
version "1.0.1"
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:
dependencies:
chalk "^1.0.0"
log-symbols@^2.0.0:
version "2.1.0"
resolved "http://npm.yoho.cn/log-symbols/-/log-symbols-2.1.0.tgz#f35fa60e278832b538dc4dddcbb478a45d3e3be6"
dependencies:
chalk "^2.0.1"
loglevel@^1.4.1:
version "1.4.1"
resolved "http://npm.yoho.cn/loglevel/-/loglevel-1.4.1.tgz#95b383f91a3c2756fd4ab093667e4309161f2bcd"
longest-streak@^2.0.1:
version "2.0.2"
resolved "http://npm.yoho.cn/longest-streak/-/longest-streak-2.0.2.tgz#2421b6ba939a443bb9ffebf596585a50b4c38e2e"
longest@^1.0.1:
version "1.0.1"
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:
version "1.0.1"
resolved "http://npm.yoho.cn/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
map-obj@^2.0.0:
version "2.0.0"
resolved "http://npm.yoho.cn/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9"
map-stream@~0.1.0:
version "0.1.0"
resolved "http://npm.yoho.cn/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194"
markdown-escapes@^1.0.0:
version "1.0.1"
resolved "http://npm.yoho.cn/markdown-escapes/-/markdown-escapes-1.0.1.tgz#1994df2d3af4811de59a6714934c2b2292734518"
markdown-table@^1.1.0:
version "1.1.1"
resolved "http://npm.yoho.cn/markdown-table/-/markdown-table-1.1.1.tgz#4b3dd3a133d1518b8ef0dbc709bf2a1b4824bc8c"
math-expression-evaluator@^1.2.14:
version "1.2.17"
resolved "http://npm.yoho.cn/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac"
... ... @@ -4165,6 +4358,13 @@ md5@^2.1.0:
crypt "~0.0.1"
is-buffer "~1.1.1"
mdast-util-compact@^1.0.0:
version "1.0.1"
resolved "http://npm.yoho.cn/mdast-util-compact/-/mdast-util-compact-1.0.1.tgz#cdb5f84e2b6a2d3114df33bd05d9cb32e3c4083a"
dependencies:
unist-util-modify-children "^1.0.0"
unist-util-visit "^1.1.0"
media-typer@0.3.0:
version "0.3.0"
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:
redent "^1.0.0"
trim-newlines "^1.0.0"
meow@^4.0.0:
version "4.0.0"
resolved "http://npm.yoho.cn/meow/-/meow-4.0.0.tgz#fd5855dd008db5b92c552082db1c307cba20b29d"
dependencies:
camelcase-keys "^4.0.0"
decamelize-keys "^1.0.0"
loud-rejection "^1.0.0"
minimist "^1.1.3"
minimist-options "^3.0.1"
normalize-package-data "^2.3.4"
read-pkg-up "^3.0.0"
redent "^2.0.0"
trim-newlines "^2.0.0"
merge-descriptors@1.0.1:
version "1.0.1"
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
dependencies:
brace-expansion "^1.1.7"
minimist-options@^3.0.1:
version "3.0.2"
resolved "http://npm.yoho.cn/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
dependencies:
arrify "^1.0.1"
is-plain-obj "^1.1.0"
minimist@0.0.8, minimist@~0.0.1:
version "0.0.8"
resolved "http://npm.yoho.cn/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
minimist@1.1.x:
version "1.1.3"
resolved "http://npm.yoho.cn/minimist/-/minimist-1.1.3.tgz#3bedfd91a92d39016fcfaa1c681e8faa1a1efda8"
minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0:
version "1.2.0"
resolved "http://npm.yoho.cn/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
... ... @@ -4776,6 +5001,17 @@ parse-asn1@^5.0.0:
evp_bytestokey "^1.0.0"
pbkdf2 "^3.0.3"
parse-entities@^1.0.2:
version "1.1.1"
resolved "http://npm.yoho.cn/parse-entities/-/parse-entities-1.1.1.tgz#8112d88471319f27abae4d64964b122fe4e1b890"
dependencies:
character-entities "^1.0.0"
character-entities-legacy "^1.0.0"
character-reference-invalid "^1.0.0"
is-alphanumerical "^1.0.0"
is-decimal "^1.0.0"
is-hexadecimal "^1.0.0"
parse-glob@^3.0.4:
version "3.0.4"
resolved "http://npm.yoho.cn/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
... ... @@ -4791,6 +5027,19 @@ parse-json@^2.2.0:
dependencies:
error-ex "^1.2.0"
parse-json@^3.0.0:
version "3.0.0"
resolved "http://npm.yoho.cn/parse-json/-/parse-json-3.0.0.tgz#fa6f47b18e23826ead32f263e744d0e1e847fb13"
dependencies:
error-ex "^1.3.1"
parse-json@^4.0.0:
version "4.0.0"
resolved "http://npm.yoho.cn/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
dependencies:
error-ex "^1.3.1"
json-parse-better-errors "^1.0.1"
parseurl@~1.3.1:
version "1.3.1"
resolved "http://npm.yoho.cn/parseurl/-/parseurl-1.3.1.tgz#c8ab8c9223ba34888aa64a297b28853bec18da56"
... ... @@ -4843,6 +5092,12 @@ path-type@^2.0.0:
dependencies:
pify "^2.0.0"
path-type@^3.0.0:
version "3.0.0"
resolved "http://npm.yoho.cn/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
dependencies:
pify "^3.0.0"
pause-stream@0.0.11:
version "0.0.11"
resolved "http://npm.yoho.cn/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
... ... @@ -4985,6 +5240,14 @@ postcss-filter-plugins@^2.0.0:
postcss "^5.0.4"
uniqid "^4.0.0"
postcss-html@^0.12.0:
version "0.12.0"
resolved "http://npm.yoho.cn/postcss-html/-/postcss-html-0.12.0.tgz#39b6adb4005dfc5464df7999c0f81c95bced7e50"
dependencies:
htmlparser2 "^3.9.2"
remark "^8.0.0"
unist-util-find-all-after "^1.0.1"
postcss-less@^0.14.0:
version "0.14.0"
resolved "http://npm.yoho.cn/postcss-less/-/postcss-less-0.14.0.tgz#c631b089c6cce422b9a10f3a958d2bedd3819324"
... ... @@ -5173,13 +5436,14 @@ postcss-reporter@^3.0.0:
log-symbols "^1.0.2"
postcss "^5.0.0"
postcss-reporter@^4.0.0:
version "4.0.0"
resolved "http://npm.yoho.cn/postcss-reporter/-/postcss-reporter-4.0.0.tgz#13356c365c36783adde88e28e09dbba6ec6c6501"
postcss-reporter@^5.0.0:
version "5.0.0"
resolved "http://npm.yoho.cn/postcss-reporter/-/postcss-reporter-5.0.0.tgz#a14177fd1342829d291653f2786efd67110332c3"
dependencies:
chalk "^1.0.0"
lodash "^4.1.0"
log-symbols "^1.0.2"
chalk "^2.0.1"
lodash "^4.17.4"
log-symbols "^2.0.0"
postcss "^6.0.8"
postcss-resolve-nested-selector@^0.1.1:
version "0.1.1"
... ... @@ -5191,6 +5455,19 @@ postcss-safe-parser@^1.0.1:
dependencies:
postcss "^5.0.18"
postcss-safe-parser@^3.0.1:
version "3.0.1"
resolved "http://npm.yoho.cn/postcss-safe-parser/-/postcss-safe-parser-3.0.1.tgz#b753eff6c7c0aea5e8375fbe4cde8bf9063ff142"
dependencies:
postcss "^6.0.6"
postcss-sass@^0.2.0:
version "0.2.0"
resolved "http://npm.yoho.cn/postcss-sass/-/postcss-sass-0.2.0.tgz#e55516441e9526ba4b380a730d3a02e9eaa78c7a"
dependencies:
gonzales-pe "^4.0.3"
postcss "^6.0.6"
postcss-scss@^0.4.0:
version "0.4.1"
resolved "http://npm.yoho.cn/postcss-scss/-/postcss-scss-0.4.1.tgz#ad771b81f0f72f5f4845d08aa60f93557653d54c"
... ... @@ -5203,7 +5480,7 @@ postcss-scss@^1.0.2:
dependencies:
postcss "^6.0.3"
postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.1.1, postcss-selector-parser@^2.2.2, postcss-selector-parser@^2.2.3:
postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.1.1, postcss-selector-parser@^2.2.2:
version "2.2.3"
resolved "http://npm.yoho.cn/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz#f9437788606c3c9acee16ffe8d8b16297f27bb90"
dependencies:
... ... @@ -5211,6 +5488,14 @@ postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.1.1, postcss-selector
indexes-of "^1.0.1"
uniq "^1.0.1"
postcss-selector-parser@^3.1.0:
version "3.1.1"
resolved "http://npm.yoho.cn/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz#4f875f4afb0c96573d5cf4d74011aee250a7e865"
dependencies:
dot-prop "^4.1.1"
indexes-of "^1.0.1"
uniq "^1.0.1"
postcss-svgo@^2.1.1:
version "2.1.6"
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:
source-map "^0.5.6"
supports-color "^4.2.0"
postcss@^6.0.8:
version "6.0.15"
resolved "http://npm.yoho.cn/postcss/-/postcss-6.0.15.tgz#f460cd6269fede0d1bf6defff0b934a9845d974d"
dependencies:
chalk "^2.3.0"
source-map "^0.6.1"
supports-color "^5.1.0"
prelude-ls@~1.1.2:
version "1.1.2"
resolved "http://npm.yoho.cn/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
... ... @@ -5390,6 +5683,10 @@ querystringify@~1.0.0:
version "1.0.0"
resolved "http://npm.yoho.cn/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb"
quick-lru@^1.0.0:
version "1.1.0"
resolved "http://npm.yoho.cn/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
ramda@^0.24.1:
version "0.24.1"
resolved "http://npm.yoho.cn/ramda/-/ramda-0.24.1.tgz#c3b7755197f35b8dc3502228262c4c91ddb6b857"
... ... @@ -5459,6 +5756,13 @@ read-pkg-up@^2.0.0:
find-up "^2.0.0"
read-pkg "^2.0.0"
read-pkg-up@^3.0.0:
version "3.0.0"
resolved "http://npm.yoho.cn/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
dependencies:
find-up "^2.0.0"
read-pkg "^3.0.0"
read-pkg@^1.0.0:
version "1.1.0"
resolved "http://npm.yoho.cn/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28"
... ... @@ -5475,6 +5779,14 @@ read-pkg@^2.0.0:
normalize-package-data "^2.3.2"
path-type "^2.0.0"
read-pkg@^3.0.0:
version "3.0.0"
resolved "http://npm.yoho.cn/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
dependencies:
load-json-file "^4.0.0"
normalize-package-data "^2.3.2"
path-type "^3.0.0"
readable-stream@1.0, "readable-stream@>=1.0.33-1 <1.1.0-0":
version "1.0.34"
resolved "http://npm.yoho.cn/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"
... ... @@ -5535,6 +5847,13 @@ redent@^1.0.0:
indent-string "^2.1.0"
strip-indent "^1.0.1"
redent@^2.0.0:
version "2.0.0"
resolved "http://npm.yoho.cn/redent/-/redent-2.0.0.tgz#c1b2007b42d57eb1389079b3c8333639d5e1ccaa"
dependencies:
indent-string "^3.0.0"
strip-indent "^2.0.0"
reduce-css-calc@^1.2.6:
version "1.3.0"
resolved "http://npm.yoho.cn/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz#747c914e049614a4c9cfbba629871ad1d2927716"
... ... @@ -5612,6 +5931,53 @@ relateurl@0.2.x:
version "0.2.7"
resolved "http://npm.yoho.cn/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
remark-parse@^4.0.0:
version "4.0.0"
resolved "http://npm.yoho.cn/remark-parse/-/remark-parse-4.0.0.tgz#99f1f049afac80382366e2e0d0bd55429dd45d8b"
dependencies:
collapse-white-space "^1.0.2"
is-alphabetical "^1.0.0"
is-decimal "^1.0.0"
is-whitespace-character "^1.0.0"
is-word-character "^1.0.0"
markdown-escapes "^1.0.0"
parse-entities "^1.0.2"
repeat-string "^1.5.4"
state-toggle "^1.0.0"
trim "0.0.1"
trim-trailing-lines "^1.0.0"
unherit "^1.0.4"
unist-util-remove-position "^1.0.0"
vfile-location "^2.0.0"
xtend "^4.0.1"
remark-stringify@^4.0.0:
version "4.0.0"
resolved "http://npm.yoho.cn/remark-stringify/-/remark-stringify-4.0.0.tgz#4431884c0418f112da44991b4e356cfe37facd87"
dependencies:
ccount "^1.0.0"
is-alphanumeric "^1.0.0"
is-decimal "^1.0.0"
is-whitespace-character "^1.0.0"
longest-streak "^2.0.1"
markdown-escapes "^1.0.0"
markdown-table "^1.1.0"
mdast-util-compact "^1.0.0"
parse-entities "^1.0.2"
repeat-string "^1.5.4"
state-toggle "^1.0.0"
stringify-entities "^1.0.1"
unherit "^1.0.4"
xtend "^4.0.1"
remark@^8.0.0:
version "8.0.0"
resolved "http://npm.yoho.cn/remark/-/remark-8.0.0.tgz#287b6df2fe1190e263c1d15e486d3fa835594d6d"
dependencies:
remark-parse "^4.0.0"
remark-stringify "^4.0.0"
unified "^6.0.0"
remove-trailing-separator@^1.0.1:
version "1.0.2"
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:
version "1.1.2"
resolved "http://npm.yoho.cn/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a"
repeat-string@^1.5.2:
repeat-string@^1.5.2, repeat-string@^1.5.4:
version "1.6.1"
resolved "http://npm.yoho.cn/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
... ... @@ -5646,6 +6012,10 @@ repeating@^2.0.0:
dependencies:
is-finite "^1.0.0"
replace-ext@1.0.0:
version "1.0.0"
resolved "http://npm.yoho.cn/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
request-promise-core@1.1.1:
version "1.1.1"
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:
version "1.2.1"
resolved "http://npm.yoho.cn/require-from-string/-/require-from-string-1.2.1.tgz#529c9ccef27380adfec9a2f965b649bbee636418"
require-from-string@^2.0.1:
version "2.0.1"
resolved "http://npm.yoho.cn/require-from-string/-/require-from-string-2.0.1.tgz#c545233e9d7da6616e9d59adfb39fc9f588676ff"
require-main-filename@^1.0.1:
version "1.0.1"
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:
version "3.0.0"
resolved "http://npm.yoho.cn/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
resolve-from@^4.0.0:
version "4.0.0"
resolved "http://npm.yoho.cn/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
resolve-url-loader@^2.0.2:
version "2.1.0"
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:
dependencies:
amdefine ">=0.0.4"
source-map@^0.6.1:
version "0.6.1"
resolved "http://npm.yoho.cn/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
source-map@~0.2.0:
version "0.2.0"
resolved "http://npm.yoho.cn/source-map/-/source-map-0.2.0.tgz#dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d"
... ... @@ -6191,6 +6573,10 @@ stackframe@^1.0.3:
version "1.0.3"
resolved "http://npm.yoho.cn/stackframe/-/stackframe-1.0.3.tgz#fe64ab20b170e4ce49044b126c119dfa0e5dc7cc"
state-toggle@^1.0.0:
version "1.0.0"
resolved "http://npm.yoho.cn/state-toggle/-/state-toggle-1.0.0.tgz#d20f9a616bb4f0c3b98b91922d25b640aa2bc425"
"statuses@>= 1.3.1 < 2", statuses@~1.3.1:
version "1.3.1"
resolved "http://npm.yoho.cn/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e"
... ... @@ -6274,6 +6660,15 @@ string_decoder@~1.0.3:
dependencies:
safe-buffer "~5.1.0"
stringify-entities@^1.0.1:
version "1.3.1"
resolved "http://npm.yoho.cn/stringify-entities/-/stringify-entities-1.3.1.tgz#b150ec2d72ac4c1b5f324b51fb6b28c9cdff058c"
dependencies:
character-entities-html4 "^1.0.0"
character-entities-legacy "^1.0.0"
is-alphanumerical "^1.0.0"
is-hexadecimal "^1.0.0"
stringstream@~0.0.4:
version "0.0.5"
resolved "http://npm.yoho.cn/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878"
... ... @@ -6310,6 +6705,10 @@ strip-indent@^1.0.1:
dependencies:
get-stdin "^4.0.1"
strip-indent@^2.0.0:
version "2.0.0"
resolved "http://npm.yoho.cn/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
strip-json-comments@~2.0.1:
version "2.0.1"
resolved "http://npm.yoho.cn/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
... ... @@ -6341,22 +6740,22 @@ stylehacks@^2.3.2:
text-table "^0.2.0"
write-file-stdout "0.0.2"
stylelint-config-recommended@^1.0.0:
version "1.0.0"
resolved "http://npm.yoho.cn/stylelint-config-recommended/-/stylelint-config-recommended-1.0.0.tgz#752c17fc68fa64cd5e7589e24f6e46e77e14a735"
stylelint-config-recommended@^2.0.0:
version "2.0.1"
resolved "http://npm.yoho.cn/stylelint-config-recommended/-/stylelint-config-recommended-2.0.1.tgz#4746119ec85f5f4663c7b5107c05c13ed0e2ab0d"
stylelint-config-standard@^17.0.0:
version "17.0.0"
resolved "http://npm.yoho.cn/stylelint-config-standard/-/stylelint-config-standard-17.0.0.tgz#42103a090054ee2a3dde9ecaed55e5d4d9d059fc"
stylelint-config-standard@^18.0.0:
version "18.0.0"
resolved "http://npm.yoho.cn/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz#0d872b40fafdcddcf4188fb5b64ddb3887e8aefc"
dependencies:
stylelint-config-recommended "^1.0.0"
stylelint-config-recommended "^2.0.0"
stylelint-config-yoho@^1.2.10:
version "1.2.10"
resolved "http://npm.yoho.cn/stylelint-config-yoho/-/stylelint-config-yoho-1.2.10.tgz#e2d648755f82af713e0dfcb11e3c8bf62d9fb088"
stylelint-config-yoho@^1.2.12:
version "1.2.12"
resolved "http://npm.yoho.cn/stylelint-config-yoho/-/stylelint-config-yoho-1.2.12.tgz#abc944bc61dea2b488c94616ac37a549e57a3d81"
dependencies:
stylelint "^8.0.0"
stylelint-config-standard "^17.0.0"
stylelint "^8.4.0"
stylelint-config-standard "^18.0.0"
stylelint-formatter-table@^1.0.3:
version "1.0.3"
... ... @@ -6425,40 +6824,43 @@ stylelint@^7.10.1:
svg-tags "^1.0.0"
table "^4.0.1"
stylelint@^8.0.0:
version "8.0.0"
resolved "http://npm.yoho.cn/stylelint/-/stylelint-8.0.0.tgz#87611211776cb315c93fcf6c58bc261d3c92612e"
stylelint@^8.4.0:
version "8.4.0"
resolved "http://npm.yoho.cn/stylelint/-/stylelint-8.4.0.tgz#c2dbaeb17236917819f9206e1c0df5fddf6f83c3"
dependencies:
autoprefixer "^7.1.2"
balanced-match "^1.0.0"
chalk "^2.0.1"
cosmiconfig "^2.1.3"
debug "^2.6.8"
cosmiconfig "^3.1.0"
debug "^3.0.0"
execall "^1.0.0"
file-entry-cache "^2.0.0"
get-stdin "^5.0.1"
globby "^6.1.0"
globby "^7.0.0"
globjoin "^0.1.4"
html-tags "^2.0.0"
ignore "^3.3.3"
imurmurhash "^0.1.4"
known-css-properties "^0.2.0"
known-css-properties "^0.5.0"
lodash "^4.17.4"
log-symbols "^1.0.2"
log-symbols "^2.0.0"
mathml-tag-names "^2.0.1"
meow "^3.7.0"
meow "^4.0.0"
micromatch "^2.3.11"
normalize-selector "^0.2.0"
pify "^3.0.0"
postcss "^6.0.6"
postcss-html "^0.12.0"
postcss-less "^1.1.0"
postcss-media-query-parser "^0.2.3"
postcss-reporter "^4.0.0"
postcss-reporter "^5.0.0"
postcss-resolve-nested-selector "^0.1.1"
postcss-safe-parser "^3.0.1"
postcss-sass "^0.2.0"
postcss-scss "^1.0.2"
postcss-selector-parser "^2.2.3"
postcss-selector-parser "^3.1.0"
postcss-value-parser "^3.3.0"
resolve-from "^3.0.0"
resolve-from "^4.0.0"
specificity "^0.3.1"
string-width "^2.1.0"
style-search "^0.1.0"
... ... @@ -6494,6 +6896,12 @@ supports-color@^4.0.0, supports-color@^4.2.0, supports-color@^4.2.1:
dependencies:
has-flag "^2.0.0"
supports-color@^5.1.0:
version "5.1.0"
resolved "http://npm.yoho.cn/supports-color/-/supports-color-5.1.0.tgz#058a021d1b619f7ddf3980d712ea3590ce7de3d5"
dependencies:
has-flag "^2.0.0"
svg-tags@^1.0.0:
version "1.0.0"
resolved "http://npm.yoho.cn/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
... ... @@ -6656,10 +7064,26 @@ trim-newlines@^1.0.0:
version "1.0.0"
resolved "http://npm.yoho.cn/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
trim-newlines@^2.0.0:
version "2.0.0"
resolved "http://npm.yoho.cn/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20"
trim-right@^1.0.1:
version "1.0.1"
resolved "http://npm.yoho.cn/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
trim-trailing-lines@^1.0.0:
version "1.1.0"
resolved "http://npm.yoho.cn/trim-trailing-lines/-/trim-trailing-lines-1.1.0.tgz#7aefbb7808df9d669f6da2e438cac8c46ada7684"
trim@0.0.1:
version "0.0.1"
resolved "http://npm.yoho.cn/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
trough@^1.0.0:
version "1.0.1"
resolved "http://npm.yoho.cn/trough/-/trough-1.0.1.tgz#a9fd8b0394b0ae8fff82e0633a0a36ccad5b5f86"
tryit@^1.0.1:
version "1.0.3"
resolved "http://npm.yoho.cn/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"
... ... @@ -6741,6 +7165,25 @@ underscore@^1.8.3:
version "1.8.3"
resolved "http://npm.yoho.cn/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022"
unherit@^1.0.4:
version "1.1.0"
resolved "http://npm.yoho.cn/unherit/-/unherit-1.1.0.tgz#6b9aaedfbf73df1756ad9e316dd981885840cd7d"
dependencies:
inherits "^2.0.1"
xtend "^4.0.1"
unified@^6.0.0:
version "6.1.6"
resolved "http://npm.yoho.cn/unified/-/unified-6.1.6.tgz#5ea7f807a0898f1f8acdeefe5f25faa010cc42b1"
dependencies:
bail "^1.0.0"
extend "^3.0.0"
is-plain-obj "^1.1.0"
trough "^1.0.0"
vfile "^2.0.0"
x-is-function "^1.0.4"
x-is-string "^0.1.0"
uniq@^1.0.1:
version "1.0.1"
resolved "http://npm.yoho.cn/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
... ... @@ -6755,6 +7198,38 @@ uniqs@^2.0.0:
version "2.0.0"
resolved "http://npm.yoho.cn/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02"
unist-util-find-all-after@^1.0.1:
version "1.0.1"
resolved "http://npm.yoho.cn/unist-util-find-all-after/-/unist-util-find-all-after-1.0.1.tgz#4e5512abfef7e0616781aecf7b1ed751c00af908"
dependencies:
unist-util-is "^2.0.0"
unist-util-is@^2.0.0, unist-util-is@^2.1.1:
version "2.1.1"
resolved "http://npm.yoho.cn/unist-util-is/-/unist-util-is-2.1.1.tgz#0c312629e3f960c66e931e812d3d80e77010947b"
unist-util-modify-children@^1.0.0:
version "1.1.1"
resolved "http://npm.yoho.cn/unist-util-modify-children/-/unist-util-modify-children-1.1.1.tgz#66d7e6a449e6f67220b976ab3cb8b5ebac39e51d"
dependencies:
array-iterate "^1.0.0"
unist-util-remove-position@^1.0.0:
version "1.1.1"
resolved "http://npm.yoho.cn/unist-util-remove-position/-/unist-util-remove-position-1.1.1.tgz#5a85c1555fc1ba0c101b86707d15e50fa4c871bb"
dependencies:
unist-util-visit "^1.1.0"
unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
version "1.1.1"
resolved "http://npm.yoho.cn/unist-util-stringify-position/-/unist-util-stringify-position-1.1.1.tgz#3ccbdc53679eed6ecf3777dd7f5e3229c1b6aa3c"
unist-util-visit@^1.1.0:
version "1.3.0"
resolved "http://npm.yoho.cn/unist-util-visit/-/unist-util-visit-1.3.0.tgz#41ca7c82981fd1ce6c762aac397fc24e35711444"
dependencies:
unist-util-is "^2.1.1"
unpipe@1.0.0, unpipe@~1.0.0:
version "1.0.0"
resolved "http://npm.yoho.cn/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
... ... @@ -6866,6 +7341,25 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"
vfile-location@^2.0.0:
version "2.0.2"
resolved "http://npm.yoho.cn/vfile-location/-/vfile-location-2.0.2.tgz#d3675c59c877498e492b4756ff65e4af1a752255"
vfile-message@^1.0.0:
version "1.0.0"
resolved "http://npm.yoho.cn/vfile-message/-/vfile-message-1.0.0.tgz#a6adb0474ea400fa25d929f1d673abea6a17e359"
dependencies:
unist-util-stringify-position "^1.1.1"
vfile@^2.0.0:
version "2.3.0"
resolved "http://npm.yoho.cn/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a"
dependencies:
is-buffer "^1.1.4"
replace-ext "1.0.0"
unist-util-stringify-position "^1.0.0"
vfile-message "^1.0.0"
vm-browserify@0.0.4:
version "0.0.4"
resolved "http://npm.yoho.cn/vm-browserify/-/vm-browserify-0.0.4.tgz#5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73"
... ... @@ -7167,6 +7661,14 @@ write@^0.2.1:
dependencies:
mkdirp "^0.5.1"
x-is-function@^1.0.4:
version "1.0.4"
resolved "http://npm.yoho.cn/x-is-function/-/x-is-function-1.0.4.tgz#5d294dc3d268cbdd062580e0c5df77a391d1fa1e"
x-is-string@^0.1.0:
version "0.1.0"
resolved "http://npm.yoho.cn/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82"
xdg-basedir@^2.0.0:
version "2.0.0"
resolved "http://npm.yoho.cn/xdg-basedir/-/xdg-basedir-2.0.0.tgz#edbc903cc385fc04523d966a335504b5504d1bd2"
... ... @@ -7208,7 +7710,7 @@ xss@^0.3.3:
commander "^2.9.0"
cssfilter "0.0.9"
"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0:
"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1:
version "4.0.1"
resolved "http://npm.yoho.cn/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
... ...