init source
This commit is contained in:
+103
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"eslint-plugin-react@7.16.0",
|
||||
"/home/app"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "eslint-plugin-react@7.16.0",
|
||||
"_id": "eslint-plugin-react@7.16.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-GacBAATewhhptbK3/vTP09CbFrgUJmBSaaRcWdbQLFvUZy9yVcQxigBNHGPU/KE2AyHpzj3AWXpxoMTsIDiHug==",
|
||||
"_location": "/eslint-plugin-react",
|
||||
"_phantomChildren": {
|
||||
"esutils": "2.0.3"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eslint-plugin-react@7.16.0",
|
||||
"name": "eslint-plugin-react",
|
||||
"escapedName": "eslint-plugin-react",
|
||||
"rawSpec": "7.16.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "7.16.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.16.0.tgz",
|
||||
"_spec": "7.16.0",
|
||||
"_where": "/home/app",
|
||||
"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.2.1",
|
||||
"object.entries": "^1.1.0",
|
||||
"object.fromentries": "^2.0.0",
|
||||
"object.values": "^1.1.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"resolve": "^1.12.0"
|
||||
},
|
||||
"description": "React specific linting rules for ESLint",
|
||||
"devDependencies": {
|
||||
"@types/eslint": "^4.16.6",
|
||||
"@types/estree": "0.0.39",
|
||||
"@types/node": "^12.0.0",
|
||||
"babel-eslint": "^8.2.6",
|
||||
"coveralls": "^3.0.2",
|
||||
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
|
||||
"eslint-config-airbnb-base": "^13.2.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^5.2.0",
|
||||
"sinon": "^7.5.0",
|
||||
"typescript": "^3.6.3",
|
||||
"typescript-eslint-parser": "^20.1.1"
|
||||
},
|
||||
"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 || ^6.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/yannickcr/eslint-plugin-react.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coveralls": "cat ./coverage/lcov.info | coveralls",
|
||||
"lint": "eslint ./",
|
||||
"postlint": "npm run type-check",
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run unit-test",
|
||||
"type-check": "tsc",
|
||||
"unit-test": "istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js"
|
||||
},
|
||||
"version": "7.16.0"
|
||||
}
|
||||
Reference in New Issue
Block a user