add enter functionality and resolve title show bug
This commit is contained in:
155
kitabcitab/node_modules/eslint-plugin-import/package.json
generated
vendored
155
kitabcitab/node_modules/eslint-plugin-import/package.json
generated
vendored
@@ -1,57 +1,57 @@
|
||||
{
|
||||
"name": "eslint-plugin-import",
|
||||
"version": "2.26.0",
|
||||
"description": "Import with sanity.",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"files": [
|
||||
"*.md",
|
||||
"LICENSE",
|
||||
"docs",
|
||||
"lib",
|
||||
"config",
|
||||
"memo-parser/{*.js,LICENSE,*.md}"
|
||||
"_args": [
|
||||
[
|
||||
"eslint-plugin-import@2.26.0",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"scripts": {
|
||||
"prebuild": "rimraf lib",
|
||||
"build": "babel --quiet --out-dir lib src",
|
||||
"postbuild": "npm run copy-metafiles",
|
||||
"copy-metafiles": "node --require babel-register ./scripts/copyMetafiles",
|
||||
"watch": "npm run tests-only -- -- --watch",
|
||||
"pretest": "linklocal",
|
||||
"posttest": "eslint .",
|
||||
"mocha": "cross-env BABEL_ENV=test nyc mocha",
|
||||
"tests-only": "npm run mocha tests/src",
|
||||
"test": "npm run tests-only",
|
||||
"test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src",
|
||||
"test-all": "node --require babel-register ./scripts/testAll",
|
||||
"prepublishOnly": "safe-publish-latest && npm run build",
|
||||
"prepublish": "not-in-publish || npm run prepublishOnly"
|
||||
"_from": "eslint-plugin-import@2.26.0",
|
||||
"_id": "eslint-plugin-import@2.26.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==",
|
||||
"_location": "/eslint-plugin-import",
|
||||
"_phantomChildren": {
|
||||
"esutils": "2.0.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/import-js/eslint-plugin-import"
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eslint-plugin-import@2.26.0",
|
||||
"name": "eslint-plugin-import",
|
||||
"escapedName": "eslint-plugin-import",
|
||||
"rawSpec": "2.26.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.26.0"
|
||||
},
|
||||
"keywords": [
|
||||
"eslint",
|
||||
"eslintplugin",
|
||||
"es6",
|
||||
"jsnext",
|
||||
"modules",
|
||||
"import",
|
||||
"export"
|
||||
"_requiredBy": [
|
||||
"/eslint-config-next"
|
||||
],
|
||||
"author": "Ben Mosher <me@benmosher.com>",
|
||||
"license": "MIT",
|
||||
"_resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz",
|
||||
"_spec": "2.26.0",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Ben Mosher",
|
||||
"email": "me@benmosher.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/import-js/eslint-plugin-import/issues"
|
||||
},
|
||||
"homepage": "https://github.com/import-js/eslint-plugin-import",
|
||||
"dependencies": {
|
||||
"array-includes": "^3.1.4",
|
||||
"array.prototype.flat": "^1.2.5",
|
||||
"debug": "^2.6.9",
|
||||
"doctrine": "^2.1.0",
|
||||
"eslint-import-resolver-node": "^0.3.6",
|
||||
"eslint-module-utils": "^2.7.3",
|
||||
"has": "^1.0.3",
|
||||
"is-core-module": "^2.8.1",
|
||||
"is-glob": "^4.0.3",
|
||||
"minimatch": "^3.1.2",
|
||||
"object.values": "^1.1.5",
|
||||
"resolve": "^1.22.0",
|
||||
"tsconfig-paths": "^3.14.1"
|
||||
},
|
||||
"description": "Import with sanity.",
|
||||
"devDependencies": {
|
||||
"@angular-eslint/template-parser": "^13.1.0",
|
||||
"@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped",
|
||||
@@ -95,22 +95,55 @@
|
||||
"typescript": "^2.8.1 || ~3.9.5",
|
||||
"typescript-eslint-parser": "^15 || ^20 || ^22"
|
||||
},
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"*.md",
|
||||
"LICENSE",
|
||||
"docs",
|
||||
"lib",
|
||||
"config",
|
||||
"memo-parser/{*.js,LICENSE,*.md}"
|
||||
],
|
||||
"homepage": "https://github.com/import-js/eslint-plugin-import",
|
||||
"keywords": [
|
||||
"eslint",
|
||||
"eslintplugin",
|
||||
"es6",
|
||||
"jsnext",
|
||||
"modules",
|
||||
"import",
|
||||
"export"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "eslint-plugin-import",
|
||||
"peerDependencies": {
|
||||
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
||||
},
|
||||
"dependencies": {
|
||||
"array-includes": "^3.1.4",
|
||||
"array.prototype.flat": "^1.2.5",
|
||||
"debug": "^2.6.9",
|
||||
"doctrine": "^2.1.0",
|
||||
"eslint-import-resolver-node": "^0.3.6",
|
||||
"eslint-module-utils": "^2.7.3",
|
||||
"has": "^1.0.3",
|
||||
"is-core-module": "^2.8.1",
|
||||
"is-glob": "^4.0.3",
|
||||
"minimatch": "^3.1.2",
|
||||
"object.values": "^1.1.5",
|
||||
"resolve": "^1.22.0",
|
||||
"tsconfig-paths": "^3.14.1"
|
||||
}
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel --quiet --out-dir lib src",
|
||||
"copy-metafiles": "node --require babel-register ./scripts/copyMetafiles",
|
||||
"mocha": "cross-env BABEL_ENV=test nyc mocha",
|
||||
"postbuild": "npm run copy-metafiles",
|
||||
"posttest": "eslint .",
|
||||
"prebuild": "rimraf lib",
|
||||
"prepublish": "not-in-publish || npm run prepublishOnly",
|
||||
"prepublishOnly": "safe-publish-latest && npm run build",
|
||||
"pretest": "linklocal",
|
||||
"test": "npm run tests-only",
|
||||
"test-all": "node --require babel-register ./scripts/testAll",
|
||||
"test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src",
|
||||
"tests-only": "npm run mocha tests/src",
|
||||
"watch": "npm run tests-only -- -- --watch"
|
||||
},
|
||||
"version": "2.26.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user