@startlibs/form 1.0.12 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/AutoComplete.mjs +550 -0
- package/lib/AutoComplete.mjs.map +1 -0
- package/lib/Checkbox.mjs +76 -0
- package/lib/Checkbox.mjs.map +1 -0
- package/lib/Combobox.mjs +544 -0
- package/lib/Combobox.mjs.map +1 -0
- package/lib/ComboboxWithCustom.mjs +77 -0
- package/lib/ComboboxWithCustom.mjs.map +1 -0
- package/lib/DatePicker.mjs +625 -0
- package/lib/DatePicker.mjs.map +1 -0
- package/lib/EditableBox.mjs +496 -0
- package/lib/EditableBox.mjs.map +1 -0
- package/lib/Errors.mjs +176 -0
- package/lib/Errors.mjs.map +1 -0
- package/lib/ExpandableBox.mjs +209 -0
- package/lib/ExpandableBox.mjs.map +1 -0
- package/lib/Field.mjs +65 -0
- package/lib/Field.mjs.map +1 -0
- package/lib/FieldBox.mjs +80 -0
- package/lib/FieldBox.mjs.map +1 -0
- package/lib/Form.mjs +322 -0
- package/lib/Form.mjs.map +1 -0
- package/lib/FormValue.mjs +111 -0
- package/lib/FormValue.mjs.map +1 -0
- package/lib/InputboxGroup.mjs +104 -0
- package/lib/InputboxGroup.mjs.map +1 -0
- package/lib/Radiobox.mjs +67 -0
- package/lib/Radiobox.mjs.map +1 -0
- package/lib/RichText.mjs +634 -0
- package/lib/RichText.mjs.map +1 -0
- package/lib/TextInput.mjs +359 -0
- package/lib/TextInput.mjs.map +1 -0
- package/lib/alt/checkbox/SimpleCheckbox.mjs +82 -0
- package/lib/alt/checkbox/SimpleCheckbox.mjs.map +1 -0
- package/lib/alt/checkbox/ToggleCheckbox.mjs +68 -0
- package/lib/alt/checkbox/ToggleCheckbox.mjs.map +1 -0
- package/lib/alt/radiobox/CleanTabRadiobox.mjs +44 -0
- package/lib/alt/radiobox/CleanTabRadiobox.mjs.map +1 -0
- package/lib/alt/radiobox/IconRadioBox.mjs +52 -0
- package/lib/alt/radiobox/IconRadioBox.mjs.map +1 -0
- package/lib/alt/radiobox/SimpleRadiobox.mjs +61 -0
- package/lib/alt/radiobox/SimpleRadiobox.mjs.map +1 -0
- package/lib/alt/radiobox/TabRadiobox.mjs +54 -0
- package/lib/alt/radiobox/TabRadiobox.mjs.map +1 -0
- package/lib/enhanceInput.mjs +131 -0
- package/lib/enhanceInput.mjs.map +1 -0
- package/lib/index.cjs +5345 -0
- package/lib/index.cjs.map +1 -0
- package/lib/index.mjs +28 -0
- package/lib/index.mjs.map +1 -0
- package/lib/useConfirmDialog.mjs +117 -0
- package/lib/useConfirmDialog.mjs.map +1 -0
- package/lib/useDraftConfirmation.mjs +56 -0
- package/lib/useDraftConfirmation.mjs.map +1 -0
- package/lib/validation.mjs +91 -0
- package/lib/validation.mjs.map +1 -0
- package/lib/withFormImageInput.mjs +281 -0
- package/lib/withFormImageInput.mjs.map +1 -0
- package/package.json +44 -25
- package/src/AutoComplete.jsx +642 -0
- package/src/Checkbox.jsx +45 -0
- package/src/Combobox.jsx +606 -0
- package/src/ComboboxWithCustom.jsx +68 -0
- package/src/DatePicker.jsx +733 -0
- package/src/EditableBox.jsx +502 -0
- package/src/Errors.jsx +174 -0
- package/src/ExpandableBox.jsx +207 -0
- package/src/Field.jsx +76 -0
- package/src/FieldBox.jsx +136 -0
- package/src/Form.jsx +291 -0
- package/src/FormValue.jsx +67 -0
- package/src/IconRadioBoxOldHubt.jsx +93 -0
- package/src/InputboxGroup.jsx +121 -0
- package/src/Radiobox.jsx +33 -0
- package/src/RichText.jsx +812 -0
- package/src/TextInput.jsx +519 -0
- package/src/alt/checkbox/SimpleCheckbox.jsx +162 -0
- package/src/alt/checkbox/ToggleCheckbox.jsx +143 -0
- package/src/alt/radiobox/CleanTabRadiobox.jsx +46 -0
- package/src/alt/radiobox/IconRadioBox.jsx +93 -0
- package/src/alt/radiobox/SimpleRadiobox.jsx +153 -0
- package/src/alt/radiobox/TabRadiobox.jsx +73 -0
- package/src/enhanceInput.jsx +107 -0
- package/src/index.js +27 -0
- package/src/useConfirmDialog.jsx +105 -0
- package/src/useDraftConfirmation.jsx +60 -0
- package/src/validation.js +92 -0
- package/src/withFormImageInput.jsx +297 -0
- package/.babelrc +0 -28
- package/lib/index.js +0 -6258
- package/rollup.config.js +0 -43
- package/yarn-error.log +0 -1607
package/yarn-error.log
DELETED
|
@@ -1,1607 +0,0 @@
|
|
|
1
|
-
Arguments:
|
|
2
|
-
/home/felipe/.nvm/versions/node/v14.19.2/bin/node /home/felipe/.cache/node/corepack/yarn/1.22.19/bin/yarn.js publish
|
|
3
|
-
|
|
4
|
-
PATH:
|
|
5
|
-
/home/felipe/Downloads/google-cloud-sdk/bin:/home/felipe/.nvm/versions/node/v14.19.2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin
|
|
6
|
-
|
|
7
|
-
Yarn version:
|
|
8
|
-
1.22.19
|
|
9
|
-
|
|
10
|
-
Node version:
|
|
11
|
-
14.19.2
|
|
12
|
-
|
|
13
|
-
Platform:
|
|
14
|
-
linux x64
|
|
15
|
-
|
|
16
|
-
Trace:
|
|
17
|
-
Error: canceled
|
|
18
|
-
at Interface.<anonymous> (/home/felipe/.cache/node/corepack/yarn/1.22.19/lib/cli.js:137150:13)
|
|
19
|
-
at Interface.emit (events.js:400:28)
|
|
20
|
-
at Interface._ttyWrite (readline.js:1001:16)
|
|
21
|
-
at ReadStream.onkeypress (readline.js:265:10)
|
|
22
|
-
at ReadStream.emit (events.js:400:28)
|
|
23
|
-
at emitKeys (internal/readline/utils.js:358:14)
|
|
24
|
-
at emitKeys.next (<anonymous>)
|
|
25
|
-
at ReadStream.onData (readline.js:1270:36)
|
|
26
|
-
at ReadStream.emit (events.js:400:28)
|
|
27
|
-
at addChunk (internal/streams/readable.js:293:12)
|
|
28
|
-
|
|
29
|
-
npm manifest:
|
|
30
|
-
{
|
|
31
|
-
"name": "@startlibs/form",
|
|
32
|
-
"version": "1.0.0-alpha-10g",
|
|
33
|
-
"description": "Startlibs Form",
|
|
34
|
-
"main": "lib/index.js",
|
|
35
|
-
"sideEffects": false,
|
|
36
|
-
"source": true,
|
|
37
|
-
"peerDependencies": {
|
|
38
|
-
"lodash": "^4.17.11",
|
|
39
|
-
"polished": "^1.1.3",
|
|
40
|
-
"react": "^18.0",
|
|
41
|
-
"react-dom": "^18.0",
|
|
42
|
-
"styled-components": "^5.2.0",
|
|
43
|
-
"@startlibs/components": "^1.0",
|
|
44
|
-
"@startlibs/core": "^1.0",
|
|
45
|
-
"@startlibs/utils": "^1.0"
|
|
46
|
-
},
|
|
47
|
-
"devDependencies": {
|
|
48
|
-
"@babel/core": "^7.2.0",
|
|
49
|
-
"@babel/plugin-external-helpers": "^7.2.0",
|
|
50
|
-
"@babel/plugin-proposal-class-properties": "^7.2.1",
|
|
51
|
-
"@babel/plugin-proposal-decorators": "^7.2.0",
|
|
52
|
-
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
|
|
53
|
-
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
|
54
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
|
|
55
|
-
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
|
|
56
|
-
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
|
|
57
|
-
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
58
|
-
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
|
59
|
-
"@babel/plugin-transform-runtime": "^7.2.0",
|
|
60
|
-
"@babel/plugin-transform-spread": "^7.2.0",
|
|
61
|
-
"@babel/preset-env": "^7.2.0",
|
|
62
|
-
"@babel/preset-flow": "^7.0.0",
|
|
63
|
-
"@babel/preset-react": "^7.0.0",
|
|
64
|
-
"babel-plugin-lodash": "^3.3.4",
|
|
65
|
-
"babel-plugin-macros": "^2.4.2",
|
|
66
|
-
"babel-plugin-styled-components": "^1.10.0",
|
|
67
|
-
"rollup": "^2.16.1",
|
|
68
|
-
"rollup-plugin-auto-external": "^2.0.0",
|
|
69
|
-
"rollup-plugin-babel": "^4.0.3",
|
|
70
|
-
"rollup-plugin-commonjs": "^9.2.0",
|
|
71
|
-
"rollup-plugin-node-resolve": "^3.4.0"
|
|
72
|
-
},
|
|
73
|
-
"scripts": {
|
|
74
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
75
|
-
"build": "rollup -c"
|
|
76
|
-
},
|
|
77
|
-
"repository": {
|
|
78
|
-
"type": "git",
|
|
79
|
-
"url": "git+ssh://git@github.com/felipeko/startlibs.git"
|
|
80
|
-
},
|
|
81
|
-
"keywords": [
|
|
82
|
-
"startlibs",
|
|
83
|
-
"core"
|
|
84
|
-
],
|
|
85
|
-
"author": "Felipe Silva, Felipe Felisberto",
|
|
86
|
-
"license": "ISC",
|
|
87
|
-
"bugs": {
|
|
88
|
-
"url": "https://github.com/felipeko/startlibs/issues"
|
|
89
|
-
},
|
|
90
|
-
"homepage": "https://github.com/felipeko/startlibs#readme"
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
yarn manifest:
|
|
94
|
-
No manifest
|
|
95
|
-
|
|
96
|
-
Lockfile:
|
|
97
|
-
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
98
|
-
# yarn lockfile v1
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"@babel/code-frame@^7.0.0":
|
|
102
|
-
version "7.0.0"
|
|
103
|
-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
|
|
104
|
-
dependencies:
|
|
105
|
-
"@babel/highlight" "^7.0.0"
|
|
106
|
-
|
|
107
|
-
"@babel/core@^7.2.0":
|
|
108
|
-
version "7.2.0"
|
|
109
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.0.tgz#a4dd3814901998e93340f0086e9867fefa163ada"
|
|
110
|
-
dependencies:
|
|
111
|
-
"@babel/code-frame" "^7.0.0"
|
|
112
|
-
"@babel/generator" "^7.2.0"
|
|
113
|
-
"@babel/helpers" "^7.2.0"
|
|
114
|
-
"@babel/parser" "^7.2.0"
|
|
115
|
-
"@babel/template" "^7.1.2"
|
|
116
|
-
"@babel/traverse" "^7.1.6"
|
|
117
|
-
"@babel/types" "^7.2.0"
|
|
118
|
-
convert-source-map "^1.1.0"
|
|
119
|
-
debug "^4.1.0"
|
|
120
|
-
json5 "^2.1.0"
|
|
121
|
-
lodash "^4.17.10"
|
|
122
|
-
resolve "^1.3.2"
|
|
123
|
-
semver "^5.4.1"
|
|
124
|
-
source-map "^0.5.0"
|
|
125
|
-
|
|
126
|
-
"@babel/generator@^7.1.6", "@babel/generator@^7.2.0":
|
|
127
|
-
version "7.2.0"
|
|
128
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.0.tgz#eaf3821fa0301d9d4aef88e63d4bcc19b73ba16c"
|
|
129
|
-
dependencies:
|
|
130
|
-
"@babel/types" "^7.2.0"
|
|
131
|
-
jsesc "^2.5.1"
|
|
132
|
-
lodash "^4.17.10"
|
|
133
|
-
source-map "^0.5.0"
|
|
134
|
-
trim-right "^1.0.1"
|
|
135
|
-
|
|
136
|
-
"@babel/helper-annotate-as-pure@^7.0.0":
|
|
137
|
-
version "7.0.0"
|
|
138
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
139
|
-
dependencies:
|
|
140
|
-
"@babel/types" "^7.0.0"
|
|
141
|
-
|
|
142
|
-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
|
|
143
|
-
version "7.1.0"
|
|
144
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz#6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f"
|
|
145
|
-
dependencies:
|
|
146
|
-
"@babel/helper-explode-assignable-expression" "^7.1.0"
|
|
147
|
-
"@babel/types" "^7.0.0"
|
|
148
|
-
|
|
149
|
-
"@babel/helper-builder-react-jsx@^7.0.0":
|
|
150
|
-
version "7.0.0"
|
|
151
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.0.0.tgz#fa154cb53eb918cf2a9a7ce928e29eb649c5acdb"
|
|
152
|
-
dependencies:
|
|
153
|
-
"@babel/types" "^7.0.0"
|
|
154
|
-
esutils "^2.0.0"
|
|
155
|
-
|
|
156
|
-
"@babel/helper-call-delegate@^7.1.0":
|
|
157
|
-
version "7.1.0"
|
|
158
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.1.0.tgz#6a957f105f37755e8645343d3038a22e1449cc4a"
|
|
159
|
-
dependencies:
|
|
160
|
-
"@babel/helper-hoist-variables" "^7.0.0"
|
|
161
|
-
"@babel/traverse" "^7.1.0"
|
|
162
|
-
"@babel/types" "^7.0.0"
|
|
163
|
-
|
|
164
|
-
"@babel/helper-create-class-features-plugin@^7.2.1":
|
|
165
|
-
version "7.2.1"
|
|
166
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.2.1.tgz#f6e8027291669ef64433220dc8327531233f1161"
|
|
167
|
-
dependencies:
|
|
168
|
-
"@babel/helper-function-name" "^7.1.0"
|
|
169
|
-
"@babel/helper-member-expression-to-functions" "^7.0.0"
|
|
170
|
-
"@babel/helper-optimise-call-expression" "^7.0.0"
|
|
171
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
172
|
-
"@babel/helper-replace-supers" "^7.1.0"
|
|
173
|
-
|
|
174
|
-
"@babel/helper-define-map@^7.1.0":
|
|
175
|
-
version "7.1.0"
|
|
176
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.1.0.tgz#3b74caec329b3c80c116290887c0dd9ae468c20c"
|
|
177
|
-
dependencies:
|
|
178
|
-
"@babel/helper-function-name" "^7.1.0"
|
|
179
|
-
"@babel/types" "^7.0.0"
|
|
180
|
-
lodash "^4.17.10"
|
|
181
|
-
|
|
182
|
-
"@babel/helper-explode-assignable-expression@^7.1.0":
|
|
183
|
-
version "7.1.0"
|
|
184
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6"
|
|
185
|
-
dependencies:
|
|
186
|
-
"@babel/traverse" "^7.1.0"
|
|
187
|
-
"@babel/types" "^7.0.0"
|
|
188
|
-
|
|
189
|
-
"@babel/helper-function-name@^7.1.0":
|
|
190
|
-
version "7.1.0"
|
|
191
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
|
|
192
|
-
dependencies:
|
|
193
|
-
"@babel/helper-get-function-arity" "^7.0.0"
|
|
194
|
-
"@babel/template" "^7.1.0"
|
|
195
|
-
"@babel/types" "^7.0.0"
|
|
196
|
-
|
|
197
|
-
"@babel/helper-get-function-arity@^7.0.0":
|
|
198
|
-
version "7.0.0"
|
|
199
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
|
200
|
-
dependencies:
|
|
201
|
-
"@babel/types" "^7.0.0"
|
|
202
|
-
|
|
203
|
-
"@babel/helper-hoist-variables@^7.0.0":
|
|
204
|
-
version "7.0.0"
|
|
205
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0.tgz#46adc4c5e758645ae7a45deb92bab0918c23bb88"
|
|
206
|
-
dependencies:
|
|
207
|
-
"@babel/types" "^7.0.0"
|
|
208
|
-
|
|
209
|
-
"@babel/helper-member-expression-to-functions@^7.0.0":
|
|
210
|
-
version "7.0.0"
|
|
211
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz#8cd14b0a0df7ff00f009e7d7a436945f47c7a16f"
|
|
212
|
-
dependencies:
|
|
213
|
-
"@babel/types" "^7.0.0"
|
|
214
|
-
|
|
215
|
-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49":
|
|
216
|
-
version "7.0.0"
|
|
217
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
|
|
218
|
-
dependencies:
|
|
219
|
-
"@babel/types" "^7.0.0"
|
|
220
|
-
|
|
221
|
-
"@babel/helper-module-transforms@^7.1.0":
|
|
222
|
-
version "7.1.0"
|
|
223
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.1.0.tgz#470d4f9676d9fad50b324cdcce5fbabbc3da5787"
|
|
224
|
-
dependencies:
|
|
225
|
-
"@babel/helper-module-imports" "^7.0.0"
|
|
226
|
-
"@babel/helper-simple-access" "^7.1.0"
|
|
227
|
-
"@babel/helper-split-export-declaration" "^7.0.0"
|
|
228
|
-
"@babel/template" "^7.1.0"
|
|
229
|
-
"@babel/types" "^7.0.0"
|
|
230
|
-
lodash "^4.17.10"
|
|
231
|
-
|
|
232
|
-
"@babel/helper-optimise-call-expression@^7.0.0":
|
|
233
|
-
version "7.0.0"
|
|
234
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz#a2920c5702b073c15de51106200aa8cad20497d5"
|
|
235
|
-
dependencies:
|
|
236
|
-
"@babel/types" "^7.0.0"
|
|
237
|
-
|
|
238
|
-
"@babel/helper-plugin-utils@^7.0.0":
|
|
239
|
-
version "7.0.0"
|
|
240
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
|
|
241
|
-
|
|
242
|
-
"@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0":
|
|
243
|
-
version "7.10.4"
|
|
244
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
|
|
245
|
-
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
|
|
246
|
-
|
|
247
|
-
"@babel/helper-regex@^7.0.0":
|
|
248
|
-
version "7.0.0"
|
|
249
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0.tgz#2c1718923b57f9bbe64705ffe5640ac64d9bdb27"
|
|
250
|
-
dependencies:
|
|
251
|
-
lodash "^4.17.10"
|
|
252
|
-
|
|
253
|
-
"@babel/helper-remap-async-to-generator@^7.1.0":
|
|
254
|
-
version "7.1.0"
|
|
255
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz#361d80821b6f38da75bd3f0785ece20a88c5fe7f"
|
|
256
|
-
dependencies:
|
|
257
|
-
"@babel/helper-annotate-as-pure" "^7.0.0"
|
|
258
|
-
"@babel/helper-wrap-function" "^7.1.0"
|
|
259
|
-
"@babel/template" "^7.1.0"
|
|
260
|
-
"@babel/traverse" "^7.1.0"
|
|
261
|
-
"@babel/types" "^7.0.0"
|
|
262
|
-
|
|
263
|
-
"@babel/helper-replace-supers@^7.1.0":
|
|
264
|
-
version "7.1.0"
|
|
265
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.1.0.tgz#5fc31de522ec0ef0899dc9b3e7cf6a5dd655f362"
|
|
266
|
-
dependencies:
|
|
267
|
-
"@babel/helper-member-expression-to-functions" "^7.0.0"
|
|
268
|
-
"@babel/helper-optimise-call-expression" "^7.0.0"
|
|
269
|
-
"@babel/traverse" "^7.1.0"
|
|
270
|
-
"@babel/types" "^7.0.0"
|
|
271
|
-
|
|
272
|
-
"@babel/helper-simple-access@^7.1.0":
|
|
273
|
-
version "7.1.0"
|
|
274
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
|
|
275
|
-
dependencies:
|
|
276
|
-
"@babel/template" "^7.1.0"
|
|
277
|
-
"@babel/types" "^7.0.0"
|
|
278
|
-
|
|
279
|
-
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
|
|
280
|
-
version "7.11.0"
|
|
281
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
|
|
282
|
-
integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==
|
|
283
|
-
dependencies:
|
|
284
|
-
"@babel/types" "^7.11.0"
|
|
285
|
-
|
|
286
|
-
"@babel/helper-split-export-declaration@^7.0.0":
|
|
287
|
-
version "7.0.0"
|
|
288
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
|
|
289
|
-
dependencies:
|
|
290
|
-
"@babel/types" "^7.0.0"
|
|
291
|
-
|
|
292
|
-
"@babel/helper-validator-identifier@^7.10.4":
|
|
293
|
-
version "7.10.4"
|
|
294
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
|
295
|
-
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
|
|
296
|
-
|
|
297
|
-
"@babel/helper-wrap-function@^7.1.0":
|
|
298
|
-
version "7.2.0"
|
|
299
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
|
|
300
|
-
dependencies:
|
|
301
|
-
"@babel/helper-function-name" "^7.1.0"
|
|
302
|
-
"@babel/template" "^7.1.0"
|
|
303
|
-
"@babel/traverse" "^7.1.0"
|
|
304
|
-
"@babel/types" "^7.2.0"
|
|
305
|
-
|
|
306
|
-
"@babel/helpers@^7.2.0":
|
|
307
|
-
version "7.2.0"
|
|
308
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.2.0.tgz#8335f3140f3144270dc63c4732a4f8b0a50b7a21"
|
|
309
|
-
dependencies:
|
|
310
|
-
"@babel/template" "^7.1.2"
|
|
311
|
-
"@babel/traverse" "^7.1.5"
|
|
312
|
-
"@babel/types" "^7.2.0"
|
|
313
|
-
|
|
314
|
-
"@babel/highlight@^7.0.0":
|
|
315
|
-
version "7.0.0"
|
|
316
|
-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
|
|
317
|
-
dependencies:
|
|
318
|
-
chalk "^2.0.0"
|
|
319
|
-
esutils "^2.0.2"
|
|
320
|
-
js-tokens "^4.0.0"
|
|
321
|
-
|
|
322
|
-
"@babel/parser@^7.1.2", "@babel/parser@^7.1.6", "@babel/parser@^7.2.0":
|
|
323
|
-
version "7.2.0"
|
|
324
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.0.tgz#02d01dbc330b6cbf36b76ac93c50752c69027065"
|
|
325
|
-
|
|
326
|
-
"@babel/plugin-external-helpers@^7.2.0":
|
|
327
|
-
version "7.2.0"
|
|
328
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
|
|
329
|
-
dependencies:
|
|
330
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
331
|
-
|
|
332
|
-
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
|
333
|
-
version "7.2.0"
|
|
334
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
|
|
335
|
-
dependencies:
|
|
336
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
337
|
-
"@babel/helper-remap-async-to-generator" "^7.1.0"
|
|
338
|
-
"@babel/plugin-syntax-async-generators" "^7.2.0"
|
|
339
|
-
|
|
340
|
-
"@babel/plugin-proposal-class-properties@^7.2.1":
|
|
341
|
-
version "7.2.1"
|
|
342
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.2.1.tgz#c734a53e0a1ec40fe5c22ee5069d26da3b187d05"
|
|
343
|
-
dependencies:
|
|
344
|
-
"@babel/helper-create-class-features-plugin" "^7.2.1"
|
|
345
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
346
|
-
|
|
347
|
-
"@babel/plugin-proposal-decorators@^7.2.0":
|
|
348
|
-
version "7.2.0"
|
|
349
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.2.0.tgz#6b4278282a6f5dd08b5d89b94f21aa1671fea071"
|
|
350
|
-
dependencies:
|
|
351
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
352
|
-
"@babel/helper-replace-supers" "^7.1.0"
|
|
353
|
-
"@babel/helper-split-export-declaration" "^7.0.0"
|
|
354
|
-
"@babel/plugin-syntax-decorators" "^7.2.0"
|
|
355
|
-
|
|
356
|
-
"@babel/plugin-proposal-export-namespace-from@^7.2.0":
|
|
357
|
-
version "7.2.0"
|
|
358
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.2.0.tgz#308fd4d04ff257fc3e4be090550840eeabad5dd9"
|
|
359
|
-
dependencies:
|
|
360
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
361
|
-
"@babel/plugin-syntax-export-namespace-from" "^7.2.0"
|
|
362
|
-
|
|
363
|
-
"@babel/plugin-proposal-json-strings@^7.2.0":
|
|
364
|
-
version "7.2.0"
|
|
365
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317"
|
|
366
|
-
dependencies:
|
|
367
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
368
|
-
"@babel/plugin-syntax-json-strings" "^7.2.0"
|
|
369
|
-
|
|
370
|
-
"@babel/plugin-proposal-object-rest-spread@^7.2.0":
|
|
371
|
-
version "7.2.0"
|
|
372
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.2.0.tgz#88f5fec3e7ad019014c97f7ee3c992f0adbf7fb8"
|
|
373
|
-
dependencies:
|
|
374
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
375
|
-
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
|
|
376
|
-
|
|
377
|
-
"@babel/plugin-proposal-optional-catch-binding@^7.2.0":
|
|
378
|
-
version "7.2.0"
|
|
379
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
|
|
380
|
-
dependencies:
|
|
381
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
382
|
-
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
|
|
383
|
-
|
|
384
|
-
"@babel/plugin-proposal-optional-chaining@^7.11.0":
|
|
385
|
-
version "7.11.0"
|
|
386
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076"
|
|
387
|
-
integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==
|
|
388
|
-
dependencies:
|
|
389
|
-
"@babel/helper-plugin-utils" "^7.10.4"
|
|
390
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
|
|
391
|
-
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
|
|
392
|
-
|
|
393
|
-
"@babel/plugin-proposal-throw-expressions@^7.2.0":
|
|
394
|
-
version "7.2.0"
|
|
395
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-throw-expressions/-/plugin-proposal-throw-expressions-7.2.0.tgz#2d9e452d370f139000e51db65d0a85dc60c64739"
|
|
396
|
-
dependencies:
|
|
397
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
398
|
-
"@babel/plugin-syntax-throw-expressions" "^7.2.0"
|
|
399
|
-
|
|
400
|
-
"@babel/plugin-proposal-unicode-property-regex@^7.2.0":
|
|
401
|
-
version "7.2.0"
|
|
402
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.2.0.tgz#abe7281fe46c95ddc143a65e5358647792039520"
|
|
403
|
-
dependencies:
|
|
404
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
405
|
-
"@babel/helper-regex" "^7.0.0"
|
|
406
|
-
regexpu-core "^4.2.0"
|
|
407
|
-
|
|
408
|
-
"@babel/plugin-syntax-async-generators@^7.2.0":
|
|
409
|
-
version "7.2.0"
|
|
410
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f"
|
|
411
|
-
dependencies:
|
|
412
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
413
|
-
|
|
414
|
-
"@babel/plugin-syntax-decorators@^7.2.0":
|
|
415
|
-
version "7.2.0"
|
|
416
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz#c50b1b957dcc69e4b1127b65e1c33eef61570c1b"
|
|
417
|
-
dependencies:
|
|
418
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
419
|
-
|
|
420
|
-
"@babel/plugin-syntax-dynamic-import@^7.2.0":
|
|
421
|
-
version "7.2.0"
|
|
422
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612"
|
|
423
|
-
dependencies:
|
|
424
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
425
|
-
|
|
426
|
-
"@babel/plugin-syntax-export-namespace-from@^7.2.0":
|
|
427
|
-
version "7.2.0"
|
|
428
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.2.0.tgz#8d257838c6b3b779db52c0224443459bd27fb039"
|
|
429
|
-
dependencies:
|
|
430
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
431
|
-
|
|
432
|
-
"@babel/plugin-syntax-flow@^7.2.0":
|
|
433
|
-
version "7.2.0"
|
|
434
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.2.0.tgz#a765f061f803bc48f240c26f8747faf97c26bf7c"
|
|
435
|
-
dependencies:
|
|
436
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
437
|
-
|
|
438
|
-
"@babel/plugin-syntax-import-meta@^7.2.0":
|
|
439
|
-
version "7.2.0"
|
|
440
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.2.0.tgz#2333ef4b875553a3bcd1e93f8ebc09f5b9213a40"
|
|
441
|
-
dependencies:
|
|
442
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
443
|
-
|
|
444
|
-
"@babel/plugin-syntax-json-strings@^7.2.0":
|
|
445
|
-
version "7.2.0"
|
|
446
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz#72bd13f6ffe1d25938129d2a186b11fd62951470"
|
|
447
|
-
dependencies:
|
|
448
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
449
|
-
|
|
450
|
-
"@babel/plugin-syntax-jsx@^7.2.0":
|
|
451
|
-
version "7.2.0"
|
|
452
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7"
|
|
453
|
-
dependencies:
|
|
454
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
455
|
-
|
|
456
|
-
"@babel/plugin-syntax-object-rest-spread@^7.2.0":
|
|
457
|
-
version "7.2.0"
|
|
458
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e"
|
|
459
|
-
dependencies:
|
|
460
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
461
|
-
|
|
462
|
-
"@babel/plugin-syntax-optional-catch-binding@^7.2.0":
|
|
463
|
-
version "7.2.0"
|
|
464
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz#a94013d6eda8908dfe6a477e7f9eda85656ecf5c"
|
|
465
|
-
dependencies:
|
|
466
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
467
|
-
|
|
468
|
-
"@babel/plugin-syntax-optional-chaining@^7.8.0":
|
|
469
|
-
version "7.8.3"
|
|
470
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
|
|
471
|
-
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
|
|
472
|
-
dependencies:
|
|
473
|
-
"@babel/helper-plugin-utils" "^7.8.0"
|
|
474
|
-
|
|
475
|
-
"@babel/plugin-syntax-throw-expressions@^7.2.0":
|
|
476
|
-
version "7.2.0"
|
|
477
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-throw-expressions/-/plugin-syntax-throw-expressions-7.2.0.tgz#79001ee2afe1b174b1733cdc2fc69c9a46a0f1f8"
|
|
478
|
-
dependencies:
|
|
479
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
480
|
-
|
|
481
|
-
"@babel/plugin-transform-arrow-functions@^7.2.0":
|
|
482
|
-
version "7.2.0"
|
|
483
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550"
|
|
484
|
-
dependencies:
|
|
485
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
486
|
-
|
|
487
|
-
"@babel/plugin-transform-async-to-generator@^7.2.0":
|
|
488
|
-
version "7.2.0"
|
|
489
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.2.0.tgz#68b8a438663e88519e65b776f8938f3445b1a2ff"
|
|
490
|
-
dependencies:
|
|
491
|
-
"@babel/helper-module-imports" "^7.0.0"
|
|
492
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
493
|
-
"@babel/helper-remap-async-to-generator" "^7.1.0"
|
|
494
|
-
|
|
495
|
-
"@babel/plugin-transform-block-scoped-functions@^7.2.0":
|
|
496
|
-
version "7.2.0"
|
|
497
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz#5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190"
|
|
498
|
-
dependencies:
|
|
499
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
500
|
-
|
|
501
|
-
"@babel/plugin-transform-block-scoping@^7.2.0":
|
|
502
|
-
version "7.2.0"
|
|
503
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.2.0.tgz#f17c49d91eedbcdf5dd50597d16f5f2f770132d4"
|
|
504
|
-
dependencies:
|
|
505
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
506
|
-
lodash "^4.17.10"
|
|
507
|
-
|
|
508
|
-
"@babel/plugin-transform-classes@^7.2.0":
|
|
509
|
-
version "7.2.0"
|
|
510
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.2.0.tgz#374f8876075d7d21fea55aeb5c53561259163f96"
|
|
511
|
-
dependencies:
|
|
512
|
-
"@babel/helper-annotate-as-pure" "^7.0.0"
|
|
513
|
-
"@babel/helper-define-map" "^7.1.0"
|
|
514
|
-
"@babel/helper-function-name" "^7.1.0"
|
|
515
|
-
"@babel/helper-optimise-call-expression" "^7.0.0"
|
|
516
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
517
|
-
"@babel/helper-replace-supers" "^7.1.0"
|
|
518
|
-
"@babel/helper-split-export-declaration" "^7.0.0"
|
|
519
|
-
globals "^11.1.0"
|
|
520
|
-
|
|
521
|
-
"@babel/plugin-transform-computed-properties@^7.2.0":
|
|
522
|
-
version "7.2.0"
|
|
523
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz#83a7df6a658865b1c8f641d510c6f3af220216da"
|
|
524
|
-
dependencies:
|
|
525
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
526
|
-
|
|
527
|
-
"@babel/plugin-transform-destructuring@^7.2.0":
|
|
528
|
-
version "7.2.0"
|
|
529
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.2.0.tgz#e75269b4b7889ec3a332cd0d0c8cff8fed0dc6f3"
|
|
530
|
-
dependencies:
|
|
531
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
532
|
-
|
|
533
|
-
"@babel/plugin-transform-dotall-regex@^7.2.0":
|
|
534
|
-
version "7.2.0"
|
|
535
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.2.0.tgz#f0aabb93d120a8ac61e925ea0ba440812dbe0e49"
|
|
536
|
-
dependencies:
|
|
537
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
538
|
-
"@babel/helper-regex" "^7.0.0"
|
|
539
|
-
regexpu-core "^4.1.3"
|
|
540
|
-
|
|
541
|
-
"@babel/plugin-transform-duplicate-keys@^7.2.0":
|
|
542
|
-
version "7.2.0"
|
|
543
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.2.0.tgz#d952c4930f312a4dbfff18f0b2914e60c35530b3"
|
|
544
|
-
dependencies:
|
|
545
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
546
|
-
|
|
547
|
-
"@babel/plugin-transform-exponentiation-operator@^7.2.0":
|
|
548
|
-
version "7.2.0"
|
|
549
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz#a63868289e5b4007f7054d46491af51435766008"
|
|
550
|
-
dependencies:
|
|
551
|
-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0"
|
|
552
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
553
|
-
|
|
554
|
-
"@babel/plugin-transform-flow-strip-types@^7.0.0":
|
|
555
|
-
version "7.2.0"
|
|
556
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.2.0.tgz#db6180d098caaabdd609a8da3800f5204e66b69b"
|
|
557
|
-
dependencies:
|
|
558
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
559
|
-
"@babel/plugin-syntax-flow" "^7.2.0"
|
|
560
|
-
|
|
561
|
-
"@babel/plugin-transform-for-of@^7.2.0":
|
|
562
|
-
version "7.2.0"
|
|
563
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.2.0.tgz#ab7468befa80f764bb03d3cb5eef8cc998e1cad9"
|
|
564
|
-
dependencies:
|
|
565
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
566
|
-
|
|
567
|
-
"@babel/plugin-transform-function-name@^7.2.0":
|
|
568
|
-
version "7.2.0"
|
|
569
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.2.0.tgz#f7930362829ff99a3174c39f0afcc024ef59731a"
|
|
570
|
-
dependencies:
|
|
571
|
-
"@babel/helper-function-name" "^7.1.0"
|
|
572
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
573
|
-
|
|
574
|
-
"@babel/plugin-transform-literals@^7.2.0":
|
|
575
|
-
version "7.2.0"
|
|
576
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz#690353e81f9267dad4fd8cfd77eafa86aba53ea1"
|
|
577
|
-
dependencies:
|
|
578
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
579
|
-
|
|
580
|
-
"@babel/plugin-transform-modules-amd@^7.2.0":
|
|
581
|
-
version "7.2.0"
|
|
582
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.2.0.tgz#82a9bce45b95441f617a24011dc89d12da7f4ee6"
|
|
583
|
-
dependencies:
|
|
584
|
-
"@babel/helper-module-transforms" "^7.1.0"
|
|
585
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
586
|
-
|
|
587
|
-
"@babel/plugin-transform-modules-commonjs@^7.2.0":
|
|
588
|
-
version "7.2.0"
|
|
589
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.2.0.tgz#c4f1933f5991d5145e9cfad1dfd848ea1727f404"
|
|
590
|
-
dependencies:
|
|
591
|
-
"@babel/helper-module-transforms" "^7.1.0"
|
|
592
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
593
|
-
"@babel/helper-simple-access" "^7.1.0"
|
|
594
|
-
|
|
595
|
-
"@babel/plugin-transform-modules-systemjs@^7.2.0":
|
|
596
|
-
version "7.2.0"
|
|
597
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.2.0.tgz#912bfe9e5ff982924c81d0937c92d24994bb9068"
|
|
598
|
-
dependencies:
|
|
599
|
-
"@babel/helper-hoist-variables" "^7.0.0"
|
|
600
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
601
|
-
|
|
602
|
-
"@babel/plugin-transform-modules-umd@^7.2.0":
|
|
603
|
-
version "7.2.0"
|
|
604
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz#7678ce75169f0877b8eb2235538c074268dd01ae"
|
|
605
|
-
dependencies:
|
|
606
|
-
"@babel/helper-module-transforms" "^7.1.0"
|
|
607
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
608
|
-
|
|
609
|
-
"@babel/plugin-transform-new-target@^7.0.0":
|
|
610
|
-
version "7.0.0"
|
|
611
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.0.0.tgz#ae8fbd89517fa7892d20e6564e641e8770c3aa4a"
|
|
612
|
-
dependencies:
|
|
613
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
614
|
-
|
|
615
|
-
"@babel/plugin-transform-object-super@^7.2.0":
|
|
616
|
-
version "7.2.0"
|
|
617
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.2.0.tgz#b35d4c10f56bab5d650047dad0f1d8e8814b6598"
|
|
618
|
-
dependencies:
|
|
619
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
620
|
-
"@babel/helper-replace-supers" "^7.1.0"
|
|
621
|
-
|
|
622
|
-
"@babel/plugin-transform-parameters@^7.2.0":
|
|
623
|
-
version "7.2.0"
|
|
624
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.2.0.tgz#0d5ad15dc805e2ea866df4dd6682bfe76d1408c2"
|
|
625
|
-
dependencies:
|
|
626
|
-
"@babel/helper-call-delegate" "^7.1.0"
|
|
627
|
-
"@babel/helper-get-function-arity" "^7.0.0"
|
|
628
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
629
|
-
|
|
630
|
-
"@babel/plugin-transform-react-display-name@^7.0.0":
|
|
631
|
-
version "7.2.0"
|
|
632
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.2.0.tgz#ebfaed87834ce8dc4279609a4f0c324c156e3eb0"
|
|
633
|
-
dependencies:
|
|
634
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
635
|
-
|
|
636
|
-
"@babel/plugin-transform-react-jsx-self@^7.0.0":
|
|
637
|
-
version "7.2.0"
|
|
638
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.2.0.tgz#461e21ad9478f1031dd5e276108d027f1b5240ba"
|
|
639
|
-
dependencies:
|
|
640
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
641
|
-
"@babel/plugin-syntax-jsx" "^7.2.0"
|
|
642
|
-
|
|
643
|
-
"@babel/plugin-transform-react-jsx-source@^7.0.0":
|
|
644
|
-
version "7.2.0"
|
|
645
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.2.0.tgz#20c8c60f0140f5dd3cd63418d452801cf3f7180f"
|
|
646
|
-
dependencies:
|
|
647
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
648
|
-
"@babel/plugin-syntax-jsx" "^7.2.0"
|
|
649
|
-
|
|
650
|
-
"@babel/plugin-transform-react-jsx@^7.0.0":
|
|
651
|
-
version "7.2.0"
|
|
652
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.2.0.tgz#ca36b6561c4d3b45524f8efb6f0fbc9a0d1d622f"
|
|
653
|
-
dependencies:
|
|
654
|
-
"@babel/helper-builder-react-jsx" "^7.0.0"
|
|
655
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
656
|
-
"@babel/plugin-syntax-jsx" "^7.2.0"
|
|
657
|
-
|
|
658
|
-
"@babel/plugin-transform-regenerator@^7.0.0":
|
|
659
|
-
version "7.0.0"
|
|
660
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.0.0.tgz#5b41686b4ed40bef874d7ed6a84bdd849c13e0c1"
|
|
661
|
-
dependencies:
|
|
662
|
-
regenerator-transform "^0.13.3"
|
|
663
|
-
|
|
664
|
-
"@babel/plugin-transform-runtime@^7.2.0":
|
|
665
|
-
version "7.2.0"
|
|
666
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.2.0.tgz#566bc43f7d0aedc880eaddbd29168d0f248966ea"
|
|
667
|
-
dependencies:
|
|
668
|
-
"@babel/helper-module-imports" "^7.0.0"
|
|
669
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
670
|
-
resolve "^1.8.1"
|
|
671
|
-
semver "^5.5.1"
|
|
672
|
-
|
|
673
|
-
"@babel/plugin-transform-shorthand-properties@^7.2.0":
|
|
674
|
-
version "7.2.0"
|
|
675
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz#6333aee2f8d6ee7e28615457298934a3b46198f0"
|
|
676
|
-
dependencies:
|
|
677
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
678
|
-
|
|
679
|
-
"@babel/plugin-transform-spread@^7.2.0":
|
|
680
|
-
version "7.2.0"
|
|
681
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.0.tgz#0c76c12a3b5826130078ee8ec84a7a8e4afd79c4"
|
|
682
|
-
dependencies:
|
|
683
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
684
|
-
|
|
685
|
-
"@babel/plugin-transform-sticky-regex@^7.2.0":
|
|
686
|
-
version "7.2.0"
|
|
687
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1"
|
|
688
|
-
dependencies:
|
|
689
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
690
|
-
"@babel/helper-regex" "^7.0.0"
|
|
691
|
-
|
|
692
|
-
"@babel/plugin-transform-template-literals@^7.2.0":
|
|
693
|
-
version "7.2.0"
|
|
694
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.2.0.tgz#d87ed01b8eaac7a92473f608c97c089de2ba1e5b"
|
|
695
|
-
dependencies:
|
|
696
|
-
"@babel/helper-annotate-as-pure" "^7.0.0"
|
|
697
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
698
|
-
|
|
699
|
-
"@babel/plugin-transform-typeof-symbol@^7.2.0":
|
|
700
|
-
version "7.2.0"
|
|
701
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz#117d2bcec2fbf64b4b59d1f9819894682d29f2b2"
|
|
702
|
-
dependencies:
|
|
703
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
704
|
-
|
|
705
|
-
"@babel/plugin-transform-unicode-regex@^7.2.0":
|
|
706
|
-
version "7.2.0"
|
|
707
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.2.0.tgz#4eb8db16f972f8abb5062c161b8b115546ade08b"
|
|
708
|
-
dependencies:
|
|
709
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
710
|
-
"@babel/helper-regex" "^7.0.0"
|
|
711
|
-
regexpu-core "^4.1.3"
|
|
712
|
-
|
|
713
|
-
"@babel/preset-env@^7.2.0":
|
|
714
|
-
version "7.2.0"
|
|
715
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.0.tgz#a5030e7e4306af5a295dd5d7c78dc5464af3fee2"
|
|
716
|
-
dependencies:
|
|
717
|
-
"@babel/helper-module-imports" "^7.0.0"
|
|
718
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
719
|
-
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
|
|
720
|
-
"@babel/plugin-proposal-json-strings" "^7.2.0"
|
|
721
|
-
"@babel/plugin-proposal-object-rest-spread" "^7.2.0"
|
|
722
|
-
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
|
|
723
|
-
"@babel/plugin-proposal-unicode-property-regex" "^7.2.0"
|
|
724
|
-
"@babel/plugin-syntax-async-generators" "^7.2.0"
|
|
725
|
-
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
|
|
726
|
-
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
|
|
727
|
-
"@babel/plugin-transform-arrow-functions" "^7.2.0"
|
|
728
|
-
"@babel/plugin-transform-async-to-generator" "^7.2.0"
|
|
729
|
-
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
|
|
730
|
-
"@babel/plugin-transform-block-scoping" "^7.2.0"
|
|
731
|
-
"@babel/plugin-transform-classes" "^7.2.0"
|
|
732
|
-
"@babel/plugin-transform-computed-properties" "^7.2.0"
|
|
733
|
-
"@babel/plugin-transform-destructuring" "^7.2.0"
|
|
734
|
-
"@babel/plugin-transform-dotall-regex" "^7.2.0"
|
|
735
|
-
"@babel/plugin-transform-duplicate-keys" "^7.2.0"
|
|
736
|
-
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
|
|
737
|
-
"@babel/plugin-transform-for-of" "^7.2.0"
|
|
738
|
-
"@babel/plugin-transform-function-name" "^7.2.0"
|
|
739
|
-
"@babel/plugin-transform-literals" "^7.2.0"
|
|
740
|
-
"@babel/plugin-transform-modules-amd" "^7.2.0"
|
|
741
|
-
"@babel/plugin-transform-modules-commonjs" "^7.2.0"
|
|
742
|
-
"@babel/plugin-transform-modules-systemjs" "^7.2.0"
|
|
743
|
-
"@babel/plugin-transform-modules-umd" "^7.2.0"
|
|
744
|
-
"@babel/plugin-transform-new-target" "^7.0.0"
|
|
745
|
-
"@babel/plugin-transform-object-super" "^7.2.0"
|
|
746
|
-
"@babel/plugin-transform-parameters" "^7.2.0"
|
|
747
|
-
"@babel/plugin-transform-regenerator" "^7.0.0"
|
|
748
|
-
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
|
|
749
|
-
"@babel/plugin-transform-spread" "^7.2.0"
|
|
750
|
-
"@babel/plugin-transform-sticky-regex" "^7.2.0"
|
|
751
|
-
"@babel/plugin-transform-template-literals" "^7.2.0"
|
|
752
|
-
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
|
|
753
|
-
"@babel/plugin-transform-unicode-regex" "^7.2.0"
|
|
754
|
-
browserslist "^4.3.4"
|
|
755
|
-
invariant "^2.2.2"
|
|
756
|
-
js-levenshtein "^1.1.3"
|
|
757
|
-
semver "^5.3.0"
|
|
758
|
-
|
|
759
|
-
"@babel/preset-flow@^7.0.0":
|
|
760
|
-
version "7.0.0"
|
|
761
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.0.0.tgz#afd764835d9535ec63d8c7d4caf1c06457263da2"
|
|
762
|
-
dependencies:
|
|
763
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
764
|
-
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
|
|
765
|
-
|
|
766
|
-
"@babel/preset-react@^7.0.0":
|
|
767
|
-
version "7.0.0"
|
|
768
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0"
|
|
769
|
-
dependencies:
|
|
770
|
-
"@babel/helper-plugin-utils" "^7.0.0"
|
|
771
|
-
"@babel/plugin-transform-react-display-name" "^7.0.0"
|
|
772
|
-
"@babel/plugin-transform-react-jsx" "^7.0.0"
|
|
773
|
-
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
|
|
774
|
-
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
|
|
775
|
-
|
|
776
|
-
"@babel/template@^7.1.0", "@babel/template@^7.1.2":
|
|
777
|
-
version "7.1.2"
|
|
778
|
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
|
|
779
|
-
dependencies:
|
|
780
|
-
"@babel/code-frame" "^7.0.0"
|
|
781
|
-
"@babel/parser" "^7.1.2"
|
|
782
|
-
"@babel/types" "^7.1.2"
|
|
783
|
-
|
|
784
|
-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.1.6":
|
|
785
|
-
version "7.1.6"
|
|
786
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c"
|
|
787
|
-
dependencies:
|
|
788
|
-
"@babel/code-frame" "^7.0.0"
|
|
789
|
-
"@babel/generator" "^7.1.6"
|
|
790
|
-
"@babel/helper-function-name" "^7.1.0"
|
|
791
|
-
"@babel/helper-split-export-declaration" "^7.0.0"
|
|
792
|
-
"@babel/parser" "^7.1.6"
|
|
793
|
-
"@babel/types" "^7.1.6"
|
|
794
|
-
debug "^4.1.0"
|
|
795
|
-
globals "^11.1.0"
|
|
796
|
-
lodash "^4.17.10"
|
|
797
|
-
|
|
798
|
-
"@babel/types@^7.0.0":
|
|
799
|
-
version "7.1.3"
|
|
800
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d"
|
|
801
|
-
dependencies:
|
|
802
|
-
esutils "^2.0.2"
|
|
803
|
-
lodash "^4.17.10"
|
|
804
|
-
to-fast-properties "^2.0.0"
|
|
805
|
-
|
|
806
|
-
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.1.2", "@babel/types@^7.1.6", "@babel/types@^7.2.0":
|
|
807
|
-
version "7.2.0"
|
|
808
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.0.tgz#7941c5b2d8060e06f9601d6be7c223eef906d5d8"
|
|
809
|
-
dependencies:
|
|
810
|
-
esutils "^2.0.2"
|
|
811
|
-
lodash "^4.17.10"
|
|
812
|
-
to-fast-properties "^2.0.0"
|
|
813
|
-
|
|
814
|
-
"@babel/types@^7.11.0":
|
|
815
|
-
version "7.11.5"
|
|
816
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
|
|
817
|
-
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
|
|
818
|
-
dependencies:
|
|
819
|
-
"@babel/helper-validator-identifier" "^7.10.4"
|
|
820
|
-
lodash "^4.17.19"
|
|
821
|
-
to-fast-properties "^2.0.0"
|
|
822
|
-
|
|
823
|
-
ansi-styles@^3.2.1:
|
|
824
|
-
version "3.2.1"
|
|
825
|
-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
|
826
|
-
dependencies:
|
|
827
|
-
color-convert "^1.9.0"
|
|
828
|
-
|
|
829
|
-
argparse@^1.0.7:
|
|
830
|
-
version "1.0.10"
|
|
831
|
-
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
|
|
832
|
-
dependencies:
|
|
833
|
-
sprintf-js "~1.0.2"
|
|
834
|
-
|
|
835
|
-
arr-diff@^2.0.0:
|
|
836
|
-
version "2.0.0"
|
|
837
|
-
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
|
|
838
|
-
dependencies:
|
|
839
|
-
arr-flatten "^1.0.1"
|
|
840
|
-
|
|
841
|
-
arr-flatten@^1.0.1:
|
|
842
|
-
version "1.1.0"
|
|
843
|
-
resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
|
|
844
|
-
|
|
845
|
-
array-unique@^0.2.1:
|
|
846
|
-
version "0.2.1"
|
|
847
|
-
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
|
|
848
|
-
|
|
849
|
-
babel-plugin-lodash@^3.3.4:
|
|
850
|
-
version "3.3.4"
|
|
851
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196"
|
|
852
|
-
dependencies:
|
|
853
|
-
"@babel/helper-module-imports" "^7.0.0-beta.49"
|
|
854
|
-
"@babel/types" "^7.0.0-beta.49"
|
|
855
|
-
glob "^7.1.1"
|
|
856
|
-
lodash "^4.17.10"
|
|
857
|
-
require-package-name "^2.0.1"
|
|
858
|
-
|
|
859
|
-
babel-plugin-macros@^2.4.2:
|
|
860
|
-
version "2.4.2"
|
|
861
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.2.tgz#21b1a2e82e2130403c5ff785cba6548e9b644b28"
|
|
862
|
-
dependencies:
|
|
863
|
-
cosmiconfig "^5.0.5"
|
|
864
|
-
resolve "^1.8.1"
|
|
865
|
-
|
|
866
|
-
babel-plugin-styled-components@^1.10.0:
|
|
867
|
-
version "1.10.0"
|
|
868
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.0.tgz#ff1f42ad2cc78c21f26b62266b8f564dbc862939"
|
|
869
|
-
dependencies:
|
|
870
|
-
"@babel/helper-annotate-as-pure" "^7.0.0"
|
|
871
|
-
"@babel/helper-module-imports" "^7.0.0"
|
|
872
|
-
babel-plugin-syntax-jsx "^6.18.0"
|
|
873
|
-
lodash "^4.17.10"
|
|
874
|
-
|
|
875
|
-
babel-plugin-syntax-jsx@^6.18.0:
|
|
876
|
-
version "6.18.0"
|
|
877
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
|
|
878
|
-
|
|
879
|
-
balanced-match@^1.0.0:
|
|
880
|
-
version "1.0.0"
|
|
881
|
-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
|
|
882
|
-
|
|
883
|
-
brace-expansion@^1.1.7:
|
|
884
|
-
version "1.1.11"
|
|
885
|
-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
|
|
886
|
-
dependencies:
|
|
887
|
-
balanced-match "^1.0.0"
|
|
888
|
-
concat-map "0.0.1"
|
|
889
|
-
|
|
890
|
-
braces@^1.8.2:
|
|
891
|
-
version "1.8.5"
|
|
892
|
-
resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
|
|
893
|
-
dependencies:
|
|
894
|
-
expand-range "^1.8.1"
|
|
895
|
-
preserve "^0.2.0"
|
|
896
|
-
repeat-element "^1.1.2"
|
|
897
|
-
|
|
898
|
-
browserslist@^4.3.4:
|
|
899
|
-
version "4.3.5"
|
|
900
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.3.5.tgz#1a917678acc07b55606748ea1adf9846ea8920f7"
|
|
901
|
-
dependencies:
|
|
902
|
-
caniuse-lite "^1.0.30000912"
|
|
903
|
-
electron-to-chromium "^1.3.86"
|
|
904
|
-
node-releases "^1.0.5"
|
|
905
|
-
|
|
906
|
-
builtin-modules@^1.0.0:
|
|
907
|
-
version "1.1.1"
|
|
908
|
-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
|
|
909
|
-
|
|
910
|
-
builtin-modules@^2.0.0:
|
|
911
|
-
version "2.0.0"
|
|
912
|
-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-2.0.0.tgz#60b7ef5ae6546bd7deefa74b08b62a43a232648e"
|
|
913
|
-
|
|
914
|
-
builtins@^2.0.0:
|
|
915
|
-
version "2.0.0"
|
|
916
|
-
resolved "https://registry.yarnpkg.com/builtins/-/builtins-2.0.0.tgz#018999641e11252188652dbb2db01ad386fcdc46"
|
|
917
|
-
dependencies:
|
|
918
|
-
semver "^5.4.1"
|
|
919
|
-
|
|
920
|
-
caller-callsite@^2.0.0:
|
|
921
|
-
version "2.0.0"
|
|
922
|
-
resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
|
|
923
|
-
dependencies:
|
|
924
|
-
callsites "^2.0.0"
|
|
925
|
-
|
|
926
|
-
caller-path@^2.0.0:
|
|
927
|
-
version "2.0.0"
|
|
928
|
-
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4"
|
|
929
|
-
dependencies:
|
|
930
|
-
caller-callsite "^2.0.0"
|
|
931
|
-
|
|
932
|
-
callsites@^2.0.0:
|
|
933
|
-
version "2.0.0"
|
|
934
|
-
resolved "http://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
|
|
935
|
-
|
|
936
|
-
caniuse-lite@^1.0.30000912:
|
|
937
|
-
version "1.0.30000918"
|
|
938
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000918.tgz#6288f79da3c5c8b45e502f47ad8f3eb91f1379a9"
|
|
939
|
-
|
|
940
|
-
chalk@^2.0.0:
|
|
941
|
-
version "2.4.1"
|
|
942
|
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
|
|
943
|
-
dependencies:
|
|
944
|
-
ansi-styles "^3.2.1"
|
|
945
|
-
escape-string-regexp "^1.0.5"
|
|
946
|
-
supports-color "^5.3.0"
|
|
947
|
-
|
|
948
|
-
color-convert@^1.9.0:
|
|
949
|
-
version "1.9.3"
|
|
950
|
-
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
|
|
951
|
-
dependencies:
|
|
952
|
-
color-name "1.1.3"
|
|
953
|
-
|
|
954
|
-
color-name@1.1.3:
|
|
955
|
-
version "1.1.3"
|
|
956
|
-
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
957
|
-
|
|
958
|
-
concat-map@0.0.1:
|
|
959
|
-
version "0.0.1"
|
|
960
|
-
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
|
|
961
|
-
|
|
962
|
-
convert-source-map@^1.1.0:
|
|
963
|
-
version "1.6.0"
|
|
964
|
-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
|
|
965
|
-
dependencies:
|
|
966
|
-
safe-buffer "~5.1.1"
|
|
967
|
-
|
|
968
|
-
cosmiconfig@^5.0.5:
|
|
969
|
-
version "5.0.7"
|
|
970
|
-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.7.tgz#39826b292ee0d78eda137dfa3173bd1c21a43b04"
|
|
971
|
-
dependencies:
|
|
972
|
-
import-fresh "^2.0.0"
|
|
973
|
-
is-directory "^0.3.1"
|
|
974
|
-
js-yaml "^3.9.0"
|
|
975
|
-
parse-json "^4.0.0"
|
|
976
|
-
|
|
977
|
-
debug@^4.1.0:
|
|
978
|
-
version "4.1.0"
|
|
979
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
|
|
980
|
-
dependencies:
|
|
981
|
-
ms "^2.1.1"
|
|
982
|
-
|
|
983
|
-
electron-to-chromium@^1.3.86:
|
|
984
|
-
version "1.3.90"
|
|
985
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.90.tgz#b4c51b8303beff18f2b74817402bf4898e09558a"
|
|
986
|
-
|
|
987
|
-
error-ex@^1.3.1:
|
|
988
|
-
version "1.3.2"
|
|
989
|
-
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
|
|
990
|
-
dependencies:
|
|
991
|
-
is-arrayish "^0.2.1"
|
|
992
|
-
|
|
993
|
-
escape-string-regexp@^1.0.5:
|
|
994
|
-
version "1.0.5"
|
|
995
|
-
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
996
|
-
|
|
997
|
-
esprima@^4.0.0:
|
|
998
|
-
version "4.0.1"
|
|
999
|
-
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
|
1000
|
-
|
|
1001
|
-
estree-walker@^0.5.2:
|
|
1002
|
-
version "0.5.2"
|
|
1003
|
-
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.5.2.tgz#d3850be7529c9580d815600b53126515e146dd39"
|
|
1004
|
-
|
|
1005
|
-
esutils@^2.0.0, esutils@^2.0.2:
|
|
1006
|
-
version "2.0.2"
|
|
1007
|
-
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
|
|
1008
|
-
|
|
1009
|
-
expand-brackets@^0.1.4:
|
|
1010
|
-
version "0.1.5"
|
|
1011
|
-
resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b"
|
|
1012
|
-
dependencies:
|
|
1013
|
-
is-posix-bracket "^0.1.0"
|
|
1014
|
-
|
|
1015
|
-
expand-range@^1.8.1:
|
|
1016
|
-
version "1.8.2"
|
|
1017
|
-
resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337"
|
|
1018
|
-
dependencies:
|
|
1019
|
-
fill-range "^2.1.0"
|
|
1020
|
-
|
|
1021
|
-
extglob@^0.3.1:
|
|
1022
|
-
version "0.3.2"
|
|
1023
|
-
resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1"
|
|
1024
|
-
dependencies:
|
|
1025
|
-
is-extglob "^1.0.0"
|
|
1026
|
-
|
|
1027
|
-
filename-regex@^2.0.0:
|
|
1028
|
-
version "2.0.1"
|
|
1029
|
-
resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26"
|
|
1030
|
-
|
|
1031
|
-
fill-range@^2.1.0:
|
|
1032
|
-
version "2.2.4"
|
|
1033
|
-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.4.tgz#eb1e773abb056dcd8df2bfdf6af59b8b3a936565"
|
|
1034
|
-
dependencies:
|
|
1035
|
-
is-number "^2.1.0"
|
|
1036
|
-
isobject "^2.0.0"
|
|
1037
|
-
randomatic "^3.0.0"
|
|
1038
|
-
repeat-element "^1.1.2"
|
|
1039
|
-
repeat-string "^1.5.2"
|
|
1040
|
-
|
|
1041
|
-
for-in@^1.0.1:
|
|
1042
|
-
version "1.0.2"
|
|
1043
|
-
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
|
|
1044
|
-
|
|
1045
|
-
for-own@^0.1.4:
|
|
1046
|
-
version "0.1.5"
|
|
1047
|
-
resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce"
|
|
1048
|
-
dependencies:
|
|
1049
|
-
for-in "^1.0.1"
|
|
1050
|
-
|
|
1051
|
-
fs.realpath@^1.0.0:
|
|
1052
|
-
version "1.0.0"
|
|
1053
|
-
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
|
|
1054
|
-
|
|
1055
|
-
fsevents@~2.1.2:
|
|
1056
|
-
version "2.1.3"
|
|
1057
|
-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
|
|
1058
|
-
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
|
|
1059
|
-
|
|
1060
|
-
glob-base@^0.3.0:
|
|
1061
|
-
version "0.3.0"
|
|
1062
|
-
resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
|
|
1063
|
-
dependencies:
|
|
1064
|
-
glob-parent "^2.0.0"
|
|
1065
|
-
is-glob "^2.0.0"
|
|
1066
|
-
|
|
1067
|
-
glob-parent@^2.0.0:
|
|
1068
|
-
version "2.0.0"
|
|
1069
|
-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28"
|
|
1070
|
-
dependencies:
|
|
1071
|
-
is-glob "^2.0.0"
|
|
1072
|
-
|
|
1073
|
-
glob@^7.1.1:
|
|
1074
|
-
version "7.1.3"
|
|
1075
|
-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
|
|
1076
|
-
dependencies:
|
|
1077
|
-
fs.realpath "^1.0.0"
|
|
1078
|
-
inflight "^1.0.4"
|
|
1079
|
-
inherits "2"
|
|
1080
|
-
minimatch "^3.0.4"
|
|
1081
|
-
once "^1.3.0"
|
|
1082
|
-
path-is-absolute "^1.0.0"
|
|
1083
|
-
|
|
1084
|
-
globals@^11.1.0:
|
|
1085
|
-
version "11.9.0"
|
|
1086
|
-
resolved "https://registry.yarnpkg.com/globals/-/globals-11.9.0.tgz#bde236808e987f290768a93d065060d78e6ab249"
|
|
1087
|
-
|
|
1088
|
-
graceful-fs@^4.1.2:
|
|
1089
|
-
version "4.1.15"
|
|
1090
|
-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
|
|
1091
|
-
|
|
1092
|
-
has-flag@^3.0.0:
|
|
1093
|
-
version "3.0.0"
|
|
1094
|
-
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
|
1095
|
-
|
|
1096
|
-
hosted-git-info@^2.1.4:
|
|
1097
|
-
version "2.7.1"
|
|
1098
|
-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
|
|
1099
|
-
|
|
1100
|
-
import-fresh@^2.0.0:
|
|
1101
|
-
version "2.0.0"
|
|
1102
|
-
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
|
|
1103
|
-
dependencies:
|
|
1104
|
-
caller-path "^2.0.0"
|
|
1105
|
-
resolve-from "^3.0.0"
|
|
1106
|
-
|
|
1107
|
-
inflight@^1.0.4:
|
|
1108
|
-
version "1.0.6"
|
|
1109
|
-
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
|
|
1110
|
-
dependencies:
|
|
1111
|
-
once "^1.3.0"
|
|
1112
|
-
wrappy "1"
|
|
1113
|
-
|
|
1114
|
-
inherits@2:
|
|
1115
|
-
version "2.0.3"
|
|
1116
|
-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
|
|
1117
|
-
|
|
1118
|
-
invariant@^2.2.2:
|
|
1119
|
-
version "2.2.4"
|
|
1120
|
-
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
|
|
1121
|
-
dependencies:
|
|
1122
|
-
loose-envify "^1.0.0"
|
|
1123
|
-
|
|
1124
|
-
is-arrayish@^0.2.1:
|
|
1125
|
-
version "0.2.1"
|
|
1126
|
-
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
1127
|
-
|
|
1128
|
-
is-buffer@^1.1.5:
|
|
1129
|
-
version "1.1.6"
|
|
1130
|
-
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
|
|
1131
|
-
|
|
1132
|
-
is-builtin-module@^1.0.0:
|
|
1133
|
-
version "1.0.0"
|
|
1134
|
-
resolved "http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"
|
|
1135
|
-
dependencies:
|
|
1136
|
-
builtin-modules "^1.0.0"
|
|
1137
|
-
|
|
1138
|
-
is-directory@^0.3.1:
|
|
1139
|
-
version "0.3.1"
|
|
1140
|
-
resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
|
|
1141
|
-
|
|
1142
|
-
is-dotfile@^1.0.0:
|
|
1143
|
-
version "1.0.3"
|
|
1144
|
-
resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1"
|
|
1145
|
-
|
|
1146
|
-
is-equal-shallow@^0.1.3:
|
|
1147
|
-
version "0.1.3"
|
|
1148
|
-
resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534"
|
|
1149
|
-
dependencies:
|
|
1150
|
-
is-primitive "^2.0.0"
|
|
1151
|
-
|
|
1152
|
-
is-extendable@^0.1.1:
|
|
1153
|
-
version "0.1.1"
|
|
1154
|
-
resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
|
|
1155
|
-
|
|
1156
|
-
is-extglob@^1.0.0:
|
|
1157
|
-
version "1.0.0"
|
|
1158
|
-
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
|
|
1159
|
-
|
|
1160
|
-
is-glob@^2.0.0, is-glob@^2.0.1:
|
|
1161
|
-
version "2.0.1"
|
|
1162
|
-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
|
|
1163
|
-
dependencies:
|
|
1164
|
-
is-extglob "^1.0.0"
|
|
1165
|
-
|
|
1166
|
-
is-module@^1.0.0:
|
|
1167
|
-
version "1.0.0"
|
|
1168
|
-
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
|
|
1169
|
-
|
|
1170
|
-
is-number@^2.1.0:
|
|
1171
|
-
version "2.1.0"
|
|
1172
|
-
resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
|
|
1173
|
-
dependencies:
|
|
1174
|
-
kind-of "^3.0.2"
|
|
1175
|
-
|
|
1176
|
-
is-number@^4.0.0:
|
|
1177
|
-
version "4.0.0"
|
|
1178
|
-
resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff"
|
|
1179
|
-
|
|
1180
|
-
is-posix-bracket@^0.1.0:
|
|
1181
|
-
version "0.1.1"
|
|
1182
|
-
resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
|
|
1183
|
-
|
|
1184
|
-
is-primitive@^2.0.0:
|
|
1185
|
-
version "2.0.0"
|
|
1186
|
-
resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575"
|
|
1187
|
-
|
|
1188
|
-
isarray@1.0.0:
|
|
1189
|
-
version "1.0.0"
|
|
1190
|
-
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
|
|
1191
|
-
|
|
1192
|
-
isobject@^2.0.0:
|
|
1193
|
-
version "2.1.0"
|
|
1194
|
-
resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
|
|
1195
|
-
dependencies:
|
|
1196
|
-
isarray "1.0.0"
|
|
1197
|
-
|
|
1198
|
-
js-levenshtein@^1.1.3:
|
|
1199
|
-
version "1.1.4"
|
|
1200
|
-
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.4.tgz#3a56e3cbf589ca0081eb22cd9ba0b1290a16d26e"
|
|
1201
|
-
|
|
1202
|
-
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
|
1203
|
-
version "4.0.0"
|
|
1204
|
-
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
|
1205
|
-
|
|
1206
|
-
js-yaml@^3.9.0:
|
|
1207
|
-
version "3.12.0"
|
|
1208
|
-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
|
|
1209
|
-
dependencies:
|
|
1210
|
-
argparse "^1.0.7"
|
|
1211
|
-
esprima "^4.0.0"
|
|
1212
|
-
|
|
1213
|
-
jsesc@^2.5.1:
|
|
1214
|
-
version "2.5.2"
|
|
1215
|
-
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
|
1216
|
-
|
|
1217
|
-
jsesc@~0.5.0:
|
|
1218
|
-
version "0.5.0"
|
|
1219
|
-
resolved "http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
|
1220
|
-
|
|
1221
|
-
json-parse-better-errors@^1.0.1:
|
|
1222
|
-
version "1.0.2"
|
|
1223
|
-
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
|
|
1224
|
-
|
|
1225
|
-
json5@^2.1.0:
|
|
1226
|
-
version "2.1.0"
|
|
1227
|
-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
|
|
1228
|
-
dependencies:
|
|
1229
|
-
minimist "^1.2.0"
|
|
1230
|
-
|
|
1231
|
-
kind-of@^3.0.2:
|
|
1232
|
-
version "3.2.2"
|
|
1233
|
-
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
|
|
1234
|
-
dependencies:
|
|
1235
|
-
is-buffer "^1.1.5"
|
|
1236
|
-
|
|
1237
|
-
kind-of@^6.0.0:
|
|
1238
|
-
version "6.0.2"
|
|
1239
|
-
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
|
|
1240
|
-
|
|
1241
|
-
load-json-file@^4.0.0:
|
|
1242
|
-
version "4.0.0"
|
|
1243
|
-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
|
|
1244
|
-
dependencies:
|
|
1245
|
-
graceful-fs "^4.1.2"
|
|
1246
|
-
parse-json "^4.0.0"
|
|
1247
|
-
pify "^3.0.0"
|
|
1248
|
-
strip-bom "^3.0.0"
|
|
1249
|
-
|
|
1250
|
-
lodash@^4.17.10:
|
|
1251
|
-
version "4.17.11"
|
|
1252
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
|
|
1253
|
-
|
|
1254
|
-
lodash@^4.17.19:
|
|
1255
|
-
version "4.17.20"
|
|
1256
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
|
|
1257
|
-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
|
|
1258
|
-
|
|
1259
|
-
loose-envify@^1.0.0:
|
|
1260
|
-
version "1.4.0"
|
|
1261
|
-
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
|
1262
|
-
dependencies:
|
|
1263
|
-
js-tokens "^3.0.0 || ^4.0.0"
|
|
1264
|
-
|
|
1265
|
-
magic-string@^0.25.1:
|
|
1266
|
-
version "0.25.1"
|
|
1267
|
-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.1.tgz#b1c248b399cd7485da0fe7385c2fc7011843266e"
|
|
1268
|
-
dependencies:
|
|
1269
|
-
sourcemap-codec "^1.4.1"
|
|
1270
|
-
|
|
1271
|
-
math-random@^1.0.1:
|
|
1272
|
-
version "1.0.1"
|
|
1273
|
-
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.1.tgz#8b3aac588b8a66e4975e3cdea67f7bb329601fac"
|
|
1274
|
-
|
|
1275
|
-
micromatch@^2.3.11:
|
|
1276
|
-
version "2.3.11"
|
|
1277
|
-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
|
|
1278
|
-
dependencies:
|
|
1279
|
-
arr-diff "^2.0.0"
|
|
1280
|
-
array-unique "^0.2.1"
|
|
1281
|
-
braces "^1.8.2"
|
|
1282
|
-
expand-brackets "^0.1.4"
|
|
1283
|
-
extglob "^0.3.1"
|
|
1284
|
-
filename-regex "^2.0.0"
|
|
1285
|
-
is-extglob "^1.0.0"
|
|
1286
|
-
is-glob "^2.0.1"
|
|
1287
|
-
kind-of "^3.0.2"
|
|
1288
|
-
normalize-path "^2.0.1"
|
|
1289
|
-
object.omit "^2.0.0"
|
|
1290
|
-
parse-glob "^3.0.4"
|
|
1291
|
-
regex-cache "^0.4.2"
|
|
1292
|
-
|
|
1293
|
-
minimatch@^3.0.4:
|
|
1294
|
-
version "3.0.4"
|
|
1295
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
|
|
1296
|
-
dependencies:
|
|
1297
|
-
brace-expansion "^1.1.7"
|
|
1298
|
-
|
|
1299
|
-
minimist@^1.2.0:
|
|
1300
|
-
version "1.2.0"
|
|
1301
|
-
resolved "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
|
|
1302
|
-
|
|
1303
|
-
ms@^2.1.1:
|
|
1304
|
-
version "2.1.1"
|
|
1305
|
-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
|
|
1306
|
-
|
|
1307
|
-
node-releases@^1.0.5:
|
|
1308
|
-
version "1.1.1"
|
|
1309
|
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.1.tgz#8fff8aea1cfcad1fb4205f805149054fbf73cafd"
|
|
1310
|
-
dependencies:
|
|
1311
|
-
semver "^5.3.0"
|
|
1312
|
-
|
|
1313
|
-
normalize-package-data@^2.3.2:
|
|
1314
|
-
version "2.4.0"
|
|
1315
|
-
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f"
|
|
1316
|
-
dependencies:
|
|
1317
|
-
hosted-git-info "^2.1.4"
|
|
1318
|
-
is-builtin-module "^1.0.0"
|
|
1319
|
-
semver "2 || 3 || 4 || 5"
|
|
1320
|
-
validate-npm-package-license "^3.0.1"
|
|
1321
|
-
|
|
1322
|
-
normalize-path@^2.0.1:
|
|
1323
|
-
version "2.1.1"
|
|
1324
|
-
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
|
|
1325
|
-
dependencies:
|
|
1326
|
-
remove-trailing-separator "^1.0.1"
|
|
1327
|
-
|
|
1328
|
-
object.omit@^2.0.0:
|
|
1329
|
-
version "2.0.1"
|
|
1330
|
-
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
|
|
1331
|
-
dependencies:
|
|
1332
|
-
for-own "^0.1.4"
|
|
1333
|
-
is-extendable "^0.1.1"
|
|
1334
|
-
|
|
1335
|
-
once@^1.3.0:
|
|
1336
|
-
version "1.4.0"
|
|
1337
|
-
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
|
|
1338
|
-
dependencies:
|
|
1339
|
-
wrappy "1"
|
|
1340
|
-
|
|
1341
|
-
parse-glob@^3.0.4:
|
|
1342
|
-
version "3.0.4"
|
|
1343
|
-
resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
|
|
1344
|
-
dependencies:
|
|
1345
|
-
glob-base "^0.3.0"
|
|
1346
|
-
is-dotfile "^1.0.0"
|
|
1347
|
-
is-extglob "^1.0.0"
|
|
1348
|
-
is-glob "^2.0.0"
|
|
1349
|
-
|
|
1350
|
-
parse-json@^4.0.0:
|
|
1351
|
-
version "4.0.0"
|
|
1352
|
-
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
|
|
1353
|
-
dependencies:
|
|
1354
|
-
error-ex "^1.3.1"
|
|
1355
|
-
json-parse-better-errors "^1.0.1"
|
|
1356
|
-
|
|
1357
|
-
path-is-absolute@^1.0.0:
|
|
1358
|
-
version "1.0.1"
|
|
1359
|
-
resolved "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
1360
|
-
|
|
1361
|
-
path-parse@^1.0.5:
|
|
1362
|
-
version "1.0.6"
|
|
1363
|
-
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
|
|
1364
|
-
|
|
1365
|
-
path-type@^3.0.0:
|
|
1366
|
-
version "3.0.0"
|
|
1367
|
-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
|
|
1368
|
-
dependencies:
|
|
1369
|
-
pify "^3.0.0"
|
|
1370
|
-
|
|
1371
|
-
pify@^3.0.0:
|
|
1372
|
-
version "3.0.0"
|
|
1373
|
-
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
|
|
1374
|
-
|
|
1375
|
-
preserve@^0.2.0:
|
|
1376
|
-
version "0.2.0"
|
|
1377
|
-
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
|
|
1378
|
-
|
|
1379
|
-
private@^0.1.6:
|
|
1380
|
-
version "0.1.8"
|
|
1381
|
-
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
|
|
1382
|
-
|
|
1383
|
-
randomatic@^3.0.0:
|
|
1384
|
-
version "3.1.0"
|
|
1385
|
-
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.0.tgz#36f2ca708e9e567f5ed2ec01949026d50aa10116"
|
|
1386
|
-
dependencies:
|
|
1387
|
-
is-number "^4.0.0"
|
|
1388
|
-
kind-of "^6.0.0"
|
|
1389
|
-
math-random "^1.0.1"
|
|
1390
|
-
|
|
1391
|
-
read-pkg@^3.0.0:
|
|
1392
|
-
version "3.0.0"
|
|
1393
|
-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
|
|
1394
|
-
dependencies:
|
|
1395
|
-
load-json-file "^4.0.0"
|
|
1396
|
-
normalize-package-data "^2.3.2"
|
|
1397
|
-
path-type "^3.0.0"
|
|
1398
|
-
|
|
1399
|
-
regenerate-unicode-properties@^7.0.0:
|
|
1400
|
-
version "7.0.0"
|
|
1401
|
-
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-7.0.0.tgz#107405afcc4a190ec5ed450ecaa00ed0cafa7a4c"
|
|
1402
|
-
dependencies:
|
|
1403
|
-
regenerate "^1.4.0"
|
|
1404
|
-
|
|
1405
|
-
regenerate@^1.4.0:
|
|
1406
|
-
version "1.4.0"
|
|
1407
|
-
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
|
|
1408
|
-
|
|
1409
|
-
regenerator-transform@^0.13.3:
|
|
1410
|
-
version "0.13.3"
|
|
1411
|
-
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.3.tgz#264bd9ff38a8ce24b06e0636496b2c856b57bcbb"
|
|
1412
|
-
dependencies:
|
|
1413
|
-
private "^0.1.6"
|
|
1414
|
-
|
|
1415
|
-
regex-cache@^0.4.2:
|
|
1416
|
-
version "0.4.4"
|
|
1417
|
-
resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
|
|
1418
|
-
dependencies:
|
|
1419
|
-
is-equal-shallow "^0.1.3"
|
|
1420
|
-
|
|
1421
|
-
regexpu-core@^4.1.3, regexpu-core@^4.2.0:
|
|
1422
|
-
version "4.4.0"
|
|
1423
|
-
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.4.0.tgz#8d43e0d1266883969720345e70c275ee0aec0d32"
|
|
1424
|
-
dependencies:
|
|
1425
|
-
regenerate "^1.4.0"
|
|
1426
|
-
regenerate-unicode-properties "^7.0.0"
|
|
1427
|
-
regjsgen "^0.5.0"
|
|
1428
|
-
regjsparser "^0.6.0"
|
|
1429
|
-
unicode-match-property-ecmascript "^1.0.4"
|
|
1430
|
-
unicode-match-property-value-ecmascript "^1.0.2"
|
|
1431
|
-
|
|
1432
|
-
regjsgen@^0.5.0:
|
|
1433
|
-
version "0.5.0"
|
|
1434
|
-
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.0.tgz#a7634dc08f89209c2049adda3525711fb97265dd"
|
|
1435
|
-
|
|
1436
|
-
regjsparser@^0.6.0:
|
|
1437
|
-
version "0.6.0"
|
|
1438
|
-
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.0.tgz#f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c"
|
|
1439
|
-
dependencies:
|
|
1440
|
-
jsesc "~0.5.0"
|
|
1441
|
-
|
|
1442
|
-
remove-trailing-separator@^1.0.1:
|
|
1443
|
-
version "1.1.0"
|
|
1444
|
-
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
|
|
1445
|
-
|
|
1446
|
-
repeat-element@^1.1.2:
|
|
1447
|
-
version "1.1.3"
|
|
1448
|
-
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce"
|
|
1449
|
-
|
|
1450
|
-
repeat-string@^1.5.2:
|
|
1451
|
-
version "1.6.1"
|
|
1452
|
-
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
|
|
1453
|
-
|
|
1454
|
-
require-package-name@^2.0.1:
|
|
1455
|
-
version "2.0.1"
|
|
1456
|
-
resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
|
|
1457
|
-
|
|
1458
|
-
resolve-from@^3.0.0:
|
|
1459
|
-
version "3.0.0"
|
|
1460
|
-
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
|
|
1461
|
-
|
|
1462
|
-
resolve@^1.1.6, resolve@^1.3.2, resolve@^1.8.1:
|
|
1463
|
-
version "1.8.1"
|
|
1464
|
-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
|
|
1465
|
-
dependencies:
|
|
1466
|
-
path-parse "^1.0.5"
|
|
1467
|
-
|
|
1468
|
-
rollup-plugin-auto-external@^2.0.0:
|
|
1469
|
-
version "2.0.0"
|
|
1470
|
-
resolved "https://registry.yarnpkg.com/rollup-plugin-auto-external/-/rollup-plugin-auto-external-2.0.0.tgz#98fd137d66c1cbe0f4e245b31560a72dbde896aa"
|
|
1471
|
-
dependencies:
|
|
1472
|
-
builtins "^2.0.0"
|
|
1473
|
-
read-pkg "^3.0.0"
|
|
1474
|
-
safe-resolve "^1.0.0"
|
|
1475
|
-
semver "^5.5.0"
|
|
1476
|
-
|
|
1477
|
-
rollup-plugin-babel@^4.0.3:
|
|
1478
|
-
version "4.0.3"
|
|
1479
|
-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.0.3.tgz#8282b0e22233160d679e9c7631342e848422fb02"
|
|
1480
|
-
dependencies:
|
|
1481
|
-
"@babel/helper-module-imports" "^7.0.0"
|
|
1482
|
-
rollup-pluginutils "^2.3.0"
|
|
1483
|
-
|
|
1484
|
-
rollup-plugin-commonjs@^9.2.0:
|
|
1485
|
-
version "9.2.0"
|
|
1486
|
-
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-9.2.0.tgz#4604e25069e0c78a09e08faa95dc32dec27f7c89"
|
|
1487
|
-
dependencies:
|
|
1488
|
-
estree-walker "^0.5.2"
|
|
1489
|
-
magic-string "^0.25.1"
|
|
1490
|
-
resolve "^1.8.1"
|
|
1491
|
-
rollup-pluginutils "^2.3.3"
|
|
1492
|
-
|
|
1493
|
-
rollup-plugin-node-resolve@^3.4.0:
|
|
1494
|
-
version "3.4.0"
|
|
1495
|
-
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-3.4.0.tgz#908585eda12e393caac7498715a01e08606abc89"
|
|
1496
|
-
dependencies:
|
|
1497
|
-
builtin-modules "^2.0.0"
|
|
1498
|
-
is-module "^1.0.0"
|
|
1499
|
-
resolve "^1.1.6"
|
|
1500
|
-
|
|
1501
|
-
rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.3:
|
|
1502
|
-
version "2.3.3"
|
|
1503
|
-
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.3.3.tgz#3aad9b1eb3e7fe8262820818840bf091e5ae6794"
|
|
1504
|
-
dependencies:
|
|
1505
|
-
estree-walker "^0.5.2"
|
|
1506
|
-
micromatch "^2.3.11"
|
|
1507
|
-
|
|
1508
|
-
rollup@^2.16.1:
|
|
1509
|
-
version "2.16.1"
|
|
1510
|
-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.16.1.tgz#97805e88071e2c6727bd0b64904976d14495c873"
|
|
1511
|
-
integrity sha512-UYupMcbFtoWLB6ZtL4hPZNUTlkXjJfGT33Mmhz3hYLNmRj/cOvX2B26ZxDQuEpwtLdcyyyraBGQ7EfzmMJnXXg==
|
|
1512
|
-
optionalDependencies:
|
|
1513
|
-
fsevents "~2.1.2"
|
|
1514
|
-
|
|
1515
|
-
safe-buffer@~5.1.1:
|
|
1516
|
-
version "5.1.2"
|
|
1517
|
-
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
|
1518
|
-
|
|
1519
|
-
safe-resolve@^1.0.0:
|
|
1520
|
-
version "1.0.0"
|
|
1521
|
-
resolved "https://registry.yarnpkg.com/safe-resolve/-/safe-resolve-1.0.0.tgz#fe34f8d29d7a3becfd249d0aa8a799b5c3cf6559"
|
|
1522
|
-
|
|
1523
|
-
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1:
|
|
1524
|
-
version "5.6.0"
|
|
1525
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
|
|
1526
|
-
|
|
1527
|
-
source-map@^0.5.0:
|
|
1528
|
-
version "0.5.7"
|
|
1529
|
-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
|
|
1530
|
-
|
|
1531
|
-
sourcemap-codec@^1.4.1:
|
|
1532
|
-
version "1.4.4"
|
|
1533
|
-
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.4.tgz#c63ea927c029dd6bd9a2b7fa03b3fec02ad56e9f"
|
|
1534
|
-
|
|
1535
|
-
spdx-correct@^3.0.0:
|
|
1536
|
-
version "3.1.0"
|
|
1537
|
-
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4"
|
|
1538
|
-
dependencies:
|
|
1539
|
-
spdx-expression-parse "^3.0.0"
|
|
1540
|
-
spdx-license-ids "^3.0.0"
|
|
1541
|
-
|
|
1542
|
-
spdx-exceptions@^2.1.0:
|
|
1543
|
-
version "2.2.0"
|
|
1544
|
-
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977"
|
|
1545
|
-
|
|
1546
|
-
spdx-expression-parse@^3.0.0:
|
|
1547
|
-
version "3.0.0"
|
|
1548
|
-
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0"
|
|
1549
|
-
dependencies:
|
|
1550
|
-
spdx-exceptions "^2.1.0"
|
|
1551
|
-
spdx-license-ids "^3.0.0"
|
|
1552
|
-
|
|
1553
|
-
spdx-license-ids@^3.0.0:
|
|
1554
|
-
version "3.0.2"
|
|
1555
|
-
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.2.tgz#a59efc09784c2a5bada13cfeaf5c75dd214044d2"
|
|
1556
|
-
|
|
1557
|
-
sprintf-js@~1.0.2:
|
|
1558
|
-
version "1.0.3"
|
|
1559
|
-
resolved "http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
|
|
1560
|
-
|
|
1561
|
-
strip-bom@^3.0.0:
|
|
1562
|
-
version "3.0.0"
|
|
1563
|
-
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
|
|
1564
|
-
|
|
1565
|
-
supports-color@^5.3.0:
|
|
1566
|
-
version "5.5.0"
|
|
1567
|
-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
|
|
1568
|
-
dependencies:
|
|
1569
|
-
has-flag "^3.0.0"
|
|
1570
|
-
|
|
1571
|
-
to-fast-properties@^2.0.0:
|
|
1572
|
-
version "2.0.0"
|
|
1573
|
-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
|
1574
|
-
|
|
1575
|
-
trim-right@^1.0.1:
|
|
1576
|
-
version "1.0.1"
|
|
1577
|
-
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
|
|
1578
|
-
|
|
1579
|
-
unicode-canonical-property-names-ecmascript@^1.0.4:
|
|
1580
|
-
version "1.0.4"
|
|
1581
|
-
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"
|
|
1582
|
-
|
|
1583
|
-
unicode-match-property-ecmascript@^1.0.4:
|
|
1584
|
-
version "1.0.4"
|
|
1585
|
-
resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c"
|
|
1586
|
-
dependencies:
|
|
1587
|
-
unicode-canonical-property-names-ecmascript "^1.0.4"
|
|
1588
|
-
unicode-property-aliases-ecmascript "^1.0.4"
|
|
1589
|
-
|
|
1590
|
-
unicode-match-property-value-ecmascript@^1.0.2:
|
|
1591
|
-
version "1.0.2"
|
|
1592
|
-
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.0.2.tgz#9f1dc76926d6ccf452310564fd834ace059663d4"
|
|
1593
|
-
|
|
1594
|
-
unicode-property-aliases-ecmascript@^1.0.4:
|
|
1595
|
-
version "1.0.4"
|
|
1596
|
-
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.4.tgz#5a533f31b4317ea76f17d807fa0d116546111dd0"
|
|
1597
|
-
|
|
1598
|
-
validate-npm-package-license@^3.0.1:
|
|
1599
|
-
version "3.0.4"
|
|
1600
|
-
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
|
|
1601
|
-
dependencies:
|
|
1602
|
-
spdx-correct "^3.0.0"
|
|
1603
|
-
spdx-expression-parse "^3.0.0"
|
|
1604
|
-
|
|
1605
|
-
wrappy@1:
|
|
1606
|
-
version "1.0.2"
|
|
1607
|
-
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|