|
- {
- "_args": [
- [
- "eslint-plugin-react@7.11.1",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "eslint-plugin-react@7.11.1",
- "_id": "eslint-plugin-react@7.11.1",
- "_inBundle": false,
- "_integrity": "sha512-cVVyMadRyW7qsIUh3FHp3u6QHNhOgVrLQYdQEB1bPWBsgbNCHdFAeNMquBMCcZJu59eNthX053L70l7gRt4SCw==",
- "_location": "/eslint-plugin-react",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "eslint-plugin-react@7.11.1",
- "name": "eslint-plugin-react",
- "escapedName": "eslint-plugin-react",
- "rawSpec": "7.11.1",
- "saveSpec": null,
- "fetchSpec": "7.11.1"
- },
- "_requiredBy": [
- "/react-scripts"
- ],
- "_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz",
- "_spec": "7.11.1",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Yannick Croissant",
- "email": "yannick.croissant+npm@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/yannickcr/eslint-plugin-react/issues"
- },
- "dependencies": {
- "array-includes": "^3.0.3",
- "doctrine": "^2.1.0",
- "has": "^1.0.3",
- "jsx-ast-utils": "^2.0.1",
- "prop-types": "^15.6.2"
- },
- "description": "React specific linting rules for ESLint",
- "devDependencies": {
- "babel-eslint": "^8.2.5",
- "coveralls": "^3.0.1",
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0",
- "istanbul": "^0.4.5",
- "mocha": "^5.2.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 || ^4.0.0 || ^5.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 ./",
- "pretest": "npm run lint",
- "test": "npm run unit-test",
- "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js"
- },
- "version": "7.11.1"
- }
|