add enter functionality and resolve title show bug
This commit is contained in:
81
kitabcitab/node_modules/update-browserslist-db/package.json
generated
vendored
81
kitabcitab/node_modules/update-browserslist-db/package.json
generated
vendored
@@ -1,12 +1,52 @@
|
||||
{
|
||||
"name": "update-browserslist-db",
|
||||
"version": "1.0.10",
|
||||
"description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",
|
||||
"keywords": [
|
||||
"caniuse",
|
||||
"browsers",
|
||||
"target"
|
||||
"_args": [
|
||||
[
|
||||
"update-browserslist-db@1.0.10",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "update-browserslist-db@1.0.10",
|
||||
"_id": "update-browserslist-db@1.0.10",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==",
|
||||
"_location": "/update-browserslist-db",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "update-browserslist-db@1.0.10",
|
||||
"name": "update-browserslist-db",
|
||||
"escapedName": "update-browserslist-db",
|
||||
"rawSpec": "1.0.10",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.10"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserslist"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz",
|
||||
"_spec": "1.0.10",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Andrey Sitnik",
|
||||
"email": "andrey@sitnik.ru"
|
||||
},
|
||||
"bin": {
|
||||
"browserslist-lint": "cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/browserslist/update-db/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"escalade": "^3.1.1",
|
||||
"picocolors": "^1.0.0"
|
||||
},
|
||||
"description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
@@ -17,22 +57,21 @@
|
||||
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
||||
}
|
||||
],
|
||||
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
||||
"homepage": "https://github.com/browserslist/update-db#readme",
|
||||
"keywords": [
|
||||
"caniuse",
|
||||
"browsers",
|
||||
"target"
|
||||
],
|
||||
"license": "MIT",
|
||||
"repository": "browserslist/update-db",
|
||||
"types": "./index.d.ts",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"escalade": "^3.1.1",
|
||||
"picocolors": "^1.0.0"
|
||||
},
|
||||
"name": "update-browserslist-db",
|
||||
"peerDependencies": {
|
||||
"browserslist": ">= 4.21.0"
|
||||
},
|
||||
"bin": {
|
||||
"browserslist-lint": "cli.js"
|
||||
}
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/browserslist/update-db.git"
|
||||
},
|
||||
"types": "./index.d.ts",
|
||||
"version": "1.0.10"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user