Changeset 79a0317 for imaps-frontend/node_modules/eslint-plugin-react-hooks
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/eslint-plugin-react-hooks/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "eslint-plugin-react-hooks", 2 "_development": true, 3 "_from": "eslint-plugin-react-hooks@4.6.2", 4 "_id": "eslint-plugin-react-hooks@4.6.2", 5 "_inBundle": false, 6 "_integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", 7 "_location": "/eslint-plugin-react-hooks", 8 "_phantomChildren": {}, 9 "_requested": { 10 "type": "version", 11 "registry": true, 12 "raw": "eslint-plugin-react-hooks@4.6.2", 13 "name": "eslint-plugin-react-hooks", 14 "escapedName": "eslint-plugin-react-hooks", 15 "rawSpec": "4.6.2", 16 "saveSpec": null, 17 "fetchSpec": "4.6.2" 18 }, 19 "_requiredBy": [ 20 "#DEV:/" 21 ], 22 "_resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", 23 "_shasum": "c829eb06c0e6f484b3fbb85a97e57784f328c596", 24 "_spec": "eslint-plugin-react-hooks@4.6.2", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend", 26 "bugs": { 27 "url": "https://github.com/facebook/react/issues" 28 }, 29 "bundleDependencies": false, 30 "deprecated": false, 3 31 "description": "ESLint rules for React Hooks", 4 "version": "4.6.2", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/facebook/react.git", 8 "directory": "packages/eslint-plugin-react-hooks" 32 "devDependencies": { 33 "@typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0", 34 "@typescript-eslint/parser-v3": "npm:@typescript-eslint/parser@^3.10.0", 35 "@typescript-eslint/parser-v4": "npm:@typescript-eslint/parser@^4.1.0", 36 "@typescript-eslint/parser-v5": "npm:@typescript-eslint/parser@^5.0.0-0" 37 }, 38 "engines": { 39 "node": ">=10" 9 40 }, 10 41 "files": [ … … 14 45 "cjs" 15 46 ], 47 "homepage": "https://reactjs.org/", 16 48 "keywords": [ 17 49 "eslint", … … 21 53 ], 22 54 "license": "MIT", 23 "bugs": { 24 "url": "https://github.com/facebook/react/issues" 25 }, 26 "engines": { 27 "node": ">=10" 28 }, 29 "homepage": "https://reactjs.org/", 55 "name": "eslint-plugin-react-hooks", 30 56 "peerDependencies": { 31 57 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" 32 58 }, 33 " devDependencies": {34 " @typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0",35 " @typescript-eslint/parser-v3": "npm:@typescript-eslint/parser@^3.10.0",36 " @typescript-eslint/parser-v4": "npm:@typescript-eslint/parser@^4.1.0",37 "@typescript-eslint/parser-v5": "npm:@typescript-eslint/parser@^5.0.0-0"38 }59 "repository": { 60 "type": "git", 61 "url": "git+https://github.com/facebook/react.git", 62 "directory": "packages/eslint-plugin-react-hooks" 63 }, 64 "version": "4.6.2" 39 65 }
Note:
See TracChangeset
for help on using the changeset viewer.