-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b90afef
commit a5580e1
Showing
2 changed files
with
172 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,112 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-rc.1.tgz#5c2154415d6c09959a71845ef519d11157e95d10" | ||
dependencies: | ||
"@babel/highlight" "7.0.0-rc.1" | ||
|
||
"@babel/core@^7.0.0-beta.56": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-rc.1.tgz#53c84fd562e13325f123d5951184eec97b958204" | ||
dependencies: | ||
"@babel/code-frame" "7.0.0-rc.1" | ||
"@babel/generator" "7.0.0-rc.1" | ||
"@babel/helpers" "7.0.0-rc.1" | ||
"@babel/parser" "7.0.0-rc.1" | ||
"@babel/template" "7.0.0-rc.1" | ||
"@babel/traverse" "7.0.0-rc.1" | ||
"@babel/types" "7.0.0-rc.1" | ||
convert-source-map "^1.1.0" | ||
debug "^3.1.0" | ||
json5 "^0.5.0" | ||
lodash "^4.17.10" | ||
resolve "^1.3.2" | ||
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-rc.1.tgz#739c87d70b31aeed802bd6bc9fd51480065c45e8" | ||
dependencies: | ||
"@babel/types" "7.0.0-rc.1" | ||
jsesc "^2.5.1" | ||
lodash "^4.17.10" | ||
source-map "^0.5.0" | ||
trim-right "^1.0.1" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-rc.1.tgz#20b2cc836a53c669f297c8d309fc553385c5cdde" | ||
dependencies: | ||
"@babel/helper-get-function-arity" "7.0.0-rc.1" | ||
"@babel/template" "7.0.0-rc.1" | ||
"@babel/types" "7.0.0-rc.1" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-rc.1.tgz#60185957f72ed73766ce74c836ac574921743c46" | ||
dependencies: | ||
"@babel/types" "7.0.0-rc.1" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-rc.1.tgz#b00323834343fd0210f1f46c7a53521ad53efa5e" | ||
dependencies: | ||
"@babel/types" "7.0.0-rc.1" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-rc.1.tgz#e59092cdf4b28026b3fc9d272e27e0ef152b4bee" | ||
dependencies: | ||
"@babel/template" "7.0.0-rc.1" | ||
"@babel/traverse" "7.0.0-rc.1" | ||
"@babel/types" "7.0.0-rc.1" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-rc.1.tgz#e0ca4731fa4786f7b9500421d6ff5e5a7753e81e" | ||
dependencies: | ||
chalk "^2.0.0" | ||
esutils "^2.0.2" | ||
js-tokens "^3.0.0" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-rc.1.tgz#d009a9bba8175d7b971e30cd03535b278c44082d" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-rc.1.tgz#5f9c0a481c9f22ecdb84697b3c3a34eadeeca23c" | ||
dependencies: | ||
"@babel/code-frame" "7.0.0-rc.1" | ||
"@babel/parser" "7.0.0-rc.1" | ||
"@babel/types" "7.0.0-rc.1" | ||
lodash "^4.17.10" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-rc.1.tgz#867b4b45ada2d51ae2d0076f1c1d5880f8557158" | ||
dependencies: | ||
"@babel/code-frame" "7.0.0-rc.1" | ||
"@babel/generator" "7.0.0-rc.1" | ||
"@babel/helper-function-name" "7.0.0-rc.1" | ||
"@babel/helper-split-export-declaration" "7.0.0-rc.1" | ||
"@babel/parser" "7.0.0-rc.1" | ||
"@babel/types" "7.0.0-rc.1" | ||
debug "^3.1.0" | ||
globals "^11.1.0" | ||
lodash "^4.17.10" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.1" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-rc.1.tgz#6abf6d14ddd9fc022617e5b62e6b32f4fa6526ad" | ||
dependencies: | ||
esutils "^2.0.2" | ||
lodash "^4.17.10" | ||
to-fast-properties "^2.0.0" | ||
|
||
abab@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d" | ||
|
@@ -53,6 +159,12 @@ ansi-styles@^3.0.0: | |
dependencies: | ||
color-convert "^1.0.0" | ||
|
||
ansi-styles@^3.2.1: | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" | ||
dependencies: | ||
color-convert "^1.9.0" | ||
|
||
any-promise@^1.3.0: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" | ||
|
@@ -168,12 +280,11 @@ babel-errors@^1.0.1: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/babel-errors/-/babel-errors-1.0.1.tgz#f042994ab44bb7fd2d310b8807422b0256d195a3" | ||
|
||
babel-file@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/babel-file/-/babel-file-1.0.2.tgz#6435c01fc79c33365751957156a0561965a29d56" | ||
babel-file@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/babel-file/-/babel-file-3.0.0.tgz#04bf0b4cda8dd4d94ad8244f3b4de77736a0ead7" | ||
dependencies: | ||
babel-core "^6.24.1" | ||
babel-errors "^1.0.1" | ||
"@babel/core" "^7.0.0-beta.56" | ||
|
||
babel-generator@^6.18.0, babel-generator@^6.24.1: | ||
version "6.24.1" | ||
|
@@ -380,6 +491,14 @@ chalk@^1.1.0, chalk@^1.1.3: | |
strip-ansi "^3.0.0" | ||
supports-color "^2.0.0" | ||
|
||
chalk@^2.0.0: | ||
version "2.4.1" | ||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" | ||
dependencies: | ||
ansi-styles "^3.2.1" | ||
escape-string-regexp "^1.0.5" | ||
supports-color "^5.3.0" | ||
|
||
ci-info@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.0.0.tgz#dc5285f2b4e251821683681c381c3388f46ec534" | ||
|
@@ -414,6 +533,16 @@ color-convert@^1.0.0: | |
dependencies: | ||
color-name "^1.1.1" | ||
|
||
color-convert@^1.9.0: | ||
version "1.9.2" | ||
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.2.tgz#49881b8fba67df12a96bdf3f56c0aab9e7913147" | ||
dependencies: | ||
color-name "1.1.1" | ||
|
||
[email protected]: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.1.tgz#4b1415304cf50028ea81643643bd82ea05803689" | ||
|
||
color-name@^1.1.1: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.2.tgz#5c8ab72b64bd2215d617ae9559ebb148475cf98d" | ||
|
@@ -474,6 +603,12 @@ debug@^2.1.1, debug@^2.2.0, debug@^2.6.3: | |
dependencies: | ||
ms "2.0.0" | ||
|
||
debug@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" | ||
dependencies: | ||
ms "2.0.0" | ||
|
||
decamelize@^1.0.0, decamelize@^1.1.1: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" | ||
|
@@ -520,7 +655,7 @@ error-ex@^1.2.0: | |
dependencies: | ||
is-arrayish "^0.2.1" | ||
|
||
escape-string-regexp@^1.0.2: | ||
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" | ||
|
||
|
@@ -697,6 +832,10 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.1: | |
once "^1.3.0" | ||
path-is-absolute "^1.0.0" | ||
|
||
globals@^11.1.0: | ||
version "11.7.0" | ||
resolved "https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673" | ||
|
||
globals@^9.0.0: | ||
version "9.17.0" | ||
resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286" | ||
|
@@ -740,6 +879,10 @@ has-flag@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa" | ||
|
||
has-flag@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" | ||
|
||
hawk@~3.1.3: | ||
version "3.1.3" | ||
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4" | ||
|
@@ -1222,6 +1365,10 @@ jsesc@^1.3.0: | |
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" | ||
|
||
jsesc@^2.5.1: | ||
version "2.5.1" | ||
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe" | ||
|
||
[email protected]: | ||
version "0.2.3" | ||
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" | ||
|
@@ -1305,6 +1452,10 @@ lodash@^4.14.0, lodash@^4.2.0: | |
version "4.17.4" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" | ||
|
||
lodash@^4.17.10: | ||
version "4.17.10" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" | ||
|
||
longest@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" | ||
|
@@ -1724,6 +1875,10 @@ sax@^1.2.1: | |
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" | ||
|
||
semver@^5.4.1: | ||
version "5.5.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" | ||
|
||
set-blocking@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" | ||
|
@@ -1845,6 +2000,12 @@ supports-color@^3.1.2: | |
dependencies: | ||
has-flag "^1.0.0" | ||
|
||
supports-color@^5.3.0: | ||
version "5.4.0" | ||
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54" | ||
dependencies: | ||
has-flag "^3.0.0" | ||
|
||
symbol-tree@^3.2.1: | ||
version "3.2.2" | ||
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6" | ||
|
@@ -1871,6 +2032,10 @@ to-fast-properties@^1.0.1: | |
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" | ||
|
||
to-fast-properties@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" | ||
|
||
tough-cookie@^2.3.2, tough-cookie@~2.3.0: | ||
version "2.3.2" | ||
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a" | ||
|