add enter functionality and resolve title show bug
This commit is contained in:
100
kitabcitab/node_modules/eslint-utils/package.json
generated
vendored
100
kitabcitab/node_modules/eslint-utils/package.json
generated
vendored
@@ -1,26 +1,42 @@
|
||||
{
|
||||
"name": "eslint-utils",
|
||||
"version": "3.0.0",
|
||||
"description": "Utilities for ESLint plugins.",
|
||||
"engines": {
|
||||
"node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"main": "index",
|
||||
"module": "index.mjs",
|
||||
"files": [
|
||||
"index.*"
|
||||
"_args": [
|
||||
[
|
||||
"eslint-utils@3.0.0",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./index.mjs",
|
||||
"require": "./index.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
"_from": "eslint-utils@3.0.0",
|
||||
"_id": "eslint-utils@3.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
|
||||
"_location": "/eslint-utils",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eslint-utils@3.0.0",
|
||||
"name": "eslint-utils",
|
||||
"escapedName": "eslint-utils",
|
||||
"rawSpec": "3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Toru Nagashima"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mysticatea/eslint-utils/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint-visitor-keys": "^2.0.0"
|
||||
},
|
||||
"description": "Utilities for ESLint plugins.",
|
||||
"devDependencies": {
|
||||
"@mysticatea/eslint-plugin": "^13.0.0",
|
||||
"codecov": "^3.6.1",
|
||||
@@ -40,11 +56,36 @@
|
||||
"vuepress": "^1.2.0",
|
||||
"warun": "^1.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./index.mjs",
|
||||
"require": "./index.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"index.*"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/mysticatea",
|
||||
"homepage": "https://github.com/mysticatea/eslint-utils#readme",
|
||||
"keywords": [
|
||||
"eslint"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index",
|
||||
"module": "index.mjs",
|
||||
"name": "eslint-utils",
|
||||
"peerDependencies": {
|
||||
"eslint": ">=5"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mysticatea/eslint-utils.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prebuild": "npm run -s clean",
|
||||
"build": "rollup -c",
|
||||
"clean": "rimraf .nyc_output coverage index.*",
|
||||
"codecov": "nyc report -r lcovonly && codecov",
|
||||
@@ -54,25 +95,14 @@
|
||||
"format": "npm run -s format:prettier -- --write",
|
||||
"format:prettier": "prettier docs/.vuepress/config.js src/**/*.js test/**/*.js rollup.config.js .vscode/*.json *.json .github/**/*.yml *.yml docs/**/*.md *.md",
|
||||
"lint": "eslint docs/.vuepress/config.js src test rollup.config.js",
|
||||
"postversion": "git push && git push --tags",
|
||||
"prebuild": "npm run -s clean",
|
||||
"preversion": "npm test && npm run -s build",
|
||||
"prewatch": "npm run -s clean",
|
||||
"test": "run-s \"format:prettier -- --check\" lint build test:mocha",
|
||||
"test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
|
||||
"preversion": "npm test && npm run -s build",
|
||||
"postversion": "git push && git push --tags",
|
||||
"prewatch": "npm run -s clean",
|
||||
"watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mysticatea/eslint-utils.git"
|
||||
},
|
||||
"keywords": [
|
||||
"eslint"
|
||||
],
|
||||
"author": "Toru Nagashima",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mysticatea/eslint-utils/issues"
|
||||
},
|
||||
"homepage": "https://github.com/mysticatea/eslint-utils#readme",
|
||||
"funding": "https://github.com/sponsors/mysticatea"
|
||||
"sideEffects": false,
|
||||
"version": "3.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user