add enter functionality and resolve title show bug
This commit is contained in:
89
kitabcitab/node_modules/jsx-ast-utils/package.json
generated
vendored
89
kitabcitab/node_modules/jsx-ast-utils/package.json
generated
vendored
@@ -1,22 +1,44 @@
|
||||
{
|
||||
"name": "jsx-ast-utils",
|
||||
"version": "3.3.3",
|
||||
"description": "AST utility module for statically analyzing JSX",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"prepack": "npmignore --auto --commentLines=autogenerated",
|
||||
"prebuild": "rimraf lib",
|
||||
"build": "babel src --out-dir lib",
|
||||
"prepublishOnly": "safe-publish-latest && npm test && npm run build",
|
||||
"prepublish": "not-in-publish || npm run prepublishOnly",
|
||||
"prelint": "npm run build",
|
||||
"lint": "eslint .",
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run tests-only --",
|
||||
"posttest": "aud --production",
|
||||
"tests-only": "jest --coverage",
|
||||
"test:watch": "npm run tests-only -- --watch"
|
||||
"_args": [
|
||||
[
|
||||
"jsx-ast-utils@3.3.3",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "jsx-ast-utils@3.3.3",
|
||||
"_id": "jsx-ast-utils@3.3.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==",
|
||||
"_location": "/jsx-ast-utils",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jsx-ast-utils@3.3.3",
|
||||
"name": "jsx-ast-utils",
|
||||
"escapedName": "jsx-ast-utils",
|
||||
"rawSpec": "3.3.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.3.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint-plugin-jsx-a11y",
|
||||
"/eslint-plugin-react"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz",
|
||||
"_spec": "3.3.3",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Ethan Cohen"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsx-eslint/jsx-ast-utils/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"array-includes": "^3.1.5",
|
||||
"object.assign": "^4.1.3"
|
||||
},
|
||||
"description": "AST utility module for statically analyzing JSX",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.10",
|
||||
"@babel/eslint-parser": "^7.18.9",
|
||||
@@ -46,26 +68,39 @@
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
"homepage": "https://github.com/jsx-eslint/jsx-ast-utils#readme",
|
||||
"keywords": [
|
||||
"jsx",
|
||||
"ast",
|
||||
"lint",
|
||||
"eslint"
|
||||
],
|
||||
"author": "Ethan Cohen",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jsx-eslint/jsx-ast-utils"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-includes": "^3.1.5",
|
||||
"object.assign": "^4.1.3"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"name": "jsx-ast-utils",
|
||||
"publishConfig": {
|
||||
"ignore": [
|
||||
".github/workflows",
|
||||
"jest.config.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jsx-eslint/jsx-ast-utils.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir lib",
|
||||
"lint": "eslint .",
|
||||
"posttest": "aud --production",
|
||||
"prebuild": "rimraf lib",
|
||||
"prelint": "npm run build",
|
||||
"prepack": "npmignore --auto --commentLines=autogenerated",
|
||||
"prepublish": "not-in-publish || npm run prepublishOnly",
|
||||
"prepublishOnly": "safe-publish-latest && npm test && npm run build",
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run tests-only --",
|
||||
"test:watch": "npm run tests-only -- --watch",
|
||||
"tests-only": "jest --coverage"
|
||||
},
|
||||
"version": "3.3.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user