@todesktop/shared 7.184.19 → 7.184.21

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.
@@ -111,6 +111,10 @@ export interface DesktopifyAppWindow {
111
111
  * A unique window id
112
112
  */
113
113
  id: string;
114
+ /**
115
+ * The unique object id associated with the window
116
+ */
117
+ objectId?: string;
114
118
  /**
115
119
  * The window name. Only visible to developer
116
120
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.184.19",
3
+ "version": "7.184.21",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -232,6 +232,10 @@ export interface DesktopifyAppWindow {
232
232
  * A unique window id
233
233
  */
234
234
  id: string;
235
+ /**
236
+ * The unique object id associated with the window
237
+ */
238
+ objectId?: string;
235
239
  /**
236
240
  * The window name. Only visible to developer
237
241
  */
package/tslint.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "extends": [
3
- "tslint:recommended",
4
- "tslint-eslint-rules",
5
- "tslint-config-prettier"
6
- ],
7
- "linterOptions": {
8
- "exclude": ["node_modules/**/*.ts"]
9
- },
10
- "rules": {
11
- "ordered-imports": false,
12
- "member-access": false,
13
- "object-literal-sort-keys": false,
14
- "react-hooks-nesting": "error"
15
- },
16
- "defaultSeverity": "error"
17
- }
package/yarn-error.log DELETED
@@ -1,785 +0,0 @@
1
- Arguments:
2
- /Users/dave/n/bin/node /Users/dave/.yarn/bin/yarn.js add @types/is-regex
3
-
4
- PATH:
5
- /Users/dave/Library/Python/2.7/bin:/Users/dave/.yarn/bin:/Users/dave/.avn/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/dave/n/bin
6
-
7
- Yarn version:
8
- 1.9.0-20180706.1003
9
-
10
- Node version:
11
- 11.10.0
12
-
13
- Platform:
14
- darwin x64
15
-
16
- Trace:
17
- Error: https://registry.yarnpkg.com/@types%2fis-regex: Not found
18
- at Request.params.callback [as _callback] (/Users/dave/.yarn/lib/cli.js:65937:18)
19
- at Request.self.callback (/Users/dave/.yarn/lib/cli.js:135624:22)
20
- at Request.emit (events.js:197:13)
21
- at Request.<anonymous> (/Users/dave/.yarn/lib/cli.js:136607:10)
22
- at Request.emit (events.js:197:13)
23
- at IncomingMessage.<anonymous> (/Users/dave/.yarn/lib/cli.js:136527:12)
24
- at Object.onceWrapper (events.js:285:13)
25
- at IncomingMessage.emit (events.js:202:15)
26
- at endReadableNT (_stream_readable.js:1129:12)
27
- at processTicksAndRejections (internal/process/next_tick.js:76:17)
28
-
29
- npm manifest:
30
- {
31
- "name": "@davej/todesktop-shared-types",
32
- "version": "5.6.0",
33
- "description": "",
34
- "main": "./lib/index.js",
35
- "types": "./lib/index.d.ts",
36
- "scripts": {
37
- "test": "echo \"Error: no test specified\" && exit 1",
38
- "build": "rm ./lib/* && tsc",
39
- "prepublishOnly": "npm run build"
40
- },
41
- "author": "Dave Jeffery <dave@davejeffery.com>",
42
- "license": "UNLICENSED",
43
- "dependencies": {
44
- "@types/debug": "^4.1.1",
45
- "@types/yup": "^0.26.9",
46
- "is-regex": "^1.0.4",
47
- "yup": "^0.26.10"
48
- },
49
- "devDependencies": {
50
- "app-builder-lib": "^20.38.5",
51
- "tslint": "^5.12.1",
52
- "tslint-config-prettier": "1.18.0",
53
- "tslint-eslint-rules": "5.4.0",
54
- "tslint-react": "^3.6.0",
55
- "tslint-react-hooks": "1.1.0",
56
- "typescript": "^3.3.3"
57
- }
58
- }
59
-
60
- yarn manifest:
61
- No manifest
62
-
63
- Lockfile:
64
- # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
65
- # yarn lockfile v1
66
-
67
-
68
- "7zip-bin@~4.1.0":
69
- version "4.1.0"
70
- resolved "https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-4.1.0.tgz#33eff662a5c39c0c2061170cc003c5120743fff0"
71
-
72
- "@babel/runtime@7.0.0":
73
- version "7.0.0"
74
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0.tgz#adeb78fedfc855aa05bc041640f3f6f98e85424c"
75
- dependencies:
76
- regenerator-runtime "^0.12.0"
77
-
78
- "@types/debug@^4.1.1":
79
- version "4.1.1"
80
- resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.1.tgz#0be64e2fbe7c0bb2a6cad6a152462127a1b0d45a"
81
-
82
- "@types/yup@^0.26.9":
83
- version "0.26.9"
84
- resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.9.tgz#8a619ac4d2b8dcacb0d81345746018303b479919"
85
-
86
- ajv-keywords@^3.2.0:
87
- version "3.4.0"
88
- resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.0.tgz#4b831e7b531415a7cc518cd404e73f6193c6349d"
89
-
90
- ajv@^6.7.0:
91
- version "6.9.1"
92
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.9.1.tgz#a4d3683d74abc5670e75f0b16520f70a20ea8dc1"
93
- dependencies:
94
- fast-deep-equal "^2.0.1"
95
- fast-json-stable-stringify "^2.0.0"
96
- json-schema-traverse "^0.4.1"
97
- uri-js "^4.2.2"
98
-
99
- ansi-regex@^2.0.0:
100
- version "2.1.1"
101
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
102
-
103
- ansi-styles@^2.2.1:
104
- version "2.2.1"
105
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
106
-
107
- ansi-styles@^3.2.1:
108
- version "3.2.1"
109
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
110
- dependencies:
111
- color-convert "^1.9.0"
112
-
113
- app-builder-bin@2.6.3:
114
- version "2.6.3"
115
- resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-2.6.3.tgz#428557e8fd517ef6272b3d85593ebb288c2aed90"
116
-
117
- app-builder-lib@^20.38.5:
118
- version "20.38.5"
119
- resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-20.38.5.tgz#bdfbbc35e10571c6cf1f62daae95991d27686a03"
120
- dependencies:
121
- "7zip-bin" "~4.1.0"
122
- app-builder-bin "2.6.3"
123
- async-exit-hook "^2.0.1"
124
- bluebird-lst "^1.0.6"
125
- builder-util "9.6.2"
126
- builder-util-runtime "8.1.1"
127
- chromium-pickle-js "^0.2.0"
128
- debug "^4.1.1"
129
- ejs "^2.6.1"
130
- electron-osx-sign "0.4.11"
131
- electron-publish "20.38.5"
132
- fs-extra-p "^7.0.0"
133
- hosted-git-info "^2.7.1"
134
- is-ci "^2.0.0"
135
- isbinaryfile "^4.0.0"
136
- js-yaml "^3.12.1"
137
- lazy-val "^1.0.3"
138
- minimatch "^3.0.4"
139
- normalize-package-data "^2.4.0"
140
- plist "^3.0.1"
141
- read-config-file "3.2.1"
142
- sanitize-filename "^1.6.1"
143
- semver "^5.6.0"
144
- temp-file "^3.3.2"
145
-
146
- argparse@^1.0.7:
147
- version "1.0.10"
148
- resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
149
- dependencies:
150
- sprintf-js "~1.0.2"
151
-
152
- async-exit-hook@^2.0.1:
153
- version "2.0.1"
154
- resolved "https://registry.yarnpkg.com/async-exit-hook/-/async-exit-hook-2.0.1.tgz#8bd8b024b0ec9b1c01cccb9af9db29bd717dfaf3"
155
-
156
- babel-code-frame@^6.22.0:
157
- version "6.26.0"
158
- resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
159
- dependencies:
160
- chalk "^1.1.3"
161
- esutils "^2.0.2"
162
- js-tokens "^3.0.2"
163
-
164
- balanced-match@^1.0.0:
165
- version "1.0.0"
166
- resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
167
-
168
- base64-js@^1.2.3:
169
- version "1.3.0"
170
- resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3"
171
-
172
- bluebird-lst@^1.0.6:
173
- version "1.0.6"
174
- resolved "https://registry.yarnpkg.com/bluebird-lst/-/bluebird-lst-1.0.6.tgz#89bc4de0a357373605c8781f293f7b06d454f869"
175
- dependencies:
176
- bluebird "^3.5.2"
177
-
178
- bluebird@^3.5.0, bluebird@^3.5.2:
179
- version "3.5.3"
180
- resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
181
-
182
- brace-expansion@^1.1.7:
183
- version "1.1.11"
184
- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
185
- dependencies:
186
- balanced-match "^1.0.0"
187
- concat-map "0.0.1"
188
-
189
- buffer-alloc-unsafe@^1.1.0:
190
- version "1.1.0"
191
- resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
192
-
193
- buffer-alloc@^1.2.0:
194
- version "1.2.0"
195
- resolved "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec"
196
- dependencies:
197
- buffer-alloc-unsafe "^1.1.0"
198
- buffer-fill "^1.0.0"
199
-
200
- buffer-fill@^1.0.0:
201
- version "1.0.0"
202
- resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"
203
-
204
- buffer-from@^1.0.0:
205
- version "1.1.1"
206
- resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
207
-
208
- builder-util-runtime@8.1.1, builder-util-runtime@^8.1.1:
209
- version "8.1.1"
210
- resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.1.1.tgz#f2f6fc43e33d26892bd491667fc746ad69bccc50"
211
- dependencies:
212
- bluebird-lst "^1.0.6"
213
- debug "^4.1.1"
214
- fs-extra-p "^7.0.0"
215
- sax "^1.2.4"
216
-
217
- builder-util@9.6.2, builder-util@~9.6.2:
218
- version "9.6.2"
219
- resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-9.6.2.tgz#3366aefea1b5ce292840be727a094e96fa25802f"
220
- dependencies:
221
- "7zip-bin" "~4.1.0"
222
- app-builder-bin "2.6.3"
223
- bluebird-lst "^1.0.6"
224
- builder-util-runtime "^8.1.1"
225
- chalk "^2.4.2"
226
- debug "^4.1.1"
227
- fs-extra-p "^7.0.0"
228
- is-ci "^2.0.0"
229
- js-yaml "^3.12.1"
230
- source-map-support "^0.5.10"
231
- stat-mode "^0.2.2"
232
- temp-file "^3.3.2"
233
-
234
- builtin-modules@^1.1.1:
235
- version "1.1.1"
236
- resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
237
-
238
- chalk@^1.1.3:
239
- version "1.1.3"
240
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
241
- dependencies:
242
- ansi-styles "^2.2.1"
243
- escape-string-regexp "^1.0.2"
244
- has-ansi "^2.0.0"
245
- strip-ansi "^3.0.0"
246
- supports-color "^2.0.0"
247
-
248
- chalk@^2.3.0, chalk@^2.4.2:
249
- version "2.4.2"
250
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
251
- dependencies:
252
- ansi-styles "^3.2.1"
253
- escape-string-regexp "^1.0.5"
254
- supports-color "^5.3.0"
255
-
256
- chromium-pickle-js@^0.2.0:
257
- version "0.2.0"
258
- resolved "https://registry.yarnpkg.com/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz#04a106672c18b085ab774d983dfa3ea138f22205"
259
-
260
- ci-info@^2.0.0:
261
- version "2.0.0"
262
- resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
263
-
264
- color-convert@^1.9.0:
265
- version "1.9.3"
266
- resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
267
- dependencies:
268
- color-name "1.1.3"
269
-
270
- color-name@1.1.3:
271
- version "1.1.3"
272
- resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
273
-
274
- commander@^2.12.1:
275
- version "2.19.0"
276
- resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
277
-
278
- compare-version@^0.1.2:
279
- version "0.1.2"
280
- resolved "https://registry.yarnpkg.com/compare-version/-/compare-version-0.1.2.tgz#0162ec2d9351f5ddd59a9202cba935366a725080"
281
-
282
- concat-map@0.0.1:
283
- version "0.0.1"
284
- resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
285
-
286
- debug@^2.6.8:
287
- version "2.6.9"
288
- resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
289
- dependencies:
290
- ms "2.0.0"
291
-
292
- debug@^4.1.1:
293
- version "4.1.1"
294
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
295
- dependencies:
296
- ms "^2.1.1"
297
-
298
- diff@^3.2.0:
299
- version "3.5.0"
300
- resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
301
-
302
- doctrine@0.7.2:
303
- version "0.7.2"
304
- resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-0.7.2.tgz#7cb860359ba3be90e040b26b729ce4bfa654c523"
305
- dependencies:
306
- esutils "^1.1.6"
307
- isarray "0.0.1"
308
-
309
- dotenv-expand@^4.2.0:
310
- version "4.2.0"
311
- resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-4.2.0.tgz#def1f1ca5d6059d24a766e587942c21106ce1275"
312
-
313
- dotenv@^6.2.0:
314
- version "6.2.0"
315
- resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
316
-
317
- ejs@^2.6.1:
318
- version "2.6.1"
319
- resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.6.1.tgz#498ec0d495655abc6f23cd61868d926464071aa0"
320
-
321
- electron-osx-sign@0.4.11:
322
- version "0.4.11"
323
- resolved "https://registry.yarnpkg.com/electron-osx-sign/-/electron-osx-sign-0.4.11.tgz#8377732fe7b207969f264b67582ee47029ce092f"
324
- dependencies:
325
- bluebird "^3.5.0"
326
- compare-version "^0.1.2"
327
- debug "^2.6.8"
328
- isbinaryfile "^3.0.2"
329
- minimist "^1.2.0"
330
- plist "^3.0.1"
331
-
332
- electron-publish@20.38.5:
333
- version "20.38.5"
334
- resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-20.38.5.tgz#c6ed7ea12bc80796b1f36489995f4651f730b1df"
335
- dependencies:
336
- bluebird-lst "^1.0.6"
337
- builder-util "~9.6.2"
338
- builder-util-runtime "^8.1.1"
339
- chalk "^2.4.2"
340
- fs-extra-p "^7.0.0"
341
- lazy-val "^1.0.3"
342
- mime "^2.4.0"
343
-
344
- escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
345
- version "1.0.5"
346
- resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
347
-
348
- esprima@^4.0.0:
349
- version "4.0.1"
350
- resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
351
-
352
- esutils@^1.1.6:
353
- version "1.1.6"
354
- resolved "https://registry.yarnpkg.com/esutils/-/esutils-1.1.6.tgz#c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375"
355
-
356
- esutils@^2.0.2:
357
- version "2.0.2"
358
- resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
359
-
360
- fast-deep-equal@^2.0.1:
361
- version "2.0.1"
362
- resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
363
-
364
- fast-json-stable-stringify@^2.0.0:
365
- version "2.0.0"
366
- resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
367
-
368
- fn-name@~2.0.1:
369
- version "2.0.1"
370
- resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
371
-
372
- fs-extra-p@^7.0.0:
373
- version "7.0.0"
374
- resolved "https://registry.yarnpkg.com/fs-extra-p/-/fs-extra-p-7.0.0.tgz#da9a72df71dc77fb938162025a5fc658713c98ab"
375
- dependencies:
376
- bluebird-lst "^1.0.6"
377
- fs-extra "^7.0.0"
378
-
379
- fs-extra@^7.0.0:
380
- version "7.0.1"
381
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
382
- dependencies:
383
- graceful-fs "^4.1.2"
384
- jsonfile "^4.0.0"
385
- universalify "^0.1.0"
386
-
387
- fs.realpath@^1.0.0:
388
- version "1.0.0"
389
- resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
390
-
391
- function-bind@^1.1.1:
392
- version "1.1.1"
393
- resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
394
-
395
- glob@^7.1.1:
396
- version "7.1.3"
397
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
398
- dependencies:
399
- fs.realpath "^1.0.0"
400
- inflight "^1.0.4"
401
- inherits "2"
402
- minimatch "^3.0.4"
403
- once "^1.3.0"
404
- path-is-absolute "^1.0.0"
405
-
406
- graceful-fs@^4.1.2, graceful-fs@^4.1.6:
407
- version "4.1.15"
408
- resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
409
-
410
- has-ansi@^2.0.0:
411
- version "2.0.0"
412
- resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
413
- dependencies:
414
- ansi-regex "^2.0.0"
415
-
416
- has-flag@^3.0.0:
417
- version "3.0.0"
418
- resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
419
-
420
- has@^1.0.1:
421
- version "1.0.3"
422
- resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
423
- dependencies:
424
- function-bind "^1.1.1"
425
-
426
- hosted-git-info@^2.1.4, hosted-git-info@^2.7.1:
427
- version "2.7.1"
428
- resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
429
-
430
- inflight@^1.0.4:
431
- version "1.0.6"
432
- resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
433
- dependencies:
434
- once "^1.3.0"
435
- wrappy "1"
436
-
437
- inherits@2:
438
- version "2.0.3"
439
- resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
440
-
441
- is-ci@^2.0.0:
442
- version "2.0.0"
443
- resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
444
- dependencies:
445
- ci-info "^2.0.0"
446
-
447
- is-regex@^1.0.4:
448
- version "1.0.4"
449
- resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
450
- dependencies:
451
- has "^1.0.1"
452
-
453
- isarray@0.0.1:
454
- version "0.0.1"
455
- resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
456
-
457
- isbinaryfile@^3.0.2:
458
- version "3.0.3"
459
- resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-3.0.3.tgz#5d6def3edebf6e8ca8cae9c30183a804b5f8be80"
460
- dependencies:
461
- buffer-alloc "^1.2.0"
462
-
463
- isbinaryfile@^4.0.0:
464
- version "4.0.0"
465
- resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.0.tgz#07d1061c21598b41292b0f5c68add5eab601ad8e"
466
-
467
- js-tokens@^3.0.2:
468
- version "3.0.2"
469
- resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
470
-
471
- js-yaml@^3.12.1, js-yaml@^3.7.0:
472
- version "3.12.1"
473
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.1.tgz#295c8632a18a23e054cf5c9d3cecafe678167600"
474
- dependencies:
475
- argparse "^1.0.7"
476
- esprima "^4.0.0"
477
-
478
- json-schema-traverse@^0.4.1:
479
- version "0.4.1"
480
- resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
481
-
482
- json5@^2.1.0:
483
- version "2.1.0"
484
- resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
485
- dependencies:
486
- minimist "^1.2.0"
487
-
488
- jsonfile@^4.0.0:
489
- version "4.0.0"
490
- resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
491
- optionalDependencies:
492
- graceful-fs "^4.1.6"
493
-
494
- lazy-val@^1.0.3:
495
- version "1.0.3"
496
- resolved "https://registry.yarnpkg.com/lazy-val/-/lazy-val-1.0.3.tgz#bb97b200ef00801d94c317e29dc6ed39e31c5edc"
497
-
498
- lodash@^4.17.10:
499
- version "4.17.11"
500
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
501
-
502
- mime@^2.4.0:
503
- version "2.4.0"
504
- resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.0.tgz#e051fd881358585f3279df333fe694da0bcffdd6"
505
-
506
- minimatch@^3.0.4:
507
- version "3.0.4"
508
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
509
- dependencies:
510
- brace-expansion "^1.1.7"
511
-
512
- minimist@^1.2.0:
513
- version "1.2.0"
514
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
515
-
516
- ms@2.0.0:
517
- version "2.0.0"
518
- resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
519
-
520
- ms@^2.1.1:
521
- version "2.1.1"
522
- resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
523
-
524
- normalize-package-data@^2.4.0:
525
- version "2.5.0"
526
- resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
527
- dependencies:
528
- hosted-git-info "^2.1.4"
529
- resolve "^1.10.0"
530
- semver "2 || 3 || 4 || 5"
531
- validate-npm-package-license "^3.0.1"
532
-
533
- once@^1.3.0:
534
- version "1.4.0"
535
- resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
536
- dependencies:
537
- wrappy "1"
538
-
539
- path-is-absolute@^1.0.0:
540
- version "1.0.1"
541
- resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
542
-
543
- path-parse@^1.0.6:
544
- version "1.0.6"
545
- resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
546
-
547
- plist@^3.0.1:
548
- version "3.0.1"
549
- resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.1.tgz#a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c"
550
- dependencies:
551
- base64-js "^1.2.3"
552
- xmlbuilder "^9.0.7"
553
- xmldom "0.1.x"
554
-
555
- property-expr@^1.5.0:
556
- version "1.5.1"
557
- resolved "https://registry.yarnpkg.com/property-expr/-/property-expr-1.5.1.tgz#22e8706894a0c8e28d58735804f6ba3a3673314f"
558
-
559
- punycode@^2.1.0:
560
- version "2.1.1"
561
- resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
562
-
563
- read-config-file@3.2.1:
564
- version "3.2.1"
565
- resolved "https://registry.yarnpkg.com/read-config-file/-/read-config-file-3.2.1.tgz#112dc8636121fa71fd524e1a8a5b4470ef7a2732"
566
- dependencies:
567
- ajv "^6.7.0"
568
- ajv-keywords "^3.2.0"
569
- bluebird-lst "^1.0.6"
570
- dotenv "^6.2.0"
571
- dotenv-expand "^4.2.0"
572
- fs-extra-p "^7.0.0"
573
- js-yaml "^3.12.1"
574
- json5 "^2.1.0"
575
- lazy-val "^1.0.3"
576
-
577
- regenerator-runtime@^0.12.0:
578
- version "0.12.1"
579
- resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
580
-
581
- resolve@^1.10.0, resolve@^1.3.2:
582
- version "1.10.0"
583
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
584
- dependencies:
585
- path-parse "^1.0.6"
586
-
587
- sanitize-filename@^1.6.1:
588
- version "1.6.1"
589
- resolved "https://registry.yarnpkg.com/sanitize-filename/-/sanitize-filename-1.6.1.tgz#612da1c96473fa02dccda92dcd5b4ab164a6772a"
590
- dependencies:
591
- truncate-utf8-bytes "^1.0.0"
592
-
593
- sax@^1.2.4:
594
- version "1.2.4"
595
- resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
596
-
597
- "semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.6.0:
598
- version "5.6.0"
599
- resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
600
-
601
- source-map-support@^0.5.10:
602
- version "0.5.10"
603
- resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.10.tgz#2214080bc9d51832511ee2bab96e3c2f9353120c"
604
- dependencies:
605
- buffer-from "^1.0.0"
606
- source-map "^0.6.0"
607
-
608
- source-map@^0.6.0:
609
- version "0.6.1"
610
- resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
611
-
612
- spdx-correct@^3.0.0:
613
- version "3.1.0"
614
- resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4"
615
- dependencies:
616
- spdx-expression-parse "^3.0.0"
617
- spdx-license-ids "^3.0.0"
618
-
619
- spdx-exceptions@^2.1.0:
620
- version "2.2.0"
621
- resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977"
622
-
623
- spdx-expression-parse@^3.0.0:
624
- version "3.0.0"
625
- resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0"
626
- dependencies:
627
- spdx-exceptions "^2.1.0"
628
- spdx-license-ids "^3.0.0"
629
-
630
- spdx-license-ids@^3.0.0:
631
- version "3.0.3"
632
- resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.3.tgz#81c0ce8f21474756148bbb5f3bfc0f36bf15d76e"
633
-
634
- sprintf-js@~1.0.2:
635
- version "1.0.3"
636
- resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
637
-
638
- stat-mode@^0.2.2:
639
- version "0.2.2"
640
- resolved "https://registry.yarnpkg.com/stat-mode/-/stat-mode-0.2.2.tgz#e6c80b623123d7d80cf132ce538f346289072502"
641
-
642
- strip-ansi@^3.0.0:
643
- version "3.0.1"
644
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
645
- dependencies:
646
- ansi-regex "^2.0.0"
647
-
648
- supports-color@^2.0.0:
649
- version "2.0.0"
650
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
651
-
652
- supports-color@^5.3.0:
653
- version "5.5.0"
654
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
655
- dependencies:
656
- has-flag "^3.0.0"
657
-
658
- synchronous-promise@^2.0.5:
659
- version "2.0.6"
660
- resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.6.tgz#de76e0ea2b3558c1e673942e47e714a930fa64aa"
661
-
662
- temp-file@^3.3.2:
663
- version "3.3.2"
664
- resolved "https://registry.yarnpkg.com/temp-file/-/temp-file-3.3.2.tgz#69b6daf1bbe23231d0a5d03844e3d96f3f531aaa"
665
- dependencies:
666
- async-exit-hook "^2.0.1"
667
- bluebird-lst "^1.0.6"
668
- fs-extra-p "^7.0.0"
669
-
670
- toposort@^2.0.2:
671
- version "2.0.2"
672
- resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
673
-
674
- truncate-utf8-bytes@^1.0.0:
675
- version "1.0.2"
676
- resolved "https://registry.yarnpkg.com/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz#405923909592d56f78a5818434b0b78489ca5f2b"
677
- dependencies:
678
- utf8-byte-length "^1.0.1"
679
-
680
- tslib@1.9.0:
681
- version "1.9.0"
682
- resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
683
-
684
- tslib@^1.8.0, tslib@^1.8.1:
685
- version "1.9.3"
686
- resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
687
-
688
- tslint-config-prettier@1.18.0:
689
- version "1.18.0"
690
- resolved "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz#75f140bde947d35d8f0d238e0ebf809d64592c37"
691
-
692
- tslint-eslint-rules@5.4.0:
693
- version "5.4.0"
694
- resolved "https://registry.yarnpkg.com/tslint-eslint-rules/-/tslint-eslint-rules-5.4.0.tgz#e488cc9181bf193fe5cd7bfca213a7695f1737b5"
695
- dependencies:
696
- doctrine "0.7.2"
697
- tslib "1.9.0"
698
- tsutils "^3.0.0"
699
-
700
- tslint-react-hooks@1.1.0:
701
- version "1.1.0"
702
- resolved "https://registry.yarnpkg.com/tslint-react-hooks/-/tslint-react-hooks-1.1.0.tgz#f1b96ec5177790ce9298e8d2d767b68de1f42c73"
703
-
704
- tslint-react@^3.6.0:
705
- version "3.6.0"
706
- resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-3.6.0.tgz#7f462c95c4a0afaae82507f06517ff02942196a1"
707
- dependencies:
708
- tsutils "^2.13.1"
709
-
710
- tslint@^5.12.1:
711
- version "5.12.1"
712
- resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.12.1.tgz#8cec9d454cf8a1de9b0a26d7bdbad6de362e52c1"
713
- dependencies:
714
- babel-code-frame "^6.22.0"
715
- builtin-modules "^1.1.1"
716
- chalk "^2.3.0"
717
- commander "^2.12.1"
718
- diff "^3.2.0"
719
- glob "^7.1.1"
720
- js-yaml "^3.7.0"
721
- minimatch "^3.0.4"
722
- resolve "^1.3.2"
723
- semver "^5.3.0"
724
- tslib "^1.8.0"
725
- tsutils "^2.27.2"
726
-
727
- tsutils@^2.13.1, tsutils@^2.27.2:
728
- version "2.29.0"
729
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
730
- dependencies:
731
- tslib "^1.8.1"
732
-
733
- tsutils@^3.0.0:
734
- version "3.8.0"
735
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.8.0.tgz#7a3dbadc88e465596440622b65c04edc8e187ae5"
736
- dependencies:
737
- tslib "^1.8.1"
738
-
739
- typescript@^3.3.3:
740
- version "3.3.3"
741
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.3.tgz#f1657fc7daa27e1a8930758ace9ae8da31403221"
742
-
743
- universalify@^0.1.0:
744
- version "0.1.2"
745
- resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
746
-
747
- uri-js@^4.2.2:
748
- version "4.2.2"
749
- resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
750
- dependencies:
751
- punycode "^2.1.0"
752
-
753
- utf8-byte-length@^1.0.1:
754
- version "1.0.4"
755
- resolved "https://registry.yarnpkg.com/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz#f45f150c4c66eee968186505ab93fcbb8ad6bf61"
756
-
757
- validate-npm-package-license@^3.0.1:
758
- version "3.0.4"
759
- resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
760
- dependencies:
761
- spdx-correct "^3.0.0"
762
- spdx-expression-parse "^3.0.0"
763
-
764
- wrappy@1:
765
- version "1.0.2"
766
- resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
767
-
768
- xmlbuilder@^9.0.7:
769
- version "9.0.7"
770
- resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d"
771
-
772
- xmldom@0.1.x:
773
- version "0.1.27"
774
- resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9"
775
-
776
- yup@^0.26.10:
777
- version "0.26.10"
778
- resolved "https://registry.yarnpkg.com/yup/-/yup-0.26.10.tgz#3545839663289038faf25facfc07e11fd67c0cb1"
779
- dependencies:
780
- "@babel/runtime" "7.0.0"
781
- fn-name "~2.0.1"
782
- lodash "^4.17.10"
783
- property-expr "^1.5.0"
784
- synchronous-promise "^2.0.5"
785
- toposort "^2.0.2"