UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS and CSS.

94 lines (93 loc) 2.7 kB
{ "_args": [ [ "eslint-plugin-react@^3.14.0", "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-config-canonical-react" ] ], "_from": "eslint-plugin-react@>=3.14.0 <4.0.0", "_id": "eslint-plugin-react@3.14.0", "_inCache": true, "_installable": true, "_location": "/eslint-plugin-react", "_nodeVersion": "4.0.0", "_npmUser": { "email": "yannick.croissant+npm@gmail.com", "name": "yannickcr" }, "_npmVersion": "3.2.2", "_phantomChildren": {}, "_requested": { "name": "eslint-plugin-react", "raw": "eslint-plugin-react@^3.14.0", "rawSpec": "^3.14.0", "scope": null, "spec": ">=3.14.0 <4.0.0", "type": "range" }, "_requiredBy": [ "/eslint-config-canonical-react" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-3.14.0.tgz", "_shasum": "54763adfd33838b31c822088f774d3a2ad85daff", "_shrinkwrap": null, "_spec": "eslint-plugin-react@^3.14.0", "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-config-canonical-react", "author": { "email": "yannick.croissant+npm@gmail.com", "name": "Yannick Croissant" }, "bugs": { "url": "https://github.com/yannickcr/eslint-plugin-react/issues" }, "dependencies": {}, "description": "React specific linting rules for ESLint", "devDependencies": { "babel-eslint": "5.0.0-beta6", "coveralls": "2.11.6", "eslint": "2.0.0-alpha-2", "istanbul": "0.4.1", "mocha": "2.3.4" }, "directories": {}, "dist": { "shasum": "54763adfd33838b31c822088f774d3a2ad85daff", "tarball": "http://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-3.14.0.tgz" }, "files": [ "LICENSE", "README.md", "index.js", "lib" ], "gitHead": "cecdfe9d828f373e9d9276ea266123f0f72c7cf6", "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": {}, "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": "3.14.0" }