Files
portfolio/node_modules/eslint-config-react-app/package.json
2021-09-20 16:54:47 -04:00

74 lines
2.2 KiB
JSON

{
"_from": "eslint-config-react-app@^6.0.0",
"_id": "eslint-config-react-app@6.0.0",
"_inBundle": false,
"_integrity": "sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==",
"_location": "/eslint-config-react-app",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-config-react-app@^6.0.0",
"name": "eslint-config-react-app",
"escapedName": "eslint-config-react-app",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz",
"_shasum": "ccff9fc8e36b322902844cbd79197982be355a0e",
"_spec": "eslint-config-react-app@^6.0.0",
"_where": "/Users/tylerkoenig/Code/personal/react-scss2/node_modules/react-scripts",
"bugs": {
"url": "https://github.com/facebook/create-react-app/issues"
},
"bundleDependencies": false,
"dependencies": {
"confusing-browser-globals": "^1.0.10"
},
"deprecated": false,
"description": "ESLint configuration used by Create React App",
"engines": {
"node": "^10.12.0 || >=12.0.0"
},
"files": [
"base.js",
"index.js",
"jest.js"
],
"gitHead": "ed958938f642007645dd5ac3466db36202f8754e",
"homepage": "https://github.com/facebook/create-react-app#readme",
"license": "MIT",
"name": "eslint-config-react-app",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"babel-eslint": "^10.0.0",
"eslint": "^7.5.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-testing-library": "^3.9.0"
},
"peerDependenciesMeta": {
"eslint-plugin-jest": {
"optional": true
},
"eslint-plugin-testing-library": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/create-react-app.git",
"directory": "packages/eslint-config-react-app"
},
"version": "6.0.0"
}