|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "three",
|
|
|
- "version": "0.127.0",
|
|
|
+ "version": "0.128.0",
|
|
|
"lockfileVersion": 1,
|
|
|
"requires": true,
|
|
|
"dependencies": {
|
|
@@ -14,32 +14,83 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/compat-data": {
|
|
|
- "version": "7.13.15",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.15.tgz",
|
|
|
- "integrity": "sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==",
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==",
|
|
|
"dev": true
|
|
|
},
|
|
|
"@babel/core": {
|
|
|
- "version": "7.13.15",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.15.tgz",
|
|
|
- "integrity": "sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==",
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"@babel/code-frame": "^7.12.13",
|
|
|
- "@babel/generator": "^7.13.9",
|
|
|
- "@babel/helper-compilation-targets": "^7.13.13",
|
|
|
- "@babel/helper-module-transforms": "^7.13.14",
|
|
|
- "@babel/helpers": "^7.13.10",
|
|
|
- "@babel/parser": "^7.13.15",
|
|
|
+ "@babel/generator": "^7.14.0",
|
|
|
+ "@babel/helper-compilation-targets": "^7.13.16",
|
|
|
+ "@babel/helper-module-transforms": "^7.14.0",
|
|
|
+ "@babel/helpers": "^7.14.0",
|
|
|
+ "@babel/parser": "^7.14.0",
|
|
|
"@babel/template": "^7.12.13",
|
|
|
- "@babel/traverse": "^7.13.15",
|
|
|
- "@babel/types": "^7.13.14",
|
|
|
+ "@babel/traverse": "^7.14.0",
|
|
|
+ "@babel/types": "^7.14.0",
|
|
|
"convert-source-map": "^1.7.0",
|
|
|
"debug": "^4.1.0",
|
|
|
"gensync": "^1.0.0-beta.2",
|
|
|
"json5": "^2.1.2",
|
|
|
"semver": "^6.3.0",
|
|
|
"source-map": "^0.5.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/generator": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/types": "^7.14.1",
|
|
|
+ "jsesc": "^2.5.1",
|
|
|
+ "source-map": "^0.5.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@babel/helper-validator-identifier": {
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@babel/parser": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@babel/traverse": {
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/code-frame": "^7.12.13",
|
|
|
+ "@babel/generator": "^7.14.0",
|
|
|
+ "@babel/helper-function-name": "^7.12.13",
|
|
|
+ "@babel/helper-split-export-declaration": "^7.12.13",
|
|
|
+ "@babel/parser": "^7.14.0",
|
|
|
+ "@babel/types": "^7.14.0",
|
|
|
+ "debug": "^4.1.0",
|
|
|
+ "globals": "^11.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@babel/types": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-validator-identifier": "^7.14.0",
|
|
|
+ "to-fast-properties": "^2.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"@babel/eslint-parser": {
|
|
@@ -92,12 +143,12 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/helper-compilation-targets": {
|
|
|
- "version": "7.13.13",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz",
|
|
|
- "integrity": "sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==",
|
|
|
+ "version": "7.13.16",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz",
|
|
|
+ "integrity": "sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@babel/compat-data": "^7.13.12",
|
|
|
+ "@babel/compat-data": "^7.13.15",
|
|
|
"@babel/helper-validator-option": "^7.12.17",
|
|
|
"browserslist": "^4.14.5",
|
|
|
"semver": "^6.3.0"
|
|
@@ -172,13 +223,31 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/helper-hoist-variables": {
|
|
|
- "version": "7.13.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz",
|
|
|
- "integrity": "sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g==",
|
|
|
+ "version": "7.13.16",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.16.tgz",
|
|
|
+ "integrity": "sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@babel/traverse": "^7.13.0",
|
|
|
- "@babel/types": "^7.13.0"
|
|
|
+ "@babel/traverse": "^7.13.15",
|
|
|
+ "@babel/types": "^7.13.16"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-validator-identifier": {
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@babel/types": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-validator-identifier": "^7.14.0",
|
|
|
+ "to-fast-properties": "^2.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"@babel/helper-member-expression-to-functions": {
|
|
@@ -200,19 +269,70 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/helper-module-transforms": {
|
|
|
- "version": "7.13.14",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz",
|
|
|
- "integrity": "sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==",
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"@babel/helper-module-imports": "^7.13.12",
|
|
|
"@babel/helper-replace-supers": "^7.13.12",
|
|
|
"@babel/helper-simple-access": "^7.13.12",
|
|
|
"@babel/helper-split-export-declaration": "^7.12.13",
|
|
|
- "@babel/helper-validator-identifier": "^7.12.11",
|
|
|
+ "@babel/helper-validator-identifier": "^7.14.0",
|
|
|
"@babel/template": "^7.12.13",
|
|
|
- "@babel/traverse": "^7.13.13",
|
|
|
- "@babel/types": "^7.13.14"
|
|
|
+ "@babel/traverse": "^7.14.0",
|
|
|
+ "@babel/types": "^7.14.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/generator": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/types": "^7.14.1",
|
|
|
+ "jsesc": "^2.5.1",
|
|
|
+ "source-map": "^0.5.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@babel/helper-validator-identifier": {
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@babel/parser": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@babel/traverse": {
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/code-frame": "^7.12.13",
|
|
|
+ "@babel/generator": "^7.14.0",
|
|
|
+ "@babel/helper-function-name": "^7.12.13",
|
|
|
+ "@babel/helper-split-export-declaration": "^7.12.13",
|
|
|
+ "@babel/parser": "^7.14.0",
|
|
|
+ "@babel/types": "^7.14.0",
|
|
|
+ "debug": "^4.1.0",
|
|
|
+ "globals": "^11.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@babel/types": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-validator-identifier": "^7.14.0",
|
|
|
+ "to-fast-properties": "^2.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"@babel/helper-optimise-call-expression": {
|
|
@@ -305,14 +425,65 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/helpers": {
|
|
|
- "version": "7.13.10",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.10.tgz",
|
|
|
- "integrity": "sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==",
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"@babel/template": "^7.12.13",
|
|
|
- "@babel/traverse": "^7.13.0",
|
|
|
- "@babel/types": "^7.13.0"
|
|
|
+ "@babel/traverse": "^7.14.0",
|
|
|
+ "@babel/types": "^7.14.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/generator": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/types": "^7.14.1",
|
|
|
+ "jsesc": "^2.5.1",
|
|
|
+ "source-map": "^0.5.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@babel/helper-validator-identifier": {
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@babel/parser": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@babel/traverse": {
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/code-frame": "^7.12.13",
|
|
|
+ "@babel/generator": "^7.14.0",
|
|
|
+ "@babel/helper-function-name": "^7.12.13",
|
|
|
+ "@babel/helper-split-export-declaration": "^7.12.13",
|
|
|
+ "@babel/parser": "^7.14.0",
|
|
|
+ "@babel/types": "^7.14.0",
|
|
|
+ "debug": "^4.1.0",
|
|
|
+ "globals": "^11.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@babel/types": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-validator-identifier": "^7.14.0",
|
|
|
+ "to-fast-properties": "^2.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"@babel/highlight": {
|
|
@@ -416,6 +587,16 @@
|
|
|
"@babel/helper-plugin-utils": "^7.13.0"
|
|
|
}
|
|
|
},
|
|
|
+ "@babel/plugin-proposal-class-static-block": {
|
|
|
+ "version": "7.13.11",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz",
|
|
|
+ "integrity": "sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.13.0",
|
|
|
+ "@babel/plugin-syntax-class-static-block": "^7.12.13"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@babel/plugin-proposal-dynamic-import": {
|
|
|
"version": "7.13.8",
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz",
|
|
@@ -520,6 +701,34 @@
|
|
|
"@babel/helper-plugin-utils": "^7.13.0"
|
|
|
}
|
|
|
},
|
|
|
+ "@babel/plugin-proposal-private-property-in-object": {
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.12.13",
|
|
|
+ "@babel/helper-create-class-features-plugin": "^7.14.0",
|
|
|
+ "@babel/helper-plugin-utils": "^7.13.0",
|
|
|
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-create-class-features-plugin": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.12.13",
|
|
|
+ "@babel/helper-function-name": "^7.12.13",
|
|
|
+ "@babel/helper-member-expression-to-functions": "^7.13.12",
|
|
|
+ "@babel/helper-optimise-call-expression": "^7.12.13",
|
|
|
+ "@babel/helper-replace-supers": "^7.13.12",
|
|
|
+ "@babel/helper-split-export-declaration": "^7.12.13"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"@babel/plugin-proposal-unicode-property-regex": {
|
|
|
"version": "7.12.13",
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz",
|
|
@@ -548,6 +757,15 @@
|
|
|
"@babel/helper-plugin-utils": "^7.12.13"
|
|
|
}
|
|
|
},
|
|
|
+ "@babel/plugin-syntax-class-static-block": {
|
|
|
+ "version": "7.12.13",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.12.13.tgz",
|
|
|
+ "integrity": "sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.12.13"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@babel/plugin-syntax-dynamic-import": {
|
|
|
"version": "7.8.3",
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
|
|
@@ -629,6 +847,15 @@
|
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
|
}
|
|
|
},
|
|
|
+ "@babel/plugin-syntax-private-property-in-object": {
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@babel/plugin-syntax-top-level-await": {
|
|
|
"version": "7.12.13",
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz",
|
|
@@ -668,12 +895,12 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/plugin-transform-block-scoping": {
|
|
|
- "version": "7.12.13",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz",
|
|
|
- "integrity": "sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ==",
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@babel/helper-plugin-utils": "^7.12.13"
|
|
|
+ "@babel/helper-plugin-utils": "^7.13.0"
|
|
|
}
|
|
|
},
|
|
|
"@babel/plugin-transform-classes": {
|
|
@@ -701,9 +928,9 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/plugin-transform-destructuring": {
|
|
|
- "version": "7.13.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.0.tgz",
|
|
|
- "integrity": "sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA==",
|
|
|
+ "version": "7.13.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz",
|
|
|
+ "integrity": "sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"@babel/helper-plugin-utils": "^7.13.0"
|
|
@@ -776,25 +1003,25 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/plugin-transform-modules-amd": {
|
|
|
- "version": "7.13.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.13.0.tgz",
|
|
|
- "integrity": "sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ==",
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-CF4c5LX4LQ03LebQxJ5JZes2OYjzBuk1TdiF7cG7d5dK4lAdw9NZmaxq5K/mouUdNeqwz3TNjnW6v01UqUNgpQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@babel/helper-module-transforms": "^7.13.0",
|
|
|
+ "@babel/helper-module-transforms": "^7.14.0",
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
}
|
|
|
},
|
|
|
"@babel/plugin-transform-modules-commonjs": {
|
|
|
- "version": "7.13.8",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz",
|
|
|
- "integrity": "sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw==",
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@babel/helper-module-transforms": "^7.13.0",
|
|
|
+ "@babel/helper-module-transforms": "^7.14.0",
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
- "@babel/helper-simple-access": "^7.12.13",
|
|
|
+ "@babel/helper-simple-access": "^7.13.12",
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
}
|
|
|
},
|
|
@@ -812,12 +1039,12 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/plugin-transform-modules-umd": {
|
|
|
- "version": "7.13.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.13.0.tgz",
|
|
|
- "integrity": "sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw==",
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@babel/helper-module-transforms": "^7.13.0",
|
|
|
+ "@babel/helper-module-transforms": "^7.14.0",
|
|
|
"@babel/helper-plugin-utils": "^7.13.0"
|
|
|
}
|
|
|
},
|
|
@@ -951,18 +1178,19 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/preset-env": {
|
|
|
- "version": "7.13.15",
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.13.15.tgz",
|
|
|
- "integrity": "sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==",
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@babel/compat-data": "^7.13.15",
|
|
|
- "@babel/helper-compilation-targets": "^7.13.13",
|
|
|
+ "@babel/compat-data": "^7.14.0",
|
|
|
+ "@babel/helper-compilation-targets": "^7.13.16",
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
"@babel/helper-validator-option": "^7.12.17",
|
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.13.12",
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.13.15",
|
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
|
+ "@babel/plugin-proposal-class-static-block": "^7.13.11",
|
|
|
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
|
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
|
|
|
"@babel/plugin-proposal-json-strings": "^7.13.8",
|
|
@@ -973,9 +1201,11 @@
|
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.13.8",
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
|
|
|
"@babel/plugin-proposal-private-methods": "^7.13.0",
|
|
|
+ "@babel/plugin-proposal-private-property-in-object": "^7.14.0",
|
|
|
"@babel/plugin-proposal-unicode-property-regex": "^7.12.13",
|
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
|
+ "@babel/plugin-syntax-class-static-block": "^7.12.13",
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
|
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
|
@@ -985,14 +1215,15 @@
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
|
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.0",
|
|
|
"@babel/plugin-syntax-top-level-await": "^7.12.13",
|
|
|
"@babel/plugin-transform-arrow-functions": "^7.13.0",
|
|
|
"@babel/plugin-transform-async-to-generator": "^7.13.0",
|
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.12.13",
|
|
|
- "@babel/plugin-transform-block-scoping": "^7.12.13",
|
|
|
+ "@babel/plugin-transform-block-scoping": "^7.14.1",
|
|
|
"@babel/plugin-transform-classes": "^7.13.0",
|
|
|
"@babel/plugin-transform-computed-properties": "^7.13.0",
|
|
|
- "@babel/plugin-transform-destructuring": "^7.13.0",
|
|
|
+ "@babel/plugin-transform-destructuring": "^7.13.17",
|
|
|
"@babel/plugin-transform-dotall-regex": "^7.12.13",
|
|
|
"@babel/plugin-transform-duplicate-keys": "^7.12.13",
|
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.12.13",
|
|
@@ -1000,10 +1231,10 @@
|
|
|
"@babel/plugin-transform-function-name": "^7.12.13",
|
|
|
"@babel/plugin-transform-literals": "^7.12.13",
|
|
|
"@babel/plugin-transform-member-expression-literals": "^7.12.13",
|
|
|
- "@babel/plugin-transform-modules-amd": "^7.13.0",
|
|
|
- "@babel/plugin-transform-modules-commonjs": "^7.13.8",
|
|
|
+ "@babel/plugin-transform-modules-amd": "^7.14.0",
|
|
|
+ "@babel/plugin-transform-modules-commonjs": "^7.14.0",
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.13.8",
|
|
|
- "@babel/plugin-transform-modules-umd": "^7.13.0",
|
|
|
+ "@babel/plugin-transform-modules-umd": "^7.14.0",
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13",
|
|
|
"@babel/plugin-transform-new-target": "^7.12.13",
|
|
|
"@babel/plugin-transform-object-super": "^7.12.13",
|
|
@@ -1019,12 +1250,30 @@
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.12.13",
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.12.13",
|
|
|
"@babel/preset-modules": "^0.1.4",
|
|
|
- "@babel/types": "^7.13.14",
|
|
|
+ "@babel/types": "^7.14.1",
|
|
|
"babel-plugin-polyfill-corejs2": "^0.2.0",
|
|
|
"babel-plugin-polyfill-corejs3": "^0.2.0",
|
|
|
"babel-plugin-polyfill-regenerator": "^0.2.0",
|
|
|
"core-js-compat": "^3.9.0",
|
|
|
"semver": "^6.3.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-validator-identifier": {
|
|
|
+ "version": "7.14.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
|
|
|
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@babel/types": {
|
|
|
+ "version": "7.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.1.tgz",
|
|
|
+ "integrity": "sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-validator-identifier": "^7.14.0",
|
|
|
+ "to-fast-properties": "^2.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"@babel/preset-modules": {
|
|
@@ -1687,16 +1936,16 @@
|
|
|
}
|
|
|
},
|
|
|
"browserslist": {
|
|
|
- "version": "4.16.3",
|
|
|
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.3.tgz",
|
|
|
- "integrity": "sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw==",
|
|
|
+ "version": "4.16.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz",
|
|
|
+ "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "caniuse-lite": "^1.0.30001181",
|
|
|
- "colorette": "^1.2.1",
|
|
|
- "electron-to-chromium": "^1.3.649",
|
|
|
+ "caniuse-lite": "^1.0.30001219",
|
|
|
+ "colorette": "^1.2.2",
|
|
|
+ "electron-to-chromium": "^1.3.723",
|
|
|
"escalade": "^3.1.1",
|
|
|
- "node-releases": "^1.1.70"
|
|
|
+ "node-releases": "^1.1.71"
|
|
|
}
|
|
|
},
|
|
|
"buffer-from": {
|
|
@@ -1771,9 +2020,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"caniuse-lite": {
|
|
|
- "version": "1.0.30001205",
|
|
|
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001205.tgz",
|
|
|
- "integrity": "sha512-TL1GrS5V6LElbitPazidkBMD9sa448bQDDLrumDqaggmKFcuU2JW1wTOHJPukAcOMtEmLcmDJEzfRrf+GjM0Og==",
|
|
|
+ "version": "1.0.30001223",
|
|
|
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001223.tgz",
|
|
|
+ "integrity": "sha512-k/RYs6zc/fjbxTjaWZemeSmOjO0JJV+KguOBA3NwPup8uzxM1cMhR2BD9XmO86GuqaqTCO8CgkgH9Rz//vdDiA==",
|
|
|
"dev": true
|
|
|
},
|
|
|
"caseless": {
|
|
@@ -1783,9 +2032,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"chalk": {
|
|
|
- "version": "4.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
|
|
|
- "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
|
|
|
+ "version": "4.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
|
|
|
+ "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"ansi-styles": "^4.1.0",
|
|
@@ -2003,12 +2252,12 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"core-js-compat": {
|
|
|
- "version": "3.10.1",
|
|
|
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.10.1.tgz",
|
|
|
- "integrity": "sha512-ZHQTdTPkqvw2CeHiZC970NNJcnwzT6YIueDMASKt+p3WbZsLXOcoD392SkcWhkC0wBBHhlfhqGKKsNCQUozYtg==",
|
|
|
+ "version": "3.12.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.12.0.tgz",
|
|
|
+ "integrity": "sha512-vvaN8EOvYBEjrr+MN3vCKrMNc/xdYZI+Rt/uPMROi4T5Hj8Fz6TiPQm2mrB9aZoQVW1lCFHYmMrv99aUct9mkg==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "browserslist": "^4.16.3",
|
|
|
+ "browserslist": "^4.16.6",
|
|
|
"semver": "7.0.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
@@ -2185,9 +2434,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"electron-to-chromium": {
|
|
|
- "version": "1.3.704",
|
|
|
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.704.tgz",
|
|
|
- "integrity": "sha512-6cz0jvawlUe4h5AbfQWxPzb+8LzVyswGAWiGc32EJEmfj39HTQyNPkLXirc7+L4x5I6RgRkzua8Ryu5QZqc8cA==",
|
|
|
+ "version": "1.3.727",
|
|
|
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.727.tgz",
|
|
|
+ "integrity": "sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg==",
|
|
|
"dev": true
|
|
|
},
|
|
|
"emoji-regex": {
|
|
@@ -2267,9 +2516,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"eslint": {
|
|
|
- "version": "7.24.0",
|
|
|
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.24.0.tgz",
|
|
|
- "integrity": "sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==",
|
|
|
+ "version": "7.25.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.25.0.tgz",
|
|
|
+ "integrity": "sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"@babel/code-frame": "7.12.11",
|
|
@@ -2320,55 +2569,15 @@
|
|
|
"@babel/highlight": "^7.10.4"
|
|
|
}
|
|
|
},
|
|
|
- "ansi-styles": {
|
|
|
- "version": "4.3.0",
|
|
|
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
|
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
|
- "dev": true,
|
|
|
- "requires": {
|
|
|
- "color-convert": "^2.0.1"
|
|
|
- }
|
|
|
- },
|
|
|
- "chalk": {
|
|
|
- "version": "4.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
|
|
|
- "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
|
|
|
- "dev": true,
|
|
|
- "requires": {
|
|
|
- "ansi-styles": "^4.1.0",
|
|
|
- "supports-color": "^7.1.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "color-convert": {
|
|
|
- "version": "2.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
|
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
|
- "dev": true,
|
|
|
- "requires": {
|
|
|
- "color-name": "~1.1.4"
|
|
|
- }
|
|
|
- },
|
|
|
- "color-name": {
|
|
|
- "version": "1.1.4",
|
|
|
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
|
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
"globals": {
|
|
|
- "version": "13.7.0",
|
|
|
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.7.0.tgz",
|
|
|
- "integrity": "sha512-Aipsz6ZKRxa/xQkZhNg0qIWXT6x6rD46f6x/PCnBomlttdIyAPak4YD9jTmKpZ72uROSMU87qJtcgpgHaVchiA==",
|
|
|
+ "version": "13.8.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.8.0.tgz",
|
|
|
+ "integrity": "sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"type-fest": "^0.20.2"
|
|
|
}
|
|
|
},
|
|
|
- "has-flag": {
|
|
|
- "version": "4.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
|
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
"semver": {
|
|
|
"version": "7.3.5",
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
|
|
@@ -2377,15 +2586,6 @@
|
|
|
"requires": {
|
|
|
"lru-cache": "^6.0.0"
|
|
|
}
|
|
|
- },
|
|
|
- "supports-color": {
|
|
|
- "version": "7.2.0",
|
|
|
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
|
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
|
- "dev": true,
|
|
|
- "requires": {
|
|
|
- "has-flag": "^4.0.0"
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -2432,9 +2632,9 @@
|
|
|
}
|
|
|
},
|
|
|
"eslint-visitor-keys": {
|
|
|
- "version": "2.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz",
|
|
|
- "integrity": "sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==",
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
|
|
|
"dev": true
|
|
|
},
|
|
|
"espree": {
|
|
@@ -2823,9 +3023,9 @@
|
|
|
}
|
|
|
},
|
|
|
"glob": {
|
|
|
- "version": "7.1.6",
|
|
|
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
|
|
|
- "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
|
|
|
+ "version": "7.1.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
|
|
|
+ "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"fs.realpath": "^1.0.0",
|
|
@@ -3090,15 +3290,6 @@
|
|
|
"integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
|
|
|
"dev": true
|
|
|
},
|
|
|
- "is-boolean-object": {
|
|
|
- "version": "1.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.0.tgz",
|
|
|
- "integrity": "sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==",
|
|
|
- "dev": true,
|
|
|
- "requires": {
|
|
|
- "call-bind": "^1.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
"is-core-module": {
|
|
|
"version": "2.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz",
|
|
@@ -3147,18 +3338,6 @@
|
|
|
"integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=",
|
|
|
"dev": true
|
|
|
},
|
|
|
- "is-number-object": {
|
|
|
- "version": "1.0.4",
|
|
|
- "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.4.tgz",
|
|
|
- "integrity": "sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
- "is-string": {
|
|
|
- "version": "1.0.5",
|
|
|
- "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz",
|
|
|
- "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
"is-typedarray": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
|
|
@@ -3339,12 +3518,6 @@
|
|
|
"integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=",
|
|
|
"dev": true
|
|
|
},
|
|
|
- "lodash.flatten": {
|
|
|
- "version": "4.4.0",
|
|
|
- "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
|
|
|
- "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
"lodash.truncate": {
|
|
|
"version": "4.4.2",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
|
|
@@ -4216,9 +4389,9 @@
|
|
|
}
|
|
|
},
|
|
|
"rollup": {
|
|
|
- "version": "2.45.2",
|
|
|
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.45.2.tgz",
|
|
|
- "integrity": "sha512-kRRU7wXzFHUzBIv0GfoFFIN3m9oteY4uAsKllIpQDId5cfnkWF2J130l+27dzDju0E6MScKiV0ZM5Bw8m4blYQ==",
|
|
|
+ "version": "2.47.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.47.0.tgz",
|
|
|
+ "integrity": "sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"fsevents": "~2.3.1"
|
|
@@ -4253,9 +4426,9 @@
|
|
|
}
|
|
|
},
|
|
|
"rollup-plugin-visualizer": {
|
|
|
- "version": "5.3.6",
|
|
|
- "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.3.6.tgz",
|
|
|
- "integrity": "sha512-USIyYkzRuvIJZyUoFWSvejy/c8F9jm9mHbyB+01oE7m0Vc0Ll67HlZgRsY59IqU/j/qF1adPsXKSDkEXS6tzfg==",
|
|
|
+ "version": "5.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.5.0.tgz",
|
|
|
+ "integrity": "sha512-QUd0ZHGYn6rgogS+yzG08AvMk9J4kR1lO1cpLJCIAQhbyIGSBdqCddKWtxDsdmsxhkY/GCGw8CvoSB3MwMQOIQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"nanoid": "^3.1.22",
|
|
@@ -4554,32 +4727,6 @@
|
|
|
"ansi-styles": "^4.0.0",
|
|
|
"astral-regex": "^2.0.0",
|
|
|
"is-fullwidth-code-point": "^3.0.0"
|
|
|
- },
|
|
|
- "dependencies": {
|
|
|
- "ansi-styles": {
|
|
|
- "version": "4.3.0",
|
|
|
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
|
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
|
- "dev": true,
|
|
|
- "requires": {
|
|
|
- "color-convert": "^2.0.1"
|
|
|
- }
|
|
|
- },
|
|
|
- "color-convert": {
|
|
|
- "version": "2.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
|
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
|
- "dev": true,
|
|
|
- "requires": {
|
|
|
- "color-name": "~1.1.4"
|
|
|
- }
|
|
|
- },
|
|
|
- "color-name": {
|
|
|
- "version": "1.1.4",
|
|
|
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
|
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
|
- "dev": true
|
|
|
- }
|
|
|
}
|
|
|
},
|
|
|
"smart-buffer": {
|
|
@@ -4754,26 +4901,23 @@
|
|
|
}
|
|
|
},
|
|
|
"table": {
|
|
|
- "version": "6.0.9",
|
|
|
- "resolved": "https://registry.npmjs.org/table/-/table-6.0.9.tgz",
|
|
|
- "integrity": "sha512-F3cLs9a3hL1Z7N4+EkSscsel3z55XT950AvB05bwayrNg5T1/gykXtigioTAjbltvbMSJvvhFCbnf6mX+ntnJQ==",
|
|
|
+ "version": "6.7.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/table/-/table-6.7.0.tgz",
|
|
|
+ "integrity": "sha512-SAM+5p6V99gYiiy2gT5ArdzgM1dLDed0nkrWmG6Fry/bUS/m9x83BwpJUOf1Qj/x2qJd+thL6IkIx7qPGRxqBw==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"ajv": "^8.0.1",
|
|
|
- "is-boolean-object": "^1.1.0",
|
|
|
- "is-number-object": "^1.0.4",
|
|
|
- "is-string": "^1.0.5",
|
|
|
"lodash.clonedeep": "^4.5.0",
|
|
|
- "lodash.flatten": "^4.4.0",
|
|
|
"lodash.truncate": "^4.4.2",
|
|
|
"slice-ansi": "^4.0.0",
|
|
|
- "string-width": "^4.2.0"
|
|
|
+ "string-width": "^4.2.0",
|
|
|
+ "strip-ansi": "^6.0.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"ajv": {
|
|
|
- "version": "8.0.2",
|
|
|
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.0.2.tgz",
|
|
|
- "integrity": "sha512-V0HGxJd0PiDF0ecHYIesTOqfd1gJguwQUOYfMfAWnRsWQEXfc5ifbUFhD3Wjc+O+y7VAqL+g07prq9gHQ/JOZQ==",
|
|
|
+ "version": "8.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.2.0.tgz",
|
|
|
+ "integrity": "sha512-WSNGFuyWd//XO8n/m/EaOlNLtO0yL8EXT/74LqT4khdhpZjP7lkj/kT5uwRmGitKEVp/Oj7ZUHeGfPtgHhQ5CA==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"fast-deep-equal": "^3.1.1",
|