|
@@ -297,6 +297,54 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "@babel/helper-create-class-features-plugin": {
|
|
|
+ "version": "7.4.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.4.tgz",
|
|
|
+ "integrity": "sha512-UbBHIa2qeAGgyiNR9RszVF7bUHEdgS4JAUNT8SiqrAN6YJVxlOxeLr5pBzb5kan302dejJ9nla4RyKcR1XT6XA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-function-name": "^7.1.0",
|
|
|
+ "@babel/helper-member-expression-to-functions": "^7.0.0",
|
|
|
+ "@babel/helper-optimise-call-expression": "^7.0.0",
|
|
|
+ "@babel/helper-plugin-utils": "^7.0.0",
|
|
|
+ "@babel/helper-replace-supers": "^7.4.4",
|
|
|
+ "@babel/helper-split-export-declaration": "^7.4.4"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-split-export-declaration": {
|
|
|
+ "version": "7.4.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz",
|
|
|
+ "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/types": "^7.4.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@babel/types": {
|
|
|
+ "version": "7.4.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.4.tgz",
|
|
|
+ "integrity": "sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "esutils": "^2.0.2",
|
|
|
+ "lodash": "^4.17.11",
|
|
|
+ "to-fast-properties": "^2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "lodash": {
|
|
|
+ "version": "4.17.11",
|
|
|
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
|
|
|
+ "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "to-fast-properties": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
|
+ "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
|
|
|
+ "dev": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"@babel/helper-define-map": {
|
|
|
"version": "7.4.4",
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.4.4.tgz",
|
|
@@ -758,6 +806,16 @@
|
|
|
"@babel/plugin-syntax-async-generators": "^7.2.0"
|
|
|
}
|
|
|
},
|
|
|
+ "@babel/plugin-proposal-class-properties": {
|
|
|
+ "version": "7.4.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.4.4.tgz",
|
|
|
+ "integrity": "sha512-WjKTI8g8d5w1Bc9zgwSz2nfrsNQsXcCf9J9cdCvrJV6RF56yztwm4TmJC0MgJ9tvwO9gUA/mcYe89bLdGfiXFg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-create-class-features-plugin": "^7.4.4",
|
|
|
+ "@babel/helper-plugin-utils": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@babel/plugin-proposal-json-strings": {
|
|
|
"version": "7.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz",
|