UNPKG

react-scripts

Version:
116 lines (115 loc) 3.19 kB
{ "_args": [ [ { "raw": "eslint-plugin-react@6.3.0", "scope": null, "escapedName": "eslint-plugin-react", "name": "eslint-plugin-react", "rawSpec": "6.3.0", "spec": "6.3.0", "type": "version" }, "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.x9v5qjyK/packages/react-scripts" ] ], "_from": "eslint-plugin-react@6.3.0", "_id": "eslint-plugin-react@6.3.0", "_inCache": true, "_location": "/eslint-plugin-react", "_nodeVersion": "6.3.1", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/eslint-plugin-react-6.3.0.tgz_1474328593518_0.10384319559670985" }, "_npmUser": { "name": "yannickcr", "email": "yannick.croissant+npm@gmail.com" }, "_npmVersion": "3.10.3", "_phantomChildren": {}, "_requested": { "raw": "eslint-plugin-react@6.3.0", "scope": null, "escapedName": "eslint-plugin-react", "name": "eslint-plugin-react", "rawSpec": "6.3.0", "spec": "6.3.0", "type": "version" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-6.3.0.tgz", "_shasum": "fac3504a02917fc8b15f7f28514058cffde9cb76", "_shrinkwrap": null, "_spec": "eslint-plugin-react@6.3.0", "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.x9v5qjyK/packages/react-scripts", "author": { "name": "Yannick Croissant", "email": "yannick.croissant+npm@gmail.com" }, "bugs": { "url": "https://github.com/yannickcr/eslint-plugin-react/issues" }, "dependencies": { "doctrine": "^1.2.2", "jsx-ast-utils": "^1.3.1" }, "description": "React specific linting rules for ESLint", "devDependencies": { "babel-eslint": "6.1.2", "coveralls": "2.11.12", "eslint": "3.5.0", "istanbul": "0.4.5", "mocha": "3.0.2" }, "directories": {}, "dist": { "shasum": "fac3504a02917fc8b15f7f28514058cffde9cb76", "tarball": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-6.3.0.tgz" }, "engines": { "node": ">=0.10" }, "files": [ "LICENSE", "README.md", "index.js", "lib" ], "gitHead": "6a94967e9fe9dd97bf88244489f672ebe549605d", "homepage": "https://github.com/yannickcr/eslint-plugin-react", "keywords": [ "eslint", "eslint-plugin", "eslintplugin", "react" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "yannickcr", "email": "yannick.croissant+npm@gmail.com" } ], "name": "eslint-plugin-react", "optionalDependencies": {}, "peerDependencies": { "eslint": "^2.0.0 || ^3.0.0" }, "readme": "ERROR: No README data found!", "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": "6.3.0" }