Skip to content

Commit 0df07ba

Browse files
Feat diff (#130)
* Create CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * doc: update year * remove ts-node-dev * Upstream support websocket enable and hashOn select (#118) * feature: upstream support enable websocket and hashOn * fix tips * add space * fix format as comment * fix * Update Installation (#123) * Update README.md * Update README.md * feat: update yarn.lock * fix: types error Co-authored-by: Lien <[email protected]>
1 parent c387358 commit 0df07ba

File tree

6 files changed

+47
-141
lines changed

6 files changed

+47
-141
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
<!--
3+
#
4+
# Licensed to the Apache Software Foundation (ASF) under one or more
5+
# contributor license agreements. See the NOTICE file distributed with
6+
# this work for additional information regarding copyright ownership.
7+
# The ASF licenses this file to You under the Apache License, Version 2.0
8+
# (the "License"); you may not use this file except in compliance with
9+
# the License. You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS,
15+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
# See the License for the specific language governing permissions and
17+
# limitations under the License.
18+
#
19+
-->
20+
21+
# Table of Contents
22+
23+
- [1.0.0](#100)
24+
25+
## 1.0.0
26+
27+
This release is mainly to build some basic panels and resolve License issue.
28+
29+
### Core
30+
- Dashboard initial. [#1](https://github.com/apache/incubator-apisix-dashboard/pull/1)
31+
- Resolve licence issues.
32+
- Remove unused files from the Dashboard boilerplate.
33+
- Support panel to list, create and modify Route, Consumer, Service, SSL and Upstream.
34+
- Support custom configuration for Plugin dialog.
35+
36+
[Back to TOC](#table-of-contents)

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache APISIX Dashboard (incubating)
2-
Copyright 2019 The Apache Software Foundation
2+
Copyright 2020 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"sass": "^1.21.0",
5151
"sass-loader": "^7.1.0",
5252
"style-resources-loader": "^1.2.1",
53-
"ts-node-dev": "^1.0.0-pre.40",
5453
"typescript": "3.5.2",
5554
"vue-cli-plugin-element": "^1.0.1",
5655
"vue-cli-plugin-style-resources-loader": "^0.1.3",

src/components/HeaderSearch/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default class extends Vue {
7373
private show = false
7474
private options: RouteConfig[] = []
7575
private searchPool: RouteConfig[] = []
76-
private fuse?: Fuse<RouteConfig>
76+
private fuse?: Fuse<RouteConfig, Fuse.FuseOptions<RouteConfig>>
7777
7878
get routes() {
7979
return PermissionModule.routes
@@ -194,7 +194,7 @@ export default class extends Vue {
194194
private querySearch(query: string) {
195195
if (query !== '') {
196196
if (this.fuse) {
197-
this.options = this.fuse.search(query)
197+
this.options = this.fuse.search(query) as any
198198
}
199199
} else {
200200
this.options = []

src/views/login/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<script lang="ts">
103103
import { Component, Vue, Watch } from 'vue-property-decorator'
104104
import { Route } from 'vue-router'
105-
import { Dictionary } from 'vuex'
105+
import { Dictionary } from 'vue-router/types/router'
106106
import { Form as ElForm, Input } from 'element-ui'
107107
import { UserModule } from '@/store/modules/user'
108108
import { isValidUsername } from '@/utils/validate'

yarn.lock

Lines changed: 7 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -869,16 +869,6 @@
869869
"@types/express-serve-static-core" "*"
870870
"@types/mime" "*"
871871

872-
"@types/strip-bom@^3.0.0":
873-
version "3.0.0"
874-
resolved "https://registry.npm.taobao.org/@types/strip-bom/download/@types/strip-bom-3.0.0.tgz#14a8ec3956c2e81edb7520790aecf21c290aebd2"
875-
integrity sha1-FKjsOVbC6B7bdSB5CuzyHCkK69I=
876-
877-
878-
version "0.0.30"
879-
resolved "https://registry.npm.taobao.org/@types/strip-json-comments/download/@types/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
880-
integrity sha1-mqMMBNshKpoGSdaub9UKzMQHSKE=
881-
882872
"@types/webpack-env@^1.13.9":
883873
version "1.15.1"
884874
resolved "https://registry.npm.taobao.org/@types/webpack-env/download/@types/webpack-env-1.15.1.tgz#c8e84705e08eed430b5e15b39c65b0944e4d1422"
@@ -1551,11 +1541,6 @@ arr-union@^3.1.0:
15511541
resolved "https://registry.npm.taobao.org/arr-union/download/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
15521542
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
15531543

1554-
array-find-index@^1.0.1:
1555-
version "1.0.2"
1556-
resolved "https://registry.npm.taobao.org/array-find-index/download/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
1557-
integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=
1558-
15591544
15601545
version "1.1.1"
15611546
resolved "https://registry.npm.taobao.org/array-flatten/download/array-flatten-1.1.1.tgz?cache=0&sync_timestamp=1574313384951&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Farray-flatten%2Fdownload%2Farray-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
@@ -2938,13 +2923,6 @@ current-script-polyfill@^1.0.0:
29382923
resolved "https://registry.npm.taobao.org/current-script-polyfill/download/current-script-polyfill-1.0.0.tgz#f31cf7e4f3e218b0726e738ca92a02d3488ef615"
29392924
integrity sha1-8xz35PPiGLBybnOMqSoC00iO9hU=
29402925

2941-
currently-unhandled@^0.4.1:
2942-
version "0.4.1"
2943-
resolved "https://registry.npm.taobao.org/currently-unhandled/download/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
2944-
integrity sha1-mI3zP+qxke95mmE2nddsF635V+o=
2945-
dependencies:
2946-
array-find-index "^1.0.1"
2947-
29482926
cyclist@^1.0.1:
29492927
version "1.0.1"
29502928
resolved "https://registry.npm.taobao.org/cyclist/download/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
@@ -2962,14 +2940,6 @@ date-fns@^1.27.2, date-fns@^1.30.1:
29622940
resolved "https://registry.npm.taobao.org/date-fns/download/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
29632941
integrity sha1-LnG/CxGRU9u0zE6I2epaz7UNwFw=
29642942

2965-
dateformat@~1.0.4-1.2.3:
2966-
version "1.0.12"
2967-
resolved "https://registry.npm.taobao.org/dateformat/download/dateformat-1.0.12.tgz#9f124b67594c937ff706932e4a642cca8dbbfee9"
2968-
integrity sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=
2969-
dependencies:
2970-
get-stdin "^4.0.1"
2971-
meow "^3.3.0"
2972-
29732943
de-indent@^1.0.2:
29742944
version "1.0.2"
29752945
resolved "https://registry.npm.taobao.org/de-indent/download/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
@@ -3008,7 +2978,7 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
30082978
dependencies:
30092979
ms "^2.1.1"
30102980

3011-
decamelize@^1.1.2, decamelize@^1.2.0:
2981+
decamelize@^1.2.0:
30122982
version "1.2.0"
30132983
resolved "https://registry.npm.taobao.org/decamelize/download/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
30142984
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
@@ -3312,13 +3282,6 @@ duplexify@^3.4.2, duplexify@^3.6.0:
33123282
readable-stream "^2.0.0"
33133283
stream-shift "^1.0.0"
33143284

3315-
dynamic-dedupe@^0.3.0:
3316-
version "0.3.0"
3317-
resolved "https://registry.npm.taobao.org/dynamic-dedupe/download/dynamic-dedupe-0.3.0.tgz#06e44c223f5e4e94d78ef9db23a6515ce2f962a1"
3318-
integrity sha1-BuRMIj9eTpTXjvnbI6ZRXOL5YqE=
3319-
dependencies:
3320-
xtend "^4.0.0"
3321-
33223285
easy-stack@^1.0.0:
33233286
version "1.0.0"
33243287
resolved "https://registry.npm.taobao.org/easy-stack/download/easy-stack-1.0.0.tgz#12c91b3085a37f0baa336e9486eac4bf94e3e788"
@@ -4049,13 +4012,6 @@ filesize@^3.6.1:
40494012
resolved "https://registry.npm.taobao.org/filesize/download/filesize-3.6.1.tgz?cache=0&sync_timestamp=1573255715350&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffilesize%2Fdownload%2Ffilesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317"
40504013
integrity sha1-CQuz7gG2+AGoqL6Z0xcQs0Irsxc=
40514014

4052-
filewatcher@~3.0.0:
4053-
version "3.0.1"
4054-
resolved "https://registry.npm.taobao.org/filewatcher/download/filewatcher-3.0.1.tgz#f4a1957355ddaf443ccd78a895f3d55e23c8a034"
4055-
integrity sha1-9KGVc1Xdr0Q8zXiolfPVXiPIoDQ=
4056-
dependencies:
4057-
debounce "^1.0.0"
4058-
40594015
fill-range@^4.0.0:
40604016
version "4.0.0"
40614017
resolved "https://registry.npm.taobao.org/fill-range/download/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
@@ -4485,11 +4441,6 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
44854441
resolved "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
44864442
integrity sha1-ShL/G2A3bvCYYsIJPt2Qgyi+hCM=
44874443

4488-
growly@^1.3.0:
4489-
version "1.3.0"
4490-
resolved "https://registry.npm.taobao.org/growly/download/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
4491-
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
4492-
44934444
gzip-size@^5.0.0:
44944445
version "5.1.1"
44954446
resolved "https://registry.npm.taobao.org/gzip-size/download/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274"
@@ -4888,13 +4839,6 @@ imurmurhash@^0.1.4:
48884839
resolved "https://registry.npm.taobao.org/imurmurhash/download/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
48894840
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
48904841

4891-
indent-string@^2.1.0:
4892-
version "2.1.0"
4893-
resolved "https://registry.npm.taobao.org/indent-string/download/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80"
4894-
integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=
4895-
dependencies:
4896-
repeating "^2.0.0"
4897-
48984842
indent-string@^3.0.0:
48994843
version "3.2.0"
49004844
resolved "https://registry.npm.taobao.org/indent-string/download/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289"
@@ -5329,11 +5273,6 @@ is-typedarray@~1.0.0:
53295273
resolved "https://registry.npm.taobao.org/is-typedarray/download/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
53305274
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
53315275

5332-
is-utf8@^0.2.0:
5333-
version "0.2.1"
5334-
resolved "https://registry.npm.taobao.org/is-utf8/download/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
5335-
integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
5336-
53375276
is-windows@^1.0.2:
53385277
version "1.0.2"
53395278
resolved "https://registry.npm.taobao.org/is-windows/download/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -5645,17 +5584,6 @@ listr@^0.14.2:
56455584
p-map "^2.0.0"
56465585
rxjs "^6.3.3"
56475586

5648-
load-json-file@^1.0.0:
5649-
version "1.1.0"
5650-
resolved "https://registry.npm.taobao.org/load-json-file/download/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
5651-
integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=
5652-
dependencies:
5653-
graceful-fs "^4.1.2"
5654-
parse-json "^2.2.0"
5655-
pify "^2.0.0"
5656-
pinkie-promise "^2.0.0"
5657-
strip-bom "^2.0.0"
5658-
56595587
load-json-file@^2.0.0:
56605588
version "2.0.0"
56615589
resolved "https://registry.npm.taobao.org/load-json-file/download/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
@@ -5796,14 +5724,6 @@ loose-envify@^1.0.0:
57965724
dependencies:
57975725
js-tokens "^3.0.0 || ^4.0.0"
57985726

5799-
loud-rejection@^1.0.0:
5800-
version "1.6.0"
5801-
resolved "https://registry.npm.taobao.org/loud-rejection/download/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
5802-
integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=
5803-
dependencies:
5804-
currently-unhandled "^0.4.1"
5805-
signal-exit "^3.0.0"
5806-
58075727
lower-case@^1.1.1:
58085728
version "1.1.4"
58095729
resolved "https://registry.npm.taobao.org/lower-case/download/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac"
@@ -5839,11 +5759,6 @@ make-dir@^2.0.0:
58395759
pify "^4.0.1"
58405760
semver "^5.6.0"
58415761

5842-
make-error@^1.1.1:
5843-
version "1.3.5"
5844-
resolved "https://registry.npm.taobao.org/make-error/download/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8"
5845-
integrity sha1-7+ToH22yjK3WBccPKcgxtY73dsg=
5846-
58475762
mamacro@^0.0.3:
58485763
version "0.0.3"
58495764
resolved "https://registry.npm.taobao.org/mamacro/download/mamacro-0.0.3.tgz#ad2c9576197c9f1abf308d0787865bd975a3f3e4"
@@ -5924,22 +5839,6 @@ memory-fs@^0.5.0:
59245839
errno "^0.1.3"
59255840
readable-stream "^2.0.1"
59265841

5927-
meow@^3.3.0:
5928-
version "3.7.0"
5929-
resolved "https://registry.npm.taobao.org/meow/download/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb"
5930-
integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=
5931-
dependencies:
5932-
camelcase-keys "^2.0.0"
5933-
decamelize "^1.1.2"
5934-
loud-rejection "^1.0.0"
5935-
map-obj "^1.0.1"
5936-
minimist "^1.1.3"
5937-
normalize-package-data "^2.3.4"
5938-
object-assign "^4.0.1"
5939-
read-pkg-up "^1.0.1"
5940-
redent "^1.0.0"
5941-
trim-newlines "^1.0.0"
5942-
59435842
59445843
version "1.0.1"
59455844
resolved "https://registry.npm.taobao.org/merge-descriptors/download/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
@@ -6058,7 +5957,7 @@ [email protected]:
60585957
resolved "https://registry.npm.taobao.org/minimist/download/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
60595958
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
60605959

6061-
minimist@^1.1.3, minimist@^1.2.0:
5960+
minimist@^1.2.0:
60625961
version "1.2.0"
60635962
resolved "https://registry.npm.taobao.org/minimist/download/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
60645963
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
@@ -6322,7 +6221,7 @@ nopt@^4.0.1:
63226221
abbrev "1"
63236222
osenv "^0.1.4"
63246223

6325-
normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0:
6224+
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
63266225
version "2.5.0"
63276226
resolved "https://registry.npm.taobao.org/normalize-package-data/download/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
63286227
integrity sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg=
@@ -7577,14 +7476,6 @@ rc@^1.2.7:
75777476
minimist "^1.2.0"
75787477
strip-json-comments "~2.0.1"
75797478

7580-
read-pkg-up@^1.0.1:
7581-
version "1.0.1"
7582-
resolved "https://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
7583-
integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=
7584-
dependencies:
7585-
find-up "^1.0.0"
7586-
read-pkg "^1.0.0"
7587-
75887479
read-pkg-up@^2.0.0:
75897480
version "2.0.0"
75907481
resolved "https://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
@@ -7673,8 +7564,7 @@ redent@^1.0.0:
76737564
resolved "https://registry.npm.taobao.org/redent/download/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde"
76747565
integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=
76757566
dependencies:
7676-
indent-string "^2.1.0"
7677-
strip-indent "^1.0.1"
7567+
picomatch "^2.0.7"
76787568

76797569
regenerate-unicode-properties@^8.1.0:
76807570
version "8.1.0"
@@ -7807,13 +7697,6 @@ repeat-string@^1.6.1:
78077697
resolved "https://registry.npm.taobao.org/repeat-string/download/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
78087698
integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
78097699

7810-
repeating@^2.0.0:
7811-
version "2.0.1"
7812-
resolved "https://registry.npm.taobao.org/repeating/download/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda"
7813-
integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=
7814-
dependencies:
7815-
is-finite "^1.0.0"
7816-
78177700
78187701
version "1.1.3"
78197702
resolved "https://registry.npm.taobao.org/request-promise-core/download/request-promise-core-1.1.3.tgz#e9a3c081b51380dfea677336061fea879a829ee9"
@@ -8236,11 +8119,6 @@ shell-quote@^1.6.1:
82368119
resolved "https://registry.npm.taobao.org/shell-quote/download/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
82378120
integrity sha1-Z6fQLHbJ2iT5nSCAj8re0ODgS+I=
82388121

8239-
shellwords@^0.1.1:
8240-
version "0.1.1"
8241-
resolved "https://registry.npm.taobao.org/shellwords/download/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
8242-
integrity sha1-1rkYHBpI05cyTISHHvvPxz/AZUs=
8243-
82448122
signal-exit@^3.0.0, signal-exit@^3.0.2:
82458123
version "3.0.2"
82468124
resolved "https://registry.npm.taobao.org/signal-exit/download/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@@ -8364,7 +8242,7 @@ source-map-resolve@^0.5.0:
83648242
source-map-url "^0.4.0"
83658243
urix "^0.1.0"
83668244

8367-
source-map-support@^0.5.12, source-map-support@^0.5.6, source-map-support@~0.5.12:
8245+
source-map-support@~0.5.12:
83688246
version "0.5.16"
83698247
resolved "https://registry.npm.taobao.org/source-map-support/download/source-map-support-0.5.16.tgz?cache=0&sync_timestamp=1572389965235&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map-support%2Fdownload%2Fsource-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
83708248
integrity sha1-CuBp5/47p1OMZMmFFeNTOerFoEI=
@@ -8697,19 +8575,12 @@ strip-final-newline@^2.0.0:
86978575
resolved "https://registry.npm.taobao.org/strip-final-newline/download/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
86988576
integrity sha1-ibhS+y/L6Tb29LMYevsKEsGrWK0=
86998577

8700-
strip-indent@^1.0.1:
8701-
version "1.0.1"
8702-
resolved "https://registry.npm.taobao.org/strip-indent/download/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2"
8703-
integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=
8704-
dependencies:
8705-
get-stdin "^4.0.1"
8706-
87078578
strip-indent@^2.0.0:
87088579
version "2.0.0"
87098580
resolved "https://registry.npm.taobao.org/strip-indent/download/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
87108581
integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
87118582

8712-
strip-json-comments@^2.0.0, strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
8583+
strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
87138584
version "2.0.1"
87148585
resolved "https://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
87158586
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
@@ -9682,7 +9553,7 @@ which-module@^2.0.0:
96829553
resolved "https://registry.npm.taobao.org/which-module/download/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
96839554
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
96849555

9685-
which@^1.2.10, which@^1.2.9, which@^1.3.0:
9556+
which@^1.2.10, which@^1.2.9:
96869557
version "1.3.1"
96879558
resolved "https://registry.npm.taobao.org/which/download/which-1.3.1.tgz?cache=0&sync_timestamp=1574116720213&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwhich%2Fdownload%2Fwhich-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
96889559
integrity sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=

0 commit comments

Comments
 (0)