Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/eslint-plugin-react/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "eslint-plugin-react", 3 "version": "7.3 5.0",3 "version": "7.37.2", 4 4 "author": "Yannick Croissant <yannick.croissant+npm@gmail.com>", 5 5 "description": "React specific linting rules for ESLint", 6 6 "main": "index.js", 7 "types": "index.d.ts", 7 8 "scripts": { 8 "prepack": "npmignore --auto --commentLines=autogenerated", 9 "clean-built-types": "rm -f $(find . -maxdepth 1 -type f -name '*.d.ts*') $(find lib -type f -name '*.d.ts*' ! -name 'types.d.ts')", 10 "prebuild-types": "npm run clean-built-types", 11 "build-types": "tsc -p build.tsconfig.json", 12 "prepack": "npm run build-types && npmignore --auto --commentLines=autogenerated", 9 13 "prelint": "npm run lint:docs", 10 14 "lint:docs": "markdownlint \"**/*.md\"", … … 14 18 "pretest": "npm run lint", 15 19 "test": "npm run unit-test", 16 "posttest": " aud--production",20 "posttest": "npx npm@'>= 10.2' audit --production", 17 21 "type-check": "tsc", 18 22 "unit-test": "istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js tests/flat-config.js", … … 31 35 "array.prototype.tosorted": "^1.1.4", 32 36 "doctrine": "^2.1.0", 33 "es-iterator-helpers": "^1. 0.19",37 "es-iterator-helpers": "^1.1.0", 34 38 "estraverse": "^5.3.0", 35 39 "hasown": "^2.0.2", … … 46 50 }, 47 51 "devDependencies": { 48 "@babel/core": "^7.2 4.9",49 "@babel/eslint-parser": "^7.2 4.8",50 "@babel/plugin-syntax-decorators": "^7.2 4.7",51 "@babel/plugin-syntax-do-expressions": "^7.2 4.7",52 "@babel/plugin-syntax-function-bind": "^7.2 4.7",53 "@babel/preset-react": "^7.2 4.7",52 "@babel/core": "^7.25.9", 53 "@babel/eslint-parser": "^7.25.9", 54 "@babel/plugin-syntax-decorators": "^7.25.9", 55 "@babel/plugin-syntax-do-expressions": "^7.25.9", 56 "@babel/plugin-syntax-function-bind": "^7.25.9", 57 "@babel/preset-react": "^7.25.9", 54 58 "@types/eslint": "=7.2.10", 55 59 "@types/estree": "0.0.52", 56 60 "@types/node": "^4.9.5", 57 "@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0", 58 "aud": "^2.0.4", 61 "@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4 || ^5 || ^6.20 || ^7.14.1 || ^8.4", 59 62 "babel-eslint": "^8 || ^9 || ^10.1.0", 60 63 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7", … … 62 65 "eslint-doc-generator": "^1.7.1", 63 66 "eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5", 64 "eslint-plugin-import": "^2. 29.1",67 "eslint-plugin-import": "^2.31.0", 65 68 "eslint-remote-tester": "^3.0.1", 66 69 "eslint-remote-tester-repositories": "^1.0.1", 67 70 "eslint-scope": "^3.7.3", 68 71 "espree": "^3.5.4", 72 "gfm-footnotes": "^1.0.1", 69 73 "glob": "=10.3.7", 70 74 "istanbul": "^0.4.5", … … 97 101 "docs/", 98 102 "test/", 103 "test-published-types/", 99 104 "tests/", 100 105 "*.md", … … 104 109 ".editorconfig", 105 110 "tsconfig.json", 111 "build.tsconfig.json", 106 112 ".markdownlint*", 107 "types" 113 "types", 114 "!*.d.ts", 115 "!*.d.ts.map" 108 116 ] 109 117 }
Note:
See TracChangeset
for help on using the changeset viewer.