add enter functionality and resolve title show bug
This commit is contained in:
64
kitabcitab/node_modules/@rushstack/eslint-patch/package.json
generated
vendored
64
kitabcitab/node_modules/@rushstack/eslint-patch/package.json
generated
vendored
@@ -1,13 +1,41 @@
|
||||
{
|
||||
"name": "@rushstack/eslint-patch",
|
||||
"version": "1.2.0",
|
||||
"_args": [
|
||||
[
|
||||
"@rushstack/eslint-patch@1.2.0",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "@rushstack/eslint-patch@1.2.0",
|
||||
"_id": "@rushstack/eslint-patch@1.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==",
|
||||
"_location": "/@rushstack/eslint-patch",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@rushstack/eslint-patch@1.2.0",
|
||||
"name": "@rushstack/eslint-patch",
|
||||
"escapedName": "@rushstack%2feslint-patch",
|
||||
"scope": "@rushstack",
|
||||
"rawSpec": "1.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint-config-next"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz",
|
||||
"_spec": "1.2.0",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/microsoft/rushstack/issues"
|
||||
},
|
||||
"description": "A patch that improves how ESLint loads plugins when working in a monorepo with a reusable toolchain",
|
||||
"main": "lib/usage.js",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/rushstack.git",
|
||||
"type": "git",
|
||||
"directory": "eslint/eslint-patch"
|
||||
"devDependencies": {
|
||||
"@rushstack/heft": "0.47.0",
|
||||
"@rushstack/heft-node-rig": "1.10.0",
|
||||
"@types/node": "12.20.24"
|
||||
},
|
||||
"homepage": "https://rushstack.io",
|
||||
"keywords": [
|
||||
@@ -20,13 +48,17 @@
|
||||
"relative",
|
||||
"package"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@rushstack/heft": "0.47.0",
|
||||
"@rushstack/heft-node-rig": "1.10.0",
|
||||
"@types/node": "12.20.24"
|
||||
"license": "MIT",
|
||||
"main": "lib/usage.js",
|
||||
"name": "@rushstack/eslint-patch",
|
||||
"repository": {
|
||||
"url": "git+https://github.com/microsoft/rushstack.git",
|
||||
"type": "git",
|
||||
"directory": "eslint/eslint-patch"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "heft build --clean",
|
||||
"_phase:build": "heft build --clean"
|
||||
}
|
||||
}
|
||||
"_phase:build": "heft build --clean",
|
||||
"build": "heft build --clean"
|
||||
},
|
||||
"version": "1.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user