mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 10:01:30 -04:00
86 lines
2.3 KiB
JSON
Executable File
86 lines
2.3 KiB
JSON
Executable File
{
|
|
"_from": "eslint-plugin-react@~6.10.0",
|
|
"_id": "eslint-plugin-react@6.10.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-xUNb6wZ3ThLH2y9qut3L+QDNP3g=",
|
|
"_location": "/eslint-plugin-react",
|
|
"_phantomChildren": {
|
|
"esutils": "2.0.2",
|
|
"isarray": "1.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-react@~6.10.0",
|
|
"name": "eslint-plugin-react",
|
|
"escapedName": "eslint-plugin-react",
|
|
"rawSpec": "~6.10.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~6.10.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/standard"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-6.10.3.tgz",
|
|
"_shasum": "c5435beb06774e12c7db2f6abaddcbf900cd3f78",
|
|
"_spec": "eslint-plugin-react@~6.10.0",
|
|
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/standard",
|
|
"author": {
|
|
"name": "Yannick Croissant",
|
|
"email": "yannick.croissant+npm@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yannickcr/eslint-plugin-react/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"array.prototype.find": "^2.0.1",
|
|
"doctrine": "^1.2.2",
|
|
"has": "^1.0.1",
|
|
"jsx-ast-utils": "^1.3.4",
|
|
"object.assign": "^4.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "React specific linting rules for ESLint",
|
|
"devDependencies": {
|
|
"babel-eslint": "7.1.1",
|
|
"coveralls": "2.11.15",
|
|
"eslint": "^2.0.0 || ^3.0.0",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"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": "^2.0.0 || ^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 --opts tests/mocha.opts"
|
|
},
|
|
"version": "6.10.3"
|
|
}
|