shopify_app 11.1.0 → 11.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/cs.yml +9 -9
- data/config/locales/es.yml +1 -1
- data/config/locales/pt-BR.yml +2 -3
- data/config/locales/zh-CN.yml +1 -1
- data/karma.conf.js +1 -0
- data/lib/shopify_app/version.rb +1 -1
- data/package-lock.json +2815 -2473
- data/package.json +8 -8
- data/shopify_app.gemspec +1 -1
- data/yarn.lock +1570 -1249
- metadata +4 -4
data/package.json
CHANGED
@@ -1,26 +1,26 @@
|
|
1
1
|
{
|
2
2
|
"name": "shopify_app",
|
3
|
-
"version": "11.
|
3
|
+
"version": "11.1.0",
|
4
4
|
"repository": "git@github.com:Shopify/shopify_app.git",
|
5
5
|
"author": "Shopify",
|
6
6
|
"license": "MIT",
|
7
7
|
"dependencies": {},
|
8
8
|
"devDependencies": {
|
9
|
-
"babel-loader": "^8.0.
|
10
|
-
"babel-preset-shopify": "^
|
9
|
+
"babel-loader": "^8.0.6",
|
10
|
+
"babel-preset-shopify": "^20.0.0",
|
11
11
|
"chai": "^4.1.2",
|
12
12
|
"karma": "^4.0.1",
|
13
13
|
"karma-chai-sinon": "^0.1.5",
|
14
|
-
"karma-chrome-launcher": "^
|
15
|
-
"karma-cli": "^
|
14
|
+
"karma-chrome-launcher": "^3.1.0",
|
15
|
+
"karma-cli": "^2.0.0",
|
16
16
|
"karma-mocha": "^1.3.0",
|
17
17
|
"karma-mocha-clean-reporter": "^0.0.1",
|
18
18
|
"karma-mocha-debug": "^0.1.2",
|
19
|
-
"karma-webpack": "^
|
19
|
+
"karma-webpack": "^4.0.2",
|
20
20
|
"mocha-debug": "^0.0.1",
|
21
|
-
"sinon": "^
|
21
|
+
"sinon": "^7.4.2",
|
22
22
|
"sinon-chai": "^3.2.0",
|
23
|
-
"webpack": "^4.
|
23
|
+
"webpack": "^4.40.2"
|
24
24
|
},
|
25
25
|
"scripts": {
|
26
26
|
"test": "./node_modules/.bin/karma start --browsers ChromeHeadless --single-run"
|
data/shopify_app.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
13
13
|
s.add_runtime_dependency('browser_sniffer', '~> 1.1.2')
|
14
14
|
s.add_runtime_dependency('rails', '> 5.2.1')
|
15
15
|
s.add_runtime_dependency('shopify_api', '~> 8.0')
|
16
|
-
s.add_runtime_dependency('omniauth-shopify-oauth2', '~> 2.
|
16
|
+
s.add_runtime_dependency('omniauth-shopify-oauth2', '~> 2.2.0')
|
17
17
|
|
18
18
|
s.add_development_dependency('rake')
|
19
19
|
s.add_development_dependency('byebug')
|
data/yarn.lock
CHANGED
@@ -2,6 +2,783 @@
|
|
2
2
|
# yarn lockfile v1
|
3
3
|
|
4
4
|
|
5
|
+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
|
6
|
+
version "7.5.5"
|
7
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
|
8
|
+
integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
|
9
|
+
dependencies:
|
10
|
+
"@babel/highlight" "^7.0.0"
|
11
|
+
|
12
|
+
"@babel/core@^7.4.3":
|
13
|
+
version "7.6.0"
|
14
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48"
|
15
|
+
integrity sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw==
|
16
|
+
dependencies:
|
17
|
+
"@babel/code-frame" "^7.5.5"
|
18
|
+
"@babel/generator" "^7.6.0"
|
19
|
+
"@babel/helpers" "^7.6.0"
|
20
|
+
"@babel/parser" "^7.6.0"
|
21
|
+
"@babel/template" "^7.6.0"
|
22
|
+
"@babel/traverse" "^7.6.0"
|
23
|
+
"@babel/types" "^7.6.0"
|
24
|
+
convert-source-map "^1.1.0"
|
25
|
+
debug "^4.1.0"
|
26
|
+
json5 "^2.1.0"
|
27
|
+
lodash "^4.17.13"
|
28
|
+
resolve "^1.3.2"
|
29
|
+
semver "^5.4.1"
|
30
|
+
source-map "^0.5.0"
|
31
|
+
|
32
|
+
"@babel/generator@^7.6.0":
|
33
|
+
version "7.6.0"
|
34
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56"
|
35
|
+
integrity sha512-Ms8Mo7YBdMMn1BYuNtKuP/z0TgEIhbcyB8HVR6PPNYp4P61lMsABiS4A3VG1qznjXVCf3r+fVHhm4efTYVsySA==
|
36
|
+
dependencies:
|
37
|
+
"@babel/types" "^7.6.0"
|
38
|
+
jsesc "^2.5.1"
|
39
|
+
lodash "^4.17.13"
|
40
|
+
source-map "^0.5.0"
|
41
|
+
trim-right "^1.0.1"
|
42
|
+
|
43
|
+
"@babel/helper-annotate-as-pure@^7.0.0":
|
44
|
+
version "7.0.0"
|
45
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
46
|
+
integrity sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==
|
47
|
+
dependencies:
|
48
|
+
"@babel/types" "^7.0.0"
|
49
|
+
|
50
|
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
|
51
|
+
version "7.1.0"
|
52
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz#6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f"
|
53
|
+
integrity sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==
|
54
|
+
dependencies:
|
55
|
+
"@babel/helper-explode-assignable-expression" "^7.1.0"
|
56
|
+
"@babel/types" "^7.0.0"
|
57
|
+
|
58
|
+
"@babel/helper-builder-react-jsx@^7.3.0":
|
59
|
+
version "7.3.0"
|
60
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.3.0.tgz#a1ac95a5d2b3e88ae5e54846bf462eeb81b318a4"
|
61
|
+
integrity sha512-MjA9KgwCuPEkQd9ncSXvSyJ5y+j2sICHyrI0M3L+6fnS4wMSNDc1ARXsbTfbb2cXHn17VisSnU/sHFTCxVxSMw==
|
62
|
+
dependencies:
|
63
|
+
"@babel/types" "^7.3.0"
|
64
|
+
esutils "^2.0.0"
|
65
|
+
|
66
|
+
"@babel/helper-call-delegate@^7.4.4":
|
67
|
+
version "7.4.4"
|
68
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz#87c1f8ca19ad552a736a7a27b1c1fcf8b1ff1f43"
|
69
|
+
integrity sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==
|
70
|
+
dependencies:
|
71
|
+
"@babel/helper-hoist-variables" "^7.4.4"
|
72
|
+
"@babel/traverse" "^7.4.4"
|
73
|
+
"@babel/types" "^7.4.4"
|
74
|
+
|
75
|
+
"@babel/helper-create-class-features-plugin@^7.5.5", "@babel/helper-create-class-features-plugin@^7.6.0":
|
76
|
+
version "7.6.0"
|
77
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f"
|
78
|
+
integrity sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng==
|
79
|
+
dependencies:
|
80
|
+
"@babel/helper-function-name" "^7.1.0"
|
81
|
+
"@babel/helper-member-expression-to-functions" "^7.5.5"
|
82
|
+
"@babel/helper-optimise-call-expression" "^7.0.0"
|
83
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
84
|
+
"@babel/helper-replace-supers" "^7.5.5"
|
85
|
+
"@babel/helper-split-export-declaration" "^7.4.4"
|
86
|
+
|
87
|
+
"@babel/helper-define-map@^7.5.5":
|
88
|
+
version "7.5.5"
|
89
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369"
|
90
|
+
integrity sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg==
|
91
|
+
dependencies:
|
92
|
+
"@babel/helper-function-name" "^7.1.0"
|
93
|
+
"@babel/types" "^7.5.5"
|
94
|
+
lodash "^4.17.13"
|
95
|
+
|
96
|
+
"@babel/helper-explode-assignable-expression@^7.1.0":
|
97
|
+
version "7.1.0"
|
98
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6"
|
99
|
+
integrity sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==
|
100
|
+
dependencies:
|
101
|
+
"@babel/traverse" "^7.1.0"
|
102
|
+
"@babel/types" "^7.0.0"
|
103
|
+
|
104
|
+
"@babel/helper-function-name@^7.1.0":
|
105
|
+
version "7.1.0"
|
106
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
|
107
|
+
integrity sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==
|
108
|
+
dependencies:
|
109
|
+
"@babel/helper-get-function-arity" "^7.0.0"
|
110
|
+
"@babel/template" "^7.1.0"
|
111
|
+
"@babel/types" "^7.0.0"
|
112
|
+
|
113
|
+
"@babel/helper-get-function-arity@^7.0.0":
|
114
|
+
version "7.0.0"
|
115
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
116
|
+
integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
|
117
|
+
dependencies:
|
118
|
+
"@babel/types" "^7.0.0"
|
119
|
+
|
120
|
+
"@babel/helper-hoist-variables@^7.4.4":
|
121
|
+
version "7.4.4"
|
122
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
|
123
|
+
integrity sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==
|
124
|
+
dependencies:
|
125
|
+
"@babel/types" "^7.4.4"
|
126
|
+
|
127
|
+
"@babel/helper-member-expression-to-functions@^7.5.5":
|
128
|
+
version "7.5.5"
|
129
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590"
|
130
|
+
integrity sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==
|
131
|
+
dependencies:
|
132
|
+
"@babel/types" "^7.5.5"
|
133
|
+
|
134
|
+
"@babel/helper-module-imports@^7.0.0":
|
135
|
+
version "7.0.0"
|
136
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
|
137
|
+
integrity sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==
|
138
|
+
dependencies:
|
139
|
+
"@babel/types" "^7.0.0"
|
140
|
+
|
141
|
+
"@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4":
|
142
|
+
version "7.5.5"
|
143
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a"
|
144
|
+
integrity sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw==
|
145
|
+
dependencies:
|
146
|
+
"@babel/helper-module-imports" "^7.0.0"
|
147
|
+
"@babel/helper-simple-access" "^7.1.0"
|
148
|
+
"@babel/helper-split-export-declaration" "^7.4.4"
|
149
|
+
"@babel/template" "^7.4.4"
|
150
|
+
"@babel/types" "^7.5.5"
|
151
|
+
lodash "^4.17.13"
|
152
|
+
|
153
|
+
"@babel/helper-optimise-call-expression@^7.0.0":
|
154
|
+
version "7.0.0"
|
155
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz#a2920c5702b073c15de51106200aa8cad20497d5"
|
156
|
+
integrity sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==
|
157
|
+
dependencies:
|
158
|
+
"@babel/types" "^7.0.0"
|
159
|
+
|
160
|
+
"@babel/helper-plugin-utils@^7.0.0":
|
161
|
+
version "7.0.0"
|
162
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
|
163
|
+
integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
|
164
|
+
|
165
|
+
"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
|
166
|
+
version "7.5.5"
|
167
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.5.5.tgz#0aa6824f7100a2e0e89c1527c23936c152cab351"
|
168
|
+
integrity sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw==
|
169
|
+
dependencies:
|
170
|
+
lodash "^4.17.13"
|
171
|
+
|
172
|
+
"@babel/helper-remap-async-to-generator@^7.1.0":
|
173
|
+
version "7.1.0"
|
174
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz#361d80821b6f38da75bd3f0785ece20a88c5fe7f"
|
175
|
+
integrity sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==
|
176
|
+
dependencies:
|
177
|
+
"@babel/helper-annotate-as-pure" "^7.0.0"
|
178
|
+
"@babel/helper-wrap-function" "^7.1.0"
|
179
|
+
"@babel/template" "^7.1.0"
|
180
|
+
"@babel/traverse" "^7.1.0"
|
181
|
+
"@babel/types" "^7.0.0"
|
182
|
+
|
183
|
+
"@babel/helper-replace-supers@^7.5.5":
|
184
|
+
version "7.5.5"
|
185
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2"
|
186
|
+
integrity sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==
|
187
|
+
dependencies:
|
188
|
+
"@babel/helper-member-expression-to-functions" "^7.5.5"
|
189
|
+
"@babel/helper-optimise-call-expression" "^7.0.0"
|
190
|
+
"@babel/traverse" "^7.5.5"
|
191
|
+
"@babel/types" "^7.5.5"
|
192
|
+
|
193
|
+
"@babel/helper-simple-access@^7.1.0":
|
194
|
+
version "7.1.0"
|
195
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
|
196
|
+
integrity sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==
|
197
|
+
dependencies:
|
198
|
+
"@babel/template" "^7.1.0"
|
199
|
+
"@babel/types" "^7.0.0"
|
200
|
+
|
201
|
+
"@babel/helper-split-export-declaration@^7.4.4":
|
202
|
+
version "7.4.4"
|
203
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
|
204
|
+
integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==
|
205
|
+
dependencies:
|
206
|
+
"@babel/types" "^7.4.4"
|
207
|
+
|
208
|
+
"@babel/helper-wrap-function@^7.1.0":
|
209
|
+
version "7.2.0"
|
210
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
|
211
|
+
integrity sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==
|
212
|
+
dependencies:
|
213
|
+
"@babel/helper-function-name" "^7.1.0"
|
214
|
+
"@babel/template" "^7.1.0"
|
215
|
+
"@babel/traverse" "^7.1.0"
|
216
|
+
"@babel/types" "^7.2.0"
|
217
|
+
|
218
|
+
"@babel/helpers@^7.6.0":
|
219
|
+
version "7.6.0"
|
220
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e"
|
221
|
+
integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ==
|
222
|
+
dependencies:
|
223
|
+
"@babel/template" "^7.6.0"
|
224
|
+
"@babel/traverse" "^7.6.0"
|
225
|
+
"@babel/types" "^7.6.0"
|
226
|
+
|
227
|
+
"@babel/highlight@^7.0.0":
|
228
|
+
version "7.5.0"
|
229
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
|
230
|
+
integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==
|
231
|
+
dependencies:
|
232
|
+
chalk "^2.0.0"
|
233
|
+
esutils "^2.0.2"
|
234
|
+
js-tokens "^4.0.0"
|
235
|
+
|
236
|
+
"@babel/parser@^7.6.0":
|
237
|
+
version "7.6.0"
|
238
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b"
|
239
|
+
integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==
|
240
|
+
|
241
|
+
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
242
|
+
version "7.2.0"
|
243
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
|
244
|
+
integrity sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==
|
245
|
+
dependencies:
|
246
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
247
|
+
"@babel/helper-remap-async-to-generator" "^7.1.0"
|
248
|
+
"@babel/plugin-syntax-async-generators" "^7.2.0"
|
249
|
+
|
250
|
+
"@babel/plugin-proposal-class-properties@^7.4.0":
|
251
|
+
version "7.5.5"
|
252
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4"
|
253
|
+
integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A==
|
254
|
+
dependencies:
|
255
|
+
"@babel/helper-create-class-features-plugin" "^7.5.5"
|
256
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
257
|
+
|
258
|
+
"@babel/plugin-proposal-decorators@^7.4.4":
|
259
|
+
version "7.6.0"
|
260
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.6.0.tgz#6659d2572a17d70abd68123e89a12a43d90aa30c"
|
261
|
+
integrity sha512-ZSyYw9trQI50sES6YxREXKu+4b7MAg6Qx2cvyDDYjP2Hpzd3FleOUwC9cqn1+za8d0A2ZU8SHujxFao956efUg==
|
262
|
+
dependencies:
|
263
|
+
"@babel/helper-create-class-features-plugin" "^7.6.0"
|
264
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
265
|
+
"@babel/plugin-syntax-decorators" "^7.2.0"
|
266
|
+
|
267
|
+
"@babel/plugin-proposal-dynamic-import@^7.5.0":
|
268
|
+
version "7.5.0"
|
269
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.5.0.tgz#e532202db4838723691b10a67b8ce509e397c506"
|
270
|
+
integrity sha512-x/iMjggsKTFHYC6g11PL7Qy58IK8H5zqfm9e6hu4z1iH2IRyAp9u9dL80zA6R76yFovETFLKz2VJIC2iIPBuFw==
|
271
|
+
dependencies:
|
272
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
273
|
+
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
|
274
|
+
|
275
|
+
"@babel/plugin-proposal-json-strings@^7.2.0":
|
276
|
+
version "7.2.0"
|
277
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317"
|
278
|
+
integrity sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==
|
279
|
+
dependencies:
|
280
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
281
|
+
"@babel/plugin-syntax-json-strings" "^7.2.0"
|
282
|
+
|
283
|
+
"@babel/plugin-proposal-numeric-separator@^7.2.0":
|
284
|
+
version "7.2.0"
|
285
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.2.0.tgz#646854daf4cd22fd6733f6076013a936310443ac"
|
286
|
+
integrity sha512-DohMOGDrZiMKS7LthjUZNNcWl8TAf5BZDwZAH4wpm55FuJTHgfqPGdibg7rZDmont/8Yg0zA03IgT6XLeP+4sg==
|
287
|
+
dependencies:
|
288
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
289
|
+
"@babel/plugin-syntax-numeric-separator" "^7.2.0"
|
290
|
+
|
291
|
+
"@babel/plugin-proposal-object-rest-spread@^7.5.5":
|
292
|
+
version "7.5.5"
|
293
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58"
|
294
|
+
integrity sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw==
|
295
|
+
dependencies:
|
296
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
297
|
+
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
|
298
|
+
|
299
|
+
"@babel/plugin-proposal-optional-catch-binding@^7.2.0":
|
300
|
+
version "7.2.0"
|
301
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
|
302
|
+
integrity sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==
|
303
|
+
dependencies:
|
304
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
305
|
+
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
|
306
|
+
|
307
|
+
"@babel/plugin-proposal-unicode-property-regex@^7.4.4":
|
308
|
+
version "7.4.4"
|
309
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.4.tgz#501ffd9826c0b91da22690720722ac7cb1ca9c78"
|
310
|
+
integrity sha512-j1NwnOqMG9mFUOH58JTFsA/+ZYzQLUZ/drqWUqxCYLGeu2JFZL8YrNC9hBxKmWtAuOCHPcRpgv7fhap09Fb4kA==
|
311
|
+
dependencies:
|
312
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
313
|
+
"@babel/helper-regex" "^7.4.4"
|
314
|
+
regexpu-core "^4.5.4"
|
315
|
+
|
316
|
+
"@babel/plugin-syntax-async-generators@^7.2.0":
|
317
|
+
version "7.2.0"
|
318
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f"
|
319
|
+
integrity sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==
|
320
|
+
dependencies:
|
321
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
322
|
+
|
323
|
+
"@babel/plugin-syntax-decorators@^7.2.0":
|
324
|
+
version "7.2.0"
|
325
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz#c50b1b957dcc69e4b1127b65e1c33eef61570c1b"
|
326
|
+
integrity sha512-38QdqVoXdHUQfTpZo3rQwqQdWtCn5tMv4uV6r2RMfTqNBuv4ZBhz79SfaQWKTVmxHjeFv/DnXVC/+agHCklYWA==
|
327
|
+
dependencies:
|
328
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
329
|
+
|
330
|
+
"@babel/plugin-syntax-dynamic-import@^7.2.0":
|
331
|
+
version "7.2.0"
|
332
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612"
|
333
|
+
integrity sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==
|
334
|
+
dependencies:
|
335
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
336
|
+
|
337
|
+
"@babel/plugin-syntax-json-strings@^7.2.0":
|
338
|
+
version "7.2.0"
|
339
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz#72bd13f6ffe1d25938129d2a186b11fd62951470"
|
340
|
+
integrity sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==
|
341
|
+
dependencies:
|
342
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
343
|
+
|
344
|
+
"@babel/plugin-syntax-jsx@^7.2.0":
|
345
|
+
version "7.2.0"
|
346
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7"
|
347
|
+
integrity sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw==
|
348
|
+
dependencies:
|
349
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
350
|
+
|
351
|
+
"@babel/plugin-syntax-numeric-separator@^7.2.0":
|
352
|
+
version "7.2.0"
|
353
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.2.0.tgz#7470fe070c2944469a756752a69a6963135018be"
|
354
|
+
integrity sha512-DroeVNkO/BnGpL2R7+ZNZqW+E24aR/4YWxP3Qb15d6lPU8KDzF8HlIUIRCOJRn4X77/oyW4mJY+7FHfY82NLtQ==
|
355
|
+
dependencies:
|
356
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
357
|
+
|
358
|
+
"@babel/plugin-syntax-object-rest-spread@^7.2.0":
|
359
|
+
version "7.2.0"
|
360
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e"
|
361
|
+
integrity sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==
|
362
|
+
dependencies:
|
363
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
364
|
+
|
365
|
+
"@babel/plugin-syntax-optional-catch-binding@^7.2.0":
|
366
|
+
version "7.2.0"
|
367
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz#a94013d6eda8908dfe6a477e7f9eda85656ecf5c"
|
368
|
+
integrity sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==
|
369
|
+
dependencies:
|
370
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
371
|
+
|
372
|
+
"@babel/plugin-syntax-typescript@^7.2.0":
|
373
|
+
version "7.3.3"
|
374
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
|
375
|
+
integrity sha512-dGwbSMA1YhVS8+31CnPR7LB4pcbrzcV99wQzby4uAfrkZPYZlQ7ImwdpzLqi6Z6IL02b8IAL379CaMwo0x5Lag==
|
376
|
+
dependencies:
|
377
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
378
|
+
|
379
|
+
"@babel/plugin-transform-arrow-functions@^7.2.0":
|
380
|
+
version "7.2.0"
|
381
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550"
|
382
|
+
integrity sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==
|
383
|
+
dependencies:
|
384
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
385
|
+
|
386
|
+
"@babel/plugin-transform-async-to-generator@^7.5.0":
|
387
|
+
version "7.5.0"
|
388
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.5.0.tgz#89a3848a0166623b5bc481164b5936ab947e887e"
|
389
|
+
integrity sha512-mqvkzwIGkq0bEF1zLRRiTdjfomZJDV33AH3oQzHVGkI2VzEmXLpKKOBvEVaFZBJdN0XTyH38s9j/Kiqr68dggg==
|
390
|
+
dependencies:
|
391
|
+
"@babel/helper-module-imports" "^7.0.0"
|
392
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
393
|
+
"@babel/helper-remap-async-to-generator" "^7.1.0"
|
394
|
+
|
395
|
+
"@babel/plugin-transform-block-scoped-functions@^7.2.0":
|
396
|
+
version "7.2.0"
|
397
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz#5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190"
|
398
|
+
integrity sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==
|
399
|
+
dependencies:
|
400
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
401
|
+
|
402
|
+
"@babel/plugin-transform-block-scoping@^7.6.0":
|
403
|
+
version "7.6.0"
|
404
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.0.tgz#c49e21228c4bbd4068a35667e6d951c75439b1dc"
|
405
|
+
integrity sha512-tIt4E23+kw6TgL/edACZwP1OUKrjOTyMrFMLoT5IOFrfMRabCgekjqFd5o6PaAMildBu46oFkekIdMuGkkPEpA==
|
406
|
+
dependencies:
|
407
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
408
|
+
lodash "^4.17.13"
|
409
|
+
|
410
|
+
"@babel/plugin-transform-classes@^7.5.5":
|
411
|
+
version "7.5.5"
|
412
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9"
|
413
|
+
integrity sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg==
|
414
|
+
dependencies:
|
415
|
+
"@babel/helper-annotate-as-pure" "^7.0.0"
|
416
|
+
"@babel/helper-define-map" "^7.5.5"
|
417
|
+
"@babel/helper-function-name" "^7.1.0"
|
418
|
+
"@babel/helper-optimise-call-expression" "^7.0.0"
|
419
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
420
|
+
"@babel/helper-replace-supers" "^7.5.5"
|
421
|
+
"@babel/helper-split-export-declaration" "^7.4.4"
|
422
|
+
globals "^11.1.0"
|
423
|
+
|
424
|
+
"@babel/plugin-transform-computed-properties@^7.2.0":
|
425
|
+
version "7.2.0"
|
426
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz#83a7df6a658865b1c8f641d510c6f3af220216da"
|
427
|
+
integrity sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==
|
428
|
+
dependencies:
|
429
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
430
|
+
|
431
|
+
"@babel/plugin-transform-destructuring@^7.6.0":
|
432
|
+
version "7.6.0"
|
433
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz#44bbe08b57f4480094d57d9ffbcd96d309075ba6"
|
434
|
+
integrity sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ==
|
435
|
+
dependencies:
|
436
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
437
|
+
|
438
|
+
"@babel/plugin-transform-dotall-regex@^7.4.4":
|
439
|
+
version "7.4.4"
|
440
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.4.4.tgz#361a148bc951444312c69446d76ed1ea8e4450c3"
|
441
|
+
integrity sha512-P05YEhRc2h53lZDjRPk/OektxCVevFzZs2Gfjd545Wde3k+yFDbXORgl2e0xpbq8mLcKJ7Idss4fAg0zORN/zg==
|
442
|
+
dependencies:
|
443
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
444
|
+
"@babel/helper-regex" "^7.4.4"
|
445
|
+
regexpu-core "^4.5.4"
|
446
|
+
|
447
|
+
"@babel/plugin-transform-duplicate-keys@^7.5.0":
|
448
|
+
version "7.5.0"
|
449
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853"
|
450
|
+
integrity sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==
|
451
|
+
dependencies:
|
452
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
453
|
+
|
454
|
+
"@babel/plugin-transform-exponentiation-operator@^7.2.0":
|
455
|
+
version "7.2.0"
|
456
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz#a63868289e5b4007f7054d46491af51435766008"
|
457
|
+
integrity sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==
|
458
|
+
dependencies:
|
459
|
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0"
|
460
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
461
|
+
|
462
|
+
"@babel/plugin-transform-for-of@^7.4.4":
|
463
|
+
version "7.4.4"
|
464
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz#0267fc735e24c808ba173866c6c4d1440fc3c556"
|
465
|
+
integrity sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==
|
466
|
+
dependencies:
|
467
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
468
|
+
|
469
|
+
"@babel/plugin-transform-function-name@^7.4.4":
|
470
|
+
version "7.4.4"
|
471
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.4.4.tgz#e1436116abb0610c2259094848754ac5230922ad"
|
472
|
+
integrity sha512-iU9pv7U+2jC9ANQkKeNF6DrPy4GBa4NWQtl6dHB4Pb3izX2JOEvDTFarlNsBj/63ZEzNNIAMs3Qw4fNCcSOXJA==
|
473
|
+
dependencies:
|
474
|
+
"@babel/helper-function-name" "^7.1.0"
|
475
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
476
|
+
|
477
|
+
"@babel/plugin-transform-literals@^7.2.0":
|
478
|
+
version "7.2.0"
|
479
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz#690353e81f9267dad4fd8cfd77eafa86aba53ea1"
|
480
|
+
integrity sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==
|
481
|
+
dependencies:
|
482
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
483
|
+
|
484
|
+
"@babel/plugin-transform-member-expression-literals@^7.2.0":
|
485
|
+
version "7.2.0"
|
486
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.2.0.tgz#fa10aa5c58a2cb6afcf2c9ffa8cb4d8b3d489a2d"
|
487
|
+
integrity sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA==
|
488
|
+
dependencies:
|
489
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
490
|
+
|
491
|
+
"@babel/plugin-transform-modules-amd@^7.5.0":
|
492
|
+
version "7.5.0"
|
493
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz#ef00435d46da0a5961aa728a1d2ecff063e4fb91"
|
494
|
+
integrity sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==
|
495
|
+
dependencies:
|
496
|
+
"@babel/helper-module-transforms" "^7.1.0"
|
497
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
498
|
+
babel-plugin-dynamic-import-node "^2.3.0"
|
499
|
+
|
500
|
+
"@babel/plugin-transform-modules-commonjs@^7.6.0":
|
501
|
+
version "7.6.0"
|
502
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.6.0.tgz#39dfe957de4420445f1fcf88b68a2e4aa4515486"
|
503
|
+
integrity sha512-Ma93Ix95PNSEngqomy5LSBMAQvYKVe3dy+JlVJSHEXZR5ASL9lQBedMiCyVtmTLraIDVRE3ZjTZvmXXD2Ozw3g==
|
504
|
+
dependencies:
|
505
|
+
"@babel/helper-module-transforms" "^7.4.4"
|
506
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
507
|
+
"@babel/helper-simple-access" "^7.1.0"
|
508
|
+
babel-plugin-dynamic-import-node "^2.3.0"
|
509
|
+
|
510
|
+
"@babel/plugin-transform-modules-systemjs@^7.5.0":
|
511
|
+
version "7.5.0"
|
512
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz#e75266a13ef94202db2a0620977756f51d52d249"
|
513
|
+
integrity sha512-Q2m56tyoQWmuNGxEtUyeEkm6qJYFqs4c+XyXH5RAuYxObRNz9Zgj/1g2GMnjYp2EUyEy7YTrxliGCXzecl/vJg==
|
514
|
+
dependencies:
|
515
|
+
"@babel/helper-hoist-variables" "^7.4.4"
|
516
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
517
|
+
babel-plugin-dynamic-import-node "^2.3.0"
|
518
|
+
|
519
|
+
"@babel/plugin-transform-modules-umd@^7.2.0":
|
520
|
+
version "7.2.0"
|
521
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz#7678ce75169f0877b8eb2235538c074268dd01ae"
|
522
|
+
integrity sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw==
|
523
|
+
dependencies:
|
524
|
+
"@babel/helper-module-transforms" "^7.1.0"
|
525
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
526
|
+
|
527
|
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.0":
|
528
|
+
version "7.6.0"
|
529
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.0.tgz#1e6e663097813bb4f53d42df0750cf28ad3bb3f1"
|
530
|
+
integrity sha512-jem7uytlmrRl3iCAuQyw8BpB4c4LWvSpvIeXKpMb+7j84lkx4m4mYr5ErAcmN5KM7B6BqrAvRGjBIbbzqCczew==
|
531
|
+
dependencies:
|
532
|
+
regexp-tree "^0.1.13"
|
533
|
+
|
534
|
+
"@babel/plugin-transform-new-target@^7.4.4":
|
535
|
+
version "7.4.4"
|
536
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
|
537
|
+
integrity sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA==
|
538
|
+
dependencies:
|
539
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
540
|
+
|
541
|
+
"@babel/plugin-transform-object-super@^7.5.5":
|
542
|
+
version "7.5.5"
|
543
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9"
|
544
|
+
integrity sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ==
|
545
|
+
dependencies:
|
546
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
547
|
+
"@babel/helper-replace-supers" "^7.5.5"
|
548
|
+
|
549
|
+
"@babel/plugin-transform-parameters@^7.4.4":
|
550
|
+
version "7.4.4"
|
551
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz#7556cf03f318bd2719fe4c922d2d808be5571e16"
|
552
|
+
integrity sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw==
|
553
|
+
dependencies:
|
554
|
+
"@babel/helper-call-delegate" "^7.4.4"
|
555
|
+
"@babel/helper-get-function-arity" "^7.0.0"
|
556
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
557
|
+
|
558
|
+
"@babel/plugin-transform-property-literals@^7.2.0":
|
559
|
+
version "7.2.0"
|
560
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.2.0.tgz#03e33f653f5b25c4eb572c98b9485055b389e905"
|
561
|
+
integrity sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ==
|
562
|
+
dependencies:
|
563
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
564
|
+
|
565
|
+
"@babel/plugin-transform-react-constant-elements@^7.2.0":
|
566
|
+
version "7.6.0"
|
567
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.6.0.tgz#13b8434fb817d30feebd811256eb402c9a245c9e"
|
568
|
+
integrity sha512-np/nPuII8DHOZWB3u8u+NSeKlEz0eBrOlnVksIQog4C9NGVzXO+NLxMcXn4Eu4GMFzOw2W6Tyo6L3+Wv8z9Y5w==
|
569
|
+
dependencies:
|
570
|
+
"@babel/helper-annotate-as-pure" "^7.0.0"
|
571
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
572
|
+
|
573
|
+
"@babel/plugin-transform-react-display-name@^7.0.0":
|
574
|
+
version "7.2.0"
|
575
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.2.0.tgz#ebfaed87834ce8dc4279609a4f0c324c156e3eb0"
|
576
|
+
integrity sha512-Htf/tPa5haZvRMiNSQSFifK12gtr/8vwfr+A9y69uF0QcU77AVu4K7MiHEkTxF7lQoHOL0F9ErqgfNEAKgXj7A==
|
577
|
+
dependencies:
|
578
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
579
|
+
|
580
|
+
"@babel/plugin-transform-react-jsx-self@^7.0.0":
|
581
|
+
version "7.2.0"
|
582
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.2.0.tgz#461e21ad9478f1031dd5e276108d027f1b5240ba"
|
583
|
+
integrity sha512-v6S5L/myicZEy+jr6ielB0OR8h+EH/1QFx/YJ7c7Ua+7lqsjj/vW6fD5FR9hB/6y7mGbfT4vAURn3xqBxsUcdg==
|
584
|
+
dependencies:
|
585
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
586
|
+
"@babel/plugin-syntax-jsx" "^7.2.0"
|
587
|
+
|
588
|
+
"@babel/plugin-transform-react-jsx-source@^7.0.0":
|
589
|
+
version "7.5.0"
|
590
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b"
|
591
|
+
integrity sha512-58Q+Jsy4IDCZx7kqEZuSDdam/1oW8OdDX8f+Loo6xyxdfg1yF0GE2XNJQSTZCaMol93+FBzpWiPEwtbMloAcPg==
|
592
|
+
dependencies:
|
593
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
594
|
+
"@babel/plugin-syntax-jsx" "^7.2.0"
|
595
|
+
|
596
|
+
"@babel/plugin-transform-react-jsx@^7.0.0":
|
597
|
+
version "7.3.0"
|
598
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.3.0.tgz#f2cab99026631c767e2745a5368b331cfe8f5290"
|
599
|
+
integrity sha512-a/+aRb7R06WcKvQLOu4/TpjKOdvVEKRLWFpKcNuHhiREPgGRB4TQJxq07+EZLS8LFVYpfq1a5lDUnuMdcCpBKg==
|
600
|
+
dependencies:
|
601
|
+
"@babel/helper-builder-react-jsx" "^7.3.0"
|
602
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
603
|
+
"@babel/plugin-syntax-jsx" "^7.2.0"
|
604
|
+
|
605
|
+
"@babel/plugin-transform-regenerator@^7.4.5":
|
606
|
+
version "7.4.5"
|
607
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz#629dc82512c55cee01341fb27bdfcb210354680f"
|
608
|
+
integrity sha512-gBKRh5qAaCWntnd09S8QC7r3auLCqq5DI6O0DlfoyDjslSBVqBibrMdsqO+Uhmx3+BlOmE/Kw1HFxmGbv0N9dA==
|
609
|
+
dependencies:
|
610
|
+
regenerator-transform "^0.14.0"
|
611
|
+
|
612
|
+
"@babel/plugin-transform-reserved-words@^7.2.0":
|
613
|
+
version "7.2.0"
|
614
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.2.0.tgz#4792af87c998a49367597d07fedf02636d2e1634"
|
615
|
+
integrity sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw==
|
616
|
+
dependencies:
|
617
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
618
|
+
|
619
|
+
"@babel/plugin-transform-shorthand-properties@^7.2.0":
|
620
|
+
version "7.2.0"
|
621
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz#6333aee2f8d6ee7e28615457298934a3b46198f0"
|
622
|
+
integrity sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==
|
623
|
+
dependencies:
|
624
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
625
|
+
|
626
|
+
"@babel/plugin-transform-spread@^7.2.0":
|
627
|
+
version "7.2.2"
|
628
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz#3103a9abe22f742b6d406ecd3cd49b774919b406"
|
629
|
+
integrity sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==
|
630
|
+
dependencies:
|
631
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
632
|
+
|
633
|
+
"@babel/plugin-transform-sticky-regex@^7.2.0":
|
634
|
+
version "7.2.0"
|
635
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1"
|
636
|
+
integrity sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==
|
637
|
+
dependencies:
|
638
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
639
|
+
"@babel/helper-regex" "^7.0.0"
|
640
|
+
|
641
|
+
"@babel/plugin-transform-template-literals@^7.4.4":
|
642
|
+
version "7.4.4"
|
643
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.4.4.tgz#9d28fea7bbce637fb7612a0750989d8321d4bcb0"
|
644
|
+
integrity sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g==
|
645
|
+
dependencies:
|
646
|
+
"@babel/helper-annotate-as-pure" "^7.0.0"
|
647
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
648
|
+
|
649
|
+
"@babel/plugin-transform-typeof-symbol@^7.2.0":
|
650
|
+
version "7.2.0"
|
651
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz#117d2bcec2fbf64b4b59d1f9819894682d29f2b2"
|
652
|
+
integrity sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==
|
653
|
+
dependencies:
|
654
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
655
|
+
|
656
|
+
"@babel/plugin-transform-typescript@^7.6.0":
|
657
|
+
version "7.6.0"
|
658
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.0.tgz#48d78405f1aa856ebeea7288a48a19ed8da377a6"
|
659
|
+
integrity sha512-yzw7EopOOr6saONZ3KA3lpizKnWRTe+rfBqg4AmQbSow7ik7fqmzrfIqt053osLwLE2AaTqGinLM2tl6+M/uog==
|
660
|
+
dependencies:
|
661
|
+
"@babel/helper-create-class-features-plugin" "^7.6.0"
|
662
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
663
|
+
"@babel/plugin-syntax-typescript" "^7.2.0"
|
664
|
+
|
665
|
+
"@babel/plugin-transform-unicode-regex@^7.4.4":
|
666
|
+
version "7.4.4"
|
667
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
|
668
|
+
integrity sha512-il+/XdNw01i93+M9J9u4T7/e/Ue/vWfNZE4IRUQjplu2Mqb/AFTDimkw2tdEdSH50wuQXZAbXSql0UphQke+vA==
|
669
|
+
dependencies:
|
670
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
671
|
+
"@babel/helper-regex" "^7.4.4"
|
672
|
+
regexpu-core "^4.5.4"
|
673
|
+
|
674
|
+
"@babel/preset-env@^7.4.3":
|
675
|
+
version "7.6.0"
|
676
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50"
|
677
|
+
integrity sha512-1efzxFv/TcPsNXlRhMzRnkBFMeIqBBgzwmZwlFDw5Ubj0AGLeufxugirwZmkkX/ayi3owsSqoQ4fw8LkfK9SYg==
|
678
|
+
dependencies:
|
679
|
+
"@babel/helper-module-imports" "^7.0.0"
|
680
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
681
|
+
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
|
682
|
+
"@babel/plugin-proposal-dynamic-import" "^7.5.0"
|
683
|
+
"@babel/plugin-proposal-json-strings" "^7.2.0"
|
684
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.5.5"
|
685
|
+
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
|
686
|
+
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
|
687
|
+
"@babel/plugin-syntax-async-generators" "^7.2.0"
|
688
|
+
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
|
689
|
+
"@babel/plugin-syntax-json-strings" "^7.2.0"
|
690
|
+
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
|
691
|
+
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
|
692
|
+
"@babel/plugin-transform-arrow-functions" "^7.2.0"
|
693
|
+
"@babel/plugin-transform-async-to-generator" "^7.5.0"
|
694
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
|
695
|
+
"@babel/plugin-transform-block-scoping" "^7.6.0"
|
696
|
+
"@babel/plugin-transform-classes" "^7.5.5"
|
697
|
+
"@babel/plugin-transform-computed-properties" "^7.2.0"
|
698
|
+
"@babel/plugin-transform-destructuring" "^7.6.0"
|
699
|
+
"@babel/plugin-transform-dotall-regex" "^7.4.4"
|
700
|
+
"@babel/plugin-transform-duplicate-keys" "^7.5.0"
|
701
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
|
702
|
+
"@babel/plugin-transform-for-of" "^7.4.4"
|
703
|
+
"@babel/plugin-transform-function-name" "^7.4.4"
|
704
|
+
"@babel/plugin-transform-literals" "^7.2.0"
|
705
|
+
"@babel/plugin-transform-member-expression-literals" "^7.2.0"
|
706
|
+
"@babel/plugin-transform-modules-amd" "^7.5.0"
|
707
|
+
"@babel/plugin-transform-modules-commonjs" "^7.6.0"
|
708
|
+
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
|
709
|
+
"@babel/plugin-transform-modules-umd" "^7.2.0"
|
710
|
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.0"
|
711
|
+
"@babel/plugin-transform-new-target" "^7.4.4"
|
712
|
+
"@babel/plugin-transform-object-super" "^7.5.5"
|
713
|
+
"@babel/plugin-transform-parameters" "^7.4.4"
|
714
|
+
"@babel/plugin-transform-property-literals" "^7.2.0"
|
715
|
+
"@babel/plugin-transform-regenerator" "^7.4.5"
|
716
|
+
"@babel/plugin-transform-reserved-words" "^7.2.0"
|
717
|
+
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
|
718
|
+
"@babel/plugin-transform-spread" "^7.2.0"
|
719
|
+
"@babel/plugin-transform-sticky-regex" "^7.2.0"
|
720
|
+
"@babel/plugin-transform-template-literals" "^7.4.4"
|
721
|
+
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
|
722
|
+
"@babel/plugin-transform-unicode-regex" "^7.4.4"
|
723
|
+
"@babel/types" "^7.6.0"
|
724
|
+
browserslist "^4.6.0"
|
725
|
+
core-js-compat "^3.1.1"
|
726
|
+
invariant "^2.2.2"
|
727
|
+
js-levenshtein "^1.1.3"
|
728
|
+
semver "^5.5.0"
|
729
|
+
|
730
|
+
"@babel/preset-react@^7.0.0":
|
731
|
+
version "7.0.0"
|
732
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0"
|
733
|
+
integrity sha512-oayxyPS4Zj+hF6Et11BwuBkmpgT/zMxyuZgFrMeZID6Hdh3dGlk4sHCAhdBCpuCKW2ppBfl2uCCetlrUIJRY3w==
|
734
|
+
dependencies:
|
735
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
736
|
+
"@babel/plugin-transform-react-display-name" "^7.0.0"
|
737
|
+
"@babel/plugin-transform-react-jsx" "^7.0.0"
|
738
|
+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
|
739
|
+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
|
740
|
+
|
741
|
+
"@babel/preset-typescript@^7.3.3":
|
742
|
+
version "7.6.0"
|
743
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.6.0.tgz#25768cb8830280baf47c45ab1a519a9977498c98"
|
744
|
+
integrity sha512-4xKw3tTcCm0qApyT6PqM9qniseCE79xGHiUnNdKGdxNsGUc2X7WwZybqIpnTmoukg3nhPceI5KPNzNqLNeIJww==
|
745
|
+
dependencies:
|
746
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
747
|
+
"@babel/plugin-transform-typescript" "^7.6.0"
|
748
|
+
|
749
|
+
"@babel/template@^7.1.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0":
|
750
|
+
version "7.6.0"
|
751
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
|
752
|
+
integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ==
|
753
|
+
dependencies:
|
754
|
+
"@babel/code-frame" "^7.0.0"
|
755
|
+
"@babel/parser" "^7.6.0"
|
756
|
+
"@babel/types" "^7.6.0"
|
757
|
+
|
758
|
+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.0":
|
759
|
+
version "7.6.0"
|
760
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516"
|
761
|
+
integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ==
|
762
|
+
dependencies:
|
763
|
+
"@babel/code-frame" "^7.5.5"
|
764
|
+
"@babel/generator" "^7.6.0"
|
765
|
+
"@babel/helper-function-name" "^7.1.0"
|
766
|
+
"@babel/helper-split-export-declaration" "^7.4.4"
|
767
|
+
"@babel/parser" "^7.6.0"
|
768
|
+
"@babel/types" "^7.6.0"
|
769
|
+
debug "^4.1.0"
|
770
|
+
globals "^11.1.0"
|
771
|
+
lodash "^4.17.13"
|
772
|
+
|
773
|
+
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0":
|
774
|
+
version "7.6.1"
|
775
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648"
|
776
|
+
integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==
|
777
|
+
dependencies:
|
778
|
+
esutils "^2.0.2"
|
779
|
+
lodash "^4.17.13"
|
780
|
+
to-fast-properties "^2.0.0"
|
781
|
+
|
5
782
|
"@sinonjs/commons@^1", "@sinonjs/commons@^1.0.2":
|
6
783
|
version "1.4.0"
|
7
784
|
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.4.0.tgz#7b3ec2d96af481d7a0321252e7b1c94724ec5a78"
|
@@ -9,7 +786,14 @@
|
|
9
786
|
dependencies:
|
10
787
|
type-detect "4.0.8"
|
11
788
|
|
12
|
-
"@sinonjs/
|
789
|
+
"@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.4.0":
|
790
|
+
version "1.6.0"
|
791
|
+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.6.0.tgz#ec7670432ae9c8eb710400d112c201a362d83393"
|
792
|
+
integrity sha512-w4/WHG7C4WWFyE5geCieFJF6MZkbW4VAriol5KlmQXpAQdxvV0p26sqNZOW6Qyw6Y0l9K4g+cHvvczR2sEEpqg==
|
793
|
+
dependencies:
|
794
|
+
type-detect "4.0.8"
|
795
|
+
|
796
|
+
"@sinonjs/formatio@^3.2.1":
|
13
797
|
version "3.2.1"
|
14
798
|
resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-3.2.1.tgz#52310f2f9bcbc67bdac18c94ad4901b95fde267e"
|
15
799
|
integrity sha512-tsHvOB24rvyvV2+zKMmPkZ7dXX6LSLKZ7aOtXY6Edklp0uRcgGpOsQTTGTcWViFyx4uhWc6GV8QdnALbIbIdeQ==
|
@@ -17,11 +801,6 @@
|
|
17
801
|
"@sinonjs/commons" "^1"
|
18
802
|
"@sinonjs/samsam" "^3.1.0"
|
19
803
|
|
20
|
-
"@sinonjs/samsam@^2.1.2":
|
21
|
-
version "2.1.3"
|
22
|
-
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-2.1.3.tgz#62cf2a9b624edc795134135fe37fc2ae8ea36be3"
|
23
|
-
integrity sha512-8zNeBkSKhU9a5cRNbpCKau2WWPfan+Q2zDlcXvXyhn9EsMqgYs4qzo0XHNVlXC6ABQL8fT6nV+zzo5RTHJzyXw==
|
24
|
-
|
25
804
|
"@sinonjs/samsam@^3.1.0":
|
26
805
|
version "3.3.1"
|
27
806
|
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.3.1.tgz#e88c53fbd9d91ad9f0f2b0140c16c7c107fe0d07"
|
@@ -31,6 +810,15 @@
|
|
31
810
|
array-from "^2.1.1"
|
32
811
|
lodash "^4.17.11"
|
33
812
|
|
813
|
+
"@sinonjs/samsam@^3.3.3":
|
814
|
+
version "3.3.3"
|
815
|
+
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.3.3.tgz#46682efd9967b259b81136b9f120fd54585feb4a"
|
816
|
+
integrity sha512-bKCMKZvWIjYD0BLGnNrxVuw4dkWCYsLqFOUWw8VgKF/+5Y+mE7LfHWPIYoDXowH+3a9LsWDMo0uAP8YDosPvHQ==
|
817
|
+
dependencies:
|
818
|
+
"@sinonjs/commons" "^1.3.0"
|
819
|
+
array-from "^2.1.1"
|
820
|
+
lodash "^4.17.15"
|
821
|
+
|
34
822
|
"@sinonjs/text-encoding@^0.7.1":
|
35
823
|
version "0.7.1"
|
36
824
|
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
|
@@ -205,15 +993,10 @@ accepts@~1.3.4:
|
|
205
993
|
mime-types "~2.1.24"
|
206
994
|
negotiator "0.6.2"
|
207
995
|
|
208
|
-
acorn
|
209
|
-
version "
|
210
|
-
resolved "https://registry.yarnpkg.com/acorn
|
211
|
-
integrity sha512
|
212
|
-
|
213
|
-
acorn@^6.0.5:
|
214
|
-
version "6.1.1"
|
215
|
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
|
216
|
-
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
|
996
|
+
acorn@^6.2.1:
|
997
|
+
version "6.3.0"
|
998
|
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
|
999
|
+
integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==
|
217
1000
|
|
218
1001
|
after@0.8.2:
|
219
1002
|
version "0.8.2"
|
@@ -225,31 +1008,31 @@ ajv-errors@^1.0.0:
|
|
225
1008
|
resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d"
|
226
1009
|
integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==
|
227
1010
|
|
228
|
-
ajv-keywords@^3.1.0:
|
229
|
-
version "3.4.
|
230
|
-
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.
|
231
|
-
integrity sha512-
|
1011
|
+
ajv-keywords@^3.1.0, ajv-keywords@^3.4.1:
|
1012
|
+
version "3.4.1"
|
1013
|
+
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz#ef916e271c64ac12171fd8384eaae6b2345854da"
|
1014
|
+
integrity sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==
|
232
1015
|
|
233
|
-
ajv@^6.1.0:
|
234
|
-
version "6.10.
|
235
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.
|
236
|
-
integrity sha512-
|
1016
|
+
ajv@^6.1.0, ajv@^6.10.2:
|
1017
|
+
version "6.10.2"
|
1018
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
|
1019
|
+
integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
|
237
1020
|
dependencies:
|
238
1021
|
fast-deep-equal "^2.0.1"
|
239
1022
|
fast-json-stable-stringify "^2.0.0"
|
240
1023
|
json-schema-traverse "^0.4.1"
|
241
1024
|
uri-js "^4.2.2"
|
242
1025
|
|
243
|
-
amdefine@>=0.0.4:
|
244
|
-
version "1.0.1"
|
245
|
-
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
|
246
|
-
integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=
|
247
|
-
|
248
1026
|
ansi-colors@3.2.3:
|
249
1027
|
version "3.2.3"
|
250
1028
|
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.3.tgz#57d35b8686e851e2cc04c403f1c00203976a1813"
|
251
1029
|
integrity sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==
|
252
1030
|
|
1031
|
+
ansi-colors@^3.0.0:
|
1032
|
+
version "3.2.4"
|
1033
|
+
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
|
1034
|
+
integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
|
1035
|
+
|
253
1036
|
ansi-regex@^2.0.0:
|
254
1037
|
version "2.1.1"
|
255
1038
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
|
@@ -285,6 +1068,14 @@ anymatch@^2.0.0:
|
|
285
1068
|
micromatch "^3.1.4"
|
286
1069
|
normalize-path "^2.1.1"
|
287
1070
|
|
1071
|
+
anymatch@^3.1.0:
|
1072
|
+
version "3.1.0"
|
1073
|
+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.0.tgz#e609350e50a9313b472789b2f14ef35808ee14d6"
|
1074
|
+
integrity sha512-Ozz7l4ixzI7Oxj2+cw+p0tVUt27BpaJ+1+q1TCeANWxHpvyn2+Un+YamBdfKu0uh8xLodGhoa1v7595NhKDAuA==
|
1075
|
+
dependencies:
|
1076
|
+
normalize-path "^3.0.0"
|
1077
|
+
picomatch "^2.0.4"
|
1078
|
+
|
288
1079
|
aproba@^1.0.3, aproba@^1.1.1:
|
289
1080
|
version "1.2.0"
|
290
1081
|
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
|
@@ -320,11 +1111,6 @@ arr-union@^3.1.0:
|
|
320
1111
|
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
|
321
1112
|
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
|
322
1113
|
|
323
|
-
array-find-index@^1.0.1:
|
324
|
-
version "1.0.2"
|
325
|
-
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
|
326
|
-
integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=
|
327
|
-
|
328
1114
|
array-from@^2.1.1:
|
329
1115
|
version "2.1.1"
|
330
1116
|
resolved "https://registry.yarnpkg.com/array-from/-/array-from-2.1.1.tgz#cfe9d8c26628b9dc5aecc62a9f5d8f1f352c1195"
|
@@ -350,10 +1136,11 @@ asn1.js@^4.0.0:
|
|
350
1136
|
minimalistic-assert "^1.0.0"
|
351
1137
|
|
352
1138
|
assert@^1.1.1:
|
353
|
-
version "1.
|
354
|
-
resolved "https://registry.yarnpkg.com/assert/-/assert-1.
|
355
|
-
integrity
|
1139
|
+
version "1.5.0"
|
1140
|
+
resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb"
|
1141
|
+
integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==
|
356
1142
|
dependencies:
|
1143
|
+
object-assign "^4.1.1"
|
357
1144
|
util "0.10.3"
|
358
1145
|
|
359
1146
|
assertion-error@^1.1.0:
|
@@ -372,665 +1159,68 @@ async-each@^1.0.1:
|
|
372
1159
|
integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
|
373
1160
|
|
374
1161
|
async-limiter@~1.0.0:
|
375
|
-
version "1.0.
|
376
|
-
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.
|
377
|
-
integrity sha512-
|
1162
|
+
version "1.0.1"
|
1163
|
+
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
|
1164
|
+
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
|
378
1165
|
|
379
|
-
async@^2.
|
380
|
-
version "2.6.
|
381
|
-
resolved "https://registry.yarnpkg.com/async/-/async-2.6.
|
382
|
-
integrity sha512-
|
1166
|
+
async@^2.6.2:
|
1167
|
+
version "2.6.3"
|
1168
|
+
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
|
1169
|
+
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
|
383
1170
|
dependencies:
|
384
|
-
lodash "^4.17.
|
1171
|
+
lodash "^4.17.14"
|
385
1172
|
|
386
1173
|
atob@^2.1.1:
|
387
1174
|
version "2.1.2"
|
388
1175
|
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
389
1176
|
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
390
1177
|
|
391
|
-
babel-
|
392
|
-
version "
|
393
|
-
resolved "https://registry.yarnpkg.com/babel-
|
394
|
-
integrity
|
395
|
-
dependencies:
|
396
|
-
chalk "^1.1.3"
|
397
|
-
esutils "^2.0.2"
|
398
|
-
js-tokens "^3.0.2"
|
399
|
-
|
400
|
-
babel-helper-builder-binary-assignment-operator-visitor@^6.24.1:
|
401
|
-
version "6.24.1"
|
402
|
-
resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664"
|
403
|
-
integrity sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=
|
404
|
-
dependencies:
|
405
|
-
babel-helper-explode-assignable-expression "^6.24.1"
|
406
|
-
babel-runtime "^6.22.0"
|
407
|
-
babel-types "^6.24.1"
|
408
|
-
|
409
|
-
babel-helper-builder-react-jsx@^6.24.1:
|
410
|
-
version "6.26.0"
|
411
|
-
resolved "https://registry.yarnpkg.com/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.26.0.tgz#39ff8313b75c8b65dceff1f31d383e0ff2a408a0"
|
412
|
-
integrity sha1-Of+DE7dci2Xc7/HzHTg+D/KkCKA=
|
413
|
-
dependencies:
|
414
|
-
babel-runtime "^6.26.0"
|
415
|
-
babel-types "^6.26.0"
|
416
|
-
esutils "^2.0.2"
|
417
|
-
|
418
|
-
babel-helper-call-delegate@^6.24.1:
|
419
|
-
version "6.24.1"
|
420
|
-
resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz#ece6aacddc76e41c3461f88bfc575bd0daa2df8d"
|
421
|
-
integrity sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=
|
422
|
-
dependencies:
|
423
|
-
babel-helper-hoist-variables "^6.24.1"
|
424
|
-
babel-runtime "^6.22.0"
|
425
|
-
babel-traverse "^6.24.1"
|
426
|
-
babel-types "^6.24.1"
|
427
|
-
|
428
|
-
babel-helper-define-map@^6.24.1:
|
429
|
-
version "6.26.0"
|
430
|
-
resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz#a5f56dab41a25f97ecb498c7ebaca9819f95be5f"
|
431
|
-
integrity sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=
|
432
|
-
dependencies:
|
433
|
-
babel-helper-function-name "^6.24.1"
|
434
|
-
babel-runtime "^6.26.0"
|
435
|
-
babel-types "^6.26.0"
|
436
|
-
lodash "^4.17.4"
|
437
|
-
|
438
|
-
babel-helper-explode-assignable-expression@^6.24.1:
|
439
|
-
version "6.24.1"
|
440
|
-
resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz#f25b82cf7dc10433c55f70592d5746400ac22caa"
|
441
|
-
integrity sha1-8luCz33BBDPFX3BZLVdGQArCLKo=
|
442
|
-
dependencies:
|
443
|
-
babel-runtime "^6.22.0"
|
444
|
-
babel-traverse "^6.24.1"
|
445
|
-
babel-types "^6.24.1"
|
446
|
-
|
447
|
-
babel-helper-function-name@^6.24.1:
|
448
|
-
version "6.24.1"
|
449
|
-
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
|
450
|
-
integrity sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=
|
451
|
-
dependencies:
|
452
|
-
babel-helper-get-function-arity "^6.24.1"
|
453
|
-
babel-runtime "^6.22.0"
|
454
|
-
babel-template "^6.24.1"
|
455
|
-
babel-traverse "^6.24.1"
|
456
|
-
babel-types "^6.24.1"
|
457
|
-
|
458
|
-
babel-helper-get-function-arity@^6.24.1:
|
459
|
-
version "6.24.1"
|
460
|
-
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d"
|
461
|
-
integrity sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=
|
462
|
-
dependencies:
|
463
|
-
babel-runtime "^6.22.0"
|
464
|
-
babel-types "^6.24.1"
|
465
|
-
|
466
|
-
babel-helper-hoist-variables@^6.24.1:
|
467
|
-
version "6.24.1"
|
468
|
-
resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz#1ecb27689c9d25513eadbc9914a73f5408be7a76"
|
469
|
-
integrity sha1-HssnaJydJVE+rbyZFKc/VAi+enY=
|
470
|
-
dependencies:
|
471
|
-
babel-runtime "^6.22.0"
|
472
|
-
babel-types "^6.24.1"
|
473
|
-
|
474
|
-
babel-helper-optimise-call-expression@^6.24.1:
|
475
|
-
version "6.24.1"
|
476
|
-
resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257"
|
477
|
-
integrity sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=
|
478
|
-
dependencies:
|
479
|
-
babel-runtime "^6.22.0"
|
480
|
-
babel-types "^6.24.1"
|
481
|
-
|
482
|
-
babel-helper-regex@^6.24.1:
|
483
|
-
version "6.26.0"
|
484
|
-
resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz#325c59f902f82f24b74faceed0363954f6495e72"
|
485
|
-
integrity sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=
|
486
|
-
dependencies:
|
487
|
-
babel-runtime "^6.26.0"
|
488
|
-
babel-types "^6.26.0"
|
489
|
-
lodash "^4.17.4"
|
490
|
-
|
491
|
-
babel-helper-remap-async-to-generator@^6.24.1:
|
492
|
-
version "6.24.1"
|
493
|
-
resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz#5ec581827ad723fecdd381f1c928390676e4551b"
|
494
|
-
integrity sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=
|
495
|
-
dependencies:
|
496
|
-
babel-helper-function-name "^6.24.1"
|
497
|
-
babel-runtime "^6.22.0"
|
498
|
-
babel-template "^6.24.1"
|
499
|
-
babel-traverse "^6.24.1"
|
500
|
-
babel-types "^6.24.1"
|
501
|
-
|
502
|
-
babel-helper-replace-supers@^6.24.1:
|
503
|
-
version "6.24.1"
|
504
|
-
resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a"
|
505
|
-
integrity sha1-v22/5Dk40XNpohPKiov3S2qQqxo=
|
506
|
-
dependencies:
|
507
|
-
babel-helper-optimise-call-expression "^6.24.1"
|
508
|
-
babel-messages "^6.23.0"
|
509
|
-
babel-runtime "^6.22.0"
|
510
|
-
babel-template "^6.24.1"
|
511
|
-
babel-traverse "^6.24.1"
|
512
|
-
babel-types "^6.24.1"
|
513
|
-
|
514
|
-
babel-loader@^8.0.2:
|
515
|
-
version "8.0.5"
|
516
|
-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.5.tgz#225322d7509c2157655840bba52e46b6c2f2fe33"
|
517
|
-
integrity sha512-NTnHnVRd2JnRqPC0vW+iOQWU5pchDbYXsG2E6DMXEpMfUcQKclF9gmf3G3ZMhzG7IG9ji4coL0cm+FxeWxDpnw==
|
1178
|
+
babel-loader@^8.0.6:
|
1179
|
+
version "8.0.6"
|
1180
|
+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.6.tgz#e33bdb6f362b03f4bb141a0c21ab87c501b70dfb"
|
1181
|
+
integrity sha512-4BmWKtBOBm13uoUwd08UwjZlaw3O9GWf456R9j+5YykFZ6LUIjIKLc0zEZf+hauxPOJs96C8k6FvYD09vWzhYw==
|
518
1182
|
dependencies:
|
519
1183
|
find-cache-dir "^2.0.0"
|
520
1184
|
loader-utils "^1.0.2"
|
521
1185
|
mkdirp "^0.5.1"
|
522
|
-
|
523
|
-
|
524
|
-
babel-messages@^6.23.0:
|
525
|
-
version "6.23.0"
|
526
|
-
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
|
527
|
-
integrity sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=
|
528
|
-
dependencies:
|
529
|
-
babel-runtime "^6.22.0"
|
1186
|
+
pify "^4.0.1"
|
530
1187
|
|
531
|
-
babel-plugin-
|
532
|
-
version "
|
533
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-
|
534
|
-
integrity
|
1188
|
+
babel-plugin-dynamic-import-node@^2.2.0, babel-plugin-dynamic-import-node@^2.3.0:
|
1189
|
+
version "2.3.0"
|
1190
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f"
|
1191
|
+
integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==
|
535
1192
|
dependencies:
|
536
|
-
|
1193
|
+
object.assign "^4.1.0"
|
537
1194
|
|
538
1195
|
babel-plugin-react-test-id@^1.0.2:
|
539
1196
|
version "1.0.2"
|
540
1197
|
resolved "https://registry.yarnpkg.com/babel-plugin-react-test-id/-/babel-plugin-react-test-id-1.0.2.tgz#90fb7ab91e9623bea47ad1f7eddd9a38e2dfc51b"
|
541
1198
|
integrity sha1-kPt6uR6WI76ketH37d2aOOLfxRs=
|
542
1199
|
|
543
|
-
babel-plugin-syntax-async-functions@^6.8.0:
|
544
|
-
version "6.13.0"
|
545
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
|
546
|
-
integrity sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=
|
547
|
-
|
548
|
-
babel-plugin-syntax-async-generators@^6.5.0:
|
549
|
-
version "6.13.0"
|
550
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz#6bc963ebb16eccbae6b92b596eb7f35c342a8b9a"
|
551
|
-
integrity sha1-a8lj67FuzLrmuStZbrfzXDQqi5o=
|
552
|
-
|
553
|
-
babel-plugin-syntax-class-properties@^6.8.0:
|
554
|
-
version "6.13.0"
|
555
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz#d7eb23b79a317f8543962c505b827c7d6cac27de"
|
556
|
-
integrity sha1-1+sjt5oxf4VDlixQW4J8fWysJ94=
|
557
|
-
|
558
|
-
babel-plugin-syntax-dynamic-import@^6.18.0:
|
559
|
-
version "6.18.0"
|
560
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz#8d6a26229c83745a9982a441051572caa179b1da"
|
561
|
-
integrity sha1-jWomIpyDdFqZgqRBBRVyyqF5sdo=
|
562
|
-
|
563
|
-
babel-plugin-syntax-exponentiation-operator@^6.8.0:
|
564
|
-
version "6.13.0"
|
565
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de"
|
566
|
-
integrity sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=
|
567
|
-
|
568
|
-
babel-plugin-syntax-flow@^6.18.0:
|
569
|
-
version "6.18.0"
|
570
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz#4c3ab20a2af26aa20cd25995c398c4eb70310c8d"
|
571
|
-
integrity sha1-TDqyCiryaqIM0lmVw5jE63AxDI0=
|
572
|
-
|
573
|
-
babel-plugin-syntax-jsx@^6.3.13, babel-plugin-syntax-jsx@^6.8.0:
|
574
|
-
version "6.18.0"
|
575
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
|
576
|
-
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
|
577
|
-
|
578
|
-
babel-plugin-syntax-object-rest-spread@^6.8.0:
|
579
|
-
version "6.13.0"
|
580
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
|
581
|
-
integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=
|
582
|
-
|
583
|
-
babel-plugin-syntax-trailing-function-commas@^6.22.0:
|
584
|
-
version "6.22.0"
|
585
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3"
|
586
|
-
integrity sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM=
|
587
|
-
|
588
|
-
babel-plugin-transform-async-generator-functions@^6.24.1:
|
589
|
-
version "6.24.1"
|
590
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz#f058900145fd3e9907a6ddf28da59f215258a5db"
|
591
|
-
integrity sha1-8FiQAUX9PpkHpt3yjaWfIVJYpds=
|
592
|
-
dependencies:
|
593
|
-
babel-helper-remap-async-to-generator "^6.24.1"
|
594
|
-
babel-plugin-syntax-async-generators "^6.5.0"
|
595
|
-
babel-runtime "^6.22.0"
|
596
|
-
|
597
|
-
babel-plugin-transform-async-to-generator@^6.22.0, babel-plugin-transform-async-to-generator@^6.24.1:
|
598
|
-
version "6.24.1"
|
599
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761"
|
600
|
-
integrity sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=
|
601
|
-
dependencies:
|
602
|
-
babel-helper-remap-async-to-generator "^6.24.1"
|
603
|
-
babel-plugin-syntax-async-functions "^6.8.0"
|
604
|
-
babel-runtime "^6.22.0"
|
605
|
-
|
606
|
-
babel-plugin-transform-class-properties@^6.24.1:
|
607
|
-
version "6.24.1"
|
608
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz#6a79763ea61d33d36f37b611aa9def81a81b46ac"
|
609
|
-
integrity sha1-anl2PqYdM9NvN7YRqp3vgagbRqw=
|
610
|
-
dependencies:
|
611
|
-
babel-helper-function-name "^6.24.1"
|
612
|
-
babel-plugin-syntax-class-properties "^6.8.0"
|
613
|
-
babel-runtime "^6.22.0"
|
614
|
-
babel-template "^6.24.1"
|
615
|
-
|
616
|
-
babel-plugin-transform-es2015-arrow-functions@^6.22.0:
|
617
|
-
version "6.22.0"
|
618
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221"
|
619
|
-
integrity sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=
|
620
|
-
dependencies:
|
621
|
-
babel-runtime "^6.22.0"
|
622
|
-
|
623
|
-
babel-plugin-transform-es2015-block-scoped-functions@^6.22.0:
|
624
|
-
version "6.22.0"
|
625
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz#bbc51b49f964d70cb8d8e0b94e820246ce3a6141"
|
626
|
-
integrity sha1-u8UbSflk1wy42OC5ToICRs46YUE=
|
627
|
-
dependencies:
|
628
|
-
babel-runtime "^6.22.0"
|
629
|
-
|
630
|
-
babel-plugin-transform-es2015-block-scoping@^6.23.0:
|
631
|
-
version "6.26.0"
|
632
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz#d70f5299c1308d05c12f463813b0a09e73b1895f"
|
633
|
-
integrity sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=
|
634
|
-
dependencies:
|
635
|
-
babel-runtime "^6.26.0"
|
636
|
-
babel-template "^6.26.0"
|
637
|
-
babel-traverse "^6.26.0"
|
638
|
-
babel-types "^6.26.0"
|
639
|
-
lodash "^4.17.4"
|
640
|
-
|
641
|
-
babel-plugin-transform-es2015-classes@^6.23.0:
|
642
|
-
version "6.24.1"
|
643
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db"
|
644
|
-
integrity sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=
|
645
|
-
dependencies:
|
646
|
-
babel-helper-define-map "^6.24.1"
|
647
|
-
babel-helper-function-name "^6.24.1"
|
648
|
-
babel-helper-optimise-call-expression "^6.24.1"
|
649
|
-
babel-helper-replace-supers "^6.24.1"
|
650
|
-
babel-messages "^6.23.0"
|
651
|
-
babel-runtime "^6.22.0"
|
652
|
-
babel-template "^6.24.1"
|
653
|
-
babel-traverse "^6.24.1"
|
654
|
-
babel-types "^6.24.1"
|
655
|
-
|
656
|
-
babel-plugin-transform-es2015-computed-properties@^6.22.0:
|
657
|
-
version "6.24.1"
|
658
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3"
|
659
|
-
integrity sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=
|
660
|
-
dependencies:
|
661
|
-
babel-runtime "^6.22.0"
|
662
|
-
babel-template "^6.24.1"
|
663
|
-
|
664
|
-
babel-plugin-transform-es2015-destructuring@^6.23.0:
|
665
|
-
version "6.23.0"
|
666
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d"
|
667
|
-
integrity sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=
|
668
|
-
dependencies:
|
669
|
-
babel-runtime "^6.22.0"
|
670
|
-
|
671
|
-
babel-plugin-transform-es2015-duplicate-keys@^6.22.0:
|
672
|
-
version "6.24.1"
|
673
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e"
|
674
|
-
integrity sha1-c+s9MQypaePvnskcU3QabxV2Qj4=
|
675
|
-
dependencies:
|
676
|
-
babel-runtime "^6.22.0"
|
677
|
-
babel-types "^6.24.1"
|
678
|
-
|
679
|
-
babel-plugin-transform-es2015-for-of@^6.23.0:
|
680
|
-
version "6.23.0"
|
681
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691"
|
682
|
-
integrity sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=
|
683
|
-
dependencies:
|
684
|
-
babel-runtime "^6.22.0"
|
685
|
-
|
686
|
-
babel-plugin-transform-es2015-function-name@^6.22.0:
|
687
|
-
version "6.24.1"
|
688
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b"
|
689
|
-
integrity sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=
|
690
|
-
dependencies:
|
691
|
-
babel-helper-function-name "^6.24.1"
|
692
|
-
babel-runtime "^6.22.0"
|
693
|
-
babel-types "^6.24.1"
|
694
|
-
|
695
|
-
babel-plugin-transform-es2015-literals@^6.22.0:
|
696
|
-
version "6.22.0"
|
697
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz#4f54a02d6cd66cf915280019a31d31925377ca2e"
|
698
|
-
integrity sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=
|
699
|
-
dependencies:
|
700
|
-
babel-runtime "^6.22.0"
|
701
|
-
|
702
|
-
babel-plugin-transform-es2015-modules-amd@^6.22.0, babel-plugin-transform-es2015-modules-amd@^6.24.1:
|
703
|
-
version "6.24.1"
|
704
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154"
|
705
|
-
integrity sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=
|
706
|
-
dependencies:
|
707
|
-
babel-plugin-transform-es2015-modules-commonjs "^6.24.1"
|
708
|
-
babel-runtime "^6.22.0"
|
709
|
-
babel-template "^6.24.1"
|
710
|
-
|
711
|
-
babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1:
|
712
|
-
version "6.26.2"
|
713
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz#58a793863a9e7ca870bdc5a881117ffac27db6f3"
|
714
|
-
integrity sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==
|
715
|
-
dependencies:
|
716
|
-
babel-plugin-transform-strict-mode "^6.24.1"
|
717
|
-
babel-runtime "^6.26.0"
|
718
|
-
babel-template "^6.26.0"
|
719
|
-
babel-types "^6.26.0"
|
720
|
-
|
721
|
-
babel-plugin-transform-es2015-modules-systemjs@^6.23.0:
|
722
|
-
version "6.24.1"
|
723
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23"
|
724
|
-
integrity sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=
|
725
|
-
dependencies:
|
726
|
-
babel-helper-hoist-variables "^6.24.1"
|
727
|
-
babel-runtime "^6.22.0"
|
728
|
-
babel-template "^6.24.1"
|
729
|
-
|
730
|
-
babel-plugin-transform-es2015-modules-umd@^6.23.0:
|
731
|
-
version "6.24.1"
|
732
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468"
|
733
|
-
integrity sha1-rJl+YoXNGO1hdq22B9YCNErThGg=
|
734
|
-
dependencies:
|
735
|
-
babel-plugin-transform-es2015-modules-amd "^6.24.1"
|
736
|
-
babel-runtime "^6.22.0"
|
737
|
-
babel-template "^6.24.1"
|
738
|
-
|
739
|
-
babel-plugin-transform-es2015-object-super@^6.22.0:
|
740
|
-
version "6.24.1"
|
741
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d"
|
742
|
-
integrity sha1-JM72muIcuDp/hgPa0CH1cusnj40=
|
743
|
-
dependencies:
|
744
|
-
babel-helper-replace-supers "^6.24.1"
|
745
|
-
babel-runtime "^6.22.0"
|
746
|
-
|
747
|
-
babel-plugin-transform-es2015-parameters@^6.23.0:
|
748
|
-
version "6.24.1"
|
749
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b"
|
750
|
-
integrity sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=
|
751
|
-
dependencies:
|
752
|
-
babel-helper-call-delegate "^6.24.1"
|
753
|
-
babel-helper-get-function-arity "^6.24.1"
|
754
|
-
babel-runtime "^6.22.0"
|
755
|
-
babel-template "^6.24.1"
|
756
|
-
babel-traverse "^6.24.1"
|
757
|
-
babel-types "^6.24.1"
|
758
|
-
|
759
|
-
babel-plugin-transform-es2015-shorthand-properties@^6.22.0:
|
760
|
-
version "6.24.1"
|
761
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0"
|
762
|
-
integrity sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=
|
763
|
-
dependencies:
|
764
|
-
babel-runtime "^6.22.0"
|
765
|
-
babel-types "^6.24.1"
|
766
|
-
|
767
|
-
babel-plugin-transform-es2015-spread@^6.22.0:
|
768
|
-
version "6.22.0"
|
769
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz#d6d68a99f89aedc4536c81a542e8dd9f1746f8d1"
|
770
|
-
integrity sha1-1taKmfia7cRTbIGlQujdnxdG+NE=
|
771
|
-
dependencies:
|
772
|
-
babel-runtime "^6.22.0"
|
773
|
-
|
774
|
-
babel-plugin-transform-es2015-sticky-regex@^6.22.0:
|
775
|
-
version "6.24.1"
|
776
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc"
|
777
|
-
integrity sha1-AMHNsaynERLN8M9hJsLta0V8zbw=
|
778
|
-
dependencies:
|
779
|
-
babel-helper-regex "^6.24.1"
|
780
|
-
babel-runtime "^6.22.0"
|
781
|
-
babel-types "^6.24.1"
|
782
|
-
|
783
|
-
babel-plugin-transform-es2015-template-literals@^6.22.0:
|
784
|
-
version "6.22.0"
|
785
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz#a84b3450f7e9f8f1f6839d6d687da84bb1236d8d"
|
786
|
-
integrity sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=
|
787
|
-
dependencies:
|
788
|
-
babel-runtime "^6.22.0"
|
789
|
-
|
790
|
-
babel-plugin-transform-es2015-typeof-symbol@^6.23.0:
|
791
|
-
version "6.23.0"
|
792
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372"
|
793
|
-
integrity sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=
|
794
|
-
dependencies:
|
795
|
-
babel-runtime "^6.22.0"
|
796
|
-
|
797
|
-
babel-plugin-transform-es2015-unicode-regex@^6.22.0:
|
798
|
-
version "6.24.1"
|
799
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9"
|
800
|
-
integrity sha1-04sS9C6nMj9yk4fxinxa4frrNek=
|
801
|
-
dependencies:
|
802
|
-
babel-helper-regex "^6.24.1"
|
803
|
-
babel-runtime "^6.22.0"
|
804
|
-
regexpu-core "^2.0.0"
|
805
|
-
|
806
|
-
babel-plugin-transform-exponentiation-operator@^6.22.0, babel-plugin-transform-exponentiation-operator@^6.24.1:
|
807
|
-
version "6.24.1"
|
808
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e"
|
809
|
-
integrity sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=
|
810
|
-
dependencies:
|
811
|
-
babel-helper-builder-binary-assignment-operator-visitor "^6.24.1"
|
812
|
-
babel-plugin-syntax-exponentiation-operator "^6.8.0"
|
813
|
-
babel-runtime "^6.22.0"
|
814
|
-
|
815
|
-
babel-plugin-transform-flow-strip-types@^6.22.0:
|
816
|
-
version "6.22.0"
|
817
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.22.0.tgz#84cb672935d43714fdc32bce84568d87441cf7cf"
|
818
|
-
integrity sha1-hMtnKTXUNxT9wyvOhFaNh0Qc988=
|
819
|
-
dependencies:
|
820
|
-
babel-plugin-syntax-flow "^6.18.0"
|
821
|
-
babel-runtime "^6.22.0"
|
822
|
-
|
823
1200
|
babel-plugin-transform-inline-environment-variables@^0.4.3:
|
824
1201
|
version "0.4.3"
|
825
1202
|
resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-environment-variables/-/babel-plugin-transform-inline-environment-variables-0.4.3.tgz#a3b09883353be8b5e2336e3ff1ef8a5d93f9c489"
|
826
1203
|
integrity sha1-o7CYgzU76LXiM24/8e+KXZP5xIk=
|
827
1204
|
|
828
|
-
babel-
|
829
|
-
version "
|
830
|
-
resolved "https://registry.yarnpkg.com/babel-
|
831
|
-
integrity
|
832
|
-
dependencies:
|
833
|
-
babel
|
834
|
-
babel-
|
835
|
-
|
836
|
-
babel
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
babel-
|
842
|
-
|
843
|
-
babel-plugin-transform-react-display-name@^6.23.0:
|
844
|
-
version "6.25.0"
|
845
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-display-name/-/babel-plugin-transform-react-display-name-6.25.0.tgz#67e2bf1f1e9c93ab08db96792e05392bf2cc28d1"
|
846
|
-
integrity sha1-Z+K/Hx6ck6sI25Z5LgU5K/LMKNE=
|
847
|
-
dependencies:
|
848
|
-
babel-runtime "^6.22.0"
|
849
|
-
|
850
|
-
babel-plugin-transform-react-jsx-self@^6.22.0:
|
851
|
-
version "6.22.0"
|
852
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.22.0.tgz#df6d80a9da2612a121e6ddd7558bcbecf06e636e"
|
853
|
-
integrity sha1-322AqdomEqEh5t3XVYvL7PBuY24=
|
854
|
-
dependencies:
|
855
|
-
babel-plugin-syntax-jsx "^6.8.0"
|
856
|
-
babel-runtime "^6.22.0"
|
857
|
-
|
858
|
-
babel-plugin-transform-react-jsx-source@^6.22.0:
|
859
|
-
version "6.22.0"
|
860
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-jsx-source/-/babel-plugin-transform-react-jsx-source-6.22.0.tgz#66ac12153f5cd2d17b3c19268f4bf0197f44ecd6"
|
861
|
-
integrity sha1-ZqwSFT9c0tF7PBkmj0vwGX9E7NY=
|
862
|
-
dependencies:
|
863
|
-
babel-plugin-syntax-jsx "^6.8.0"
|
864
|
-
babel-runtime "^6.22.0"
|
865
|
-
|
866
|
-
babel-plugin-transform-react-jsx@^6.24.1:
|
867
|
-
version "6.24.1"
|
868
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.24.1.tgz#840a028e7df460dfc3a2d29f0c0d91f6376e66a3"
|
869
|
-
integrity sha1-hAoCjn30YN/DotKfDA2R9jduZqM=
|
870
|
-
dependencies:
|
871
|
-
babel-helper-builder-react-jsx "^6.24.1"
|
872
|
-
babel-plugin-syntax-jsx "^6.8.0"
|
873
|
-
babel-runtime "^6.22.0"
|
874
|
-
|
875
|
-
babel-plugin-transform-regenerator@^6.22.0:
|
876
|
-
version "6.26.0"
|
877
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f"
|
878
|
-
integrity sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=
|
879
|
-
dependencies:
|
880
|
-
regenerator-transform "^0.10.0"
|
881
|
-
|
882
|
-
babel-plugin-transform-runtime@^6.23.0:
|
883
|
-
version "6.23.0"
|
884
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz#88490d446502ea9b8e7efb0fe09ec4d99479b1ee"
|
885
|
-
integrity sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4=
|
886
|
-
dependencies:
|
887
|
-
babel-runtime "^6.22.0"
|
888
|
-
|
889
|
-
babel-plugin-transform-strict-mode@^6.24.1:
|
890
|
-
version "6.24.1"
|
891
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758"
|
892
|
-
integrity sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=
|
893
|
-
dependencies:
|
894
|
-
babel-runtime "^6.22.0"
|
895
|
-
babel-types "^6.24.1"
|
896
|
-
|
897
|
-
babel-preset-env@^1.7.0:
|
898
|
-
version "1.7.0"
|
899
|
-
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.7.0.tgz#dea79fa4ebeb883cd35dab07e260c1c9c04df77a"
|
900
|
-
integrity sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==
|
901
|
-
dependencies:
|
902
|
-
babel-plugin-check-es2015-constants "^6.22.0"
|
903
|
-
babel-plugin-syntax-trailing-function-commas "^6.22.0"
|
904
|
-
babel-plugin-transform-async-to-generator "^6.22.0"
|
905
|
-
babel-plugin-transform-es2015-arrow-functions "^6.22.0"
|
906
|
-
babel-plugin-transform-es2015-block-scoped-functions "^6.22.0"
|
907
|
-
babel-plugin-transform-es2015-block-scoping "^6.23.0"
|
908
|
-
babel-plugin-transform-es2015-classes "^6.23.0"
|
909
|
-
babel-plugin-transform-es2015-computed-properties "^6.22.0"
|
910
|
-
babel-plugin-transform-es2015-destructuring "^6.23.0"
|
911
|
-
babel-plugin-transform-es2015-duplicate-keys "^6.22.0"
|
912
|
-
babel-plugin-transform-es2015-for-of "^6.23.0"
|
913
|
-
babel-plugin-transform-es2015-function-name "^6.22.0"
|
914
|
-
babel-plugin-transform-es2015-literals "^6.22.0"
|
915
|
-
babel-plugin-transform-es2015-modules-amd "^6.22.0"
|
916
|
-
babel-plugin-transform-es2015-modules-commonjs "^6.23.0"
|
917
|
-
babel-plugin-transform-es2015-modules-systemjs "^6.23.0"
|
918
|
-
babel-plugin-transform-es2015-modules-umd "^6.23.0"
|
919
|
-
babel-plugin-transform-es2015-object-super "^6.22.0"
|
920
|
-
babel-plugin-transform-es2015-parameters "^6.23.0"
|
921
|
-
babel-plugin-transform-es2015-shorthand-properties "^6.22.0"
|
922
|
-
babel-plugin-transform-es2015-spread "^6.22.0"
|
923
|
-
babel-plugin-transform-es2015-sticky-regex "^6.22.0"
|
924
|
-
babel-plugin-transform-es2015-template-literals "^6.22.0"
|
925
|
-
babel-plugin-transform-es2015-typeof-symbol "^6.23.0"
|
926
|
-
babel-plugin-transform-es2015-unicode-regex "^6.22.0"
|
927
|
-
babel-plugin-transform-exponentiation-operator "^6.22.0"
|
928
|
-
babel-plugin-transform-regenerator "^6.22.0"
|
929
|
-
browserslist "^3.2.6"
|
930
|
-
invariant "^2.2.2"
|
931
|
-
semver "^5.3.0"
|
932
|
-
|
933
|
-
babel-preset-flow@^6.23.0:
|
934
|
-
version "6.23.0"
|
935
|
-
resolved "https://registry.yarnpkg.com/babel-preset-flow/-/babel-preset-flow-6.23.0.tgz#e71218887085ae9a24b5be4169affb599816c49d"
|
936
|
-
integrity sha1-5xIYiHCFrpoktb5Baa/7WZgWxJ0=
|
937
|
-
dependencies:
|
938
|
-
babel-plugin-transform-flow-strip-types "^6.22.0"
|
939
|
-
|
940
|
-
babel-preset-react@^6.24.1:
|
941
|
-
version "6.24.1"
|
942
|
-
resolved "https://registry.yarnpkg.com/babel-preset-react/-/babel-preset-react-6.24.1.tgz#ba69dfaea45fc3ec639b6a4ecea6e17702c91380"
|
943
|
-
integrity sha1-umnfrqRfw+xjm2pOzqbhdwLJE4A=
|
944
|
-
dependencies:
|
945
|
-
babel-plugin-syntax-jsx "^6.3.13"
|
946
|
-
babel-plugin-transform-react-display-name "^6.23.0"
|
947
|
-
babel-plugin-transform-react-jsx "^6.24.1"
|
948
|
-
babel-plugin-transform-react-jsx-self "^6.22.0"
|
949
|
-
babel-plugin-transform-react-jsx-source "^6.22.0"
|
950
|
-
babel-preset-flow "^6.23.0"
|
951
|
-
|
952
|
-
babel-preset-shopify@^16.5.0:
|
953
|
-
version "16.7.0"
|
954
|
-
resolved "https://registry.yarnpkg.com/babel-preset-shopify/-/babel-preset-shopify-16.7.0.tgz#b88b7ce0cb4f57082f5b4f3d956e1875b80d2cfe"
|
955
|
-
integrity sha512-KRi2zijluq1M3DzTObtupkngGaAG8bln6FKxM/nJXu4uI3EtDLOitZnQPj8a0/1XBX3aqG84RURhIpbo3lQ0tA==
|
956
|
-
dependencies:
|
1205
|
+
babel-preset-shopify@^20.0.0:
|
1206
|
+
version "20.0.0"
|
1207
|
+
resolved "https://registry.yarnpkg.com/babel-preset-shopify/-/babel-preset-shopify-20.0.0.tgz#cfaaf87739a6d31762297fee3f711865bd993ef2"
|
1208
|
+
integrity sha512-xgKygCwFj/DCdCr/uq9JuJd3mwvc5HHRN3AijqwxQ4Y4XYPE1VZ1lZoq+t2tolkgsH1ER6XivC9Y8HdlBMH7Ug==
|
1209
|
+
dependencies:
|
1210
|
+
"@babel/core" "^7.4.3"
|
1211
|
+
"@babel/plugin-proposal-class-properties" "^7.4.0"
|
1212
|
+
"@babel/plugin-proposal-decorators" "^7.4.4"
|
1213
|
+
"@babel/plugin-proposal-numeric-separator" "^7.2.0"
|
1214
|
+
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
|
1215
|
+
"@babel/plugin-transform-react-constant-elements" "^7.2.0"
|
1216
|
+
"@babel/preset-env" "^7.4.3"
|
1217
|
+
"@babel/preset-react" "^7.0.0"
|
1218
|
+
"@babel/preset-typescript" "^7.3.3"
|
1219
|
+
babel-plugin-dynamic-import-node "^2.2.0"
|
957
1220
|
babel-plugin-react-test-id "^1.0.2"
|
958
|
-
babel-plugin-syntax-dynamic-import "^6.18.0"
|
959
|
-
babel-plugin-syntax-flow "^6.18.0"
|
960
|
-
babel-plugin-transform-class-properties "^6.24.1"
|
961
|
-
babel-plugin-transform-flow-strip-types "^6.22.0"
|
962
1221
|
babel-plugin-transform-inline-environment-variables "^0.4.3"
|
963
|
-
babel-plugin-transform-object-rest-spread "^6.26.0"
|
964
|
-
babel-plugin-transform-react-constant-elements "^6.23.0"
|
965
|
-
babel-plugin-transform-react-jsx "^6.24.1"
|
966
|
-
babel-plugin-transform-react-jsx-self "^6.22.0"
|
967
|
-
babel-plugin-transform-react-jsx-source "^6.22.0"
|
968
|
-
babel-plugin-transform-runtime "^6.23.0"
|
969
|
-
babel-preset-env "^1.7.0"
|
970
|
-
babel-preset-react "^6.24.1"
|
971
|
-
babel-preset-stage-3 "^6.24.1"
|
972
1222
|
optionalDependencies:
|
973
|
-
react-hot-loader "
|
974
|
-
|
975
|
-
babel-preset-stage-3@^6.24.1:
|
976
|
-
version "6.24.1"
|
977
|
-
resolved "https://registry.yarnpkg.com/babel-preset-stage-3/-/babel-preset-stage-3-6.24.1.tgz#836ada0a9e7a7fa37cb138fb9326f87934a48395"
|
978
|
-
integrity sha1-g2raCp56f6N8sTj7kyb4eTSkg5U=
|
979
|
-
dependencies:
|
980
|
-
babel-plugin-syntax-trailing-function-commas "^6.22.0"
|
981
|
-
babel-plugin-transform-async-generator-functions "^6.24.1"
|
982
|
-
babel-plugin-transform-async-to-generator "^6.24.1"
|
983
|
-
babel-plugin-transform-exponentiation-operator "^6.24.1"
|
984
|
-
babel-plugin-transform-object-rest-spread "^6.22.0"
|
985
|
-
|
986
|
-
babel-runtime@^6.0.0, babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0:
|
987
|
-
version "6.26.0"
|
988
|
-
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
|
989
|
-
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
|
990
|
-
dependencies:
|
991
|
-
core-js "^2.4.0"
|
992
|
-
regenerator-runtime "^0.11.0"
|
993
|
-
|
994
|
-
babel-template@^6.24.1, babel-template@^6.26.0, babel-template@^6.7.0:
|
995
|
-
version "6.26.0"
|
996
|
-
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
|
997
|
-
integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=
|
998
|
-
dependencies:
|
999
|
-
babel-runtime "^6.26.0"
|
1000
|
-
babel-traverse "^6.26.0"
|
1001
|
-
babel-types "^6.26.0"
|
1002
|
-
babylon "^6.18.0"
|
1003
|
-
lodash "^4.17.4"
|
1004
|
-
|
1005
|
-
babel-traverse@^6.24.1, babel-traverse@^6.26.0:
|
1006
|
-
version "6.26.0"
|
1007
|
-
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
|
1008
|
-
integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=
|
1009
|
-
dependencies:
|
1010
|
-
babel-code-frame "^6.26.0"
|
1011
|
-
babel-messages "^6.23.0"
|
1012
|
-
babel-runtime "^6.26.0"
|
1013
|
-
babel-types "^6.26.0"
|
1014
|
-
babylon "^6.18.0"
|
1015
|
-
debug "^2.6.8"
|
1016
|
-
globals "^9.18.0"
|
1017
|
-
invariant "^2.2.2"
|
1018
|
-
lodash "^4.17.4"
|
1019
|
-
|
1020
|
-
babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
|
1021
|
-
version "6.26.0"
|
1022
|
-
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
|
1023
|
-
integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
|
1024
|
-
dependencies:
|
1025
|
-
babel-runtime "^6.26.0"
|
1026
|
-
esutils "^2.0.2"
|
1027
|
-
lodash "^4.17.4"
|
1028
|
-
to-fast-properties "^1.0.3"
|
1029
|
-
|
1030
|
-
babylon@^6.18.0:
|
1031
|
-
version "6.18.0"
|
1032
|
-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
|
1033
|
-
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
|
1223
|
+
react-hot-loader "^4.6.0"
|
1034
1224
|
|
1035
1225
|
backo2@1.0.2:
|
1036
1226
|
version "1.0.2"
|
@@ -1048,9 +1238,9 @@ base64-arraybuffer@0.1.5:
|
|
1048
1238
|
integrity sha1-c5JncZI7Whl0etZmqlzUv5xunOg=
|
1049
1239
|
|
1050
1240
|
base64-js@^1.0.2:
|
1051
|
-
version "1.3.
|
1052
|
-
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.
|
1053
|
-
integrity sha512-
|
1241
|
+
version "1.3.1"
|
1242
|
+
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1"
|
1243
|
+
integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==
|
1054
1244
|
|
1055
1245
|
base64id@1.0.0:
|
1056
1246
|
version "1.0.0"
|
@@ -1087,15 +1277,20 @@ binary-extensions@^1.0.0:
|
|
1087
1277
|
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
|
1088
1278
|
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
|
1089
1279
|
|
1280
|
+
binary-extensions@^2.0.0:
|
1281
|
+
version "2.0.0"
|
1282
|
+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c"
|
1283
|
+
integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==
|
1284
|
+
|
1090
1285
|
blob@0.0.5:
|
1091
1286
|
version "0.0.5"
|
1092
1287
|
resolved "https://registry.yarnpkg.com/blob/-/blob-0.0.5.tgz#d680eeef25f8cd91ad533f5b01eed48e64caf683"
|
1093
1288
|
integrity sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==
|
1094
1289
|
|
1095
|
-
bluebird@^3.3.0, bluebird@^3.5.
|
1096
|
-
version "3.5.
|
1097
|
-
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.
|
1098
|
-
integrity sha512-
|
1290
|
+
bluebird@^3.3.0, bluebird@^3.5.5:
|
1291
|
+
version "3.5.5"
|
1292
|
+
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f"
|
1293
|
+
integrity sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==
|
1099
1294
|
|
1100
1295
|
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
|
1101
1296
|
version "4.11.8"
|
@@ -1142,6 +1337,13 @@ braces@^2.3.1, braces@^2.3.2:
|
|
1142
1337
|
split-string "^3.0.2"
|
1143
1338
|
to-regex "^3.0.1"
|
1144
1339
|
|
1340
|
+
braces@^3.0.2:
|
1341
|
+
version "3.0.2"
|
1342
|
+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
|
1343
|
+
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
|
1344
|
+
dependencies:
|
1345
|
+
fill-range "^7.0.1"
|
1346
|
+
|
1145
1347
|
brorand@^1.0.1:
|
1146
1348
|
version "1.1.0"
|
1147
1349
|
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
|
@@ -1211,13 +1413,14 @@ browserify-zlib@^0.2.0:
|
|
1211
1413
|
dependencies:
|
1212
1414
|
pako "~1.0.5"
|
1213
1415
|
|
1214
|
-
browserslist@^
|
1215
|
-
version "
|
1216
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-
|
1217
|
-
integrity sha512-
|
1416
|
+
browserslist@^4.6.0, browserslist@^4.6.6:
|
1417
|
+
version "4.7.0"
|
1418
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.7.0.tgz#9ee89225ffc07db03409f2fee524dc8227458a17"
|
1419
|
+
integrity sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA==
|
1218
1420
|
dependencies:
|
1219
|
-
caniuse-lite "^1.0.
|
1220
|
-
electron-to-chromium "^1.3.
|
1421
|
+
caniuse-lite "^1.0.30000989"
|
1422
|
+
electron-to-chromium "^1.3.247"
|
1423
|
+
node-releases "^1.1.29"
|
1221
1424
|
|
1222
1425
|
buffer-alloc-unsafe@^1.1.0:
|
1223
1426
|
version "1.1.0"
|
@@ -1266,22 +1469,23 @@ bytes@3.1.0:
|
|
1266
1469
|
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
|
1267
1470
|
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
|
1268
1471
|
|
1269
|
-
cacache@^
|
1270
|
-
version "
|
1271
|
-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-
|
1272
|
-
integrity sha512-
|
1472
|
+
cacache@^12.0.2:
|
1473
|
+
version "12.0.3"
|
1474
|
+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.3.tgz#be99abba4e1bf5df461cd5a2c1071fc432573390"
|
1475
|
+
integrity sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==
|
1273
1476
|
dependencies:
|
1274
|
-
bluebird "^3.5.
|
1477
|
+
bluebird "^3.5.5"
|
1275
1478
|
chownr "^1.1.1"
|
1276
1479
|
figgy-pudding "^3.5.1"
|
1277
|
-
glob "^7.1.
|
1480
|
+
glob "^7.1.4"
|
1278
1481
|
graceful-fs "^4.1.15"
|
1482
|
+
infer-owner "^1.0.3"
|
1279
1483
|
lru-cache "^5.1.1"
|
1280
1484
|
mississippi "^3.0.0"
|
1281
1485
|
mkdirp "^0.5.1"
|
1282
1486
|
move-concurrently "^1.0.1"
|
1283
1487
|
promise-inflight "^1.0.1"
|
1284
|
-
rimraf "^2.6.
|
1488
|
+
rimraf "^2.6.3"
|
1285
1489
|
ssri "^6.0.1"
|
1286
1490
|
unique-filename "^1.1.1"
|
1287
1491
|
y18n "^4.0.0"
|
@@ -1311,10 +1515,10 @@ camelcase@^5.0.0:
|
|
1311
1515
|
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
1312
1516
|
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
1313
1517
|
|
1314
|
-
caniuse-lite@^1.0.
|
1315
|
-
version "1.0.
|
1316
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
1317
|
-
integrity sha512-
|
1518
|
+
caniuse-lite@^1.0.30000989:
|
1519
|
+
version "1.0.30000989"
|
1520
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000989.tgz#b9193e293ccf7e4426c5245134b8f2a56c0ac4b9"
|
1521
|
+
integrity sha512-vrMcvSuMz16YY6GSVZ0dWDTJP8jqk3iFQ/Aq5iqblPwxSVVZI+zxDyTX0VPqtQsDnfdrBDcsmhgTEOh5R8Lbpw==
|
1318
1522
|
|
1319
1523
|
chai@^4.1.2:
|
1320
1524
|
version "4.2.0"
|
@@ -1328,7 +1532,7 @@ chai@^4.1.2:
|
|
1328
1532
|
pathval "^1.1.0"
|
1329
1533
|
type-detect "^4.0.5"
|
1330
1534
|
|
1331
|
-
chalk@^1.0.0
|
1535
|
+
chalk@^1.0.0:
|
1332
1536
|
version "1.1.3"
|
1333
1537
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
|
1334
1538
|
integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=
|
@@ -1339,7 +1543,7 @@ chalk@^1.0.0, chalk@^1.1.3:
|
|
1339
1543
|
strip-ansi "^3.0.0"
|
1340
1544
|
supports-color "^2.0.0"
|
1341
1545
|
|
1342
|
-
chalk@^2.0.
|
1546
|
+
chalk@^2.0.0, chalk@^2.0.1:
|
1343
1547
|
version "2.4.2"
|
1344
1548
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1345
1549
|
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -1354,9 +1558,9 @@ check-error@^1.0.2:
|
|
1354
1558
|
integrity sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=
|
1355
1559
|
|
1356
1560
|
chokidar@^2.0.2, chokidar@^2.0.3:
|
1357
|
-
version "2.1.
|
1358
|
-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.
|
1359
|
-
integrity sha512-
|
1561
|
+
version "2.1.8"
|
1562
|
+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
|
1563
|
+
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
|
1360
1564
|
dependencies:
|
1361
1565
|
anymatch "^2.0.0"
|
1362
1566
|
async-each "^1.0.1"
|
@@ -1372,15 +1576,30 @@ chokidar@^2.0.2, chokidar@^2.0.3:
|
|
1372
1576
|
optionalDependencies:
|
1373
1577
|
fsevents "^1.2.7"
|
1374
1578
|
|
1579
|
+
chokidar@^3.0.0:
|
1580
|
+
version "3.1.0"
|
1581
|
+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.1.0.tgz#ff23d077682a90eadd209bfa76eb10ed6d359668"
|
1582
|
+
integrity sha512-6vZfo+7W0EOlbSo0nhVKMz4yyssrwiPbBZ8wj1lq8/+l4ZhGZ2U4Md7PspvmijXp1a26D3B7AHEBmIB7aVtaOQ==
|
1583
|
+
dependencies:
|
1584
|
+
anymatch "^3.1.0"
|
1585
|
+
braces "^3.0.2"
|
1586
|
+
glob-parent "^5.0.0"
|
1587
|
+
is-binary-path "^2.1.0"
|
1588
|
+
is-glob "^4.0.1"
|
1589
|
+
normalize-path "^3.0.0"
|
1590
|
+
readdirp "^3.1.1"
|
1591
|
+
optionalDependencies:
|
1592
|
+
fsevents "^2.0.6"
|
1593
|
+
|
1375
1594
|
chownr@^1.1.1:
|
1376
|
-
version "1.1.
|
1377
|
-
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.
|
1378
|
-
integrity sha512-
|
1595
|
+
version "1.1.2"
|
1596
|
+
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6"
|
1597
|
+
integrity sha512-GkfeAQh+QNy3wquu9oIZr6SS5x7wGdSgNQvD10X3r+AZr1Oys22HW8kAmDMvNg2+Dm0TeGaEuO8gFwdBXxwO8A==
|
1379
1598
|
|
1380
|
-
chrome-trace-event@^1.0.
|
1381
|
-
version "1.0.
|
1382
|
-
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.
|
1383
|
-
integrity sha512-
|
1599
|
+
chrome-trace-event@^1.0.2:
|
1600
|
+
version "1.0.2"
|
1601
|
+
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4"
|
1602
|
+
integrity sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==
|
1384
1603
|
dependencies:
|
1385
1604
|
tslib "^1.9.0"
|
1386
1605
|
|
@@ -1411,6 +1630,15 @@ cliui@^4.0.0:
|
|
1411
1630
|
strip-ansi "^4.0.0"
|
1412
1631
|
wrap-ansi "^2.0.0"
|
1413
1632
|
|
1633
|
+
clone-deep@^4.0.1:
|
1634
|
+
version "4.0.1"
|
1635
|
+
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
|
1636
|
+
integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==
|
1637
|
+
dependencies:
|
1638
|
+
is-plain-object "^2.0.4"
|
1639
|
+
kind-of "^6.0.2"
|
1640
|
+
shallow-clone "^3.0.0"
|
1641
|
+
|
1414
1642
|
code-point-at@^1.0.0:
|
1415
1643
|
version "1.1.0"
|
1416
1644
|
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
|
@@ -1441,7 +1669,7 @@ colors@^1.1.0:
|
|
1441
1669
|
resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.3.tgz#39e005d546afe01e01f9c4ca8fa50f686a01205d"
|
1442
1670
|
integrity sha512-mmGt/1pZqYRjMxB1axhTo16/snVZ5krrKkcmMeVKxzECMMXoCgnvTPp10QgHfcbQZw8Dq2jMNG6je4JlWU0gWg==
|
1443
1671
|
|
1444
|
-
commander@^2.
|
1672
|
+
commander@^2.20.0:
|
1445
1673
|
version "2.20.0"
|
1446
1674
|
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
|
1447
1675
|
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
|
@@ -1487,13 +1715,13 @@ concat-stream@^1.5.0:
|
|
1487
1715
|
typedarray "^0.0.6"
|
1488
1716
|
|
1489
1717
|
connect@^3.6.0:
|
1490
|
-
version "3.
|
1491
|
-
resolved "https://registry.yarnpkg.com/connect/-/connect-3.
|
1492
|
-
integrity
|
1718
|
+
version "3.7.0"
|
1719
|
+
resolved "https://registry.yarnpkg.com/connect/-/connect-3.7.0.tgz#5d49348910caa5e07a01800b030d0c35f20484f8"
|
1720
|
+
integrity sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==
|
1493
1721
|
dependencies:
|
1494
1722
|
debug "2.6.9"
|
1495
|
-
finalhandler "1.1.
|
1496
|
-
parseurl "~1.3.
|
1723
|
+
finalhandler "1.1.2"
|
1724
|
+
parseurl "~1.3.3"
|
1497
1725
|
utils-merge "1.0.1"
|
1498
1726
|
|
1499
1727
|
console-browserify@^1.1.0:
|
@@ -1518,6 +1746,13 @@ content-type@~1.0.4:
|
|
1518
1746
|
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
|
1519
1747
|
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
|
1520
1748
|
|
1749
|
+
convert-source-map@^1.1.0:
|
1750
|
+
version "1.6.0"
|
1751
|
+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
|
1752
|
+
integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==
|
1753
|
+
dependencies:
|
1754
|
+
safe-buffer "~5.1.1"
|
1755
|
+
|
1521
1756
|
cookie@0.3.1:
|
1522
1757
|
version "0.3.1"
|
1523
1758
|
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
|
@@ -1540,10 +1775,23 @@ copy-descriptor@^0.1.0:
|
|
1540
1775
|
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
1541
1776
|
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
1542
1777
|
|
1543
|
-
core-js
|
1544
|
-
version "2.
|
1545
|
-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.
|
1546
|
-
integrity sha512-
|
1778
|
+
core-js-compat@^3.1.1:
|
1779
|
+
version "3.2.1"
|
1780
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.2.1.tgz#0cbdbc2e386e8e00d3b85dc81c848effec5b8150"
|
1781
|
+
integrity sha512-MwPZle5CF9dEaMYdDeWm73ao/IflDH+FjeJCWEADcEgFSE9TLimFKwJsfmkwzI8eC0Aj0mgvMDjeQjrElkz4/A==
|
1782
|
+
dependencies:
|
1783
|
+
browserslist "^4.6.6"
|
1784
|
+
semver "^6.3.0"
|
1785
|
+
|
1786
|
+
core-js@^2.2.0:
|
1787
|
+
version "2.6.9"
|
1788
|
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
|
1789
|
+
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==
|
1790
|
+
|
1791
|
+
core-js@^3.1.3:
|
1792
|
+
version "3.2.1"
|
1793
|
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.2.1.tgz#cd41f38534da6cc59f7db050fe67307de9868b09"
|
1794
|
+
integrity sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==
|
1547
1795
|
|
1548
1796
|
core-util-is@~1.0.0:
|
1549
1797
|
version "1.0.2"
|
@@ -1609,48 +1857,34 @@ crypto-browserify@^3.11.0:
|
|
1609
1857
|
randombytes "^2.0.0"
|
1610
1858
|
randomfill "^1.0.3"
|
1611
1859
|
|
1612
|
-
currently-unhandled@^0.4.1:
|
1613
|
-
version "0.4.1"
|
1614
|
-
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
|
1615
|
-
integrity sha1-mI3zP+qxke95mmE2nddsF635V+o=
|
1616
|
-
dependencies:
|
1617
|
-
array-find-index "^1.0.1"
|
1618
|
-
|
1619
1860
|
custom-event@~1.0.0:
|
1620
1861
|
version "1.0.1"
|
1621
1862
|
resolved "https://registry.yarnpkg.com/custom-event/-/custom-event-1.0.1.tgz#5d02a46850adf1b4a317946a3928fccb5bfd0425"
|
1622
1863
|
integrity sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=
|
1623
1864
|
|
1624
|
-
cyclist
|
1625
|
-
version "0.
|
1626
|
-
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.
|
1627
|
-
integrity sha1-
|
1628
|
-
|
1629
|
-
d@1:
|
1630
|
-
version "1.0.0"
|
1631
|
-
resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f"
|
1632
|
-
integrity sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=
|
1633
|
-
dependencies:
|
1634
|
-
es5-ext "^0.10.9"
|
1865
|
+
cyclist@^1.0.1:
|
1866
|
+
version "1.0.1"
|
1867
|
+
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
|
1868
|
+
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
|
1635
1869
|
|
1636
1870
|
date-format@^2.0.0:
|
1637
|
-
version "2.
|
1638
|
-
resolved "https://registry.yarnpkg.com/date-format/-/date-format-2.
|
1639
|
-
integrity sha512-
|
1871
|
+
version "2.1.0"
|
1872
|
+
resolved "https://registry.yarnpkg.com/date-format/-/date-format-2.1.0.tgz#31d5b5ea211cf5fd764cd38baf9d033df7e125cf"
|
1873
|
+
integrity sha512-bYQuGLeFxhkxNOF3rcMtiZxvCBAquGzZm6oWA1oZ0g2THUzivaRhv8uOhdr19LmoobSOLoIAxeUK2RdbM8IFTA==
|
1640
1874
|
|
1641
1875
|
date-now@^0.1.4:
|
1642
1876
|
version "0.1.4"
|
1643
1877
|
resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b"
|
1644
1878
|
integrity sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=
|
1645
1879
|
|
1646
|
-
debug@2.6.9, debug@^2.2.0, debug@^2.3.3
|
1880
|
+
debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
|
1647
1881
|
version "2.6.9"
|
1648
1882
|
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
|
1649
1883
|
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
|
1650
1884
|
dependencies:
|
1651
1885
|
ms "2.0.0"
|
1652
1886
|
|
1653
|
-
debug@3.2.6, debug@^3.
|
1887
|
+
debug@3.2.6, debug@^3.0.0, debug@^3.2.6:
|
1654
1888
|
version "3.2.6"
|
1655
1889
|
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
|
1656
1890
|
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
|
@@ -1693,7 +1927,7 @@ deep-extend@^0.6.0:
|
|
1693
1927
|
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
|
1694
1928
|
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
|
1695
1929
|
|
1696
|
-
define-properties@^1.1.2:
|
1930
|
+
define-properties@^1.1.2, define-properties@^1.1.3:
|
1697
1931
|
version "1.1.3"
|
1698
1932
|
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
|
1699
1933
|
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
|
@@ -1799,15 +2033,15 @@ ee-first@1.1.1:
|
|
1799
2033
|
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
1800
2034
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
1801
2035
|
|
1802
|
-
electron-to-chromium@^1.3.
|
1803
|
-
version "1.3.
|
1804
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.
|
1805
|
-
integrity sha512-
|
2036
|
+
electron-to-chromium@^1.3.247:
|
2037
|
+
version "1.3.260"
|
2038
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.260.tgz#ffd686b4810bab0e1a428e7af5f08c21fe7c1fa2"
|
2039
|
+
integrity sha512-wGt+OivF1C1MPwaSv3LJ96ebNbLAWlx3HndivDDWqwIVSQxmhL17Y/YmwUdEMtS/bPyommELt47Dct0/VZNQBQ==
|
1806
2040
|
|
1807
2041
|
elliptic@^6.0.0:
|
1808
|
-
version "6.
|
1809
|
-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.
|
1810
|
-
integrity sha512-
|
2042
|
+
version "6.5.1"
|
2043
|
+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.1.tgz#c380f5f909bf1b9b4428d028cd18d3b0efd6b52b"
|
2044
|
+
integrity sha512-xvJINNLbTeWQjrl6X+7eQCrIy/YPv5XCpKW6kB5mKvtnGILoLDcySuwomfdzt0BMdLNVnuRNTuzKNHj0bva1Cg==
|
1811
2045
|
dependencies:
|
1812
2046
|
bn.js "^4.4.0"
|
1813
2047
|
brorand "^1.0.1"
|
@@ -1827,7 +2061,7 @@ emojis-list@^2.0.0:
|
|
1827
2061
|
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
|
1828
2062
|
integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
|
1829
2063
|
|
1830
|
-
encodeurl@~1.0.
|
2064
|
+
encodeurl@~1.0.2:
|
1831
2065
|
version "1.0.2"
|
1832
2066
|
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
|
1833
2067
|
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
|
@@ -1900,24 +2134,21 @@ errno@^0.1.3, errno@~0.1.7:
|
|
1900
2134
|
dependencies:
|
1901
2135
|
prr "~1.0.1"
|
1902
2136
|
|
1903
|
-
error-stack-parser@^1.3.6:
|
1904
|
-
version "1.3.6"
|
1905
|
-
resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-1.3.6.tgz#e0e73b93e417138d1cd7c0b746b1a4a14854c292"
|
1906
|
-
integrity sha1-4Oc7k+QXE40c18C3RrGkoUhUwpI=
|
1907
|
-
dependencies:
|
1908
|
-
stackframe "^0.3.1"
|
1909
|
-
|
1910
2137
|
es-abstract@^1.5.1:
|
1911
|
-
version "1.
|
1912
|
-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.
|
1913
|
-
integrity sha512-
|
2138
|
+
version "1.14.2"
|
2139
|
+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497"
|
2140
|
+
integrity sha512-DgoQmbpFNOofkjJtKwr87Ma5EW4Dc8fWhD0R+ndq7Oc456ivUfGOOP6oAZTTKl5/CcNMP+EN+e3/iUzgE0veZg==
|
1914
2141
|
dependencies:
|
1915
2142
|
es-to-primitive "^1.2.0"
|
1916
2143
|
function-bind "^1.1.1"
|
1917
2144
|
has "^1.0.3"
|
2145
|
+
has-symbols "^1.0.0"
|
1918
2146
|
is-callable "^1.1.4"
|
1919
2147
|
is-regex "^1.0.4"
|
1920
|
-
object-
|
2148
|
+
object-inspect "^1.6.0"
|
2149
|
+
object-keys "^1.1.1"
|
2150
|
+
string.prototype.trimleft "^2.0.0"
|
2151
|
+
string.prototype.trimright "^2.0.0"
|
1921
2152
|
|
1922
2153
|
es-to-primitive@^1.2.0:
|
1923
2154
|
version "1.2.0"
|
@@ -1928,32 +2159,6 @@ es-to-primitive@^1.2.0:
|
|
1928
2159
|
is-date-object "^1.0.1"
|
1929
2160
|
is-symbol "^1.0.2"
|
1930
2161
|
|
1931
|
-
es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
|
1932
|
-
version "0.10.50"
|
1933
|
-
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.50.tgz#6d0e23a0abdb27018e5ac4fd09b412bc5517a778"
|
1934
|
-
integrity sha512-KMzZTPBkeQV/JcSQhI5/z6d9VWJ3EnQ194USTUwIYZ2ZbpN8+SGXQKt1h68EX44+qt+Fzr8DO17vnxrw7c3agw==
|
1935
|
-
dependencies:
|
1936
|
-
es6-iterator "~2.0.3"
|
1937
|
-
es6-symbol "~3.1.1"
|
1938
|
-
next-tick "^1.0.0"
|
1939
|
-
|
1940
|
-
es6-iterator@~2.0.3:
|
1941
|
-
version "2.0.3"
|
1942
|
-
resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7"
|
1943
|
-
integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c=
|
1944
|
-
dependencies:
|
1945
|
-
d "1"
|
1946
|
-
es5-ext "^0.10.35"
|
1947
|
-
es6-symbol "^3.1.1"
|
1948
|
-
|
1949
|
-
es6-symbol@^3.1.1, es6-symbol@~3.1.1:
|
1950
|
-
version "3.1.1"
|
1951
|
-
resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.1.tgz#bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77"
|
1952
|
-
integrity sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=
|
1953
|
-
dependencies:
|
1954
|
-
d "1"
|
1955
|
-
es5-ext "~0.10.14"
|
1956
|
-
|
1957
2162
|
escape-html@~1.0.3:
|
1958
2163
|
version "1.0.3"
|
1959
2164
|
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
@@ -1964,7 +2169,7 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1
|
|
1964
2169
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
1965
2170
|
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
1966
2171
|
|
1967
|
-
eslint-scope@^4.0.
|
2172
|
+
eslint-scope@^4.0.3:
|
1968
2173
|
version "4.0.3"
|
1969
2174
|
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
|
1970
2175
|
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
|
@@ -1985,14 +2190,14 @@ esrecurse@^4.1.0:
|
|
1985
2190
|
estraverse "^4.1.0"
|
1986
2191
|
|
1987
2192
|
estraverse@^4.1.0, estraverse@^4.1.1:
|
1988
|
-
version "4.
|
1989
|
-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.
|
1990
|
-
integrity
|
2193
|
+
version "4.3.0"
|
2194
|
+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
|
2195
|
+
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
|
1991
2196
|
|
1992
|
-
esutils@^2.0.2:
|
1993
|
-
version "2.0.
|
1994
|
-
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.
|
1995
|
-
integrity
|
2197
|
+
esutils@^2.0.0, esutils@^2.0.2:
|
2198
|
+
version "2.0.3"
|
2199
|
+
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
|
2200
|
+
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
|
1996
2201
|
|
1997
2202
|
eventemitter3@^3.0.0:
|
1998
2203
|
version "3.1.2"
|
@@ -2082,6 +2287,11 @@ fast-json-stable-stringify@^2.0.0:
|
|
2082
2287
|
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
|
2083
2288
|
integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I=
|
2084
2289
|
|
2290
|
+
fast-levenshtein@^2.0.6:
|
2291
|
+
version "2.0.6"
|
2292
|
+
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
|
2293
|
+
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
|
2294
|
+
|
2085
2295
|
figgy-pudding@^3.5.1:
|
2086
2296
|
version "3.5.1"
|
2087
2297
|
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
|
@@ -2097,20 +2307,27 @@ fill-range@^4.0.0:
|
|
2097
2307
|
repeat-string "^1.6.1"
|
2098
2308
|
to-regex-range "^2.1.0"
|
2099
2309
|
|
2100
|
-
|
2101
|
-
version "
|
2102
|
-
resolved "https://registry.yarnpkg.com/
|
2103
|
-
integrity
|
2310
|
+
fill-range@^7.0.1:
|
2311
|
+
version "7.0.1"
|
2312
|
+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
|
2313
|
+
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
|
2314
|
+
dependencies:
|
2315
|
+
to-regex-range "^5.0.1"
|
2316
|
+
|
2317
|
+
finalhandler@1.1.2:
|
2318
|
+
version "1.1.2"
|
2319
|
+
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
|
2320
|
+
integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==
|
2104
2321
|
dependencies:
|
2105
2322
|
debug "2.6.9"
|
2106
|
-
encodeurl "~1.0.
|
2323
|
+
encodeurl "~1.0.2"
|
2107
2324
|
escape-html "~1.0.3"
|
2108
2325
|
on-finished "~2.3.0"
|
2109
|
-
parseurl "~1.3.
|
2110
|
-
statuses "~1.
|
2326
|
+
parseurl "~1.3.3"
|
2327
|
+
statuses "~1.5.0"
|
2111
2328
|
unpipe "~1.0.0"
|
2112
2329
|
|
2113
|
-
find-cache-dir@^2.0.0:
|
2330
|
+
find-cache-dir@^2.0.0, find-cache-dir@^2.1.0:
|
2114
2331
|
version "2.1.0"
|
2115
2332
|
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
|
2116
2333
|
integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==
|
@@ -2134,9 +2351,9 @@ flat@^4.1.0:
|
|
2134
2351
|
is-buffer "~2.0.3"
|
2135
2352
|
|
2136
2353
|
flatted@^2.0.0:
|
2137
|
-
version "2.0.
|
2138
|
-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.
|
2139
|
-
integrity sha512-
|
2354
|
+
version "2.0.1"
|
2355
|
+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
|
2356
|
+
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
|
2140
2357
|
|
2141
2358
|
flush-write-stream@^1.0.0:
|
2142
2359
|
version "1.1.1"
|
@@ -2147,11 +2364,11 @@ flush-write-stream@^1.0.0:
|
|
2147
2364
|
readable-stream "^2.3.6"
|
2148
2365
|
|
2149
2366
|
follow-redirects@^1.0.0:
|
2150
|
-
version "1.
|
2151
|
-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.
|
2152
|
-
integrity sha512-
|
2367
|
+
version "1.9.0"
|
2368
|
+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.9.0.tgz#8d5bcdc65b7108fe1508649c79c12d732dcedb4f"
|
2369
|
+
integrity sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==
|
2153
2370
|
dependencies:
|
2154
|
-
debug "^3.
|
2371
|
+
debug "^3.0.0"
|
2155
2372
|
|
2156
2373
|
for-in@^1.0.2:
|
2157
2374
|
version "1.0.2"
|
@@ -2173,14 +2390,7 @@ from2@^2.1.0:
|
|
2173
2390
|
inherits "^2.0.1"
|
2174
2391
|
readable-stream "^2.0.0"
|
2175
2392
|
|
2176
|
-
fs-
|
2177
|
-
version "1.0.1"
|
2178
|
-
resolved "https://registry.yarnpkg.com/fs-access/-/fs-access-1.0.1.tgz#d6a87f262271cefebec30c553407fb995da8777a"
|
2179
|
-
integrity sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=
|
2180
|
-
dependencies:
|
2181
|
-
null-check "^1.0.0"
|
2182
|
-
|
2183
|
-
fs-extra@^7.0.0:
|
2393
|
+
fs-extra@^7.0.1:
|
2184
2394
|
version "7.0.1"
|
2185
2395
|
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
|
2186
2396
|
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
|
@@ -2190,11 +2400,11 @@ fs-extra@^7.0.0:
|
|
2190
2400
|
universalify "^0.1.0"
|
2191
2401
|
|
2192
2402
|
fs-minipass@^1.2.5:
|
2193
|
-
version "1.2.
|
2194
|
-
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.
|
2195
|
-
integrity sha512-
|
2403
|
+
version "1.2.7"
|
2404
|
+
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
|
2405
|
+
integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==
|
2196
2406
|
dependencies:
|
2197
|
-
minipass "^2.
|
2407
|
+
minipass "^2.6.0"
|
2198
2408
|
|
2199
2409
|
fs-write-stream-atomic@^1.0.8:
|
2200
2410
|
version "1.0.10"
|
@@ -2219,6 +2429,11 @@ fsevents@^1.2.7:
|
|
2219
2429
|
nan "^2.12.1"
|
2220
2430
|
node-pre-gyp "^0.12.0"
|
2221
2431
|
|
2432
|
+
fsevents@^2.0.6:
|
2433
|
+
version "2.0.7"
|
2434
|
+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.7.tgz#382c9b443c6cbac4c57187cdda23aa3bf1ccfc2a"
|
2435
|
+
integrity sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ==
|
2436
|
+
|
2222
2437
|
function-bind@^1.1.1:
|
2223
2438
|
version "1.1.1"
|
2224
2439
|
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
@@ -2273,7 +2488,14 @@ glob-parent@^3.1.0:
|
|
2273
2488
|
is-glob "^3.1.0"
|
2274
2489
|
path-dirname "^1.0.0"
|
2275
2490
|
|
2276
|
-
glob
|
2491
|
+
glob-parent@^5.0.0:
|
2492
|
+
version "5.0.0"
|
2493
|
+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954"
|
2494
|
+
integrity sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==
|
2495
|
+
dependencies:
|
2496
|
+
is-glob "^4.0.1"
|
2497
|
+
|
2498
|
+
glob@7.1.3:
|
2277
2499
|
version "7.1.3"
|
2278
2500
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
|
2279
2501
|
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
|
@@ -2285,23 +2507,35 @@ glob@7.1.3, glob@^7.1.1, glob@^7.1.3:
|
|
2285
2507
|
once "^1.3.0"
|
2286
2508
|
path-is-absolute "^1.0.0"
|
2287
2509
|
|
2510
|
+
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
|
2511
|
+
version "7.1.4"
|
2512
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
|
2513
|
+
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
|
2514
|
+
dependencies:
|
2515
|
+
fs.realpath "^1.0.0"
|
2516
|
+
inflight "^1.0.4"
|
2517
|
+
inherits "2"
|
2518
|
+
minimatch "^3.0.4"
|
2519
|
+
once "^1.3.0"
|
2520
|
+
path-is-absolute "^1.0.0"
|
2521
|
+
|
2288
2522
|
global@^4.3.0:
|
2289
|
-
version "4.
|
2290
|
-
resolved "https://registry.yarnpkg.com/global/-/global-4.
|
2291
|
-
integrity
|
2523
|
+
version "4.4.0"
|
2524
|
+
resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
|
2525
|
+
integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
|
2292
2526
|
dependencies:
|
2293
2527
|
min-document "^2.19.0"
|
2294
|
-
process "
|
2528
|
+
process "^0.11.10"
|
2295
2529
|
|
2296
|
-
globals@^
|
2297
|
-
version "
|
2298
|
-
resolved "https://registry.yarnpkg.com/globals/-/globals-
|
2299
|
-
integrity sha512-
|
2530
|
+
globals@^11.1.0:
|
2531
|
+
version "11.12.0"
|
2532
|
+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
2533
|
+
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
2300
2534
|
|
2301
2535
|
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
|
2302
|
-
version "4.
|
2303
|
-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.
|
2304
|
-
integrity sha512-
|
2536
|
+
version "4.2.2"
|
2537
|
+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02"
|
2538
|
+
integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==
|
2305
2539
|
|
2306
2540
|
growl@1.10.5:
|
2307
2541
|
version "1.10.5"
|
@@ -2410,6 +2644,13 @@ hmac-drbg@^1.0.0:
|
|
2410
2644
|
minimalistic-assert "^1.0.0"
|
2411
2645
|
minimalistic-crypto-utils "^1.0.1"
|
2412
2646
|
|
2647
|
+
hoist-non-react-statics@^3.3.0:
|
2648
|
+
version "3.3.0"
|
2649
|
+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b"
|
2650
|
+
integrity sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA==
|
2651
|
+
dependencies:
|
2652
|
+
react-is "^16.7.0"
|
2653
|
+
|
2413
2654
|
http-errors@1.7.2:
|
2414
2655
|
version "1.7.2"
|
2415
2656
|
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
|
@@ -2453,9 +2694,9 @@ iferr@^0.1.5:
|
|
2453
2694
|
integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE=
|
2454
2695
|
|
2455
2696
|
ignore-walk@^3.0.1:
|
2456
|
-
version "3.0.
|
2457
|
-
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.
|
2458
|
-
integrity sha512-
|
2697
|
+
version "3.0.2"
|
2698
|
+
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.2.tgz#99d83a246c196ea5c93ef9315ad7b0819c35069b"
|
2699
|
+
integrity sha512-EXyErtpHbn75ZTsOADsfx6J/FPo6/5cjev46PXrcTpd8z3BoRkXgYu9/JVqrI7tusjmwCZutGeRJeU0Wo1e4Cw==
|
2459
2700
|
dependencies:
|
2460
2701
|
minimatch "^3.0.4"
|
2461
2702
|
|
@@ -2469,6 +2710,11 @@ indexof@0.0.1:
|
|
2469
2710
|
resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d"
|
2470
2711
|
integrity sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=
|
2471
2712
|
|
2713
|
+
infer-owner@^1.0.3:
|
2714
|
+
version "1.0.4"
|
2715
|
+
resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
|
2716
|
+
integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
|
2717
|
+
|
2472
2718
|
inflight@^1.0.4:
|
2473
2719
|
version "1.0.6"
|
2474
2720
|
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
|
@@ -2477,16 +2723,21 @@ inflight@^1.0.4:
|
|
2477
2723
|
once "^1.3.0"
|
2478
2724
|
wrappy "1"
|
2479
2725
|
|
2480
|
-
inherits@2, inherits
|
2481
|
-
version "2.0.
|
2482
|
-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.
|
2483
|
-
integrity
|
2726
|
+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
|
2727
|
+
version "2.0.4"
|
2728
|
+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
|
2729
|
+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
|
2484
2730
|
|
2485
2731
|
inherits@2.0.1:
|
2486
2732
|
version "2.0.1"
|
2487
2733
|
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
|
2488
2734
|
integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
|
2489
2735
|
|
2736
|
+
inherits@2.0.3:
|
2737
|
+
version "2.0.3"
|
2738
|
+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
|
2739
|
+
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
|
2740
|
+
|
2490
2741
|
ini@~1.3.0:
|
2491
2742
|
version "1.3.5"
|
2492
2743
|
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
|
@@ -2525,6 +2776,13 @@ is-binary-path@^1.0.0:
|
|
2525
2776
|
dependencies:
|
2526
2777
|
binary-extensions "^1.0.0"
|
2527
2778
|
|
2779
|
+
is-binary-path@^2.1.0:
|
2780
|
+
version "2.1.0"
|
2781
|
+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
|
2782
|
+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
|
2783
|
+
dependencies:
|
2784
|
+
binary-extensions "^2.0.0"
|
2785
|
+
|
2528
2786
|
is-buffer@^1.1.5:
|
2529
2787
|
version "1.1.6"
|
2530
2788
|
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
|
@@ -2613,7 +2871,7 @@ is-glob@^3.1.0:
|
|
2613
2871
|
dependencies:
|
2614
2872
|
is-extglob "^2.1.0"
|
2615
2873
|
|
2616
|
-
is-glob@^4.0.0:
|
2874
|
+
is-glob@^4.0.0, is-glob@^4.0.1:
|
2617
2875
|
version "4.0.1"
|
2618
2876
|
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
|
2619
2877
|
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
|
@@ -2627,7 +2885,12 @@ is-number@^3.0.0:
|
|
2627
2885
|
dependencies:
|
2628
2886
|
kind-of "^3.0.2"
|
2629
2887
|
|
2630
|
-
is-
|
2888
|
+
is-number@^7.0.0:
|
2889
|
+
version "7.0.0"
|
2890
|
+
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
|
2891
|
+
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
2892
|
+
|
2893
|
+
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
|
2631
2894
|
version "2.0.4"
|
2632
2895
|
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
|
2633
2896
|
integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
|
@@ -2658,6 +2921,11 @@ is-windows@^1.0.2:
|
|
2658
2921
|
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
|
2659
2922
|
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
|
2660
2923
|
|
2924
|
+
is-wsl@^1.1.0:
|
2925
|
+
version "1.1.0"
|
2926
|
+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
|
2927
|
+
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
|
2928
|
+
|
2661
2929
|
isarray@0.0.1:
|
2662
2930
|
version "0.0.1"
|
2663
2931
|
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
|
@@ -2697,16 +2965,16 @@ isobject@^3.0.0, isobject@^3.0.1:
|
|
2697
2965
|
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
|
2698
2966
|
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
|
2699
2967
|
|
2700
|
-
|
2968
|
+
js-levenshtein@^1.1.3:
|
2969
|
+
version "1.1.6"
|
2970
|
+
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
|
2971
|
+
integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==
|
2972
|
+
|
2973
|
+
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
2701
2974
|
version "4.0.0"
|
2702
2975
|
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
2703
2976
|
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
|
2704
2977
|
|
2705
|
-
js-tokens@^3.0.2:
|
2706
|
-
version "3.0.2"
|
2707
|
-
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
2708
|
-
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
|
2709
|
-
|
2710
2978
|
js-yaml@3.13.1:
|
2711
2979
|
version "3.13.1"
|
2712
2980
|
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
|
@@ -2715,6 +2983,11 @@ js-yaml@3.13.1:
|
|
2715
2983
|
argparse "^1.0.7"
|
2716
2984
|
esprima "^4.0.0"
|
2717
2985
|
|
2986
|
+
jsesc@^2.5.1:
|
2987
|
+
version "2.5.2"
|
2988
|
+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
2989
|
+
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
|
2990
|
+
|
2718
2991
|
jsesc@~0.5.0:
|
2719
2992
|
version "0.5.0"
|
2720
2993
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
@@ -2737,6 +3010,13 @@ json5@^1.0.1:
|
|
2737
3010
|
dependencies:
|
2738
3011
|
minimist "^1.2.0"
|
2739
3012
|
|
3013
|
+
json5@^2.1.0:
|
3014
|
+
version "2.1.0"
|
3015
|
+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
|
3016
|
+
integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
|
3017
|
+
dependencies:
|
3018
|
+
minimist "^1.2.0"
|
3019
|
+
|
2740
3020
|
jsonfile@^4.0.0:
|
2741
3021
|
version "4.0.0"
|
2742
3022
|
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
|
@@ -2754,20 +3034,19 @@ karma-chai-sinon@^0.1.5:
|
|
2754
3034
|
resolved "https://registry.yarnpkg.com/karma-chai-sinon/-/karma-chai-sinon-0.1.5.tgz#5c392ca95247818951d6b57902f02c36e803753a"
|
2755
3035
|
integrity sha1-XDksqVJHgYlR1rV5AvAsNugDdTo=
|
2756
3036
|
|
2757
|
-
karma-chrome-launcher@^
|
2758
|
-
version "
|
2759
|
-
resolved "https://registry.yarnpkg.com/karma-chrome-launcher/-/karma-chrome-launcher-
|
2760
|
-
integrity sha512-
|
3037
|
+
karma-chrome-launcher@^3.1.0:
|
3038
|
+
version "3.1.0"
|
3039
|
+
resolved "https://registry.yarnpkg.com/karma-chrome-launcher/-/karma-chrome-launcher-3.1.0.tgz#805a586799a4d05f4e54f72a204979f3f3066738"
|
3040
|
+
integrity sha512-3dPs/n7vgz1rxxtynpzZTvb9y/GIaW8xjAwcIGttLbycqoFtI7yo1NGnQi6oFTherRE+GIhCAHZC4vEqWGhNvg==
|
2761
3041
|
dependencies:
|
2762
|
-
fs-access "^1.0.0"
|
2763
3042
|
which "^1.2.1"
|
2764
3043
|
|
2765
|
-
karma-cli@^
|
2766
|
-
version "
|
2767
|
-
resolved "https://registry.yarnpkg.com/karma-cli/-/karma-cli-
|
2768
|
-
integrity
|
3044
|
+
karma-cli@^2.0.0:
|
3045
|
+
version "2.0.0"
|
3046
|
+
resolved "https://registry.yarnpkg.com/karma-cli/-/karma-cli-2.0.0.tgz#481548d28661af4cc68f3d8e09708f17d2cba931"
|
3047
|
+
integrity sha512-1Kb28UILg1ZsfqQmeELbPzuEb5C6GZJfVIk0qOr8LNYQuYWmAaqP16WpbpKEjhejDrDYyYOwwJXSZO6u7q5Pvw==
|
2769
3048
|
dependencies:
|
2770
|
-
resolve "^1.
|
3049
|
+
resolve "^1.3.3"
|
2771
3050
|
|
2772
3051
|
karma-mocha-clean-reporter@^0.0.1:
|
2773
3052
|
version "0.0.1"
|
@@ -2791,19 +3070,19 @@ karma-mocha@^1.3.0:
|
|
2791
3070
|
dependencies:
|
2792
3071
|
minimist "1.2.0"
|
2793
3072
|
|
2794
|
-
karma-webpack@^
|
2795
|
-
version "
|
2796
|
-
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-
|
2797
|
-
integrity sha512-
|
3073
|
+
karma-webpack@^4.0.2:
|
3074
|
+
version "4.0.2"
|
3075
|
+
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-4.0.2.tgz#23219bd95bdda853e3073d3874d34447c77bced0"
|
3076
|
+
integrity sha512-970/okAsdUOmiMOCY8sb17A2I8neS25Ad9uhyK3GHgmRSIFJbDcNEFE8dqqUhNe9OHiCC9k3DMrSmtd/0ymP1A==
|
2798
3077
|
dependencies:
|
2799
|
-
|
2800
|
-
|
2801
|
-
|
2802
|
-
|
2803
|
-
source-map "^0.
|
2804
|
-
webpack-dev-middleware "^
|
3078
|
+
clone-deep "^4.0.1"
|
3079
|
+
loader-utils "^1.1.0"
|
3080
|
+
neo-async "^2.6.1"
|
3081
|
+
schema-utils "^1.0.0"
|
3082
|
+
source-map "^0.7.3"
|
3083
|
+
webpack-dev-middleware "^3.7.0"
|
2805
3084
|
|
2806
|
-
karma@>=0.9
|
3085
|
+
karma@>=0.9:
|
2807
3086
|
version "4.1.0"
|
2808
3087
|
resolved "https://registry.yarnpkg.com/karma/-/karma-4.1.0.tgz#d07387c9743a575b40faf73e8a3eb5421c2193e1"
|
2809
3088
|
integrity sha512-xckiDqyNi512U4dXGOOSyLKPwek6X/vUizSy2f3geYevbLj+UIdvNwbn7IwfUIL2g1GXEPWt/87qFD1fBbl/Uw==
|
@@ -2836,6 +3115,39 @@ karma@>=0.9, karma@^4.0.1:
|
|
2836
3115
|
tmp "0.0.33"
|
2837
3116
|
useragent "2.3.0"
|
2838
3117
|
|
3118
|
+
karma@^4.0.1:
|
3119
|
+
version "4.3.0"
|
3120
|
+
resolved "https://registry.yarnpkg.com/karma/-/karma-4.3.0.tgz#e14471ea090a952265a42ebb442b1a3c09832559"
|
3121
|
+
integrity sha512-NSPViHOt+RW38oJklvYxQC4BSQsv737oQlr/r06pCM+slDOr4myuI1ivkRmp+3dVpJDfZt2DmaPJ2wkx+ZZuMQ==
|
3122
|
+
dependencies:
|
3123
|
+
bluebird "^3.3.0"
|
3124
|
+
body-parser "^1.16.1"
|
3125
|
+
braces "^3.0.2"
|
3126
|
+
chokidar "^3.0.0"
|
3127
|
+
colors "^1.1.0"
|
3128
|
+
connect "^3.6.0"
|
3129
|
+
core-js "^3.1.3"
|
3130
|
+
di "^0.0.1"
|
3131
|
+
dom-serialize "^2.2.0"
|
3132
|
+
flatted "^2.0.0"
|
3133
|
+
glob "^7.1.1"
|
3134
|
+
graceful-fs "^4.1.2"
|
3135
|
+
http-proxy "^1.13.0"
|
3136
|
+
isbinaryfile "^3.0.0"
|
3137
|
+
lodash "^4.17.14"
|
3138
|
+
log4js "^4.0.0"
|
3139
|
+
mime "^2.3.1"
|
3140
|
+
minimatch "^3.0.2"
|
3141
|
+
optimist "^0.6.1"
|
3142
|
+
qjobs "^1.1.4"
|
3143
|
+
range-parser "^1.2.0"
|
3144
|
+
rimraf "^2.6.0"
|
3145
|
+
safe-buffer "^5.0.1"
|
3146
|
+
socket.io "2.1.1"
|
3147
|
+
source-map "^0.6.1"
|
3148
|
+
tmp "0.0.33"
|
3149
|
+
useragent "2.3.0"
|
3150
|
+
|
2839
3151
|
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
|
2840
3152
|
version "3.2.2"
|
2841
3153
|
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
|
@@ -2867,12 +3179,12 @@ lcid@^2.0.0:
|
|
2867
3179
|
dependencies:
|
2868
3180
|
invert-kv "^2.0.0"
|
2869
3181
|
|
2870
|
-
loader-runner@^2.
|
3182
|
+
loader-runner@^2.4.0:
|
2871
3183
|
version "2.4.0"
|
2872
3184
|
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
|
2873
3185
|
integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
|
2874
3186
|
|
2875
|
-
loader-utils@^1.0.
|
3187
|
+
loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3:
|
2876
3188
|
version "1.2.3"
|
2877
3189
|
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
|
2878
3190
|
integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
|
@@ -2889,17 +3201,12 @@ locate-path@^3.0.0:
|
|
2889
3201
|
p-locate "^3.0.0"
|
2890
3202
|
path-exists "^3.0.0"
|
2891
3203
|
|
2892
|
-
lodash.
|
2893
|
-
version "4.
|
2894
|
-
resolved "https://registry.yarnpkg.com/lodash
|
2895
|
-
integrity
|
3204
|
+
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
|
3205
|
+
version "4.17.15"
|
3206
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
3207
|
+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
2896
3208
|
|
2897
|
-
|
2898
|
-
version "4.17.11"
|
2899
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
|
2900
|
-
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
|
2901
|
-
|
2902
|
-
log-symbols@2.2.0, log-symbols@^2.1.0:
|
3209
|
+
log-symbols@2.2.0:
|
2903
3210
|
version "2.2.0"
|
2904
3211
|
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
|
2905
3212
|
integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==
|
@@ -2914,28 +3221,20 @@ log-symbols@^1.0.2:
|
|
2914
3221
|
chalk "^1.0.0"
|
2915
3222
|
|
2916
3223
|
log4js@^4.0.0:
|
2917
|
-
version "4.1
|
2918
|
-
resolved "https://registry.yarnpkg.com/log4js/-/log4js-4.1.
|
2919
|
-
integrity sha512-
|
3224
|
+
version "4.5.1"
|
3225
|
+
resolved "https://registry.yarnpkg.com/log4js/-/log4js-4.5.1.tgz#e543625e97d9e6f3e6e7c9fc196dd6ab2cae30b5"
|
3226
|
+
integrity sha512-EEEgFcE9bLgaYUKuozyFfytQM2wDHtXn4tAN41pkaxpNjAykv11GVdeI4tHtmPWW4Xrgh9R/2d7XYghDVjbKKw==
|
2920
3227
|
dependencies:
|
2921
3228
|
date-format "^2.0.0"
|
2922
3229
|
debug "^4.1.1"
|
2923
3230
|
flatted "^2.0.0"
|
2924
|
-
rfdc "^1.1.
|
2925
|
-
streamroller "^1.0.
|
3231
|
+
rfdc "^1.1.4"
|
3232
|
+
streamroller "^1.0.6"
|
2926
3233
|
|
2927
|
-
|
2928
|
-
version "
|
2929
|
-
resolved "https://registry.yarnpkg.com/
|
2930
|
-
integrity sha512-
|
2931
|
-
dependencies:
|
2932
|
-
es6-symbol "^3.1.1"
|
2933
|
-
object.assign "^4.1.0"
|
2934
|
-
|
2935
|
-
lolex@^2.3.2, lolex@^2.7.5:
|
2936
|
-
version "2.7.5"
|
2937
|
-
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.5.tgz#113001d56bfc7e02d56e36291cc5c413d1aa0733"
|
2938
|
-
integrity sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q==
|
3234
|
+
lolex@^4.1.0, lolex@^4.2.0:
|
3235
|
+
version "4.2.0"
|
3236
|
+
resolved "https://registry.yarnpkg.com/lolex/-/lolex-4.2.0.tgz#ddbd7f6213ca1ea5826901ab1222b65d714b3cd7"
|
3237
|
+
integrity sha512-gKO5uExCXvSm6zbF562EvM+rd1kQDnB9AZBbiQVzf1ZmdDpxUSvpnAaVOP83N/31mRK8Ml8/VE8DMvsAZQ+7wg==
|
2939
3238
|
|
2940
3239
|
loose-envify@^1.0.0, loose-envify@^1.4.0:
|
2941
3240
|
version "1.4.0"
|
@@ -2944,14 +3243,6 @@ loose-envify@^1.0.0, loose-envify@^1.4.0:
|
|
2944
3243
|
dependencies:
|
2945
3244
|
js-tokens "^3.0.0 || ^4.0.0"
|
2946
3245
|
|
2947
|
-
loud-rejection@^1.6.0:
|
2948
|
-
version "1.6.0"
|
2949
|
-
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
|
2950
|
-
integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=
|
2951
|
-
dependencies:
|
2952
|
-
currently-unhandled "^0.4.1"
|
2953
|
-
signal-exit "^3.0.0"
|
2954
|
-
|
2955
3246
|
lru-cache@4.1.x:
|
2956
3247
|
version "4.1.5"
|
2957
3248
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
|
@@ -3022,7 +3313,7 @@ mem@^4.0.0:
|
|
3022
3313
|
mimic-fn "^2.0.0"
|
3023
3314
|
p-is-promise "^2.0.0"
|
3024
3315
|
|
3025
|
-
memory-fs@^0.4.0, memory-fs
|
3316
|
+
memory-fs@^0.4.0, memory-fs@^0.4.1:
|
3026
3317
|
version "0.4.1"
|
3027
3318
|
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
|
3028
3319
|
integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=
|
@@ -3030,7 +3321,7 @@ memory-fs@^0.4.0, memory-fs@~0.4.1:
|
|
3030
3321
|
errno "^0.1.3"
|
3031
3322
|
readable-stream "^2.0.1"
|
3032
3323
|
|
3033
|
-
micromatch@^3.1.10, micromatch@^3.1.4
|
3324
|
+
micromatch@^3.1.10, micromatch@^3.1.4:
|
3034
3325
|
version "3.1.10"
|
3035
3326
|
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
|
3036
3327
|
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
|
@@ -3069,10 +3360,10 @@ mime-types@~2.1.24:
|
|
3069
3360
|
dependencies:
|
3070
3361
|
mime-db "1.40.0"
|
3071
3362
|
|
3072
|
-
mime@^2.1
|
3073
|
-
version "2.4.
|
3074
|
-
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.
|
3075
|
-
integrity sha512-
|
3363
|
+
mime@^2.3.1, mime@^2.4.4:
|
3364
|
+
version "2.4.4"
|
3365
|
+
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5"
|
3366
|
+
integrity sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA==
|
3076
3367
|
|
3077
3368
|
mimic-fn@^2.0.0:
|
3078
3369
|
version "2.1.0"
|
@@ -3118,18 +3409,18 @@ minimist@~0.0.1:
|
|
3118
3409
|
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
|
3119
3410
|
integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
|
3120
3411
|
|
3121
|
-
minipass@^2.2.1, minipass@^2.
|
3122
|
-
version "2.
|
3123
|
-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.
|
3124
|
-
integrity sha512-
|
3412
|
+
minipass@^2.2.1, minipass@^2.6.0, minipass@^2.6.4:
|
3413
|
+
version "2.6.4"
|
3414
|
+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.6.4.tgz#c15b8e86d1ecee001652564a2c240c0b6e58e817"
|
3415
|
+
integrity sha512-D/+wBy2YykFsCcWvaIslCKKus5tqGQZ8MhEzNx4mujLNgHhXWaaUOZkok6/kztAlTt0QkYLEyIShrybNmzoeTA==
|
3125
3416
|
dependencies:
|
3126
3417
|
safe-buffer "^5.1.2"
|
3127
3418
|
yallist "^3.0.0"
|
3128
3419
|
|
3129
|
-
minizlib@^1.
|
3130
|
-
version "1.2.
|
3131
|
-
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.
|
3132
|
-
integrity sha512-
|
3420
|
+
minizlib@^1.2.1:
|
3421
|
+
version "1.2.2"
|
3422
|
+
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.2.tgz#6f0ccc82fa53e1bf2ff145f220d2da9fa6e3a166"
|
3423
|
+
integrity sha512-hR3At21uSrsjjDTWrbu0IMLTpnkpv8IIMFDFaoz43Tmu4LkmAXfH44vNNzpTnf+OAQQCHrb91y/wc2J4x5XgSQ==
|
3133
3424
|
dependencies:
|
3134
3425
|
minipass "^2.2.1"
|
3135
3426
|
|
@@ -3150,14 +3441,14 @@ mississippi@^3.0.0:
|
|
3150
3441
|
through2 "^2.0.0"
|
3151
3442
|
|
3152
3443
|
mixin-deep@^1.2.0:
|
3153
|
-
version "1.3.
|
3154
|
-
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.
|
3155
|
-
integrity sha512-
|
3444
|
+
version "1.3.2"
|
3445
|
+
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
|
3446
|
+
integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
|
3156
3447
|
dependencies:
|
3157
3448
|
for-in "^1.0.2"
|
3158
3449
|
is-extendable "^1.0.1"
|
3159
3450
|
|
3160
|
-
mkdirp@0.5.1, mkdirp@^0.5.0, mkdirp@^0.5.1
|
3451
|
+
mkdirp@0.5.1, mkdirp@^0.5.0, mkdirp@^0.5.1:
|
3161
3452
|
version "0.5.1"
|
3162
3453
|
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
|
3163
3454
|
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
|
@@ -3223,15 +3514,20 @@ ms@2.0.0:
|
|
3223
3514
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
|
3224
3515
|
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
|
3225
3516
|
|
3226
|
-
ms@2.1.1
|
3517
|
+
ms@2.1.1:
|
3227
3518
|
version "2.1.1"
|
3228
3519
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
|
3229
3520
|
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
|
3230
3521
|
|
3522
|
+
ms@^2.1.1:
|
3523
|
+
version "2.1.2"
|
3524
|
+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
3525
|
+
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
3526
|
+
|
3231
3527
|
nan@^2.12.1:
|
3232
|
-
version "2.
|
3233
|
-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.
|
3234
|
-
integrity sha512-
|
3528
|
+
version "2.14.0"
|
3529
|
+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
|
3530
|
+
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
|
3235
3531
|
|
3236
3532
|
nanomatch@^1.2.9:
|
3237
3533
|
version "1.2.13"
|
@@ -3251,11 +3547,11 @@ nanomatch@^1.2.9:
|
|
3251
3547
|
to-regex "^3.0.1"
|
3252
3548
|
|
3253
3549
|
needle@^2.2.1:
|
3254
|
-
version "2.
|
3255
|
-
resolved "https://registry.yarnpkg.com/needle/-/needle-2.
|
3256
|
-
integrity sha512-
|
3550
|
+
version "2.4.0"
|
3551
|
+
resolved "https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c"
|
3552
|
+
integrity sha512-4Hnwzr3mi5L97hMYeNl8wRW/Onhy4nUKR/lVemJ8gJedxxUyBLm9kkrDColJvoSfwi0jCNhD+xCdOtiGDQiRZg==
|
3257
3553
|
dependencies:
|
3258
|
-
debug "^
|
3554
|
+
debug "^3.2.6"
|
3259
3555
|
iconv-lite "^0.4.4"
|
3260
3556
|
sax "^1.2.4"
|
3261
3557
|
|
@@ -3264,30 +3560,25 @@ negotiator@0.6.2:
|
|
3264
3560
|
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
|
3265
3561
|
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
|
3266
3562
|
|
3267
|
-
neo-async@^2.5.0:
|
3268
|
-
version "2.6.
|
3269
|
-
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.
|
3270
|
-
integrity sha512-
|
3271
|
-
|
3272
|
-
next-tick@^1.0.0:
|
3273
|
-
version "1.0.0"
|
3274
|
-
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
|
3275
|
-
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
|
3563
|
+
neo-async@^2.5.0, neo-async@^2.6.1:
|
3564
|
+
version "2.6.1"
|
3565
|
+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
|
3566
|
+
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
|
3276
3567
|
|
3277
3568
|
nice-try@^1.0.4:
|
3278
3569
|
version "1.0.5"
|
3279
3570
|
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
3280
3571
|
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
|
3281
3572
|
|
3282
|
-
nise@^1.
|
3283
|
-
version "1.
|
3284
|
-
resolved "https://registry.yarnpkg.com/nise/-/nise-1.
|
3285
|
-
integrity sha512
|
3573
|
+
nise@^1.5.2:
|
3574
|
+
version "1.5.2"
|
3575
|
+
resolved "https://registry.yarnpkg.com/nise/-/nise-1.5.2.tgz#b6d29af10e48b321b307e10e065199338eeb2652"
|
3576
|
+
integrity sha512-/6RhOUlicRCbE9s+94qCUsyE+pKlVJ5AhIv+jEE7ESKwnbXqulKZ1FYU+XAtHHWE9TinYvAxDUJAb912PwPoWA==
|
3286
3577
|
dependencies:
|
3287
|
-
"@sinonjs/formatio" "^3.1
|
3578
|
+
"@sinonjs/formatio" "^3.2.1"
|
3288
3579
|
"@sinonjs/text-encoding" "^0.7.1"
|
3289
3580
|
just-extend "^4.0.2"
|
3290
|
-
lolex "^
|
3581
|
+
lolex "^4.1.0"
|
3291
3582
|
path-to-regexp "^1.7.0"
|
3292
3583
|
|
3293
3584
|
node-environment-flags@1.0.5:
|
@@ -3298,10 +3589,10 @@ node-environment-flags@1.0.5:
|
|
3298
3589
|
object.getownpropertydescriptors "^2.0.3"
|
3299
3590
|
semver "^5.7.0"
|
3300
3591
|
|
3301
|
-
node-libs-browser@^2.
|
3302
|
-
version "2.2.
|
3303
|
-
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.
|
3304
|
-
integrity sha512-
|
3592
|
+
node-libs-browser@^2.2.1:
|
3593
|
+
version "2.2.1"
|
3594
|
+
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425"
|
3595
|
+
integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==
|
3305
3596
|
dependencies:
|
3306
3597
|
assert "^1.1.1"
|
3307
3598
|
browserify-zlib "^0.2.0"
|
@@ -3313,7 +3604,7 @@ node-libs-browser@^2.0.0:
|
|
3313
3604
|
events "^3.0.0"
|
3314
3605
|
https-browserify "^1.0.0"
|
3315
3606
|
os-browserify "^0.3.0"
|
3316
|
-
path-browserify "0.0.
|
3607
|
+
path-browserify "0.0.1"
|
3317
3608
|
process "^0.11.10"
|
3318
3609
|
punycode "^1.2.4"
|
3319
3610
|
querystring-es3 "^0.2.0"
|
@@ -3325,7 +3616,7 @@ node-libs-browser@^2.0.0:
|
|
3325
3616
|
tty-browserify "0.0.0"
|
3326
3617
|
url "^0.11.0"
|
3327
3618
|
util "^0.11.0"
|
3328
|
-
vm-browserify "
|
3619
|
+
vm-browserify "^1.0.1"
|
3329
3620
|
|
3330
3621
|
node-pre-gyp@^0.12.0:
|
3331
3622
|
version "0.12.0"
|
@@ -3343,6 +3634,13 @@ node-pre-gyp@^0.12.0:
|
|
3343
3634
|
semver "^5.3.0"
|
3344
3635
|
tar "^4"
|
3345
3636
|
|
3637
|
+
node-releases@^1.1.29:
|
3638
|
+
version "1.1.32"
|
3639
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.32.tgz#485b35c1bf9b4d8baa105d782f8ca731e518276e"
|
3640
|
+
integrity sha512-VhVknkitq8dqtWoluagsGPn3dxTvN9fwgR59fV3D7sLBHe0JfDramsMI8n8mY//ccq/Kkrf8ZRHRpsyVZ3qw1A==
|
3641
|
+
dependencies:
|
3642
|
+
semver "^5.3.0"
|
3643
|
+
|
3346
3644
|
nopt@^4.0.1:
|
3347
3645
|
version "4.0.1"
|
3348
3646
|
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
|
@@ -3369,9 +3667,9 @@ npm-bundled@^1.0.1:
|
|
3369
3667
|
integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g==
|
3370
3668
|
|
3371
3669
|
npm-packlist@^1.1.6:
|
3372
|
-
version "1.4.
|
3373
|
-
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.
|
3374
|
-
integrity sha512
|
3670
|
+
version "1.4.4"
|
3671
|
+
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.4.tgz#866224233850ac534b63d1a6e76050092b5d2f44"
|
3672
|
+
integrity sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw==
|
3375
3673
|
dependencies:
|
3376
3674
|
ignore-walk "^3.0.1"
|
3377
3675
|
npm-bundled "^1.0.1"
|
@@ -3393,17 +3691,12 @@ npmlog@^4.0.2:
|
|
3393
3691
|
gauge "~2.7.3"
|
3394
3692
|
set-blocking "~2.0.0"
|
3395
3693
|
|
3396
|
-
null-check@^1.0.0:
|
3397
|
-
version "1.0.0"
|
3398
|
-
resolved "https://registry.yarnpkg.com/null-check/-/null-check-1.0.0.tgz#977dffd7176012b9ec30d2a39db5cf72a0439edd"
|
3399
|
-
integrity sha1-l33/1xdgErnsMNKjnbXPcqBDnt0=
|
3400
|
-
|
3401
3694
|
number-is-nan@^1.0.0:
|
3402
3695
|
version "1.0.1"
|
3403
3696
|
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
|
3404
3697
|
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
|
3405
3698
|
|
3406
|
-
object-assign@^4.
|
3699
|
+
object-assign@^4.1.0, object-assign@^4.1.1:
|
3407
3700
|
version "4.1.1"
|
3408
3701
|
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
3409
3702
|
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
|
@@ -3422,7 +3715,12 @@ object-copy@^0.1.0:
|
|
3422
3715
|
define-property "^0.2.5"
|
3423
3716
|
kind-of "^3.0.3"
|
3424
3717
|
|
3425
|
-
object-
|
3718
|
+
object-inspect@^1.6.0:
|
3719
|
+
version "1.6.0"
|
3720
|
+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
|
3721
|
+
integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
|
3722
|
+
|
3723
|
+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
|
3426
3724
|
version "1.1.1"
|
3427
3725
|
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
|
3428
3726
|
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
|
@@ -3529,9 +3827,9 @@ p-is-promise@^2.0.0:
|
|
3529
3827
|
integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==
|
3530
3828
|
|
3531
3829
|
p-limit@^2.0.0:
|
3532
|
-
version "2.2.
|
3533
|
-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.
|
3534
|
-
integrity sha512-
|
3830
|
+
version "2.2.1"
|
3831
|
+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537"
|
3832
|
+
integrity sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==
|
3535
3833
|
dependencies:
|
3536
3834
|
p-try "^2.0.0"
|
3537
3835
|
|
@@ -3553,11 +3851,11 @@ pako@~1.0.5:
|
|
3553
3851
|
integrity sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==
|
3554
3852
|
|
3555
3853
|
parallel-transform@^1.1.0:
|
3556
|
-
version "1.
|
3557
|
-
resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.
|
3558
|
-
integrity
|
3854
|
+
version "1.2.0"
|
3855
|
+
resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc"
|
3856
|
+
integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==
|
3559
3857
|
dependencies:
|
3560
|
-
cyclist "
|
3858
|
+
cyclist "^1.0.1"
|
3561
3859
|
inherits "^2.0.3"
|
3562
3860
|
readable-stream "^2.1.5"
|
3563
3861
|
|
@@ -3587,7 +3885,7 @@ parseuri@0.0.5:
|
|
3587
3885
|
dependencies:
|
3588
3886
|
better-assert "~1.0.0"
|
3589
3887
|
|
3590
|
-
parseurl@~1.3.
|
3888
|
+
parseurl@~1.3.3:
|
3591
3889
|
version "1.3.3"
|
3592
3890
|
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
|
3593
3891
|
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
|
@@ -3597,10 +3895,10 @@ pascalcase@^0.1.1:
|
|
3597
3895
|
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
|
3598
3896
|
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
|
3599
3897
|
|
3600
|
-
path-browserify@0.0.
|
3601
|
-
version "0.0.
|
3602
|
-
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.
|
3603
|
-
integrity
|
3898
|
+
path-browserify@0.0.1:
|
3899
|
+
version "0.0.1"
|
3900
|
+
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a"
|
3901
|
+
integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==
|
3604
3902
|
|
3605
3903
|
path-dirname@^1.0.0:
|
3606
3904
|
version "1.0.2"
|
@@ -3650,6 +3948,11 @@ pbkdf2@^3.0.3:
|
|
3650
3948
|
safe-buffer "^5.0.1"
|
3651
3949
|
sha.js "^2.4.8"
|
3652
3950
|
|
3951
|
+
picomatch@^2.0.4:
|
3952
|
+
version "2.0.7"
|
3953
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
|
3954
|
+
integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==
|
3955
|
+
|
3653
3956
|
pify@^4.0.1:
|
3654
3957
|
version "4.0.1"
|
3655
3958
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
@@ -3673,26 +3976,21 @@ private@^0.1.6:
|
|
3673
3976
|
integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
|
3674
3977
|
|
3675
3978
|
process-nextick-args@~2.0.0:
|
3676
|
-
version "2.0.
|
3677
|
-
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.
|
3678
|
-
integrity sha512-
|
3979
|
+
version "2.0.1"
|
3980
|
+
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
|
3981
|
+
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
|
3679
3982
|
|
3680
3983
|
process@^0.11.10:
|
3681
3984
|
version "0.11.10"
|
3682
3985
|
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
|
3683
3986
|
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
|
3684
3987
|
|
3685
|
-
process@~0.5.1:
|
3686
|
-
version "0.5.2"
|
3687
|
-
resolved "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf"
|
3688
|
-
integrity sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=
|
3689
|
-
|
3690
3988
|
promise-inflight@^1.0.1:
|
3691
3989
|
version "1.0.1"
|
3692
3990
|
resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
|
3693
3991
|
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
|
3694
3992
|
|
3695
|
-
prop-types@^15.
|
3993
|
+
prop-types@^15.6.1:
|
3696
3994
|
version "15.7.2"
|
3697
3995
|
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
|
3698
3996
|
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
|
@@ -3798,10 +4096,10 @@ randomfill@^1.0.3:
|
|
3798
4096
|
randombytes "^2.0.5"
|
3799
4097
|
safe-buffer "^5.1.0"
|
3800
4098
|
|
3801
|
-
range-parser@^1.0
|
3802
|
-
version "1.2.
|
3803
|
-
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.
|
3804
|
-
integrity
|
4099
|
+
range-parser@^1.2.0, range-parser@^1.2.1:
|
4100
|
+
version "1.2.1"
|
4101
|
+
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
|
4102
|
+
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
|
3805
4103
|
|
3806
4104
|
raw-body@2.4.0:
|
3807
4105
|
version "2.4.0"
|
@@ -3823,34 +4121,29 @@ rc@^1.2.7:
|
|
3823
4121
|
minimist "^1.2.0"
|
3824
4122
|
strip-json-comments "~2.0.1"
|
3825
4123
|
|
3826
|
-
react-
|
3827
|
-
version "
|
3828
|
-
resolved "https://registry.yarnpkg.com/react-
|
3829
|
-
integrity sha512-
|
3830
|
-
|
3831
|
-
react-hot-loader@3.0.0-beta.6:
|
3832
|
-
version "3.0.0-beta.6"
|
3833
|
-
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-3.0.0-beta.6.tgz#463fac0bfc8b63a8385258af20c91636abce75f4"
|
3834
|
-
integrity sha1-Rj+sC/yLY6g4UlivIMkWNqvOdfQ=
|
4124
|
+
react-hot-loader@^4.6.0:
|
4125
|
+
version "4.12.13"
|
4126
|
+
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.12.13.tgz#78dcb55f49f88ce3d4316c7c86a8c01fdd196cd2"
|
4127
|
+
integrity sha512-4Byk3aVQhcmTnVCBvDHOEOUnMFMj81r2yRKZQSfLOG2yd/4hm/A3oK15AnCZilQExqSFSsHcK64lIIU+dU2zQQ==
|
3835
4128
|
dependencies:
|
3836
|
-
|
4129
|
+
fast-levenshtein "^2.0.6"
|
3837
4130
|
global "^4.3.0"
|
3838
|
-
|
3839
|
-
|
3840
|
-
|
3841
|
-
|
4131
|
+
hoist-non-react-statics "^3.3.0"
|
4132
|
+
loader-utils "^1.1.0"
|
4133
|
+
prop-types "^15.6.1"
|
4134
|
+
react-lifecycles-compat "^3.0.4"
|
4135
|
+
shallowequal "^1.1.0"
|
4136
|
+
source-map "^0.7.3"
|
3842
4137
|
|
3843
|
-
react-is@^16.8.1:
|
3844
|
-
version "16.
|
3845
|
-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.
|
3846
|
-
integrity sha512-
|
4138
|
+
react-is@^16.7.0, react-is@^16.8.1:
|
4139
|
+
version "16.9.0"
|
4140
|
+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
|
4141
|
+
integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==
|
3847
4142
|
|
3848
|
-
react-
|
3849
|
-
version "3.0.
|
3850
|
-
resolved "https://registry.yarnpkg.com/react-
|
3851
|
-
integrity
|
3852
|
-
dependencies:
|
3853
|
-
lodash "^4.6.1"
|
4143
|
+
react-lifecycles-compat@^3.0.4:
|
4144
|
+
version "3.0.4"
|
4145
|
+
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
|
4146
|
+
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
|
3854
4147
|
|
3855
4148
|
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6:
|
3856
4149
|
version "2.3.6"
|
@@ -3874,33 +4167,30 @@ readdirp@^2.2.1:
|
|
3874
4167
|
micromatch "^3.1.10"
|
3875
4168
|
readable-stream "^2.0.2"
|
3876
4169
|
|
3877
|
-
|
3878
|
-
version "1.
|
3879
|
-
resolved "https://registry.yarnpkg.com/
|
3880
|
-
integrity sha512-
|
4170
|
+
readdirp@^3.1.1:
|
4171
|
+
version "3.1.2"
|
4172
|
+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.1.2.tgz#fa85d2d14d4289920e4671dead96431add2ee78a"
|
4173
|
+
integrity sha512-8rhl0xs2cxfVsqzreYCvs8EwBfn/DhVdqtoLmw19uI3SC5avYX9teCurlErfpPXGmYtMHReGaP2RsLnFvz/lnw==
|
4174
|
+
dependencies:
|
4175
|
+
picomatch "^2.0.4"
|
4176
|
+
|
4177
|
+
regenerate-unicode-properties@^8.1.0:
|
4178
|
+
version "8.1.0"
|
4179
|
+
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e"
|
4180
|
+
integrity sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA==
|
3881
4181
|
dependencies:
|
3882
|
-
|
3883
|
-
object-assign "^4.0.1"
|
3884
|
-
prop-types "^15.5.4"
|
3885
|
-
sourcemapped-stacktrace "^1.1.6"
|
4182
|
+
regenerate "^1.4.0"
|
3886
4183
|
|
3887
|
-
regenerate@^1.
|
4184
|
+
regenerate@^1.4.0:
|
3888
4185
|
version "1.4.0"
|
3889
4186
|
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
|
3890
4187
|
integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==
|
3891
4188
|
|
3892
|
-
regenerator-
|
3893
|
-
version "0.
|
3894
|
-
resolved "https://registry.yarnpkg.com/regenerator-
|
3895
|
-
integrity sha512-
|
3896
|
-
|
3897
|
-
regenerator-transform@^0.10.0:
|
3898
|
-
version "0.10.1"
|
3899
|
-
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd"
|
3900
|
-
integrity sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==
|
4189
|
+
regenerator-transform@^0.14.0:
|
4190
|
+
version "0.14.1"
|
4191
|
+
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb"
|
4192
|
+
integrity sha512-flVuee02C3FKRISbxhXl9mGzdbWUVHubl1SMaknjxkFB1/iqpJhArQUvRxOOPEc/9tAiX0BaQ28FJH10E4isSQ==
|
3901
4193
|
dependencies:
|
3902
|
-
babel-runtime "^6.18.0"
|
3903
|
-
babel-types "^6.19.0"
|
3904
4194
|
private "^0.1.6"
|
3905
4195
|
|
3906
4196
|
regex-not@^1.0.0, regex-not@^1.0.2:
|
@@ -3911,24 +4201,32 @@ regex-not@^1.0.0, regex-not@^1.0.2:
|
|
3911
4201
|
extend-shallow "^3.0.2"
|
3912
4202
|
safe-regex "^1.1.0"
|
3913
4203
|
|
3914
|
-
|
3915
|
-
version "
|
3916
|
-
resolved "https://registry.yarnpkg.com/
|
3917
|
-
integrity
|
4204
|
+
regexp-tree@^0.1.13:
|
4205
|
+
version "0.1.13"
|
4206
|
+
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.13.tgz#5b19ab9377edc68bc3679256840bb29afc158d7f"
|
4207
|
+
integrity sha512-hwdV/GQY5F8ReLZWO+W1SRoN5YfpOKY6852+tBFcma72DKBIcHjPRIlIvQN35bCOljuAfP2G2iB0FC/w236mUw==
|
4208
|
+
|
4209
|
+
regexpu-core@^4.5.4:
|
4210
|
+
version "4.6.0"
|
4211
|
+
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
|
4212
|
+
integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==
|
3918
4213
|
dependencies:
|
3919
|
-
regenerate "^1.
|
3920
|
-
|
3921
|
-
|
4214
|
+
regenerate "^1.4.0"
|
4215
|
+
regenerate-unicode-properties "^8.1.0"
|
4216
|
+
regjsgen "^0.5.0"
|
4217
|
+
regjsparser "^0.6.0"
|
4218
|
+
unicode-match-property-ecmascript "^1.0.4"
|
4219
|
+
unicode-match-property-value-ecmascript "^1.1.0"
|
3922
4220
|
|
3923
|
-
regjsgen@^0.
|
3924
|
-
version "0.
|
3925
|
-
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.
|
3926
|
-
integrity
|
4221
|
+
regjsgen@^0.5.0:
|
4222
|
+
version "0.5.0"
|
4223
|
+
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.0.tgz#a7634dc08f89209c2049adda3525711fb97265dd"
|
4224
|
+
integrity sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA==
|
3927
4225
|
|
3928
|
-
regjsparser@^0.
|
3929
|
-
version "0.
|
3930
|
-
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.
|
3931
|
-
integrity
|
4226
|
+
regjsparser@^0.6.0:
|
4227
|
+
version "0.6.0"
|
4228
|
+
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.0.tgz#f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c"
|
4229
|
+
integrity sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==
|
3932
4230
|
dependencies:
|
3933
4231
|
jsesc "~0.5.0"
|
3934
4232
|
|
@@ -3972,10 +4270,10 @@ resolve-url@^0.2.1:
|
|
3972
4270
|
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
3973
4271
|
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
3974
4272
|
|
3975
|
-
resolve@^1.1.
|
3976
|
-
version "1.
|
3977
|
-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.
|
3978
|
-
integrity sha512-
|
4273
|
+
resolve@^1.3.2, resolve@^1.3.3:
|
4274
|
+
version "1.12.0"
|
4275
|
+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
|
4276
|
+
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
|
3979
4277
|
dependencies:
|
3980
4278
|
path-parse "^1.0.6"
|
3981
4279
|
|
@@ -3984,15 +4282,15 @@ ret@~0.1.10:
|
|
3984
4282
|
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
|
3985
4283
|
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
|
3986
4284
|
|
3987
|
-
rfdc@^1.1.
|
3988
|
-
version "1.1.
|
3989
|
-
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.1.
|
3990
|
-
integrity sha512-
|
4285
|
+
rfdc@^1.1.4:
|
4286
|
+
version "1.1.4"
|
4287
|
+
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.1.4.tgz#ba72cc1367a0ccd9cf81a870b3b58bd3ad07f8c2"
|
4288
|
+
integrity sha512-5C9HXdzK8EAqN7JDif30jqsBzavB7wLpaubisuQIGHWf2gUXSpzy6ArX/+Da8RjFpagWsCn+pIgxTMAmKw9Zug==
|
3991
4289
|
|
3992
|
-
rimraf@^2.5.4, rimraf@^2.6.0, rimraf@^2.6.1, rimraf@^2.6.
|
3993
|
-
version "2.
|
3994
|
-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.
|
3995
|
-
integrity sha512-
|
4290
|
+
rimraf@^2.5.4, rimraf@^2.6.0, rimraf@^2.6.1, rimraf@^2.6.3:
|
4291
|
+
version "2.7.1"
|
4292
|
+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
|
4293
|
+
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
|
3996
4294
|
dependencies:
|
3997
4295
|
glob "^7.1.3"
|
3998
4296
|
|
@@ -4011,7 +4309,12 @@ run-queue@^1.0.0, run-queue@^1.0.3:
|
|
4011
4309
|
dependencies:
|
4012
4310
|
aproba "^1.1.1"
|
4013
4311
|
|
4014
|
-
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.
|
4312
|
+
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
|
4313
|
+
version "5.2.0"
|
4314
|
+
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519"
|
4315
|
+
integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==
|
4316
|
+
|
4317
|
+
safe-buffer@~5.1.0, safe-buffer@~5.1.1:
|
4015
4318
|
version "5.1.2"
|
4016
4319
|
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
4017
4320
|
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
@@ -4042,35 +4345,35 @@ schema-utils@^1.0.0:
|
|
4042
4345
|
ajv-errors "^1.0.0"
|
4043
4346
|
ajv-keywords "^3.1.0"
|
4044
4347
|
|
4045
|
-
semver@^5.3.0, semver@^5.
|
4348
|
+
semver@^5.3.0, semver@^5.4.1, semver@^5.6.0:
|
4349
|
+
version "5.7.1"
|
4350
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
4351
|
+
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
4352
|
+
|
4353
|
+
semver@^5.5.0, semver@^5.7.0:
|
4046
4354
|
version "5.7.0"
|
4047
4355
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
|
4048
4356
|
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
|
4049
4357
|
|
4050
|
-
|
4051
|
-
version "
|
4052
|
-
resolved "https://registry.yarnpkg.com/
|
4053
|
-
integrity sha512-
|
4358
|
+
semver@^6.3.0:
|
4359
|
+
version "6.3.0"
|
4360
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
4361
|
+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
4362
|
+
|
4363
|
+
serialize-javascript@^1.7.0:
|
4364
|
+
version "1.9.1"
|
4365
|
+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb"
|
4366
|
+
integrity sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==
|
4054
4367
|
|
4055
4368
|
set-blocking@^2.0.0, set-blocking@~2.0.0:
|
4056
4369
|
version "2.0.0"
|
4057
4370
|
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
|
4058
4371
|
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
|
4059
4372
|
|
4060
|
-
set-value@^0.
|
4061
|
-
version "0.
|
4062
|
-
resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.
|
4063
|
-
integrity
|
4064
|
-
dependencies:
|
4065
|
-
extend-shallow "^2.0.1"
|
4066
|
-
is-extendable "^0.1.1"
|
4067
|
-
is-plain-object "^2.0.1"
|
4068
|
-
to-object-path "^0.3.0"
|
4069
|
-
|
4070
|
-
set-value@^2.0.0:
|
4071
|
-
version "2.0.0"
|
4072
|
-
resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.0.tgz#71ae4a88f0feefbbf52d1ea604f3fb315ebb6274"
|
4073
|
-
integrity sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==
|
4373
|
+
set-value@^2.0.0, set-value@^2.0.1:
|
4374
|
+
version "2.0.1"
|
4375
|
+
resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
|
4376
|
+
integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==
|
4074
4377
|
dependencies:
|
4075
4378
|
extend-shallow "^2.0.1"
|
4076
4379
|
is-extendable "^0.1.1"
|
@@ -4095,6 +4398,18 @@ sha.js@^2.4.0, sha.js@^2.4.8:
|
|
4095
4398
|
inherits "^2.0.1"
|
4096
4399
|
safe-buffer "^5.0.1"
|
4097
4400
|
|
4401
|
+
shallow-clone@^3.0.0:
|
4402
|
+
version "3.0.1"
|
4403
|
+
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
|
4404
|
+
integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==
|
4405
|
+
dependencies:
|
4406
|
+
kind-of "^6.0.2"
|
4407
|
+
|
4408
|
+
shallowequal@^1.1.0:
|
4409
|
+
version "1.1.0"
|
4410
|
+
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
|
4411
|
+
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
|
4412
|
+
|
4098
4413
|
shebang-command@^1.2.0:
|
4099
4414
|
version "1.2.0"
|
4100
4415
|
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
|
@@ -4117,20 +4432,18 @@ sinon-chai@^3.2.0:
|
|
4117
4432
|
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.3.0.tgz#8084ff99451064910fbe2c2cb8ab540c00b740ea"
|
4118
4433
|
integrity sha512-r2JhDY7gbbmh5z3Q62pNbrjxZdOAjpsqW/8yxAZRSqLZqowmfGZPGUZPFf3UX36NLis0cv8VEM5IJh9HgkSOAA==
|
4119
4434
|
|
4120
|
-
sinon@^
|
4121
|
-
version "
|
4122
|
-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-
|
4123
|
-
integrity sha512-
|
4435
|
+
sinon@^7.4.2:
|
4436
|
+
version "7.4.2"
|
4437
|
+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.4.2.tgz#ecd54158fef2fcfbdb231a3fa55140e8cb02ad6c"
|
4438
|
+
integrity sha512-pY5RY99DKelU3pjNxcWo6XqeB1S118GBcVIIdDi6V+h6hevn1izcg2xv1hTHW/sViRXU7sUOxt4wTUJ3gsW2CQ==
|
4124
4439
|
dependencies:
|
4125
|
-
"@sinonjs/commons" "^1.0
|
4126
|
-
"@sinonjs/formatio" "^3.
|
4127
|
-
"@sinonjs/samsam" "^
|
4440
|
+
"@sinonjs/commons" "^1.4.0"
|
4441
|
+
"@sinonjs/formatio" "^3.2.1"
|
4442
|
+
"@sinonjs/samsam" "^3.3.3"
|
4128
4443
|
diff "^3.5.0"
|
4129
|
-
|
4130
|
-
|
4131
|
-
nise "^1.4.5"
|
4444
|
+
lolex "^4.2.0"
|
4445
|
+
nise "^1.5.2"
|
4132
4446
|
supports-color "^5.5.0"
|
4133
|
-
type-detect "^4.0.8"
|
4134
4447
|
|
4135
4448
|
snapdragon-node@^2.0.1:
|
4136
4449
|
version "2.1.1"
|
@@ -4224,10 +4537,10 @@ source-map-resolve@^0.5.0:
|
|
4224
4537
|
source-map-url "^0.4.0"
|
4225
4538
|
urix "^0.1.0"
|
4226
4539
|
|
4227
|
-
source-map-support@~0.5.
|
4228
|
-
version "0.5.
|
4229
|
-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.
|
4230
|
-
integrity sha512-
|
4540
|
+
source-map-support@~0.5.12:
|
4541
|
+
version "0.5.13"
|
4542
|
+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"
|
4543
|
+
integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==
|
4231
4544
|
dependencies:
|
4232
4545
|
buffer-from "^1.0.0"
|
4233
4546
|
source-map "^0.6.0"
|
@@ -4237,19 +4550,7 @@ source-map-url@^0.4.0:
|
|
4237
4550
|
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
|
4238
4551
|
integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
|
4239
4552
|
|
4240
|
-
source-map
|
4241
|
-
version "0.5.6"
|
4242
|
-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
|
4243
|
-
integrity sha1-dc449SvwczxafwwRjYEzSiu19BI=
|
4244
|
-
|
4245
|
-
source-map@^0.4.4:
|
4246
|
-
version "0.4.4"
|
4247
|
-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
|
4248
|
-
integrity sha1-66T12pwNyZneaAMti092FzZSA2s=
|
4249
|
-
dependencies:
|
4250
|
-
amdefine ">=0.0.4"
|
4251
|
-
|
4252
|
-
source-map@^0.5.6:
|
4553
|
+
source-map@^0.5.0, source-map@^0.5.6:
|
4253
4554
|
version "0.5.7"
|
4254
4555
|
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
|
4255
4556
|
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
|
@@ -4259,12 +4560,10 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
|
|
4259
4560
|
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
|
4260
4561
|
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
4261
4562
|
|
4262
|
-
|
4263
|
-
version "
|
4264
|
-
resolved "https://registry.yarnpkg.com/
|
4265
|
-
integrity sha512-
|
4266
|
-
dependencies:
|
4267
|
-
source-map "0.5.6"
|
4563
|
+
source-map@^0.7.3:
|
4564
|
+
version "0.7.3"
|
4565
|
+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
|
4566
|
+
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
|
4268
4567
|
|
4269
4568
|
split-string@^3.0.1, split-string@^3.0.2:
|
4270
4569
|
version "3.1.0"
|
@@ -4290,11 +4589,6 @@ stackback@0.0.2:
|
|
4290
4589
|
resolved "https://registry.yarnpkg.com/stackback/-/stackback-0.0.2.tgz#1ac8a0d9483848d1695e418b6d031a3c3ce68e3b"
|
4291
4590
|
integrity sha1-Gsig2Ug4SNFpXkGLbQMaPDzmjjs=
|
4292
4591
|
|
4293
|
-
stackframe@^0.3.1:
|
4294
|
-
version "0.3.1"
|
4295
|
-
resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-0.3.1.tgz#33aa84f1177a5548c8935533cbfeb3420975f5a4"
|
4296
|
-
integrity sha1-M6qE8Rd6VUjIk1Uzy/6zQgl19aQ=
|
4297
|
-
|
4298
4592
|
static-extend@^0.1.1:
|
4299
4593
|
version "0.1.2"
|
4300
4594
|
resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
|
@@ -4303,16 +4597,11 @@ static-extend@^0.1.1:
|
|
4303
4597
|
define-property "^0.2.5"
|
4304
4598
|
object-copy "^0.1.0"
|
4305
4599
|
|
4306
|
-
"statuses@>= 1.5.0 < 2":
|
4600
|
+
"statuses@>= 1.5.0 < 2", statuses@~1.5.0:
|
4307
4601
|
version "1.5.0"
|
4308
4602
|
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
|
4309
4603
|
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
|
4310
4604
|
|
4311
|
-
statuses@~1.3.1:
|
4312
|
-
version "1.3.1"
|
4313
|
-
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e"
|
4314
|
-
integrity sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=
|
4315
|
-
|
4316
4605
|
stream-browserify@^2.0.1:
|
4317
4606
|
version "2.0.2"
|
4318
4607
|
resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
|
@@ -4345,16 +4634,16 @@ stream-shift@^1.0.0:
|
|
4345
4634
|
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952"
|
4346
4635
|
integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=
|
4347
4636
|
|
4348
|
-
streamroller@^1.0.
|
4349
|
-
version "1.0.
|
4350
|
-
resolved "https://registry.yarnpkg.com/streamroller/-/streamroller-1.0.
|
4351
|
-
integrity sha512-
|
4637
|
+
streamroller@^1.0.6:
|
4638
|
+
version "1.0.6"
|
4639
|
+
resolved "https://registry.yarnpkg.com/streamroller/-/streamroller-1.0.6.tgz#8167d8496ed9f19f05ee4b158d9611321b8cacd9"
|
4640
|
+
integrity sha512-3QC47Mhv3/aZNFpDDVO44qQb9gwB9QggMEE0sQmkTAwBVYdBRWISdsywlkfm5II1Q5y/pmrHflti/IgmIzdDBg==
|
4352
4641
|
dependencies:
|
4353
|
-
async "^2.6.
|
4642
|
+
async "^2.6.2"
|
4354
4643
|
date-format "^2.0.0"
|
4355
|
-
debug "^3.
|
4356
|
-
fs-extra "^7.0.
|
4357
|
-
lodash "^4.17.
|
4644
|
+
debug "^3.2.6"
|
4645
|
+
fs-extra "^7.0.1"
|
4646
|
+
lodash "^4.17.14"
|
4358
4647
|
|
4359
4648
|
string-width@^1.0.1:
|
4360
4649
|
version "1.0.2"
|
@@ -4382,12 +4671,28 @@ string-width@^3.0.0:
|
|
4382
4671
|
is-fullwidth-code-point "^2.0.0"
|
4383
4672
|
strip-ansi "^5.1.0"
|
4384
4673
|
|
4674
|
+
string.prototype.trimleft@^2.0.0:
|
4675
|
+
version "2.1.0"
|
4676
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
|
4677
|
+
integrity sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==
|
4678
|
+
dependencies:
|
4679
|
+
define-properties "^1.1.3"
|
4680
|
+
function-bind "^1.1.1"
|
4681
|
+
|
4682
|
+
string.prototype.trimright@^2.0.0:
|
4683
|
+
version "2.1.0"
|
4684
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
|
4685
|
+
integrity sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==
|
4686
|
+
dependencies:
|
4687
|
+
define-properties "^1.1.3"
|
4688
|
+
function-bind "^1.1.1"
|
4689
|
+
|
4385
4690
|
string_decoder@^1.0.0:
|
4386
|
-
version "1.
|
4387
|
-
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.
|
4388
|
-
integrity sha512-
|
4691
|
+
version "1.3.0"
|
4692
|
+
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
|
4693
|
+
integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
|
4389
4694
|
dependencies:
|
4390
|
-
safe-buffer "~5.
|
4695
|
+
safe-buffer "~5.2.0"
|
4391
4696
|
|
4392
4697
|
string_decoder@~1.1.1:
|
4393
4698
|
version "1.1.1"
|
@@ -4446,46 +4751,47 @@ supports-color@^5.3.0, supports-color@^5.5.0:
|
|
4446
4751
|
dependencies:
|
4447
4752
|
has-flag "^3.0.0"
|
4448
4753
|
|
4449
|
-
tapable@^1.0.0, tapable@^1.1.
|
4754
|
+
tapable@^1.0.0, tapable@^1.1.3:
|
4450
4755
|
version "1.1.3"
|
4451
4756
|
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
|
4452
4757
|
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
|
4453
4758
|
|
4454
4759
|
tar@^4:
|
4455
|
-
version "4.4.
|
4456
|
-
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.
|
4457
|
-
integrity sha512-
|
4760
|
+
version "4.4.11"
|
4761
|
+
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.11.tgz#7ac09801445a3cf74445ed27499136b5240ffb73"
|
4762
|
+
integrity sha512-iI4zh3ktLJKaDNZKZc+fUONiQrSn9HkCFzamtb7k8FFmVilHVob7QsLX/VySAW8lAviMzMbFw4QtFb4errwgYA==
|
4458
4763
|
dependencies:
|
4459
4764
|
chownr "^1.1.1"
|
4460
4765
|
fs-minipass "^1.2.5"
|
4461
|
-
minipass "^2.
|
4462
|
-
minizlib "^1.
|
4766
|
+
minipass "^2.6.4"
|
4767
|
+
minizlib "^1.2.1"
|
4463
4768
|
mkdirp "^0.5.0"
|
4464
4769
|
safe-buffer "^5.1.2"
|
4465
|
-
yallist "^3.0.
|
4770
|
+
yallist "^3.0.3"
|
4466
4771
|
|
4467
|
-
terser-webpack-plugin@^1.1
|
4468
|
-
version "1.
|
4469
|
-
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.
|
4470
|
-
integrity sha512-
|
4772
|
+
terser-webpack-plugin@^1.4.1:
|
4773
|
+
version "1.4.1"
|
4774
|
+
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz#61b18e40eaee5be97e771cdbb10ed1280888c2b4"
|
4775
|
+
integrity sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg==
|
4471
4776
|
dependencies:
|
4472
|
-
cacache "^
|
4473
|
-
find-cache-dir "^2.
|
4777
|
+
cacache "^12.0.2"
|
4778
|
+
find-cache-dir "^2.1.0"
|
4779
|
+
is-wsl "^1.1.0"
|
4474
4780
|
schema-utils "^1.0.0"
|
4475
|
-
serialize-javascript "^1.
|
4781
|
+
serialize-javascript "^1.7.0"
|
4476
4782
|
source-map "^0.6.1"
|
4477
|
-
terser "^
|
4478
|
-
webpack-sources "^1.
|
4479
|
-
worker-farm "^1.
|
4783
|
+
terser "^4.1.2"
|
4784
|
+
webpack-sources "^1.4.0"
|
4785
|
+
worker-farm "^1.7.0"
|
4480
4786
|
|
4481
|
-
terser@^
|
4482
|
-
version "3.
|
4483
|
-
resolved "https://registry.yarnpkg.com/terser/-/terser-3.
|
4484
|
-
integrity sha512
|
4787
|
+
terser@^4.1.2:
|
4788
|
+
version "4.3.1"
|
4789
|
+
resolved "https://registry.yarnpkg.com/terser/-/terser-4.3.1.tgz#09820bcb3398299c4b48d9a86aefc65127d0ed65"
|
4790
|
+
integrity sha512-pnzH6dnFEsR2aa2SJaKb1uSCl3QmIsJ8dEkj0Fky+2AwMMcC9doMqLOQIH6wVTEKaVfKVvLSk5qxPBEZT9mywg==
|
4485
4791
|
dependencies:
|
4486
|
-
commander "^2.
|
4792
|
+
commander "^2.20.0"
|
4487
4793
|
source-map "~0.6.1"
|
4488
|
-
source-map-support "~0.5.
|
4794
|
+
source-map-support "~0.5.12"
|
4489
4795
|
|
4490
4796
|
through2@^2.0.0:
|
4491
4797
|
version "2.0.5"
|
@@ -4496,9 +4802,9 @@ through2@^2.0.0:
|
|
4496
4802
|
xtend "~4.0.1"
|
4497
4803
|
|
4498
4804
|
timers-browserify@^2.0.4:
|
4499
|
-
version "2.0.
|
4500
|
-
resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.
|
4501
|
-
integrity sha512-
|
4805
|
+
version "2.0.11"
|
4806
|
+
resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.11.tgz#800b1f3eee272e5bc53ee465a04d0e804c31211f"
|
4807
|
+
integrity sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ==
|
4502
4808
|
dependencies:
|
4503
4809
|
setimmediate "^1.0.4"
|
4504
4810
|
|
@@ -4519,10 +4825,10 @@ to-arraybuffer@^1.0.0:
|
|
4519
4825
|
resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
|
4520
4826
|
integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=
|
4521
4827
|
|
4522
|
-
to-fast-properties@^
|
4523
|
-
version "
|
4524
|
-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-
|
4525
|
-
integrity sha1-
|
4828
|
+
to-fast-properties@^2.0.0:
|
4829
|
+
version "2.0.0"
|
4830
|
+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
4831
|
+
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
|
4526
4832
|
|
4527
4833
|
to-object-path@^0.3.0:
|
4528
4834
|
version "0.3.0"
|
@@ -4539,6 +4845,13 @@ to-regex-range@^2.1.0:
|
|
4539
4845
|
is-number "^3.0.0"
|
4540
4846
|
repeat-string "^1.6.1"
|
4541
4847
|
|
4848
|
+
to-regex-range@^5.0.1:
|
4849
|
+
version "5.0.1"
|
4850
|
+
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
|
4851
|
+
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
|
4852
|
+
dependencies:
|
4853
|
+
is-number "^7.0.0"
|
4854
|
+
|
4542
4855
|
to-regex@^3.0.1, to-regex@^3.0.2:
|
4543
4856
|
version "3.0.2"
|
4544
4857
|
resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
|
@@ -4554,17 +4867,22 @@ toidentifier@1.0.0:
|
|
4554
4867
|
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
|
4555
4868
|
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
|
4556
4869
|
|
4870
|
+
trim-right@^1.0.1:
|
4871
|
+
version "1.0.1"
|
4872
|
+
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
|
4873
|
+
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
|
4874
|
+
|
4557
4875
|
tslib@^1.9.0:
|
4558
|
-
version "1.
|
4559
|
-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.
|
4560
|
-
integrity sha512-
|
4876
|
+
version "1.10.0"
|
4877
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
|
4878
|
+
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
|
4561
4879
|
|
4562
4880
|
tty-browserify@0.0.0:
|
4563
4881
|
version "0.0.0"
|
4564
4882
|
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
|
4565
4883
|
integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=
|
4566
4884
|
|
4567
|
-
type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.5
|
4885
|
+
type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.5:
|
4568
4886
|
version "4.0.8"
|
4569
4887
|
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
|
4570
4888
|
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
|
@@ -4587,15 +4905,38 @@ ultron@~1.1.0:
|
|
4587
4905
|
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c"
|
4588
4906
|
integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==
|
4589
4907
|
|
4908
|
+
unicode-canonical-property-names-ecmascript@^1.0.4:
|
4909
|
+
version "1.0.4"
|
4910
|
+
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"
|
4911
|
+
integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==
|
4912
|
+
|
4913
|
+
unicode-match-property-ecmascript@^1.0.4:
|
4914
|
+
version "1.0.4"
|
4915
|
+
resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c"
|
4916
|
+
integrity sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==
|
4917
|
+
dependencies:
|
4918
|
+
unicode-canonical-property-names-ecmascript "^1.0.4"
|
4919
|
+
unicode-property-aliases-ecmascript "^1.0.4"
|
4920
|
+
|
4921
|
+
unicode-match-property-value-ecmascript@^1.1.0:
|
4922
|
+
version "1.1.0"
|
4923
|
+
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz#5b4b426e08d13a80365e0d657ac7a6c1ec46a277"
|
4924
|
+
integrity sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g==
|
4925
|
+
|
4926
|
+
unicode-property-aliases-ecmascript@^1.0.4:
|
4927
|
+
version "1.0.5"
|
4928
|
+
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57"
|
4929
|
+
integrity sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw==
|
4930
|
+
|
4590
4931
|
union-value@^1.0.0:
|
4591
|
-
version "1.0.
|
4592
|
-
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.
|
4593
|
-
integrity
|
4932
|
+
version "1.0.1"
|
4933
|
+
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
|
4934
|
+
integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==
|
4594
4935
|
dependencies:
|
4595
4936
|
arr-union "^3.1.0"
|
4596
4937
|
get-value "^2.0.6"
|
4597
4938
|
is-extendable "^0.1.1"
|
4598
|
-
set-value "^0.
|
4939
|
+
set-value "^2.0.1"
|
4599
4940
|
|
4600
4941
|
unique-filename@^1.1.1:
|
4601
4942
|
version "1.1.1"
|
@@ -4605,9 +4946,9 @@ unique-filename@^1.1.1:
|
|
4605
4946
|
unique-slug "^2.0.0"
|
4606
4947
|
|
4607
4948
|
unique-slug@^2.0.0:
|
4608
|
-
version "2.0.
|
4609
|
-
resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.
|
4610
|
-
integrity sha512-
|
4949
|
+
version "2.0.2"
|
4950
|
+
resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c"
|
4951
|
+
integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==
|
4611
4952
|
dependencies:
|
4612
4953
|
imurmurhash "^0.1.4"
|
4613
4954
|
|
@@ -4630,9 +4971,9 @@ unset-value@^1.0.0:
|
|
4630
4971
|
isobject "^3.0.0"
|
4631
4972
|
|
4632
4973
|
upath@^1.1.1:
|
4633
|
-
version "1.
|
4634
|
-
resolved "https://registry.yarnpkg.com/upath/-/upath-1.
|
4635
|
-
integrity sha512-
|
4974
|
+
version "1.2.0"
|
4975
|
+
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
|
4976
|
+
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
|
4636
4977
|
|
4637
4978
|
uri-js@^4.2.2:
|
4638
4979
|
version "4.2.2"
|
@@ -4646,11 +4987,6 @@ urix@^0.1.0:
|
|
4646
4987
|
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
|
4647
4988
|
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
|
4648
4989
|
|
4649
|
-
url-join@^2.0.2:
|
4650
|
-
version "2.0.5"
|
4651
|
-
resolved "https://registry.yarnpkg.com/url-join/-/url-join-2.0.5.tgz#5af22f18c052a000a48d7b82c5e9c2e2feeda728"
|
4652
|
-
integrity sha1-WvIvGMBSoACkjXuCxenC4v7tpyg=
|
4653
|
-
|
4654
4990
|
url@^0.11.0:
|
4655
4991
|
version "0.11.0"
|
4656
4992
|
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
|
@@ -4677,14 +5013,6 @@ util-deprecate@~1.0.1:
|
|
4677
5013
|
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
|
4678
5014
|
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
|
4679
5015
|
|
4680
|
-
util.promisify@^1.0.0:
|
4681
|
-
version "1.0.0"
|
4682
|
-
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030"
|
4683
|
-
integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==
|
4684
|
-
dependencies:
|
4685
|
-
define-properties "^1.1.2"
|
4686
|
-
object.getownpropertydescriptors "^2.0.3"
|
4687
|
-
|
4688
5016
|
util@0.10.3:
|
4689
5017
|
version "0.10.3"
|
4690
5018
|
resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9"
|
@@ -4704,24 +5032,22 @@ utils-merge@1.0.1:
|
|
4704
5032
|
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
|
4705
5033
|
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
|
4706
5034
|
|
4707
|
-
uuid@^3.
|
4708
|
-
version "3.3.
|
4709
|
-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.
|
4710
|
-
integrity sha512-
|
5035
|
+
uuid@^3.3.2:
|
5036
|
+
version "3.3.3"
|
5037
|
+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
|
5038
|
+
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
|
4711
5039
|
|
4712
|
-
vm-browserify
|
4713
|
-
version "
|
4714
|
-
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-
|
4715
|
-
integrity
|
4716
|
-
dependencies:
|
4717
|
-
indexof "0.0.1"
|
5040
|
+
vm-browserify@^1.0.1:
|
5041
|
+
version "1.1.0"
|
5042
|
+
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.0.tgz#bd76d6a23323e2ca8ffa12028dc04559c75f9019"
|
5043
|
+
integrity sha512-iq+S7vZJE60yejDYM0ek6zg308+UZsdtPExWP9VZoCFCz1zkJoXFnAX7aZfd/ZwrkidzdUZL0C/ryW+JwAiIGw==
|
4718
5044
|
|
4719
5045
|
void-elements@^2.0.0:
|
4720
5046
|
version "2.0.1"
|
4721
5047
|
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
|
4722
5048
|
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
|
4723
5049
|
|
4724
|
-
watchpack@^1.
|
5050
|
+
watchpack@^1.6.0:
|
4725
5051
|
version "1.6.0"
|
4726
5052
|
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00"
|
4727
5053
|
integrity sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==
|
@@ -4730,66 +5056,61 @@ watchpack@^1.5.0:
|
|
4730
5056
|
graceful-fs "^4.1.2"
|
4731
5057
|
neo-async "^2.5.0"
|
4732
5058
|
|
4733
|
-
webpack-dev-middleware@^
|
4734
|
-
version "
|
4735
|
-
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-
|
4736
|
-
integrity sha512-
|
5059
|
+
webpack-dev-middleware@^3.7.0:
|
5060
|
+
version "3.7.1"
|
5061
|
+
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.1.tgz#1167aea02afa034489869b8368fe9fed1aea7d09"
|
5062
|
+
integrity sha512-5MWu9SH1z3hY7oHOV6Kbkz5x7hXbxK56mGHNqHTe6d+ewxOwKUxoUJBs7QIaJb33lPjl9bJZ3X0vCoooUzC36A==
|
4737
5063
|
dependencies:
|
4738
|
-
|
4739
|
-
|
4740
|
-
|
4741
|
-
|
4742
|
-
|
4743
|
-
url-join "^2.0.2"
|
4744
|
-
webpack-log "^1.0.1"
|
5064
|
+
memory-fs "^0.4.1"
|
5065
|
+
mime "^2.4.4"
|
5066
|
+
mkdirp "^0.5.1"
|
5067
|
+
range-parser "^1.2.1"
|
5068
|
+
webpack-log "^2.0.0"
|
4745
5069
|
|
4746
|
-
webpack-log@^
|
4747
|
-
version "
|
4748
|
-
resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-
|
4749
|
-
integrity sha512-
|
5070
|
+
webpack-log@^2.0.0:
|
5071
|
+
version "2.0.0"
|
5072
|
+
resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f"
|
5073
|
+
integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==
|
4750
5074
|
dependencies:
|
4751
|
-
|
4752
|
-
|
4753
|
-
loglevelnext "^1.0.1"
|
4754
|
-
uuid "^3.1.0"
|
5075
|
+
ansi-colors "^3.0.0"
|
5076
|
+
uuid "^3.3.2"
|
4755
5077
|
|
4756
|
-
webpack-sources@^1.
|
4757
|
-
version "1.3
|
4758
|
-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.3.
|
4759
|
-
integrity sha512-
|
5078
|
+
webpack-sources@^1.4.0, webpack-sources@^1.4.1:
|
5079
|
+
version "1.4.3"
|
5080
|
+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
|
5081
|
+
integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==
|
4760
5082
|
dependencies:
|
4761
5083
|
source-list-map "^2.0.0"
|
4762
5084
|
source-map "~0.6.1"
|
4763
5085
|
|
4764
|
-
webpack@^4.
|
4765
|
-
version "4.
|
4766
|
-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.
|
4767
|
-
integrity sha512-
|
5086
|
+
webpack@^4.40.2:
|
5087
|
+
version "4.40.2"
|
5088
|
+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.40.2.tgz#d21433d250f900bf0facbabe8f50d585b2dc30a7"
|
5089
|
+
integrity sha512-5nIvteTDCUws2DVvP9Qe+JPla7kWPPIDFZv55To7IycHWZ+Z5qBdaBYPyuXWdhggTufZkQwfIK+5rKQTVovm2A==
|
4768
5090
|
dependencies:
|
4769
5091
|
"@webassemblyjs/ast" "1.8.5"
|
4770
5092
|
"@webassemblyjs/helper-module-context" "1.8.5"
|
4771
5093
|
"@webassemblyjs/wasm-edit" "1.8.5"
|
4772
5094
|
"@webassemblyjs/wasm-parser" "1.8.5"
|
4773
|
-
acorn "^6.
|
4774
|
-
|
4775
|
-
ajv "^
|
4776
|
-
|
4777
|
-
chrome-trace-event "^1.0.0"
|
5095
|
+
acorn "^6.2.1"
|
5096
|
+
ajv "^6.10.2"
|
5097
|
+
ajv-keywords "^3.4.1"
|
5098
|
+
chrome-trace-event "^1.0.2"
|
4778
5099
|
enhanced-resolve "^4.1.0"
|
4779
|
-
eslint-scope "^4.0.
|
5100
|
+
eslint-scope "^4.0.3"
|
4780
5101
|
json-parse-better-errors "^1.0.2"
|
4781
|
-
loader-runner "^2.
|
4782
|
-
loader-utils "^1.
|
4783
|
-
memory-fs "
|
4784
|
-
micromatch "^3.1.
|
4785
|
-
mkdirp "
|
4786
|
-
neo-async "^2.
|
4787
|
-
node-libs-browser "^2.
|
5102
|
+
loader-runner "^2.4.0"
|
5103
|
+
loader-utils "^1.2.3"
|
5104
|
+
memory-fs "^0.4.1"
|
5105
|
+
micromatch "^3.1.10"
|
5106
|
+
mkdirp "^0.5.1"
|
5107
|
+
neo-async "^2.6.1"
|
5108
|
+
node-libs-browser "^2.2.1"
|
4788
5109
|
schema-utils "^1.0.0"
|
4789
|
-
tapable "^1.1.
|
4790
|
-
terser-webpack-plugin "^1.1
|
4791
|
-
watchpack "^1.
|
4792
|
-
webpack-sources "^1.
|
5110
|
+
tapable "^1.1.3"
|
5111
|
+
terser-webpack-plugin "^1.4.1"
|
5112
|
+
watchpack "^1.6.0"
|
5113
|
+
webpack-sources "^1.4.1"
|
4793
5114
|
|
4794
5115
|
which-module@^2.0.0:
|
4795
5116
|
version "2.0.0"
|
@@ -4822,7 +5143,7 @@ wordwrap@~0.0.2:
|
|
4822
5143
|
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
|
4823
5144
|
integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
|
4824
5145
|
|
4825
|
-
worker-farm@^1.
|
5146
|
+
worker-farm@^1.7.0:
|
4826
5147
|
version "1.7.0"
|
4827
5148
|
resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8"
|
4828
5149
|
integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==
|
@@ -4857,9 +5178,9 @@ xmlhttprequest-ssl@~1.5.4:
|
|
4857
5178
|
integrity sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=
|
4858
5179
|
|
4859
5180
|
xtend@^4.0.0, xtend@~4.0.1:
|
4860
|
-
version "4.0.
|
4861
|
-
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.
|
4862
|
-
integrity
|
5181
|
+
version "4.0.2"
|
5182
|
+
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
|
5183
|
+
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
|
4863
5184
|
|
4864
5185
|
"y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0:
|
4865
5186
|
version "4.0.0"
|
@@ -4871,7 +5192,7 @@ yallist@^2.1.2:
|
|
4871
5192
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
|
4872
5193
|
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
|
4873
5194
|
|
4874
|
-
yallist@^3.0.0, yallist@^3.0.2:
|
5195
|
+
yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
|
4875
5196
|
version "3.0.3"
|
4876
5197
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
|
4877
5198
|
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
|