Skip to content

Commit 4196844

Browse files
authored
fix(husky): pass the web folder (#1008)
* fix(husky): unset git dir * chore: remove private flag * chore: remove useless env * chore(codes): format codes * chore(web): update version
1 parent 29e6dd5 commit 4196844

6 files changed

Lines changed: 115 additions & 48 deletions

File tree

web/.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

web/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apisix-dashboard",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"private": true,
55
"description": "Dashboard for Apache APISIX",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"dev": "yarn run start:dev",
1010
"fetch:blocks": "pro fetch-blocks --branch antd@4 && yarn run prettier",
1111
"i18n-remove": "pro i18n-remove --locale=zh-CN --write",
12-
"postinstall": "umi g tmp",
12+
"postinstall": "umi g tmp && cd .. && husky install ./web",
1313
"lint": "umi g tmp && yarn run lint:js && yarn run lint:style && yarn run lint:prettier",
1414
"lint-staged": "lint-staged",
1515
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
@@ -111,9 +111,10 @@
111111
"eslint": "^7.1.0",
112112
"eslint-plugin-eslint-comments": "^3.2.0",
113113
"express": "^4.17.1",
114-
"husky": "^4.0.7",
114+
"husky": "^5.0.4",
115115
"lint-staged": "^10.0.0",
116116
"mockjs": "^1.0.1-beta3",
117+
"pinst": "^2.1.1",
117118
"prettier": "^2.0.1",
118119
"pro-download": "1.0.1",
119120
"puppeteer": "^5.4.1",

web/src/pages/Consumer/List.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ import { Popconfirm, Button, notification } from 'antd';
2121
import { history, useIntl } from 'umi';
2222
import { PlusOutlined } from '@ant-design/icons';
2323

24-
import { fetchList, remove } from './service';
2524
import { timestampToLocaleString } from '@/helpers';
2625

26+
import { fetchList, remove } from './service';
27+
2728
const Page: React.FC = () => {
2829
const ref = useRef<ActionType>();
2930
const { formatMessage } = useIntl();

web/src/pages/Route/List.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ import { Button, Popconfirm, notification, Tag, Space } from 'antd';
2121
import { history, useIntl } from 'umi';
2222
import { PlusOutlined } from '@ant-design/icons';
2323

24-
import { fetchList, remove } from './service';
2524
import { timestampToLocaleString } from '@/helpers';
2625

26+
import { fetchList, remove } from './service';
27+
2728
const Page: React.FC = () => {
2829
const ref = useRef<ActionType>();
2930
const { formatMessage } = useIntl();

web/src/pages/Upstream/List.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ import { Popconfirm, Button, notification } from 'antd';
2121
import { history, useIntl } from 'umi';
2222
import { PlusOutlined } from '@ant-design/icons';
2323

24-
import { fetchList, remove } from './service';
2524
import { timestampToLocaleString } from '@/helpers';
2625

26+
import { fetchList, remove } from './service';
27+
2728
const Page: React.FC = () => {
2829
const ref = useRef<ActionType>();
2930

web/yarn.lock

Lines changed: 104 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5458,11 +5458,6 @@ commondir@^1.0.1:
54585458
resolved "https://registry.npm.taobao.org/commondir/download/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
54595459
integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
54605460

5461-
compare-versions@^3.6.0:
5462-
version "3.6.0"
5463-
resolved "https://registry.npm.taobao.org/compare-versions/download/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62"
5464-
integrity sha1-GlaJkTaF5ah2N7jT/8p1UU7EHWI=
5465-
54665461
component-classes@^1.2.5:
54675462
version "1.2.6"
54685463
resolved "https://registry.npm.taobao.org/component-classes/download/component-classes-1.2.6.tgz#c642394c3618a4d8b0b8919efccbbd930e5cd691"
@@ -7946,13 +7941,6 @@ find-up@^4.0.0, find-up@^4.1.0:
79467941
locate-path "^5.0.0"
79477942
path-exists "^4.0.0"
79487943

7949-
find-versions@^3.2.0:
7950-
version "3.2.0"
7951-
resolved "https://registry.npm.taobao.org/find-versions/download/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e"
7952-
integrity sha1-ECl/mAMKeGgpaBaQVF72We0dJU4=
7953-
dependencies:
7954-
semver-regex "^2.0.0"
7955-
79567944
first-chunk-stream@^2.0.0:
79577945
version "2.0.0"
79587946
resolved "https://registry.npm.taobao.org/first-chunk-stream/download/first-chunk-stream-2.0.0.tgz#1bdecdb8e083c0664b91945581577a43a9f31d70"
@@ -8707,6 +8695,13 @@ hosted-git-info@^2.1.4:
87078695
resolved "https://registry.npm.taobao.org/hosted-git-info/download/hosted-git-info-2.8.8.tgz?cache=0&sync_timestamp=1594428020608&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhosted-git-info%2Fdownload%2Fhosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
87088696
integrity sha1-dTm9S8Hg4KiVgVouAmJCCxKFhIg=
87098697

8698+
hosted-git-info@^3.0.6:
8699+
version "3.0.7"
8700+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.7.tgz#a30727385ea85acfcee94e0aad9e368c792e036c"
8701+
integrity sha512-fWqc0IcuXs+BmE9orLDyVykAG9GJtGLGuZAAqgcckPgv5xad4AcXGIv8galtQvlwutxSlaMcdw7BUtq2EIvqCQ==
8702+
dependencies:
8703+
lru-cache "^6.0.0"
8704+
87108705
hpack.js@^2.1.6:
87118706
version "2.1.6"
87128707
resolved "https://registry.npm.taobao.org/hpack.js/download/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
@@ -8865,21 +8860,10 @@ human-signals@^1.1.1:
88658860
resolved "https://registry.npm.taobao.org/human-signals/download/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
88668861
integrity sha1-xbHNFPUK6uCatsWf5jujOV/k36M=
88678862

8868-
husky@^4.0.7:
8869-
version "4.2.5"
8870-
resolved "https://registry.npm.taobao.org/husky/download/husky-4.2.5.tgz?cache=0&sync_timestamp=1588851848958&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhusky%2Fdownload%2Fhusky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36"
8871-
integrity sha1-K092Imc6cVefkB2Yhe1Eg5S1+jY=
8872-
dependencies:
8873-
chalk "^4.0.0"
8874-
ci-info "^2.0.0"
8875-
compare-versions "^3.6.0"
8876-
cosmiconfig "^6.0.0"
8877-
find-versions "^3.2.0"
8878-
opencollective-postinstall "^2.0.2"
8879-
pkg-dir "^4.2.0"
8880-
please-upgrade-node "^3.2.0"
8881-
slash "^3.0.0"
8882-
which-pm-runs "^1.0.0"
8863+
husky@^5.0.4:
8864+
version "5.0.4"
8865+
resolved "https://registry.yarnpkg.com/husky/-/husky-5.0.4.tgz#24e666d560f340ce70bf58e7658eb574e3bddcca"
8866+
integrity sha512-35tdr4zrmJrpMconZggELF8zzNuddp2NEpPc4AjplPoYJauPZU6WuvCCrJYOTZv5UUj9C15ikQWCcTXk4jJj9Q==
88838867

88848868
hyphenate-style-name@^1.0.0:
88858869
version "1.0.4"
@@ -10728,6 +10712,16 @@ load-json-file@^4.0.0:
1072810712
pify "^3.0.0"
1072910713
strip-bom "^3.0.0"
1073010714

10715+
load-json-file@^6.2.0:
10716+
version "6.2.0"
10717+
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-6.2.0.tgz#5c7770b42cafa97074ca2848707c61662f4251a1"
10718+
integrity sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==
10719+
dependencies:
10720+
graceful-fs "^4.1.15"
10721+
parse-json "^5.0.0"
10722+
strip-bom "^4.0.0"
10723+
type-fest "^0.6.0"
10724+
1073110725
loader-runner@^2.4.0:
1073210726
version "2.4.0"
1073310727
resolved "https://registry.npm.taobao.org/loader-runner/download/loader-runner-2.4.0.tgz?cache=0&sync_timestamp=1593786163963&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Floader-runner%2Fdownload%2Floader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
@@ -10838,6 +10832,11 @@ lodash.kebabcase@^4.0.1:
1083810832
resolved "https://registry.npm.taobao.org/lodash.kebabcase/download/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
1083910833
integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=
1084010834

10835+
lodash.mapkeys@^4.6.0:
10836+
version "4.6.0"
10837+
resolved "https://registry.yarnpkg.com/lodash.mapkeys/-/lodash.mapkeys-4.6.0.tgz#df2cfa231d7c57c7a8ad003abdad5d73d3ea5195"
10838+
integrity sha1-3yz6Ix18V8eorQA6va1dc9PqUZU=
10839+
1084110840
[email protected], lodash.memoize@^4.1.2:
1084210841
version "4.1.2"
1084310842
resolved "https://registry.npm.taobao.org/lodash.memoize/download/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -11018,6 +11017,13 @@ lru-cache@^5.1.1:
1101811017
dependencies:
1101911018
yallist "^3.0.2"
1102011019

11020+
lru-cache@^6.0.0:
11021+
version "6.0.0"
11022+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
11023+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
11024+
dependencies:
11025+
yallist "^4.0.0"
11026+
1102111027
1102211028
version "0.1.0"
1102311029
resolved "https://registry.npm.taobao.org/lru-queue/download/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3"
@@ -11274,6 +11280,23 @@ meow@^7.0.1:
1127411280
type-fest "^0.13.1"
1127511281
yargs-parser "^18.1.3"
1127611282

11283+
meow@^8.0.0:
11284+
version "8.0.0"
11285+
resolved "https://registry.yarnpkg.com/meow/-/meow-8.0.0.tgz#1aa10ee61046719e334ffdc038bb5069250ec99a"
11286+
integrity sha512-nbsTRz2fwniJBFgUkcdISq8y/q9n9VbiHYbfwklFh5V4V2uAcxtKQkDc0yCLPM/kP0d+inZBewn3zJqewHE7kg==
11287+
dependencies:
11288+
"@types/minimist" "^1.2.0"
11289+
camelcase-keys "^6.2.2"
11290+
decamelize-keys "^1.1.0"
11291+
hard-rejection "^2.1.0"
11292+
minimist-options "4.1.0"
11293+
normalize-package-data "^3.0.0"
11294+
read-pkg-up "^7.0.1"
11295+
redent "^3.0.0"
11296+
trim-newlines "^3.0.0"
11297+
type-fest "^0.18.0"
11298+
yargs-parser "^20.2.3"
11299+
1127711300
merge-anything@^2.2.4:
1127811301
version "2.4.4"
1127911302
resolved "https://registry.npm.taobao.org/merge-anything/download/merge-anything-2.4.4.tgz?cache=0&sync_timestamp=1595216447060&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmerge-anything%2Fdownload%2Fmerge-anything-2.4.4.tgz#6226b2ac3d3d3fc5fb9e8d23aa400df25f98fdf0"
@@ -11841,6 +11864,16 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-
1184111864
semver "2 || 3 || 4 || 5"
1184211865
validate-npm-package-license "^3.0.1"
1184311866

11867+
normalize-package-data@^3.0.0:
11868+
version "3.0.0"
11869+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.0.tgz#1f8a7c423b3d2e85eb36985eaf81de381d01301a"
11870+
integrity sha512-6lUjEI0d3v6kFrtgA/lOx4zHCWULXsFNIjHolnZCKCTLA6m/G625cdn3O7eNmT0iD3jfo6HZ9cdImGZwf21prw==
11871+
dependencies:
11872+
hosted-git-info "^3.0.6"
11873+
resolve "^1.17.0"
11874+
semver "^7.3.2"
11875+
validate-npm-package-license "^3.0.1"
11876+
1184411877
normalize-path@^2.1.1:
1184511878
version "2.1.1"
1184611879
resolved "https://registry.npm.taobao.org/normalize-path/download/normalize-path-2.1.1.tgz?cache=0&sync_timestamp=1588851827399&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnormalize-path%2Fdownload%2Fnormalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
@@ -12072,11 +12105,6 @@ ono@^4.0.11:
1207212105
dependencies:
1207312106
format-util "^1.0.3"
1207412107

12075-
opencollective-postinstall@^2.0.2:
12076-
version "2.0.3"
12077-
resolved "https://registry.npm.taobao.org/opencollective-postinstall/download/opencollective-postinstall-2.0.3.tgz#7a0fff978f6dbfa4d006238fbac98ed4198c3259"
12078-
integrity sha1-eg//l49tv6TQBiOPusmO1BmMMlk=
12079-
1208012108
opener@^1.5.1:
1208112109
version "1.5.1"
1208212110
resolved "https://registry.npm.taobao.org/opener/download/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
@@ -12534,6 +12562,16 @@ pify@^4.0.0, pify@^4.0.1:
1253412562
resolved "https://registry.npm.taobao.org/pify/download/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
1253512563
integrity sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE=
1253612564

12565+
pinst@^2.1.1:
12566+
version "2.1.1"
12567+
resolved "https://registry.yarnpkg.com/pinst/-/pinst-2.1.1.tgz#cba4a49bdbfdeaedc88bd4e01bcd1ee6e4641333"
12568+
integrity sha512-n8P1bTw2B3Ff/wkG2yP7HN3wBIkobfkuNS5WNhsUrM+/QTSJUZc2n/WPUSxONRjaXMffmjCNDTjwDy0ptVHlbw==
12569+
dependencies:
12570+
load-json-file "^6.2.0"
12571+
lodash.mapkeys "^4.6.0"
12572+
meow "^8.0.0"
12573+
write-json-file "^4.3.0"
12574+
1253712575
pirates@^4.0.0, pirates@^4.0.1:
1253812576
version "4.0.1"
1253912577
resolved "https://registry.npm.taobao.org/pirates/download/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
@@ -15563,11 +15601,6 @@ semver-compare@^1.0.0:
1556315601
resolved "https://registry.npm.taobao.org/semver-compare/download/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"
1556415602
integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w=
1556515603

15566-
semver-regex@^2.0.0:
15567-
version "2.0.0"
15568-
resolved "https://registry.npm.taobao.org/semver-regex/download/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338"
15569-
integrity sha1-qTwsWERTmncCMzeRB7OMe0rJ0zg=
15570-
1557115604
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
1557215605
version "5.7.1"
1557315606
resolved "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1593686970666&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
@@ -15909,6 +15942,13 @@ sort-keys@^1.0.0:
1590915942
dependencies:
1591015943
is-plain-obj "^1.0.0"
1591115944

15945+
sort-keys@^4.0.0:
15946+
version "4.1.0"
15947+
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-4.1.0.tgz#727edc12fee49ce482848db07369ec44e0f3e9f2"
15948+
integrity sha512-/sRdxzkkPFUYiCrTr/2t+104nDc9AgDmEpeVYuvOWYQe3Djk1GWO6lVw3Vx2jfh1SsR0eehhd1nvFYlzt5e99w==
15949+
dependencies:
15950+
is-plain-obj "^2.0.0"
15951+
1591215952
sort-object-keys@^1.1.3:
1591315953
version "1.1.3"
1591415954
resolved "https://registry.npm.taobao.org/sort-object-keys/download/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"
@@ -17321,6 +17361,11 @@ type-fest@^0.13.1:
1732117361
resolved "https://registry.npm.taobao.org/type-fest/download/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
1732217362
integrity sha1-AXLLW86AsL1ULqNI21DH4hg02TQ=
1732317363

17364+
type-fest@^0.18.0:
17365+
version "0.18.1"
17366+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
17367+
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
17368+
1732417369
type-fest@^0.6.0:
1732517370
version "0.6.0"
1732617371
resolved "https://registry.npm.taobao.org/type-fest/download/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
@@ -18214,11 +18259,6 @@ which-module@^2.0.0:
1821418259
resolved "https://registry.npm.taobao.org/which-module/download/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
1821518260
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
1821618261

18217-
which-pm-runs@^1.0.0:
18218-
version "1.0.0"
18219-
resolved "https://registry.npm.taobao.org/which-pm-runs/download/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb"
18220-
integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=
18221-
1822218262
which@^1.2.9, which@^1.3.0, which@^1.3.1:
1822318263
version "1.3.1"
1822418264
resolved "https://registry.npm.taobao.org/which/download/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
@@ -18285,6 +18325,18 @@ write-file-atomic@^3.0.0, write-file-atomic@^3.0.3:
1828518325
signal-exit "^3.0.2"
1828618326
typedarray-to-buffer "^3.1.5"
1828718327

18328+
write-json-file@^4.3.0:
18329+
version "4.3.0"
18330+
resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-4.3.0.tgz#908493d6fd23225344af324016e4ca8f702dd12d"
18331+
integrity sha512-PxiShnxf0IlnQuMYOPPhPkhExoCQuTUNPOa/2JWCYTmBquU9njyyDuwRKN26IZBlp4yn1nt+Agh2HOOBl+55HQ==
18332+
dependencies:
18333+
detect-indent "^6.0.0"
18334+
graceful-fs "^4.1.15"
18335+
is-plain-obj "^2.0.0"
18336+
make-dir "^3.0.0"
18337+
sort-keys "^4.0.0"
18338+
write-file-atomic "^3.0.0"
18339+
1828818340
1828918341
version "1.0.3"
1829018342
resolved "https://registry.npm.taobao.org/write/download/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
@@ -18346,6 +18398,11 @@ yallist@^3.0.2:
1834618398
resolved "https://registry.npm.taobao.org/yallist/download/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
1834718399
integrity sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=
1834818400

18401+
yallist@^4.0.0:
18402+
version "4.0.0"
18403+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
18404+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
18405+
1834918406
yaml@^1.10.0, yaml@^1.7.2:
1835018407
version "1.10.0"
1835118408
resolved "https://registry.npm.taobao.org/yaml/download/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
@@ -18382,6 +18439,11 @@ yargs-parser@^16.1.0:
1838218439
camelcase "^5.0.0"
1838318440
decamelize "^1.2.0"
1838418441

18442+
yargs-parser@^20.2.3:
18443+
version "20.2.4"
18444+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
18445+
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
18446+
1838518447
[email protected], yargs@^15.3.1:
1838618448
version "15.4.1"
1838718449
resolved "https://registry.npm.taobao.org/yargs/download/yargs-15.4.1.tgz?cache=0&sync_timestamp=1598118675047&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"

0 commit comments

Comments
 (0)