|
@@ -4,6 +4,9 @@
|
|
|
"requires": true,
|
|
|
"packages": {
|
|
|
"": {
|
|
|
+ "dependencies": {
|
|
|
+ "caniuse-lite": "^1.0.30001641"
|
|
|
+ },
|
|
|
"devDependencies": {
|
|
|
"eslint": "^8.2.0",
|
|
|
"eslint-config-airbnb": "^19.0.0",
|
|
@@ -376,6 +379,25 @@
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/caniuse-lite": {
|
|
|
+ "version": "1.0.30001641",
|
|
|
+ "resolved": "https://mirrors.cloud.tencent.com/npm/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz",
|
|
|
+ "integrity": "sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/browserslist"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "tidelift",
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
"node_modules/chalk": {
|
|
|
"version": "4.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -2737,6 +2759,11 @@
|
|
|
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "caniuse-lite": {
|
|
|
+ "version": "1.0.30001641",
|
|
|
+ "resolved": "https://mirrors.cloud.tencent.com/npm/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz",
|
|
|
+ "integrity": "sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA=="
|
|
|
+ },
|
|
|
"chalk": {
|
|
|
"version": "4.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
|