aboutsummaryrefslogtreecommitdiff
path: root/scripts/shrinkwrap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/shrinkwrap.yaml')
-rw-r--r--scripts/shrinkwrap.yaml829
1 files changed, 657 insertions, 172 deletions
diff --git a/scripts/shrinkwrap.yaml b/scripts/shrinkwrap.yaml
index 7cf56fd..e3ba602 100644
--- a/scripts/shrinkwrap.yaml
+++ b/scripts/shrinkwrap.yaml
@@ -4,7 +4,8 @@ dependencies:
devDependencies:
'@babel/cli': 7.1.5
'@babel/core': 7.1.6
- '@babel/preset-env': 7.1.6
+ '@babel/preset-env': 7.2.3
+ '@babel/preset-es2015': 7.0.0-beta.53
'@babel/standalone': 7.2.5
babel-plugin-transform-es2015-modules-commonjs: 6.26.2
babel-plugin-transform-runtime: 6.23.0
@@ -38,6 +39,12 @@ packages:
dev: true
resolution:
integrity: sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==
+ /@babel/code-frame/7.0.0-beta.53:
+ dependencies:
+ '@babel/highlight': 7.0.0-beta.53
+ dev: true
+ resolution:
+ integrity: sha1-mA0VYLhjV1v1o3eSUDfgEy71kh4=
/@babel/core/7.1.6:
dependencies:
'@babel/code-frame': 7.0.0
@@ -59,6 +66,16 @@ packages:
node: '>=6.9.0'
resolution:
integrity: sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw==
+ /@babel/generator/7.0.0-beta.53:
+ dependencies:
+ '@babel/types': 7.0.0-beta.53
+ jsesc: 2.5.2
+ lodash: 4.17.11
+ source-map: 0.5.7
+ trim-right: 1.0.1
+ dev: true
+ resolution:
+ integrity: sha1-uMrXLFcr4yNK/94ivm2sxCUOA0s=
/@babel/generator/7.1.6:
dependencies:
'@babel/types': 7.1.6
@@ -69,142 +86,257 @@ packages:
dev: true
resolution:
integrity: sha512-brwPBtVvdYdGxtenbQgfCdDPmtkmUBZPjUoK5SXJEBuHaA5BCubh9ly65fzXz7R6o5rA76Rs22ES8Z+HCc0YIQ==
+ /@babel/generator/7.2.2:
+ dependencies:
+ '@babel/types': 7.2.2
+ jsesc: 2.5.2
+ lodash: 4.17.11
+ source-map: 0.5.7
+ trim-right: 1.0.1
+ dev: true
+ resolution:
+ integrity: sha512-I4o675J/iS8k+P38dvJ3IBGqObLXyQLTxtrR4u9cSUJOURvafeEWb/pFMOTwtNrmq73mJzyF6ueTbO1BtN0Zeg==
/@babel/helper-annotate-as-pure/7.0.0:
dependencies:
- '@babel/types': 7.1.6
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==
+ /@babel/helper-annotate-as-pure/7.0.0-beta.53:
+ dependencies:
+ '@babel/types': 7.0.0-beta.53
+ dev: true
+ resolution:
+ integrity: sha1-WZYGKDdcvu+WoH7f4co4t1bwGqg=
/@babel/helper-builder-binary-assignment-operator-visitor/7.1.0:
dependencies:
'@babel/helper-explode-assignable-expression': 7.1.0
- '@babel/types': 7.1.6
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==
+ /@babel/helper-call-delegate/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-hoist-variables': 7.0.0-beta.53
+ '@babel/traverse': 7.0.0-beta.53
+ '@babel/types': 7.0.0-beta.53
+ dev: true
+ resolution:
+ integrity: sha1-ld6Lq9A/nmz08rVkoDhwjBOP/jE=
/@babel/helper-call-delegate/7.1.0:
dependencies:
'@babel/helper-hoist-variables': 7.0.0
- '@babel/traverse': 7.1.6
- '@babel/types': 7.1.6
+ '@babel/traverse': 7.2.3
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-YEtYZrw3GUK6emQHKthltKNZwszBcHK58Ygcis+gVUrF4/FmTVr5CCqQNSfmvg2y+YDEANyYoaLz/SHsnusCwQ==
+ /@babel/helper-define-map/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-function-name': 7.0.0-beta.53
+ '@babel/types': 7.0.0-beta.53
+ lodash: 4.17.11
+ dev: true
+ resolution:
+ integrity: sha1-SOniJlRTeHl1BD76qx7a0jnqlpU=
/@babel/helper-define-map/7.1.0:
dependencies:
'@babel/helper-function-name': 7.1.0
- '@babel/types': 7.1.6
+ '@babel/types': 7.2.2
lodash: 4.17.11
dev: true
resolution:
integrity: sha512-yPPcW8dc3gZLN+U1mhYV91QU3n5uTbx7DUdf8NnPbjS0RMwBuHi9Xt2MUgppmNz7CJxTBWsGczTiEp1CSOTPRg==
/@babel/helper-explode-assignable-expression/7.1.0:
dependencies:
- '@babel/traverse': 7.1.6
- '@babel/types': 7.1.6
+ '@babel/traverse': 7.2.3
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==
+ /@babel/helper-function-name/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-get-function-arity': 7.0.0-beta.53
+ '@babel/template': 7.0.0-beta.53
+ '@babel/types': 7.0.0-beta.53
+ dev: true
+ resolution:
+ integrity: sha1-USgEro6cvOVDHr6hnkdijC7WU/I=
/@babel/helper-function-name/7.1.0:
dependencies:
'@babel/helper-get-function-arity': 7.0.0
- '@babel/template': 7.1.2
- '@babel/types': 7.1.6
+ '@babel/template': 7.2.2
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==
/@babel/helper-get-function-arity/7.0.0:
dependencies:
- '@babel/types': 7.1.6
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
+ /@babel/helper-get-function-arity/7.0.0-beta.53:
+ dependencies:
+ '@babel/types': 7.0.0-beta.53
+ dev: true
+ resolution:
+ integrity: sha1-3tiKsp+bHbYch9G7jTijXdp3neY=
/@babel/helper-hoist-variables/7.0.0:
dependencies:
- '@babel/types': 7.1.6
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-Ggv5sldXUeSKsuzLkddtyhyHe2YantsxWKNi7A+7LeD12ExRDWTRk29JCXpaHPAbMaIPZSil7n+lq78WY2VY7w==
+ /@babel/helper-hoist-variables/7.0.0-beta.53:
+ dependencies:
+ '@babel/types': 7.0.0-beta.53
+ dev: true
+ resolution:
+ integrity: sha1-TCfjuHP6CcWtbpPrQHBMIA+EE3w=
/@babel/helper-member-expression-to-functions/7.0.0:
dependencies:
- '@babel/types': 7.1.6
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg==
+ /@babel/helper-member-expression-to-functions/7.0.0-beta.53:
+ dependencies:
+ '@babel/types': 7.0.0-beta.53
+ dev: true
+ resolution:
+ integrity: sha1-D7Dviy07kD0cO/Qm2kp0V14BnOQ=
/@babel/helper-module-imports/7.0.0:
dependencies:
- '@babel/types': 7.1.6
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==
- /@babel/helper-module-transforms/7.1.0:
+ /@babel/helper-module-imports/7.0.0-beta.53:
+ dependencies:
+ '@babel/types': 7.0.0-beta.53
+ lodash: 4.17.11
+ dev: true
+ resolution:
+ integrity: sha1-5zXmqjClBLD52Fw4ptRwqfSqgdk=
+ /@babel/helper-module-transforms/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-module-imports': 7.0.0-beta.53
+ '@babel/helper-simple-access': 7.0.0-beta.53
+ '@babel/helper-split-export-declaration': 7.0.0-beta.53
+ '@babel/template': 7.0.0-beta.53
+ '@babel/types': 7.0.0-beta.53
+ lodash: 4.17.11
+ dev: true
+ resolution:
+ integrity: sha1-e6IUzcyPhiPy0Xl96v8f80mqzhM=
+ /@babel/helper-module-transforms/7.2.2:
dependencies:
'@babel/helper-module-imports': 7.0.0
'@babel/helper-simple-access': 7.1.0
'@babel/helper-split-export-declaration': 7.0.0
- '@babel/template': 7.1.2
- '@babel/types': 7.1.6
+ '@babel/template': 7.2.2
+ '@babel/types': 7.2.2
lodash: 4.17.11
dev: true
resolution:
- integrity: sha512-0JZRd2yhawo79Rcm4w0LwSMILFmFXjugG3yqf+P/UsKsRS1mJCmMwwlHDlMg7Avr9LrvSpp4ZSULO9r8jpCzcw==
+ integrity: sha512-YRD7I6Wsv+IHuTPkAmAS4HhY0dkPobgLftHp0cRGZSdrRvmZY8rFvae/GVu3bD00qscuvK3WPHB3YdNpBXUqrA==
/@babel/helper-optimise-call-expression/7.0.0:
dependencies:
- '@babel/types': 7.1.6
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==
+ /@babel/helper-optimise-call-expression/7.0.0-beta.53:
+ dependencies:
+ '@babel/types': 7.0.0-beta.53
+ dev: true
+ resolution:
+ integrity: sha1-j8eO9MD2n4uzu980zSMsIBIEFMg=
/@babel/helper-plugin-utils/7.0.0:
dev: true
resolution:
integrity: sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
+ /@babel/helper-plugin-utils/7.0.0-beta.53:
+ dev: true
+ resolution:
+ integrity: sha1-1kRYY2/8JYtCcUqd2Trrb4uM8+0=
/@babel/helper-regex/7.0.0:
dependencies:
lodash: 4.17.11
dev: true
resolution:
integrity: sha512-TR0/N0NDCcUIUEbqV6dCO+LptmmSQFQ7q70lfcEB4URsjD0E1HzicrwUH+ap6BAQ2jhCX9Q4UqZy4wilujWlkg==
+ /@babel/helper-regex/7.0.0-beta.53:
+ dependencies:
+ lodash: 4.17.11
+ dev: true
+ resolution:
+ integrity: sha1-bp0hl7Vid54iVWWUaumoXCFbIl4=
/@babel/helper-remap-async-to-generator/7.1.0:
dependencies:
'@babel/helper-annotate-as-pure': 7.0.0
- '@babel/helper-wrap-function': 7.1.0
- '@babel/template': 7.1.2
- '@babel/traverse': 7.1.6
- '@babel/types': 7.1.6
+ '@babel/helper-wrap-function': 7.2.0
+ '@babel/template': 7.2.2
+ '@babel/traverse': 7.2.3
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==
- /@babel/helper-replace-supers/7.1.0:
+ /@babel/helper-replace-supers/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-member-expression-to-functions': 7.0.0-beta.53
+ '@babel/helper-optimise-call-expression': 7.0.0-beta.53
+ '@babel/traverse': 7.0.0-beta.53
+ '@babel/types': 7.0.0-beta.53
+ dev: true
+ resolution:
+ integrity: sha1-M5tb3BAilElbGifFWBMjBuG3vKc=
+ /@babel/helper-replace-supers/7.2.3:
dependencies:
'@babel/helper-member-expression-to-functions': 7.0.0
'@babel/helper-optimise-call-expression': 7.0.0
- '@babel/traverse': 7.1.6
- '@babel/types': 7.1.6
+ '@babel/traverse': 7.2.3
+ '@babel/types': 7.2.2
dev: true
resolution:
- integrity: sha512-BvcDWYZRWVuDeXTYZWxekQNO5D4kO55aArwZOTFXw6rlLQA8ZaDicJR1sO47h+HrnCiDFiww0fSPV0d713KBGQ==
+ integrity: sha512-GyieIznGUfPXPWu0yLS6U55Mz67AZD9cUk0BfirOWlPrXlBcan9Gz+vHGz+cPfuoweZSnPzPIm67VtQM0OWZbA==
+ /@babel/helper-simple-access/7.0.0-beta.53:
+ dependencies:
+ '@babel/template': 7.0.0-beta.53
+ '@babel/types': 7.0.0-beta.53
+ lodash: 4.17.11
+ dev: true
+ resolution:
+ integrity: sha1-cvbbmr5C+GgfpvAo79WdgVRHUrM=
/@babel/helper-simple-access/7.1.0:
dependencies:
- '@babel/template': 7.1.2
- '@babel/types': 7.1.6
+ '@babel/template': 7.2.2
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==
/@babel/helper-split-export-declaration/7.0.0:
dependencies:
- '@babel/types': 7.1.6
+ '@babel/types': 7.2.2
dev: true
resolution:
integrity: sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag==
- /@babel/helper-wrap-function/7.1.0:
+ /@babel/helper-split-export-declaration/7.0.0-beta.53:
+ dependencies:
+ '@babel/types': 7.0.0-beta.53
+ dev: true
+ resolution:
+ integrity: sha1-rvVLix+ZYW6jfJhHhxajeAJjMls=
+ /@babel/helper-wrap-function/7.2.0:
dependencies:
'@babel/helper-function-name': 7.1.0
- '@babel/template': 7.1.2
- '@babel/traverse': 7.1.6
- '@babel/types': 7.1.6
+ '@babel/template': 7.2.2
+ '@babel/traverse': 7.2.3
+ '@babel/types': 7.2.2
dev: true
resolution:
- integrity: sha512-R6HU3dete+rwsdAfrOzTlE9Mcpk4RjU3aX3gi9grtmugQY0u79X7eogUvfXA5sI81Mfq1cn6AgxihfN33STjJA==
+ integrity: sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==
/@babel/helpers/7.1.5:
dependencies:
'@babel/template': 7.1.2
@@ -215,12 +347,27 @@ packages:
integrity: sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg==
/@babel/highlight/7.0.0:
dependencies:
- chalk: 2.4.1
+ chalk: 2.4.2
esutils: 2.0.2
js-tokens: 4.0.0
dev: true
resolution:
integrity: sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==
+ /@babel/highlight/7.0.0-beta.53:
+ dependencies:
+ chalk: 2.4.2
+ esutils: 2.0.2
+ js-tokens: 3.0.2
+ dev: true
+ resolution:
+ integrity: sha1-9OlS2tF4fSBeGI0+OEzc5JyjaPs=
+ /@babel/parser/7.0.0-beta.53:
+ dev: true
+ engines:
+ node: '>=6.0.0'
+ hasBin: true
+ resolution:
+ integrity: sha1-H0XrYXv5Rj1IKywE00nZ5O2/SJI=
/@babel/parser/7.1.6:
dev: true
engines:
@@ -228,96 +375,111 @@ packages:
hasBin: true
resolution:
integrity: sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ==
- /@babel/plugin-proposal-async-generator-functions/7.1.0:
+ /@babel/parser/7.2.3:
+ dev: true
+ engines:
+ node: '>=6.0.0'
+ hasBin: true
+ resolution:
+ integrity: sha512-0LyEcVlfCoFmci8mXx8A5oIkpkOgyo8dRHtxBnK9RRBwxO2+JZPNsqtVEZQ7mJFPxnXF9lfmU24mHOPI0qnlkA==
+ /@babel/plugin-proposal-async-generator-functions/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
'@babel/helper-remap-async-to-generator': 7.1.0
- '@babel/plugin-syntax-async-generators': 7.0.0
+ '@babel/plugin-syntax-async-generators': 7.2.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-Fq803F3Jcxo20MXUSDdmZZXrPe6BWyGcWBPPNB/M7WaUYESKDeKMOGIxEzQOjGSmW/NWb6UaPZrtTB2ekhB/ew==
- /@babel/plugin-proposal-json-strings/7.0.0:
+ integrity: sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==
+ /@babel/plugin-proposal-json-strings/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
- '@babel/plugin-syntax-json-strings': 7.0.0
+ '@babel/plugin-syntax-json-strings': 7.2.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-kfVdUkIAGJIVmHmtS/40i/fg/AGnw/rsZBCaapY5yjeO5RA9m165Xbw9KMOu2nqXP5dTFjEjHdfNdoVcHv133Q==
- /@babel/plugin-proposal-object-rest-spread/7.0.0:
+ integrity: sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==
+ /@babel/plugin-proposal-object-rest-spread/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
- '@babel/plugin-syntax-object-rest-spread': 7.0.0
+ '@babel/plugin-syntax-object-rest-spread': 7.2.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-14fhfoPcNu7itSen7Py1iGN0gEm87hX/B+8nZPqkdmANyyYWYMY2pjA3r8WXbWVKMzfnSNS0xY8GVS0IjXi/iw==
- /@babel/plugin-proposal-optional-catch-binding/7.0.0:
+ integrity: sha512-1L5mWLSvR76XYUQJXkd/EEQgjq8HHRP6lQuZTTg0VA4tTGPpGemmCdAfQIz1rzEuWAm+ecP8PyyEm30jC1eQCg==
+ /@babel/plugin-proposal-optional-catch-binding/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
- '@babel/plugin-syntax-optional-catch-binding': 7.0.0
+ '@babel/plugin-syntax-optional-catch-binding': 7.2.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-JPqAvLG1s13B/AuoBjdBYvn38RqW6n1TzrQO839/sIpqLpbnXKacsAgpZHzLD83Sm8SDXMkkrAvEnJ25+0yIpw==
- /@babel/plugin-proposal-unicode-property-regex/7.0.0:
+ integrity: sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==
+ /@babel/plugin-proposal-unicode-property-regex/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
'@babel/helper-regex': 7.0.0
- regexpu-core: 4.2.0
+ regexpu-core: 4.4.0
dev: true
engines:
node: '>=4'
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-tM3icA6GhC3ch2SkmSxv7J/hCWKISzwycub6eGsDrFDgukD4dZ/I+x81XgW0YslS6mzNuQ1Cbzh5osjIMgepPQ==
- /@babel/plugin-syntax-async-generators/7.0.0:
+ integrity: sha512-LvRVYb7kikuOtIoUeWTkOxQEV1kYvL5B6U3iWEGCzPNRus1MzJweFqORTj+0jkxozkTSYNJozPOddxmqdqsRpw==
+ /@babel/plugin-syntax-async-generators/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-im7ged00ddGKAjcZgewXmp1vxSZQQywuQXe2B1A7kajjZmDeY/ekMPmWr9zJgveSaQH0k7BcGrojQhcK06l0zA==
- /@babel/plugin-syntax-json-strings/7.0.0:
+ integrity: sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==
+ /@babel/plugin-syntax-json-strings/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-UlSfNydC+XLj4bw7ijpldc1uZ/HB84vw+U6BTuqMdIEmz/LDe63w/GHtpQMdXWdqQZFeAI9PjnHe/vDhwirhKA==
- /@babel/plugin-syntax-object-rest-spread/7.0.0:
+ integrity: sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==
+ /@babel/plugin-syntax-object-rest-spread/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-5A0n4p6bIiVe5OvQPxBnesezsgFJdHhSs3uFSvaPdMqtsovajLZ+G2vZyvNe10EzJBWWo3AcHGKhAFUxqwp2dw==
- /@babel/plugin-syntax-optional-catch-binding/7.0.0:
+ integrity: sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==
+ /@babel/plugin-syntax-optional-catch-binding/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-Wc+HVvwjcq5qBg1w5RG9o9RVzmCaAg/Vp0erHCKpAYV8La6I94o4GQAmFYNmkzoMO6gzoOSulpKeSSz6mPEoZw==
- /@babel/plugin-transform-arrow-functions/7.0.0:
+ integrity: sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==
+ /@babel/plugin-transform-arrow-functions/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-p19fqEl6rBcp0DO/QcJQQWudHgQ=
+ /@babel/plugin-transform-arrow-functions/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-2EZDBl1WIO/q4DIkIp4s86sdp4ZifL51MoIviLY/gG/mLSuOIEg7J8o6mhbxOTvUJkaN50n+8u41FVsr5KLy/w==
- /@babel/plugin-transform-async-to-generator/7.1.0:
+ integrity: sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==
+ /@babel/plugin-transform-async-to-generator/7.2.0:
dependencies:
'@babel/helper-module-imports': 7.0.0
'@babel/helper-plugin-utils': 7.0.0
@@ -326,16 +488,33 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-rNmcmoQ78IrvNCIt/R9U+cixUHeYAzgusTFgIAv+wQb9HJU4szhpDD6e5GCACmj/JP5KxuCwM96bX3L9v4ZN/g==
- /@babel/plugin-transform-block-scoped-functions/7.0.0:
+ integrity: sha512-CEHzg4g5UraReozI9D4fblBYABs7IM6UerAVG7EJVrTLC5keh00aEuLUT+O40+mJCEzaXkYfTCUKIyeDfMOFFQ==
+ /@babel/plugin-transform-block-scoped-functions/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-CkMiGhsMkM1NCfG0a5Wd0khlf3M=
+ /@babel/plugin-transform-block-scoped-functions/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-AOBiyUp7vYTqz2Jibe1UaAWL0Hl9JUXEgjFvvvcSc9MVDItv46ViXFw2F7SVt1B5k+KWjl44eeXOAk3UDEaJjQ==
- /@babel/plugin-transform-block-scoping/7.1.5:
+ integrity: sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==
+ /@babel/plugin-transform-block-scoping/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ lodash: 4.17.11
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-nv1uUMofo5jcqnEZYh2j8fu4IbY=
+ /@babel/plugin-transform-block-scoping/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
lodash: 4.17.11
@@ -343,59 +522,98 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-jlYcDrz+5ayWC7mxgpn1Wj8zj0mmjCT2w0mPIMSwO926eXBRxpEgoN/uQVRBfjtr8ayjcmS+xk2G1jaP8JjMJQ==
- /@babel/plugin-transform-classes/7.1.0:
+ integrity: sha512-vDTgf19ZEV6mx35yiPJe4fS02mPQUUcBNwWQSZFXSzTSbsJFQvHt7DqyS3LK8oOWALFOsJ+8bbqBgkirZteD5Q==
+ /@babel/plugin-transform-classes/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-annotate-as-pure': 7.0.0-beta.53
+ '@babel/helper-define-map': 7.0.0-beta.53
+ '@babel/helper-function-name': 7.0.0-beta.53
+ '@babel/helper-optimise-call-expression': 7.0.0-beta.53
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ '@babel/helper-replace-supers': 7.0.0-beta.53
+ '@babel/helper-split-export-declaration': 7.0.0-beta.53
+ globals: 11.9.0
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-XcLsMb8emAZqzfDEiHt3RMFL7G4=
+ /@babel/plugin-transform-classes/7.2.2:
dependencies:
'@babel/helper-annotate-as-pure': 7.0.0
'@babel/helper-define-map': 7.1.0
'@babel/helper-function-name': 7.1.0
'@babel/helper-optimise-call-expression': 7.0.0
'@babel/helper-plugin-utils': 7.0.0
- '@babel/helper-replace-supers': 7.1.0
+ '@babel/helper-replace-supers': 7.2.3
'@babel/helper-split-export-declaration': 7.0.0
globals: 11.9.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-rNaqoD+4OCBZjM7VaskladgqnZ1LO6o2UxuWSDzljzW21pN1KXkB7BstAVweZdxQkHAujps5QMNOTWesBciKFg==
- /@babel/plugin-transform-computed-properties/7.0.0:
+ integrity: sha512-gEZvgTy1VtcDOaQty1l10T3jQmJKlNVxLDCs+3rCVPr6nMkODLELxViq5X9l+rfxbie3XrfrMCYYY6eX3aOcOQ==
+ /@babel/plugin-transform-computed-properties/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-l0fiYIKulO2lMPmNLCBZ6NLbwAU=
+ /@babel/plugin-transform-computed-properties/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-ubouZdChNAv4AAWAgU7QKbB93NU5sHwInEWfp+/OzJKA02E6Woh9RVoX4sZrbRwtybky/d7baTUqwFx+HgbvMA==
- /@babel/plugin-transform-destructuring/7.1.3:
+ integrity: sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==
+ /@babel/plugin-transform-destructuring/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-DwrbDhptzTWjZkEBYJ7AYv8SenY=
+ /@babel/plugin-transform-destructuring/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-Mb9M4DGIOspH1ExHOUnn2UUXFOyVTiX84fXCd+6B5iWrQg/QMeeRmSwpZ9lnjYLSXtZwiw80ytVMr3zue0ucYw==
- /@babel/plugin-transform-dotall-regex/7.0.0:
+ integrity: sha512-coVO2Ayv7g0qdDbrNiadE4bU7lvCd9H539m2gMknyVjjMdwF/iCOM7R+E8PkntoqLkltO0rk+3axhpp/0v68VQ==
+ /@babel/plugin-transform-dotall-regex/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
'@babel/helper-regex': 7.0.0
- regexpu-core: 4.2.0
+ regexpu-core: 4.4.0
dev: true
engines:
node: '>=4'
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-00THs8eJxOJUFVx1w8i1MBF4XH4PsAjKjQ1eqN/uCH3YKwP21GCKfrn6YZFZswbOk9+0cw1zGQPHVc1KBlSxig==
- /@babel/plugin-transform-duplicate-keys/7.0.0:
+ integrity: sha512-sKxnyHfizweTgKZf7XsXu/CNupKhzijptfTM+bozonIuyVrLWVUvYjE2bhuSBML8VQeMxq4Mm63Q9qvcvUcciQ==
+ /@babel/plugin-transform-duplicate-keys/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-D1WZE6v6GCOcpOCPc+7DbF5XuB8=
+ /@babel/plugin-transform-duplicate-keys/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-w2vfPkMqRkdxx+C71ATLJG30PpwtTpW7DDdLqYt2acXU7YjztzeWW2Jk1T6hKqCLYCcEA5UQM/+xTAm+QCSnuQ==
- /@babel/plugin-transform-exponentiation-operator/7.1.0:
+ integrity: sha512-q+yuxW4DsTjNceUiTzK0L+AfQ0zD9rWaTLiUqHA8p0gxx7lu1EylenfzjeIWNkPy6e/0VG/Wjw9uf9LueQwLOw==
+ /@babel/plugin-transform-exponentiation-operator/7.2.0:
dependencies:
'@babel/helper-builder-binary-assignment-operator-visitor': 7.1.0
'@babel/helper-plugin-utils': 7.0.0
@@ -403,16 +621,33 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-uZt9kD1Pp/JubkukOGQml9tqAeI8NkE98oZnHZ2qHRElmeKCodbTZgOEUtujSCSLhHSBWbzNiFSDIMC4/RBTLQ==
- /@babel/plugin-transform-for-of/7.0.0:
+ integrity: sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==
+ /@babel/plugin-transform-for-of/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-+gZSFeGFacj3TdUktXIeEdzKlzs=
+ /@babel/plugin-transform-for-of/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-TlxKecN20X2tt2UEr2LNE6aqA0oPeMT1Y3cgz8k4Dn1j5ObT8M3nl9aA37LLklx0PBZKETC9ZAf9n/6SujTuXA==
- /@babel/plugin-transform-function-name/7.1.0:
+ integrity: sha512-Kz7Mt0SsV2tQk6jG5bBv5phVbkd0gd27SgYD4hH1aLMJRchM0dzHaXvrWhVZ+WxAlDoAKZ7Uy3jVTW2mKXQ1WQ==
+ /@babel/plugin-transform-function-name/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-function-name': 7.0.0-beta.53
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-Kzpbs2TB4cV+zL/iXGv1XygEET4=
+ /@babel/plugin-transform-function-name/7.2.0:
dependencies:
'@babel/helper-function-name': 7.1.0
'@babel/helper-plugin-utils': 7.0.0
@@ -420,35 +655,79 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-VxOa1TMlFMtqPW2IDYZQaHsFrq/dDoIjgN098NowhexhZcz3UGlvPgZXuE1jEvNygyWyxRacqDpCZt+par1FNg==
- /@babel/plugin-transform-literals/7.0.0:
+ integrity: sha512-kWgksow9lHdvBC2Z4mxTsvc7YdY7w/V6B2vy9cTIPtLEE9NhwoWivaxdNM/S37elu5bqlLP/qOY906LukO9lkQ==
+ /@babel/plugin-transform-instanceof/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-WC2CtyUYggGtDiIx8fzpTHRaLAY=
+ /@babel/plugin-transform-literals/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-vsTxROmpbvUSHRQwx+vl/QiGV8k=
+ /@babel/plugin-transform-literals/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-1NTDBWkeNXgpUcyoVFxbr9hS57EpZYXpje92zv0SUzjdu3enaRwF/l3cmyRnXLtIdyJASyiS6PtybK+CgKf7jA==
- /@babel/plugin-transform-modules-amd/7.1.0:
+ integrity: sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==
+ /@babel/plugin-transform-modules-amd/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-module-transforms': 7.0.0-beta.53
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-WFTXOeZ5IzqId8C0GCaca+t6Miw=
+ /@babel/plugin-transform-modules-amd/7.2.0:
dependencies:
- '@babel/helper-module-transforms': 7.1.0
+ '@babel/helper-module-transforms': 7.2.2
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-wt8P+xQ85rrnGNr2x1iV3DW32W8zrB6ctuBkYBbf5/ZzJY99Ob4MFgsZDFgczNU76iy9PWsy4EuxOliDjdKw6A==
- /@babel/plugin-transform-modules-commonjs/7.1.0:
+ integrity: sha512-mK2A8ucqz1qhrdqjS9VMIDfIvvT2thrEsIQzbaTdc5QFzhDjQv2CkJJ5f6BXIkgbmaoax3zBr2RyvV/8zeoUZw==
+ /@babel/plugin-transform-modules-commonjs/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-module-transforms': 7.0.0-beta.53
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ '@babel/helper-simple-access': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-68P7ocWmyHQ7kJQD7NPn42gcr6U=
+ /@babel/plugin-transform-modules-commonjs/7.2.0:
dependencies:
- '@babel/helper-module-transforms': 7.1.0
+ '@babel/helper-module-transforms': 7.2.2
'@babel/helper-plugin-utils': 7.0.0
'@babel/helper-simple-access': 7.1.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-wtNwtMjn1XGwM0AXPspQgvmE6msSJP15CX2RVfpTSTNPLhKhaOjaIfBaVfj4iUZ/VrFSodcFedwtPg/NxwQlPA==
- /@babel/plugin-transform-modules-systemjs/7.1.3:
+ integrity: sha512-V6y0uaUQrQPXUrmj+hgnks8va2L0zcZymeU7TtWEgdRLNkceafKXEduv7QzgQAE4lT+suwooG9dC7LFhdRAbVQ==
+ /@babel/plugin-transform-modules-systemjs/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-hoist-variables': 7.0.0-beta.53
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-uA/NnBWXLcaCMhT1JIUnhgu/BY4=
+ /@babel/plugin-transform-modules-systemjs/7.2.0:
dependencies:
'@babel/helper-hoist-variables': 7.0.0
'@babel/helper-plugin-utils': 7.0.0
@@ -456,16 +735,25 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-PvTxgjxQAq4pvVUZF3mD5gEtVDuId8NtWkJsZLEJZMZAW3TvgQl1pmydLLN1bM8huHFVVU43lf0uvjQj9FRkKw==
- /@babel/plugin-transform-modules-umd/7.1.0:
+ integrity: sha512-aYJwpAhoK9a+1+O625WIjvMY11wkB/ok0WClVwmeo3mCjcNRjt+/8gHWrB5i+00mUju0gWsBkQnPpdvQ7PImmQ==
+ /@babel/plugin-transform-modules-umd/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-module-transforms': 7.0.0-beta.53
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-Kjar5AodpnbkOhwwcVeOJ70tZ50=
+ /@babel/plugin-transform-modules-umd/7.2.0:
dependencies:
- '@babel/helper-module-transforms': 7.1.0
+ '@babel/helper-module-transforms': 7.2.2
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-enrRtn5TfRhMmbRwm7F8qOj0qEYByqUvTttPEGimcBH4CJHphjyK1Vg7sdU7JjeEmgSpM890IT/efS2nMHwYig==
+ integrity: sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw==
/@babel/plugin-transform-new-target/7.0.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
@@ -474,16 +762,35 @@ packages:
'@babel/core': ^7.0.0-0
resolution:
integrity: sha512-yin069FYjah+LbqfGeTfzIBODex/e++Yfa0rH0fpfam9uTbuEeEOx5GLGr210ggOV77mVRNoeqSYqeuaqSzVSw==
- /@babel/plugin-transform-object-super/7.1.0:
+ /@babel/plugin-transform-object-super/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ '@babel/helper-replace-supers': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-4sTwbts0s9eksnV7oYgp0N8gKcs=
+ /@babel/plugin-transform-object-super/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
- '@babel/helper-replace-supers': 7.1.0
+ '@babel/helper-replace-supers': 7.2.3
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-/O02Je1CRTSk2SSJaq0xjwQ8hG4zhZGNjE8psTsSNPXyLRCODv7/PBozqT5AmQMzp7MI3ndvMhGdqp9c96tTEw==
- /@babel/plugin-transform-parameters/7.1.0:
+ integrity: sha512-VMyhPYZISFZAqAPVkiYb7dUe2AsVi2/wCT5+wZdsNO31FojQJa9ns40hzZ6U9f50Jlq4w6qwzdBB2uwqZ00ebg==
+ /@babel/plugin-transform-parameters/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-call-delegate': 7.0.0-beta.53
+ '@babel/helper-get-function-arity': 7.0.0-beta.53
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-7+YM7IzsoNGdXG+hrnm8TjMnnVY=
+ /@babel/plugin-transform-parameters/7.2.0:
dependencies:
'@babel/helper-call-delegate': 7.1.0
'@babel/helper-get-function-arity': 7.0.0
@@ -492,7 +799,7 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-vHV7oxkEJ8IHxTfRr3hNGzV446GAb+0hgbA7o/0Jd76s+YzccdWuTU296FOCOl/xweU4t/Ya4g41yWz80RFCRw==
+ integrity: sha512-kB9+hhUidIgUoBQ0MsxMewhzr8i60nMa2KgeJKQWYrqQpqcBYtnpR+JgkadZVZoaEZ/eKu9mclFaVwhRpLNSzA==
/@babel/plugin-transform-regenerator/7.0.0:
dependencies:
regenerator-transform: 0.13.3
@@ -501,23 +808,56 @@ packages:
'@babel/core': ^7.0.0-0
resolution:
integrity: sha512-sj2qzsEx8KDVv1QuJc/dEfilkg3RRPvPYx/VnKLtItVQRWt1Wqf5eVCOLZm29CiGFfYYsA3VPjfizTCV0S0Dlw==
- /@babel/plugin-transform-shorthand-properties/7.0.0:
+ /@babel/plugin-transform-regenerator/7.0.0-beta.53:
+ dependencies:
+ regenerator-transform: 0.13.3
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-T+u/YISvoMHJ7ISX3mjAaV/p2gs=
+ /@babel/plugin-transform-shorthand-properties/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-38SIG2vXZYoAMew7gWPliPCJjUs=
+ /@babel/plugin-transform-shorthand-properties/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-g/99LI4vm5iOf5r1Gdxq5Xmu91zvjhEG5+yZDJW268AZELAu4J1EiFLnkSG3yuUsZyOipVOVUKoGPYwfsTymhw==
- /@babel/plugin-transform-spread/7.0.0:
+ integrity: sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==
+ /@babel/plugin-transform-spread/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-g+j2Rsok8cmCKPnxREz2DL1JOLw=
+ /@babel/plugin-transform-spread/7.2.2:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-L702YFy2EvirrR4shTj0g2xQp7aNwZoWNCkNu2mcoU0uyzMl0XRwDSwzB/xp6DSUFiBmEXuyAyEN16LsgVqGGQ==
- /@babel/plugin-transform-sticky-regex/7.0.0:
+ integrity: sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==
+ /@babel/plugin-transform-sticky-regex/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ '@babel/helper-regex': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-D888mUq92Lq1m6l4L+TZ+KVF1uc=
+ /@babel/plugin-transform-sticky-regex/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
'@babel/helper-regex': 7.0.0
@@ -525,8 +865,17 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-LFUToxiyS/WD+XEWpkx/XJBrUXKewSZpzX68s+yEOtIbdnsRjpryDw9U06gYc6klYEij/+KQVRnD3nz3AoKmjw==
- /@babel/plugin-transform-template-literals/7.0.0:
+ integrity: sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==
+ /@babel/plugin-transform-template-literals/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-annotate-as-pure': 7.0.0-beta.53
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-+msLQXEA0j4tsUwd9HorGzl48dk=
+ /@babel/plugin-transform-template-literals/7.2.0:
dependencies:
'@babel/helper-annotate-as-pure': 7.0.0
'@babel/helper-plugin-utils': 7.0.0
@@ -534,65 +883,83 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-vA6rkTCabRZu7Nbl9DfLZE1imj4tzdWcg5vtdQGvj+OH9itNNB6hxuRMHuIY8SGnEt1T9g5foqs9LnrHzsqEFg==
- /@babel/plugin-transform-typeof-symbol/7.0.0:
+ integrity: sha512-FkPix00J9A/XWXv4VoKJBMeSkyY9x/TqIh76wzcdfl57RJJcf8CehQ08uwfhCDNtRQYtHQKBTwKZDEyjE13Lwg==
+ /@babel/plugin-transform-typeof-symbol/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-ZarocamqQPYRSDZlcxIJrr1cKis=
+ /@babel/plugin-transform-typeof-symbol/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-1r1X5DO78WnaAIvs5uC48t41LLckxsYklJrZjNKcevyz83sF2l4RHbw29qrCPr/6ksFsdfRpT/ZgxNWHXRnffg==
- /@babel/plugin-transform-unicode-regex/7.0.0:
+ integrity: sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==
+ /@babel/plugin-transform-unicode-regex/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ '@babel/helper-regex': 7.0.0-beta.53
+ regexpu-core: 4.4.0
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-CvdOyAGefVnji+ZNt/YikZQv7SU=
+ /@babel/plugin-transform-unicode-regex/7.2.0:
dependencies:
'@babel/helper-plugin-utils': 7.0.0
'@babel/helper-regex': 7.0.0
- regexpu-core: 4.2.0
+ regexpu-core: 4.4.0
dev: true
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-uJBrJhBOEa3D033P95nPHu3nbFwFE9ZgXsfEitzoIXIwqAZWk7uXcg06yFKXz9FSxBH5ucgU/cYdX0IV8ldHKw==
- /@babel/preset-env/7.1.6:
+ integrity: sha512-m48Y0lMhrbXEJnVUaYly29jRXbQ3ksxPrS1Tg8t+MHqzXhtBYAvI51euOBaoAlZLPHsieY9XPVMf80a5x0cPcA==
+ /@babel/preset-env/7.2.3:
dependencies:
'@babel/helper-module-imports': 7.0.0
'@babel/helper-plugin-utils': 7.0.0
- '@babel/plugin-proposal-async-generator-functions': 7.1.0
- '@babel/plugin-proposal-json-strings': 7.0.0
- '@babel/plugin-proposal-object-rest-spread': 7.0.0
- '@babel/plugin-proposal-optional-catch-binding': 7.0.0
- '@babel/plugin-proposal-unicode-property-regex': 7.0.0
- '@babel/plugin-syntax-async-generators': 7.0.0
- '@babel/plugin-syntax-object-rest-spread': 7.0.0
- '@babel/plugin-syntax-optional-catch-binding': 7.0.0
- '@babel/plugin-transform-arrow-functions': 7.0.0
- '@babel/plugin-transform-async-to-generator': 7.1.0
- '@babel/plugin-transform-block-scoped-functions': 7.0.0
- '@babel/plugin-transform-block-scoping': 7.1.5
- '@babel/plugin-transform-classes': 7.1.0
- '@babel/plugin-transform-computed-properties': 7.0.0
- '@babel/plugin-transform-destructuring': 7.1.3
- '@babel/plugin-transform-dotall-regex': 7.0.0
- '@babel/plugin-transform-duplicate-keys': 7.0.0
- '@babel/plugin-transform-exponentiation-operator': 7.1.0
- '@babel/plugin-transform-for-of': 7.0.0
- '@babel/plugin-transform-function-name': 7.1.0
- '@babel/plugin-transform-literals': 7.0.0
- '@babel/plugin-transform-modules-amd': 7.1.0
- '@babel/plugin-transform-modules-commonjs': 7.1.0
- '@babel/plugin-transform-modules-systemjs': 7.1.3
- '@babel/plugin-transform-modules-umd': 7.1.0
+ '@babel/plugin-proposal-async-generator-functions': 7.2.0
+ '@babel/plugin-proposal-json-strings': 7.2.0
+ '@babel/plugin-proposal-object-rest-spread': 7.2.0
+ '@babel/plugin-proposal-optional-catch-binding': 7.2.0
+ '@babel/plugin-proposal-unicode-property-regex': 7.2.0
+ '@babel/plugin-syntax-async-generators': 7.2.0
+ '@babel/plugin-syntax-object-rest-spread': 7.2.0
+ '@babel/plugin-syntax-optional-catch-binding': 7.2.0
+ '@babel/plugin-transform-arrow-functions': 7.2.0
+ '@babel/plugin-transform-async-to-generator': 7.2.0
+ '@babel/plugin-transform-block-scoped-functions': 7.2.0
+ '@babel/plugin-transform-block-scoping': 7.2.0
+ '@babel/plugin-transform-classes': 7.2.2
+ '@babel/plugin-transform-computed-properties': 7.2.0
+ '@babel/plugin-transform-destructuring': 7.2.0
+ '@babel/plugin-transform-dotall-regex': 7.2.0
+ '@babel/plugin-transform-duplicate-keys': 7.2.0
+ '@babel/plugin-transform-exponentiation-operator': 7.2.0
+ '@babel/plugin-transform-for-of': 7.2.0
+ '@babel/plugin-transform-function-name': 7.2.0
+ '@babel/plugin-transform-literals': 7.2.0
+ '@babel/plugin-transform-modules-amd': 7.2.0
+ '@babel/plugin-transform-modules-commonjs': 7.2.0
+ '@babel/plugin-transform-modules-systemjs': 7.2.0
+ '@babel/plugin-transform-modules-umd': 7.2.0
'@babel/plugin-transform-new-target': 7.0.0
- '@babel/plugin-transform-object-super': 7.1.0
- '@babel/plugin-transform-parameters': 7.1.0
+ '@babel/plugin-transform-object-super': 7.2.0
+ '@babel/plugin-transform-parameters': 7.2.0
'@babel/plugin-transform-regenerator': 7.0.0
- '@babel/plugin-transform-shorthand-properties': 7.0.0
- '@babel/plugin-transform-spread': 7.0.0
- '@babel/plugin-transform-sticky-regex': 7.0.0
- '@babel/plugin-transform-template-literals': 7.0.0
- '@babel/plugin-transform-typeof-symbol': 7.0.0
- '@babel/plugin-transform-unicode-regex': 7.0.0
- browserslist: 4.3.5
+ '@babel/plugin-transform-shorthand-properties': 7.2.0
+ '@babel/plugin-transform-spread': 7.2.2
+ '@babel/plugin-transform-sticky-regex': 7.2.0
+ '@babel/plugin-transform-template-literals': 7.2.0
+ '@babel/plugin-transform-typeof-symbol': 7.2.0
+ '@babel/plugin-transform-unicode-regex': 7.2.0
+ browserslist: 4.3.7
invariant: 2.2.4
js-levenshtein: 1.1.4
semver: 5.6.0
@@ -600,11 +967,53 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-YIBfpJNQMBkb6MCkjz/A9J76SNCSuGVamOVBgoUkLzpJD/z8ghHi9I42LQ4pulVX68N/MmImz6ZTixt7Azgexw==
+ integrity: sha512-AuHzW7a9rbv5WXmvGaPX7wADxFkZIqKlbBh1dmZUQp4iwiPpkE/Qnrji6SC4UQCQzvWY/cpHET29eUhXS9cLPw==
+ /@babel/preset-es2015/7.0.0-beta.53:
+ dependencies:
+ '@babel/helper-plugin-utils': 7.0.0-beta.53
+ '@babel/plugin-transform-arrow-functions': 7.0.0-beta.53
+ '@babel/plugin-transform-block-scoped-functions': 7.0.0-beta.53
+ '@babel/plugin-transform-block-scoping': 7.0.0-beta.53
+ '@babel/plugin-transform-classes': 7.0.0-beta.53
+ '@babel/plugin-transform-computed-properties': 7.0.0-beta.53
+ '@babel/plugin-transform-destructuring': 7.0.0-beta.53
+ '@babel/plugin-transform-duplicate-keys': 7.0.0-beta.53
+ '@babel/plugin-transform-for-of': 7.0.0-beta.53
+ '@babel/plugin-transform-function-name': 7.0.0-beta.53
+ '@babel/plugin-transform-instanceof': 7.0.0-beta.53
+ '@babel/plugin-transform-literals': 7.0.0-beta.53
+ '@babel/plugin-transform-modules-amd': 7.0.0-beta.53
+ '@babel/plugin-transform-modules-commonjs': 7.0.0-beta.53
+ '@babel/plugin-transform-modules-systemjs': 7.0.0-beta.53
+ '@babel/plugin-transform-modules-umd': 7.0.0-beta.53
+ '@babel/plugin-transform-object-super': 7.0.0-beta.53
+ '@babel/plugin-transform-parameters': 7.0.0-beta.53
+ '@babel/plugin-transform-regenerator': 7.0.0-beta.53
+ '@babel/plugin-transform-shorthand-properties': 7.0.0-beta.53
+ '@babel/plugin-transform-spread': 7.0.0-beta.53
+ '@babel/plugin-transform-sticky-regex': 7.0.0-beta.53
+ '@babel/plugin-transform-template-literals': 7.0.0-beta.53
+ '@babel/plugin-transform-typeof-symbol': 7.0.0-beta.53
+ '@babel/plugin-transform-unicode-regex': 7.0.0-beta.53
+ deprecated: "\U0001F44B We've deprecated any official yearly presets in 6.x in favor or babel-preset-env. For 7.x it would be @babel/preset-env."
+ dev: true
+ peerDependencies:
+ '@babel/core': '>=7.0.0-beta.50 <7.0.0-rc.0'
+ resolution:
+ integrity: sha1-SYL6GUjbEJN2Yoj2mRPizjYDEeQ=
/@babel/standalone/7.2.5:
dev: true
resolution:
integrity: sha512-U00wHmbh0eCUCAsCN1cz/WS2aB/UXjQrALsUmVIcugiK3HiI4PEh93PeGsaJttBmj0+Zfp1SpUNxPl6s8KPHUQ==
+ /@babel/template/7.0.0-beta.53:
+ dependencies:
+ '@babel/code-frame': 7.0.0-beta.53
+ '@babel/parser': 7.0.0-beta.53
+ '@babel/types': 7.0.0-beta.53
+ lodash: 4.17.11
+ dev: true
+ resolution:
+ integrity: sha1-MyIpCQDQsYewpxdDgeHzu3EFDS4=
/@babel/template/7.1.2:
dependencies:
'@babel/code-frame': 7.0.0
@@ -613,6 +1022,29 @@ packages:
dev: true
resolution:
integrity: sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag==
+ /@babel/template/7.2.2:
+ dependencies:
+ '@babel/code-frame': 7.0.0
+ '@babel/parser': 7.2.3
+ '@babel/types': 7.2.2
+ dev: true
+ resolution:
+ integrity: sha512-zRL0IMM02AUDwghf5LMSSDEz7sBCO2YnNmpg3uWTZj/v1rcG2BmQUvaGU8GhU8BvfMh1k2KIAYZ7Ji9KXPUg7g==
+ /@babel/traverse/7.0.0-beta.53:
+ dependencies:
+ '@babel/code-frame': 7.0.0-beta.53
+ '@babel/generator': 7.0.0-beta.53
+ '@babel/helper-function-name': 7.0.0-beta.53
+ '@babel/helper-split-export-declaration': 7.0.0-beta.53
+ '@babel/parser': 7.0.0-beta.53
+ '@babel/types': 7.0.0-beta.53
+ debug: 3.2.6
+ globals: 11.9.0
+ invariant: 2.2.4
+ lodash: 4.17.11
+ dev: true
+ resolution:
+ integrity: sha1-ANMs2NC1j0wB0xFXvmIsZigm00Q=
/@babel/traverse/7.1.6:
dependencies:
'@babel/code-frame': 7.0.0
@@ -627,6 +1059,28 @@ packages:
dev: true
resolution:
integrity: sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ==
+ /@babel/traverse/7.2.3:
+ dependencies:
+ '@babel/code-frame': 7.0.0
+ '@babel/generator': 7.2.2
+ '@babel/helper-function-name': 7.1.0
+ '@babel/helper-split-export-declaration': 7.0.0
+ '@babel/parser': 7.2.3
+ '@babel/types': 7.2.2
+ debug: 4.1.1
+ globals: 11.9.0
+ lodash: 4.17.11
+ dev: true
+ resolution:
+ integrity: sha512-Z31oUD/fJvEWVR0lNZtfgvVt512ForCTNKYcJBGbPb1QZfve4WGH8Wsy7+Mev33/45fhP/hwQtvgusNdcCMgSw==
+ /@babel/types/7.0.0-beta.53:
+ dependencies:
+ esutils: 2.0.2
+ lodash: 4.17.11
+ to-fast-properties: 2.0.0
+ dev: true
+ resolution:
+ integrity: sha1-GaRhwNpRVZXftnQLS0Xce7Dms3U=
/@babel/types/7.1.6:
dependencies:
esutils: 2.0.2
@@ -635,6 +1089,14 @@ packages:
dev: true
resolution:
integrity: sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w==
+ /@babel/types/7.2.2:
+ dependencies:
+ esutils: 2.0.2
+ lodash: 4.17.11
+ to-fast-properties: 2.0.0
+ dev: true
+ resolution:
+ integrity: sha512-fKCuD6UFUMkR541eDWL+2ih/xFZBXPOg/7EQFeTluMDebfqR4jrpaCjLhkWlQS4hT6nRa2PMEgXKbRB5/H2fpg==
/JSONStream/1.3.5:
dependencies:
jsonparse: 1.3.1
@@ -1110,15 +1572,15 @@ packages:
hasBin: true
resolution:
integrity: sha512-zQt/Gd1+W+IY+h/xX2NYMW4orQWhqSwyV+xsblycTtpOuB27h1fZhhNQuipJ4t79ohw4P4mMem0jp/ZkISQtjQ==
- /browserslist/4.3.5:
+ /browserslist/4.3.7:
dependencies:
- caniuse-lite: 1.0.30000912
- electron-to-chromium: 1.3.86
- node-releases: 1.0.5
+ caniuse-lite: 1.0.30000927
+ electron-to-chromium: 1.3.98
+ node-releases: 1.1.3
dev: true
hasBin: true
resolution:
- integrity: sha512-z9ZhGc3d9e/sJ9dIx5NFXkKoaiQTnrvrMsN3R1fGb1tkWWNSz12UewJn9TNxGo1l7J23h0MRaPmk7jfeTZYs1w==
+ integrity: sha512-pWQv51Ynb0MNk9JGMCZ8VkM785/4MQNXiFYtPqI7EEP0TJO+/d/NqRVn1uiAN0DNbnlUSpL2sh16Kspasv3pUQ==
/buffer-from/1.1.1:
dev: true
resolution:
@@ -1173,10 +1635,10 @@ packages:
node: '>=0.10.0'
resolution:
integrity: sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=
- /caniuse-lite/1.0.30000912:
+ /caniuse-lite/1.0.30000927:
dev: true
resolution:
- integrity: sha512-M3zAtV36U+xw5mMROlTXpAHClmPAor6GPKAMD5Yi7glCB5sbMPFtnQ3rGpk4XqPdUrrTIaVYSJZxREZWNy8QJg==
+ integrity: sha512-ogq4NbUWf1uG/j66k0AmiO3GjqJAlQyF8n4w8a954cbCyFKmYGvRtgz6qkq2fWuduTXHibX7GyYL5Pg58Aks2g==
/chalk/1.1.3:
dependencies:
ansi-styles: 2.2.1
@@ -1199,6 +1661,16 @@ packages:
node: '>=4'
resolution:
integrity: sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==
+ /chalk/2.4.2:
+ dependencies:
+ ansi-styles: 3.2.1
+ escape-string-regexp: 1.0.5
+ supports-color: 5.5.0
+ dev: true
+ engines:
+ node: '>=4'
+ resolution:
+ integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
/chardet/0.7.0:
dev: true
resolution:
@@ -1412,12 +1884,24 @@ packages:
dev: true
resolution:
integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
+ /debug/3.2.6:
+ dependencies:
+ ms: 2.1.1
+ dev: true
+ resolution:
+ integrity: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
/debug/4.1.0:
dependencies:
ms: 2.1.1
dev: true
resolution:
integrity: sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==
+ /debug/4.1.1:
+ dependencies:
+ ms: 2.1.1
+ dev: true
+ resolution:
+ integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
/decode-uri-component/0.2.0:
dev: true
engines:
@@ -1518,10 +2002,10 @@ packages:
dev: true
resolution:
integrity: sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=
- /electron-to-chromium/1.3.86:
+ /electron-to-chromium/1.3.98:
dev: true
resolution:
- integrity: sha512-BcmXOu37FCPxrrh0wyKgKi5dAjIu2ohxN5ptapkLPKRC3IBK2NeIwh9n1x/8HzSRQiEKamJkDce1ZgOGgEX9iw==
+ integrity: sha512-WIZdNuvE3dFr6kkPgv4d/cfswNZD6XbeLBM8baOIQTsnbf4xWrVEaLvp7oNnbnMWWXDqq7Tbv+H5JfciLTJm4Q==
/elliptic/6.4.1:
dependencies:
bn.js: 4.11.8
@@ -2535,12 +3019,12 @@ packages:
dev: true
resolution:
integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
- /node-releases/1.0.5:
+ /node-releases/1.1.3:
dependencies:
semver: 5.6.0
dev: true
resolution:
- integrity: sha512-Ky7q0BO1BBkG/rQz6PkEZ59rwo+aSfhczHP1wwq8IowoVdN/FpiP7qp0XW0P2+BVCWe5fQUBozdbVd54q1RbCQ==
+ integrity: sha512-6VrvH7z6jqqNFY200kdB6HdzkgM96Oaj9v3dqGfgp6mF+cHmU4wyQKZ2/WPDRVoR0Jz9KqbamaBN0ZhdUaysUQ==
/normalize-path/2.1.1:
dependencies:
remove-trailing-separator: 1.1.0
@@ -2865,30 +3349,30 @@ packages:
node: '>=6.5.0'
resolution:
integrity: sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
- /regexpu-core/4.2.0:
+ /regexpu-core/4.4.0:
dependencies:
regenerate: 1.4.0
regenerate-unicode-properties: 7.0.0
- regjsgen: 0.4.0
- regjsparser: 0.3.0
+ regjsgen: 0.5.0
+ regjsparser: 0.6.0
unicode-match-property-ecmascript: 1.0.4
unicode-match-property-value-ecmascript: 1.0.2
dev: true
engines:
node: '>=4'
resolution:
- integrity: sha512-Z835VSnJJ46CNBttalHD/dB+Sj2ezmY6Xp38npwU87peK6mqOzOpV8eYktdkLTEkzzD+JsTcxd84ozd8I14+rw==
- /regjsgen/0.4.0:
+ integrity: sha512-eDDWElbwwI3K0Lo6CqbQbA6FwgtCz4kYTarrri1okfkRLZAqstU+B3voZBCjg8Fl6iq0gXrJG6MvRgLthfvgOA==
+ /regjsgen/0.5.0:
dev: true
resolution:
- integrity: sha512-X51Lte1gCYUdlwhF28+2YMO0U6WeN0GLpgpA7LK7mbdDnkQYiwvEpmpe0F/cv5L14EbxgrdayAG3JETBv0dbXA==
- /regjsparser/0.3.0:
+ integrity: sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA==
+ /regjsparser/0.6.0:
dependencies:
jsesc: 0.5.0
dev: true
hasBin: true
resolution:
- integrity: sha512-zza72oZBBHzt64G7DxdqrOo/30bhHkwMUoT0WqfGu98XLd7N+1tsy5MJ96Bk4MD0y74n629RhmrGW6XlnLLwCA==
+ integrity: sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==
/remove-trailing-separator/1.1.0:
dev: true
optional: true
@@ -3551,7 +4035,8 @@ shrinkwrapVersion: 3
specifiers:
'@babel/cli': ^7.1.5
'@babel/core': ^7.1.6
- '@babel/preset-env': ^7.1.6
+ '@babel/preset-env': ^7.2.3
+ '@babel/preset-es2015': ^7.0.0-beta.53
'@babel/standalone': ^7.2.5
babel-plugin-transform-es2015-modules-commonjs: ^6.26.2
babel-plugin-transform-runtime: ^6.23.0