Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/eslint-plugin-react-hooks/package.json

    r0c6b92a r79a0317  
    11{
    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,
    331  "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"
    940  },
    1041  "files": [
     
    1445    "cjs"
    1546  ],
     47  "homepage": "https://reactjs.org/",
    1648  "keywords": [
    1749    "eslint",
     
    2153  ],
    2254  "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",
    3056  "peerDependencies": {
    3157    "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
    3258  },
    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"
    3965}
Note: See TracChangeset for help on using the changeset viewer.