@wavo-cloud/aws-secrets-manager-helper 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -6
- package/yarn.lock +3 -198
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavo-cloud/aws-secrets-manager-helper",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Wavo Cloud Infallible AWS Secrets Manager Helper",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -35,11 +35,7 @@
|
|
|
35
35
|
"webpack-cli": "^3.1.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"
|
|
39
|
-
"aws-sdk": "^2.713.0",
|
|
40
|
-
"js-cookie": "^2.2.0",
|
|
41
|
-
"jsonwebtoken": "^8.5.1",
|
|
42
|
-
"jwt-decode": "^2.2.0"
|
|
38
|
+
"aws-sdk": "^2.713.0"
|
|
43
39
|
},
|
|
44
40
|
"bugs": {
|
|
45
41
|
"url": "https://github.com/Wavo/wavo-cloud.aws-secrets-manager-helper/issues"
|
package/yarn.lock
CHANGED
|
@@ -481,19 +481,6 @@ atob@^2.1.2:
|
|
|
481
481
|
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
|
482
482
|
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
|
483
483
|
|
|
484
|
-
auth0-js@^9.8.0:
|
|
485
|
-
version "9.13.4"
|
|
486
|
-
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.13.4.tgz#e5238ca8ea45b6f172eb917accf570a8bb9f4d0a"
|
|
487
|
-
integrity sha512-G7wXTtEUe8OG5UMdcFPoS47odorEZ3WerNyWLLhoGlLqYcPgv0t+B0ECHv/rVLULbpctbSBrRFFYa43/bJV4+Q==
|
|
488
|
-
dependencies:
|
|
489
|
-
base64-js "^1.3.0"
|
|
490
|
-
idtoken-verifier "^2.0.3"
|
|
491
|
-
js-cookie "^2.2.0"
|
|
492
|
-
qs "^6.7.0"
|
|
493
|
-
superagent "^3.8.3"
|
|
494
|
-
url-join "^4.0.1"
|
|
495
|
-
winchan "^0.2.2"
|
|
496
|
-
|
|
497
484
|
aws-sdk@^2.713.0:
|
|
498
485
|
version "2.713.0"
|
|
499
486
|
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.713.0.tgz#e87404ddcba093d36afafb48f119ec66f654a83f"
|
|
@@ -532,7 +519,7 @@ balanced-match@^1.0.0:
|
|
|
532
519
|
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
|
|
533
520
|
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
|
|
534
521
|
|
|
535
|
-
base64-js@^1.0.2
|
|
522
|
+
base64-js@^1.0.2:
|
|
536
523
|
version "1.3.1"
|
|
537
524
|
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1"
|
|
538
525
|
integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==
|
|
@@ -714,11 +701,6 @@ buffer-alloc@^1.2.0:
|
|
|
714
701
|
buffer-alloc-unsafe "^1.1.0"
|
|
715
702
|
buffer-fill "^1.0.0"
|
|
716
703
|
|
|
717
|
-
buffer-equal-constant-time@1.0.1:
|
|
718
|
-
version "1.0.1"
|
|
719
|
-
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
|
|
720
|
-
integrity sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=
|
|
721
|
-
|
|
722
704
|
buffer-fill@^1.0.0:
|
|
723
705
|
version "1.0.0"
|
|
724
706
|
resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"
|
|
@@ -1082,7 +1064,7 @@ commondir@^1.0.1:
|
|
|
1082
1064
|
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
|
|
1083
1065
|
integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
|
|
1084
1066
|
|
|
1085
|
-
component-emitter@^1.2.
|
|
1067
|
+
component-emitter@^1.2.1:
|
|
1086
1068
|
version "1.3.0"
|
|
1087
1069
|
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
|
|
1088
1070
|
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
|
|
@@ -1112,11 +1094,6 @@ constants-browserify@^1.0.0:
|
|
|
1112
1094
|
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
|
|
1113
1095
|
integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
|
|
1114
1096
|
|
|
1115
|
-
cookiejar@^2.1.0:
|
|
1116
|
-
version "2.1.2"
|
|
1117
|
-
resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.2.tgz#dd8a235530752f988f9a0844f3fc589e3111125c"
|
|
1118
|
-
integrity sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==
|
|
1119
|
-
|
|
1120
1097
|
copy-concurrently@^1.0.0:
|
|
1121
1098
|
version "1.0.5"
|
|
1122
1099
|
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
|
|
@@ -1219,11 +1196,6 @@ crypto-browserify@^3.11.0:
|
|
|
1219
1196
|
randombytes "^2.0.0"
|
|
1220
1197
|
randomfill "^1.0.3"
|
|
1221
1198
|
|
|
1222
|
-
crypto-js@^3.2.1:
|
|
1223
|
-
version "3.3.0"
|
|
1224
|
-
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.3.0.tgz#846dd1cce2f68aacfa156c8578f926a609b7976b"
|
|
1225
|
-
integrity sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==
|
|
1226
|
-
|
|
1227
1199
|
currently-unhandled@^0.4.1:
|
|
1228
1200
|
version "0.4.1"
|
|
1229
1201
|
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
|
|
@@ -1448,13 +1420,6 @@ ecc-jsbn@~0.1.1:
|
|
|
1448
1420
|
jsbn "~0.1.0"
|
|
1449
1421
|
safer-buffer "^2.1.0"
|
|
1450
1422
|
|
|
1451
|
-
ecdsa-sig-formatter@1.0.11:
|
|
1452
|
-
version "1.0.11"
|
|
1453
|
-
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf"
|
|
1454
|
-
integrity sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==
|
|
1455
|
-
dependencies:
|
|
1456
|
-
safe-buffer "^5.0.1"
|
|
1457
|
-
|
|
1458
1423
|
editions@^2.2.0:
|
|
1459
1424
|
version "2.3.1"
|
|
1460
1425
|
resolved "https://registry.yarnpkg.com/editions/-/editions-2.3.1.tgz#3bc9962f1978e801312fbd0aebfed63b49bfe698"
|
|
@@ -1545,11 +1510,6 @@ error@^7.0.2:
|
|
|
1545
1510
|
dependencies:
|
|
1546
1511
|
string-template "~0.2.1"
|
|
1547
1512
|
|
|
1548
|
-
es6-promise@^4.2.8:
|
|
1549
|
-
version "4.2.8"
|
|
1550
|
-
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
|
|
1551
|
-
integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==
|
|
1552
|
-
|
|
1553
1513
|
escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
|
|
1554
1514
|
version "1.0.5"
|
|
1555
1515
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
@@ -1735,7 +1695,7 @@ extend-shallow@^3.0.0, extend-shallow@^3.0.2:
|
|
|
1735
1695
|
assign-symbols "^1.0.0"
|
|
1736
1696
|
is-extendable "^1.0.1"
|
|
1737
1697
|
|
|
1738
|
-
extend
|
|
1698
|
+
extend@~3.0.2:
|
|
1739
1699
|
version "3.0.2"
|
|
1740
1700
|
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
|
|
1741
1701
|
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
|
|
@@ -1942,15 +1902,6 @@ forever-agent@~0.6.1:
|
|
|
1942
1902
|
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
|
|
1943
1903
|
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
|
|
1944
1904
|
|
|
1945
|
-
form-data@^2.3.1:
|
|
1946
|
-
version "2.5.1"
|
|
1947
|
-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4"
|
|
1948
|
-
integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==
|
|
1949
|
-
dependencies:
|
|
1950
|
-
asynckit "^0.4.0"
|
|
1951
|
-
combined-stream "^1.0.6"
|
|
1952
|
-
mime-types "^2.1.12"
|
|
1953
|
-
|
|
1954
1905
|
form-data@~2.3.2:
|
|
1955
1906
|
version "2.3.3"
|
|
1956
1907
|
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
|
|
@@ -1960,11 +1911,6 @@ form-data@~2.3.2:
|
|
|
1960
1911
|
combined-stream "^1.0.6"
|
|
1961
1912
|
mime-types "^2.1.12"
|
|
1962
1913
|
|
|
1963
|
-
formidable@^1.2.0:
|
|
1964
|
-
version "1.2.2"
|
|
1965
|
-
resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.2.tgz#bf69aea2972982675f00865342b982986f6b8dd9"
|
|
1966
|
-
integrity sha512-V8gLm+41I/8kguQ4/o1D3RIHRmhYFG4pnNyonvua+40rqcEmT4+V71yaZ3B457xbbgCsCfjSPi65u/W6vK1U5Q==
|
|
1967
|
-
|
|
1968
1914
|
fragment-cache@^0.2.1:
|
|
1969
1915
|
version "0.2.1"
|
|
1970
1916
|
resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
|
|
@@ -2446,18 +2392,6 @@ iconv-lite@^0.4.24:
|
|
|
2446
2392
|
dependencies:
|
|
2447
2393
|
safer-buffer ">= 2.1.2 < 3"
|
|
2448
2394
|
|
|
2449
|
-
idtoken-verifier@^2.0.3:
|
|
2450
|
-
version "2.0.3"
|
|
2451
|
-
resolved "https://registry.yarnpkg.com/idtoken-verifier/-/idtoken-verifier-2.0.3.tgz#b60a933848900c9f684e6296332f62e5f2e79360"
|
|
2452
|
-
integrity sha512-X1izD2ZTMoo+2tw2RKVUvvCSw2B6UOCNMJ0bgHRH758LFTMwBf4JZfCZm61MPBaBW2CIuhkcSnKCZP6jXpSDmw==
|
|
2453
|
-
dependencies:
|
|
2454
|
-
base64-js "^1.3.0"
|
|
2455
|
-
crypto-js "^3.2.1"
|
|
2456
|
-
es6-promise "^4.2.8"
|
|
2457
|
-
jsbn "^1.1.0"
|
|
2458
|
-
unfetch "^4.1.0"
|
|
2459
|
-
url-join "^4.0.1"
|
|
2460
|
-
|
|
2461
2395
|
ieee754@1.1.13, ieee754@^1.1.4:
|
|
2462
2396
|
version "1.1.13"
|
|
2463
2397
|
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
|
|
@@ -2870,11 +2804,6 @@ jmespath@0.15.0:
|
|
|
2870
2804
|
resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.15.0.tgz#a3f222a9aae9f966f5d27c796510e28091764217"
|
|
2871
2805
|
integrity sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=
|
|
2872
2806
|
|
|
2873
|
-
js-cookie@^2.2.0:
|
|
2874
|
-
version "2.2.1"
|
|
2875
|
-
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-2.2.1.tgz#69e106dc5d5806894562902aa5baec3744e9b2b8"
|
|
2876
|
-
integrity sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==
|
|
2877
|
-
|
|
2878
2807
|
js-tokens@^4.0.0:
|
|
2879
2808
|
version "4.0.0"
|
|
2880
2809
|
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
|
@@ -2888,11 +2817,6 @@ js-yaml@^3.13.0:
|
|
|
2888
2817
|
argparse "^1.0.7"
|
|
2889
2818
|
esprima "^4.0.0"
|
|
2890
2819
|
|
|
2891
|
-
jsbn@^1.1.0:
|
|
2892
|
-
version "1.1.0"
|
|
2893
|
-
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040"
|
|
2894
|
-
integrity sha1-sBMHyym2GKHtJux56RH4A8TaAEA=
|
|
2895
|
-
|
|
2896
2820
|
jsbn@~0.1.0:
|
|
2897
2821
|
version "0.1.1"
|
|
2898
2822
|
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
|
|
@@ -2940,22 +2864,6 @@ jsonparse@^1.2.0:
|
|
|
2940
2864
|
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
|
|
2941
2865
|
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
|
|
2942
2866
|
|
|
2943
|
-
jsonwebtoken@^8.5.1:
|
|
2944
|
-
version "8.5.1"
|
|
2945
|
-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
|
|
2946
|
-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
|
|
2947
|
-
dependencies:
|
|
2948
|
-
jws "^3.2.2"
|
|
2949
|
-
lodash.includes "^4.3.0"
|
|
2950
|
-
lodash.isboolean "^3.0.3"
|
|
2951
|
-
lodash.isinteger "^4.0.4"
|
|
2952
|
-
lodash.isnumber "^3.0.3"
|
|
2953
|
-
lodash.isplainobject "^4.0.6"
|
|
2954
|
-
lodash.isstring "^4.0.1"
|
|
2955
|
-
lodash.once "^4.0.0"
|
|
2956
|
-
ms "^2.1.1"
|
|
2957
|
-
semver "^5.6.0"
|
|
2958
|
-
|
|
2959
2867
|
jsprim@^1.2.2:
|
|
2960
2868
|
version "1.4.1"
|
|
2961
2869
|
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
|
|
@@ -2966,28 +2874,6 @@ jsprim@^1.2.2:
|
|
|
2966
2874
|
json-schema "0.2.3"
|
|
2967
2875
|
verror "1.10.0"
|
|
2968
2876
|
|
|
2969
|
-
jwa@^1.4.1:
|
|
2970
|
-
version "1.4.1"
|
|
2971
|
-
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
|
|
2972
|
-
integrity sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==
|
|
2973
|
-
dependencies:
|
|
2974
|
-
buffer-equal-constant-time "1.0.1"
|
|
2975
|
-
ecdsa-sig-formatter "1.0.11"
|
|
2976
|
-
safe-buffer "^5.0.1"
|
|
2977
|
-
|
|
2978
|
-
jws@^3.2.2:
|
|
2979
|
-
version "3.2.2"
|
|
2980
|
-
resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304"
|
|
2981
|
-
integrity sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==
|
|
2982
|
-
dependencies:
|
|
2983
|
-
jwa "^1.4.1"
|
|
2984
|
-
safe-buffer "^5.0.1"
|
|
2985
|
-
|
|
2986
|
-
jwt-decode@^2.2.0:
|
|
2987
|
-
version "2.2.0"
|
|
2988
|
-
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-2.2.0.tgz#7d86bd56679f58ce6a84704a657dd392bba81a79"
|
|
2989
|
-
integrity sha1-fYa9VmefWM5qhHBKZX3TkruoGnk=
|
|
2990
|
-
|
|
2991
2877
|
keyv@3.0.0:
|
|
2992
2878
|
version "3.0.0"
|
|
2993
2879
|
resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.0.0.tgz#44923ba39e68b12a7cec7df6c3268c031f2ef373"
|
|
@@ -3090,41 +2976,6 @@ locate-path@^3.0.0:
|
|
|
3090
2976
|
p-locate "^3.0.0"
|
|
3091
2977
|
path-exists "^3.0.0"
|
|
3092
2978
|
|
|
3093
|
-
lodash.includes@^4.3.0:
|
|
3094
|
-
version "4.3.0"
|
|
3095
|
-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
|
|
3096
|
-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
|
|
3097
|
-
|
|
3098
|
-
lodash.isboolean@^3.0.3:
|
|
3099
|
-
version "3.0.3"
|
|
3100
|
-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
|
|
3101
|
-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
|
|
3102
|
-
|
|
3103
|
-
lodash.isinteger@^4.0.4:
|
|
3104
|
-
version "4.0.4"
|
|
3105
|
-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
|
|
3106
|
-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
|
|
3107
|
-
|
|
3108
|
-
lodash.isnumber@^3.0.3:
|
|
3109
|
-
version "3.0.3"
|
|
3110
|
-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
|
|
3111
|
-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
|
|
3112
|
-
|
|
3113
|
-
lodash.isplainobject@^4.0.6:
|
|
3114
|
-
version "4.0.6"
|
|
3115
|
-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
|
|
3116
|
-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
|
|
3117
|
-
|
|
3118
|
-
lodash.isstring@^4.0.1:
|
|
3119
|
-
version "4.0.1"
|
|
3120
|
-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
|
|
3121
|
-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
|
|
3122
|
-
|
|
3123
|
-
lodash.once@^4.0.0:
|
|
3124
|
-
version "4.1.1"
|
|
3125
|
-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
|
|
3126
|
-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
|
|
3127
|
-
|
|
3128
2979
|
lodash.zip@^4.0.0:
|
|
3129
2980
|
version "4.2.0"
|
|
3130
2981
|
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
|
|
@@ -3317,11 +3168,6 @@ merge2@^1.2.3:
|
|
|
3317
3168
|
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
|
|
3318
3169
|
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
|
3319
3170
|
|
|
3320
|
-
methods@^1.1.1:
|
|
3321
|
-
version "1.1.2"
|
|
3322
|
-
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
|
|
3323
|
-
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
|
|
3324
|
-
|
|
3325
3171
|
micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
|
|
3326
3172
|
version "3.1.10"
|
|
3327
3173
|
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
|
|
@@ -3361,11 +3207,6 @@ mime-types@^2.1.12, mime-types@~2.1.19:
|
|
|
3361
3207
|
dependencies:
|
|
3362
3208
|
mime-db "1.44.0"
|
|
3363
3209
|
|
|
3364
|
-
mime@^1.4.1:
|
|
3365
|
-
version "1.6.0"
|
|
3366
|
-
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
|
|
3367
|
-
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
|
|
3368
|
-
|
|
3369
3210
|
mimic-fn@^1.0.0:
|
|
3370
3211
|
version "1.2.0"
|
|
3371
3212
|
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
|
|
@@ -4130,11 +3971,6 @@ punycode@^2.1.0, punycode@^2.1.1:
|
|
|
4130
3971
|
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
|
|
4131
3972
|
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
|
|
4132
3973
|
|
|
4133
|
-
qs@^6.5.1, qs@^6.7.0:
|
|
4134
|
-
version "6.9.4"
|
|
4135
|
-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687"
|
|
4136
|
-
integrity sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==
|
|
4137
|
-
|
|
4138
3974
|
qs@~6.5.2:
|
|
4139
3975
|
version "6.5.2"
|
|
4140
3976
|
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
|
|
@@ -4959,22 +4795,6 @@ strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
|
|
|
4959
4795
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
|
4960
4796
|
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
|
|
4961
4797
|
|
|
4962
|
-
superagent@^3.8.3:
|
|
4963
|
-
version "3.8.3"
|
|
4964
|
-
resolved "https://registry.yarnpkg.com/superagent/-/superagent-3.8.3.tgz#460ea0dbdb7d5b11bc4f78deba565f86a178e128"
|
|
4965
|
-
integrity sha512-GLQtLMCoEIK4eDv6OGtkOoSMt3D+oq0y3dsxMuYuDvaNUvuT8eFBuLmfR0iYYzHC1e8hpzC6ZsxbuP6DIalMFA==
|
|
4966
|
-
dependencies:
|
|
4967
|
-
component-emitter "^1.2.0"
|
|
4968
|
-
cookiejar "^2.1.0"
|
|
4969
|
-
debug "^3.1.0"
|
|
4970
|
-
extend "^3.0.0"
|
|
4971
|
-
form-data "^2.3.1"
|
|
4972
|
-
formidable "^1.2.0"
|
|
4973
|
-
methods "^1.1.1"
|
|
4974
|
-
mime "^1.4.1"
|
|
4975
|
-
qs "^6.5.1"
|
|
4976
|
-
readable-stream "^2.3.5"
|
|
4977
|
-
|
|
4978
4798
|
superb@^1.3.0:
|
|
4979
4799
|
version "1.3.0"
|
|
4980
4800
|
resolved "https://registry.yarnpkg.com/superb/-/superb-1.3.0.tgz#55072fa521220d14876b4630e0822024353106ba"
|
|
@@ -5199,11 +5019,6 @@ typedarray@^0.0.6:
|
|
|
5199
5019
|
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
|
5200
5020
|
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
|
5201
5021
|
|
|
5202
|
-
unfetch@^4.1.0:
|
|
5203
|
-
version "4.1.0"
|
|
5204
|
-
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.1.0.tgz#6ec2dd0de887e58a4dee83a050ded80ffc4137db"
|
|
5205
|
-
integrity sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg==
|
|
5206
|
-
|
|
5207
5022
|
union-value@^1.0.0:
|
|
5208
5023
|
version "1.0.1"
|
|
5209
5024
|
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
|
|
@@ -5275,11 +5090,6 @@ urix@^0.1.0:
|
|
|
5275
5090
|
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
|
|
5276
5091
|
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
|
|
5277
5092
|
|
|
5278
|
-
url-join@^4.0.1:
|
|
5279
|
-
version "4.0.1"
|
|
5280
|
-
resolved "https://registry.yarnpkg.com/url-join/-/url-join-4.0.1.tgz#b642e21a2646808ffa178c4c5fda39844e12cde7"
|
|
5281
|
-
integrity sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==
|
|
5282
|
-
|
|
5283
5093
|
url-parse-lax@^1.0.0:
|
|
5284
5094
|
version "1.0.0"
|
|
5285
5095
|
resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73"
|
|
@@ -5490,11 +5300,6 @@ which@^2.0.1:
|
|
|
5490
5300
|
dependencies:
|
|
5491
5301
|
isexe "^2.0.0"
|
|
5492
5302
|
|
|
5493
|
-
winchan@^0.2.2:
|
|
5494
|
-
version "0.2.2"
|
|
5495
|
-
resolved "https://registry.yarnpkg.com/winchan/-/winchan-0.2.2.tgz#6766917b88e5e1cb75f455ffc7cc13f51e5c834e"
|
|
5496
|
-
integrity sha512-pvN+IFAbRP74n/6mc6phNyCH8oVkzXsto4KCHPJ2AScniAnA1AmeLI03I2BzjePpaClGSI4GUMowzsD3qz5PRQ==
|
|
5497
|
-
|
|
5498
5303
|
with-open-file@^0.1.6:
|
|
5499
5304
|
version "0.1.7"
|
|
5500
5305
|
resolved "https://registry.yarnpkg.com/with-open-file/-/with-open-file-0.1.7.tgz#e2de8d974e8a8ae6e58886be4fe8e7465b58a729"
|