|
9 | 9 | babel-runtime "^6.23.0"
|
10 | 10 | jsonld "^0.4.11"
|
11 | 11 |
|
| 12 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5": |
| 13 | + version "7.5.5" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" |
| 15 | + dependencies: |
| 16 | + "@babel/highlight" "^7.0.0" |
| 17 | + |
| 18 | +"@babel/generator@^7.6.0": |
| 19 | + version "7.6.0" |
| 20 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56" |
| 21 | + dependencies: |
| 22 | + "@babel/types" "^7.6.0" |
| 23 | + jsesc "^2.5.1" |
| 24 | + lodash "^4.17.13" |
| 25 | + source-map "^0.5.0" |
| 26 | + trim-right "^1.0.1" |
| 27 | + |
| 28 | +"@babel/helper-function-name@^7.1.0": |
| 29 | + version "7.1.0" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53" |
| 31 | + dependencies: |
| 32 | + "@babel/helper-get-function-arity" "^7.0.0" |
| 33 | + "@babel/template" "^7.1.0" |
| 34 | + "@babel/types" "^7.0.0" |
| 35 | + |
| 36 | +"@babel/helper-get-function-arity@^7.0.0": |
| 37 | + version "7.0.0" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3" |
| 39 | + dependencies: |
| 40 | + "@babel/types" "^7.0.0" |
| 41 | + |
| 42 | +"@babel/helper-split-export-declaration@^7.4.4": |
| 43 | + version "7.4.4" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677" |
| 45 | + dependencies: |
| 46 | + "@babel/types" "^7.4.4" |
| 47 | + |
| 48 | +"@babel/highlight@^7.0.0": |
| 49 | + version "7.5.0" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540" |
| 51 | + dependencies: |
| 52 | + chalk "^2.0.0" |
| 53 | + esutils "^2.0.2" |
| 54 | + js-tokens "^4.0.0" |
| 55 | + |
| 56 | +"@babel/parser@^7.0.0", "@babel/parser@^7.6.0": |
| 57 | + version "7.6.0" |
| 58 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b" |
| 59 | + |
| 60 | +"@babel/template@^7.1.0": |
| 61 | + version "7.6.0" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6" |
| 63 | + dependencies: |
| 64 | + "@babel/code-frame" "^7.0.0" |
| 65 | + "@babel/parser" "^7.6.0" |
| 66 | + "@babel/types" "^7.6.0" |
| 67 | + |
| 68 | +"@babel/traverse@^7.0.0": |
| 69 | + version "7.6.0" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516" |
| 71 | + dependencies: |
| 72 | + "@babel/code-frame" "^7.5.5" |
| 73 | + "@babel/generator" "^7.6.0" |
| 74 | + "@babel/helper-function-name" "^7.1.0" |
| 75 | + "@babel/helper-split-export-declaration" "^7.4.4" |
| 76 | + "@babel/parser" "^7.6.0" |
| 77 | + "@babel/types" "^7.6.0" |
| 78 | + debug "^4.1.0" |
| 79 | + globals "^11.1.0" |
| 80 | + lodash "^4.17.13" |
| 81 | + |
| 82 | +"@babel/types@^7.0.0", "@babel/types@^7.4.4", "@babel/types@^7.6.0": |
| 83 | + version "7.6.1" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648" |
| 85 | + dependencies: |
| 86 | + esutils "^2.0.2" |
| 87 | + lodash "^4.17.13" |
| 88 | + to-fast-properties "^2.0.0" |
| 89 | + |
12 | 90 | abab@^1.0.3:
|
13 | 91 | version "1.0.3"
|
14 | 92 | resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d"
|
@@ -84,6 +162,12 @@ ansi-styles@^3.1.0:
|
84 | 162 | dependencies:
|
85 | 163 | color-convert "^1.9.0"
|
86 | 164 |
|
| 165 | +ansi-styles@^3.2.1: |
| 166 | + version "3.2.1" |
| 167 | + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" |
| 168 | + dependencies: |
| 169 | + color-convert "^1.9.0" |
| 170 | + |
87 | 171 | anymatch@^1.3.0:
|
88 | 172 | version "1.3.0"
|
89 | 173 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.0.tgz#a3e52fa39168c825ff57b0248126ce5a8ff95507"
|
@@ -269,14 +353,16 @@ babel-core@^6.24.0, babel-core@^6.26.0:
|
269 | 353 | slash "^1.0.0"
|
270 | 354 | source-map "^0.5.6"
|
271 | 355 |
|
272 |
| -babel-eslint@^7.2.0: |
273 |
| - version "7.2.3" |
274 |
| - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.3.tgz#b2fe2d80126470f5c19442dc757253a897710827" |
| 356 | +babel-eslint@^9.0.0: |
| 357 | + version "9.0.0" |
| 358 | + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220" |
275 | 359 | dependencies:
|
276 |
| - babel-code-frame "^6.22.0" |
277 |
| - babel-traverse "^6.23.1" |
278 |
| - babel-types "^6.23.0" |
279 |
| - babylon "^6.17.0" |
| 360 | + "@babel/code-frame" "^7.0.0" |
| 361 | + "@babel/parser" "^7.0.0" |
| 362 | + "@babel/traverse" "^7.0.0" |
| 363 | + "@babel/types" "^7.0.0" |
| 364 | + eslint-scope "3.7.1" |
| 365 | + eslint-visitor-keys "^1.0.0" |
280 | 366 |
|
281 | 367 | babel-generator@^6.18.0, babel-generator@^6.24.0:
|
282 | 368 | version "6.24.0"
|
@@ -972,7 +1058,7 @@ babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0:
|
972 | 1058 | version "6.16.1"
|
973 | 1059 | resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3"
|
974 | 1060 |
|
975 |
| -babylon@^6.17.0, babylon@^6.18.0: |
| 1061 | +babylon@^6.18.0: |
976 | 1062 | version "6.18.0"
|
977 | 1063 | resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
|
978 | 1064 |
|
@@ -1097,6 +1183,14 @@ chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
|
1097 | 1183 | strip-ansi "^3.0.0"
|
1098 | 1184 | supports-color "^2.0.0"
|
1099 | 1185 |
|
| 1186 | +chalk@^2.0.0: |
| 1187 | + version "2.4.2" |
| 1188 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
| 1189 | + dependencies: |
| 1190 | + ansi-styles "^3.2.1" |
| 1191 | + escape-string-regexp "^1.0.5" |
| 1192 | + supports-color "^5.3.0" |
| 1193 | + |
1100 | 1194 | chalk@^2.1.0:
|
1101 | 1195 | version "2.1.0"
|
1102 | 1196 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.1.0.tgz#ac5becf14fa21b99c6c92ca7a7d7cfd5b17e743e"
|
@@ -1266,6 +1360,12 @@ debug@^2.6.8:
|
1266 | 1360 | dependencies:
|
1267 | 1361 | ms "2.0.0"
|
1268 | 1362 |
|
| 1363 | +debug@^4.1.0: |
| 1364 | + version "4.1.1" |
| 1365 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" |
| 1366 | + dependencies: |
| 1367 | + ms "^2.1.1" |
| 1368 | + |
1269 | 1369 | decamelize@^1.0.0, decamelize@^1.1.1:
|
1270 | 1370 | version "1.2.0"
|
1271 | 1371 | resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
|
@@ -1461,6 +1561,17 @@ eslint-plugin-import@^2.2.0:
|
1461 | 1561 | minimatch "^3.0.3"
|
1462 | 1562 | read-pkg-up "^2.0.0"
|
1463 | 1563 |
|
| 1564 | + |
| 1565 | + version "3.7.1" |
| 1566 | + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8" |
| 1567 | + dependencies: |
| 1568 | + esrecurse "^4.1.0" |
| 1569 | + estraverse "^4.1.1" |
| 1570 | + |
| 1571 | +eslint-visitor-keys@^1.0.0: |
| 1572 | + version "1.1.0" |
| 1573 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2" |
| 1574 | + |
1464 | 1575 | eslint@^3.18.0:
|
1465 | 1576 | version "3.19.0"
|
1466 | 1577 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.19.0.tgz#c8fc6201c7f40dd08941b87c085767386a679acc"
|
@@ -1787,6 +1898,10 @@ glob@^7.1.2:
|
1787 | 1898 | once "^1.3.0"
|
1788 | 1899 | path-is-absolute "^1.0.0"
|
1789 | 1900 |
|
| 1901 | +globals@^11.1.0: |
| 1902 | + version "11.12.0" |
| 1903 | + resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" |
| 1904 | + |
1790 | 1905 | globals@^9.0.0, globals@^9.14.0:
|
1791 | 1906 | version "9.17.0"
|
1792 | 1907 | resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286"
|
@@ -1849,6 +1964,10 @@ has-flag@^2.0.0:
|
1849 | 1964 | version "2.0.0"
|
1850 | 1965 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
|
1851 | 1966 |
|
| 1967 | +has-flag@^3.0.0: |
| 1968 | + version "3.0.0" |
| 1969 | + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" |
| 1970 | + |
1852 | 1971 | has-unicode@^2.0.0:
|
1853 | 1972 | version "2.0.1"
|
1854 | 1973 | resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
|
@@ -2390,6 +2509,10 @@ js-tokens@^3.0.2:
|
2390 | 2509 | version "3.0.2"
|
2391 | 2510 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
2392 | 2511 |
|
| 2512 | +js-tokens@^4.0.0: |
| 2513 | + version "4.0.0" |
| 2514 | + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" |
| 2515 | + |
2393 | 2516 | js-yaml@^3.5.1, js-yaml@^3.7.0:
|
2394 | 2517 | version "3.8.2"
|
2395 | 2518 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.2.tgz#02d3e2c0f6beab20248d412c352203827d786721"
|
@@ -2429,6 +2552,10 @@ jsesc@^1.3.0:
|
2429 | 2552 | version "1.3.0"
|
2430 | 2553 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
|
2431 | 2554 |
|
| 2555 | +jsesc@^2.5.1: |
| 2556 | + version "2.5.2" |
| 2557 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
| 2558 | + |
2432 | 2559 | jsesc@~0.5.0:
|
2433 | 2560 | version "0.5.0"
|
2434 | 2561 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
@@ -2538,6 +2665,10 @@ lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
|
2538 | 2665 | version "4.17.4"
|
2539 | 2666 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
|
2540 | 2667 |
|
| 2668 | +lodash@^4.17.13: |
| 2669 | + version "4.17.15" |
| 2670 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
| 2671 | + |
2541 | 2672 | longest@^1.0.1:
|
2542 | 2673 | version "1.0.1"
|
2543 | 2674 | resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
|
|
2620 | 2751 | version "2.0.0"
|
2621 | 2752 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
|
2622 | 2753 |
|
| 2754 | +ms@^2.1.1: |
| 2755 | + version "2.1.2" |
| 2756 | + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" |
| 2757 | + |
2623 | 2758 |
|
2624 | 2759 | version "0.0.5"
|
2625 | 2760 | resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0"
|
@@ -3327,6 +3462,12 @@ supports-color@^4.0.0:
|
3327 | 3462 | dependencies:
|
3328 | 3463 | has-flag "^2.0.0"
|
3329 | 3464 |
|
| 3465 | +supports-color@^5.3.0: |
| 3466 | + version "5.5.0" |
| 3467 | + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" |
| 3468 | + dependencies: |
| 3469 | + has-flag "^3.0.0" |
| 3470 | + |
3330 | 3471 | symbol-tree@^3.2.1:
|
3331 | 3472 | version "3.2.2"
|
3332 | 3473 | resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
|
@@ -3403,6 +3544,10 @@ to-fast-properties@^1.0.3:
|
3403 | 3544 | version "1.0.3"
|
3404 | 3545 | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
|
3405 | 3546 |
|
| 3547 | +to-fast-properties@^2.0.0: |
| 3548 | + version "2.0.0" |
| 3549 | + resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" |
| 3550 | + |
3406 | 3551 | tough-cookie@^2.3.2, tough-cookie@~2.3.0:
|
3407 | 3552 | version "2.3.2"
|
3408 | 3553 | resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a"
|
|
0 commit comments