Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@eslint-community/eslint-utils/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "@eslint-community/eslint-utils", 3 "version": "4.4. 0",3 "version": "4.4.1", 4 4 "description": "Utilities for ESLint plugins.", 5 5 "keywords": [ … … 39 39 "format:prettier": "prettier .", 40 40 "format:check": "npm run -s format:prettier -- --check", 41 "lint": "eslint .", 41 "lint:eslint": "eslint .", 42 "lint:format": "npm run -s format:check", 43 "lint:installed-check": "installed-check -v -i installed-check -i npm-run-all2 -i knip", 44 "lint:knip": "knip", 45 "lint": "run-p lint:*", 42 46 "test": "c8 mocha --reporter dot \"test/*.mjs\"", 43 47 "preversion": "npm test && npm run -s build", … … 47 51 }, 48 52 "dependencies": { 49 "eslint-visitor-keys": "^3. 3.0"53 "eslint-visitor-keys": "^3.4.3" 50 54 }, 51 55 "devDependencies": { 52 "@eslint-community/eslint-plugin-mysticatea": "^15.2.0", 53 "c8": "^7.12.0", 54 "dot-prop": "^6.0.1", 55 "eslint": "^8.28.0", 56 "@eslint-community/eslint-plugin-mysticatea": "^15.6.1", 57 "c8": "^8.0.1", 58 "dot-prop": "^7.2.0", 59 "eslint": "^8.57.1", 60 "installed-check": "^8.0.1", 61 "knip": "^5.33.3", 56 62 "mocha": "^9.2.2", 57 "npm-run-all ": "^4.1.5",63 "npm-run-all2": "^6.2.3", 58 64 "opener": "^1.5.2", 59 "prettier": "2.8. 4",65 "prettier": "2.8.8", 60 66 "rimraf": "^3.0.2", 61 "rollup": "^2.79. 1",67 "rollup": "^2.79.2", 62 68 "rollup-plugin-sourcemaps": "^0.6.3", 63 "semver": "^7. 3.8",64 "vitepress": "^1. 0.0-alpha.40",69 "semver": "^7.6.3", 70 "vitepress": "^1.4.1", 65 71 "warun": "^1.0.0" 66 72 }, … … 70 76 "engines": { 71 77 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 72 } 78 }, 79 "funding": "https://opencollective.com/eslint" 73 80 }
Note:
See TracChangeset
for help on using the changeset viewer.