1 | {
|
---|
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,
|
---|
31 | "description": "ESLint rules for 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"
|
---|
40 | },
|
---|
41 | "files": [
|
---|
42 | "LICENSE",
|
---|
43 | "README.md",
|
---|
44 | "index.js",
|
---|
45 | "cjs"
|
---|
46 | ],
|
---|
47 | "homepage": "https://reactjs.org/",
|
---|
48 | "keywords": [
|
---|
49 | "eslint",
|
---|
50 | "eslint-plugin",
|
---|
51 | "eslintplugin",
|
---|
52 | "react"
|
---|
53 | ],
|
---|
54 | "license": "MIT",
|
---|
55 | "name": "eslint-plugin-react-hooks",
|
---|
56 | "peerDependencies": {
|
---|
57 | "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
|
---|
58 | },
|
---|
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"
|
---|
65 | }
|
---|