81 lines
2.1 KiB
JSON
Executable File
81 lines
2.1 KiB
JSON
Executable File
{
|
|
"_from": "eslint-plugin-react@7.0.1",
|
|
"_id": "eslint-plugin-react@7.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-54EH4eVZxuKxd4a7Z8LioBCtDS8=",
|
|
"_location": "/eslint-plugin-react",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-react@7.0.1",
|
|
"name": "eslint-plugin-react",
|
|
"escapedName": "eslint-plugin-react",
|
|
"rawSpec": "7.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-scripts"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.0.1.tgz",
|
|
"_shasum": "e78107e1e559c6e2b17786bb67c2e2a010ad0d2f",
|
|
"_spec": "eslint-plugin-react@7.0.1",
|
|
"_where": "/home/bilal/Saburly/slucajna-televizija/node_modules/react-scripts",
|
|
"author": {
|
|
"name": "Yannick Croissant",
|
|
"email": "yannick.croissant+npm@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yannickcr/eslint-plugin-react/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"doctrine": "^2.0.0",
|
|
"has": "^1.0.1",
|
|
"jsx-ast-utils": "^1.3.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "React specific linting rules for ESLint",
|
|
"devDependencies": {
|
|
"babel-eslint": "7.2.3",
|
|
"coveralls": "2.13.1",
|
|
"eslint": "^3.0.0",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/yannickcr/eslint-plugin-react",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslint-plugin",
|
|
"eslintplugin",
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "eslint-plugin-react",
|
|
"peerDependencies": {
|
|
"eslint": "^3.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yannickcr/eslint-plugin-react.git"
|
|
},
|
|
"scripts": {
|
|
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
|
|
"lint": "eslint ./",
|
|
"test": "npm run lint && npm run unit-test",
|
|
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
|
|
},
|
|
"version": "7.0.1"
|
|
}
|