{ "_from": "eslint-plugin-flowtype@^8.0.3", "_id": "eslint-plugin-flowtype@8.0.3", "_inBundle": false, "_integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==", "_location": "/eslint-plugin-flowtype", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "eslint-plugin-flowtype@^8.0.3", "name": "eslint-plugin-flowtype", "escapedName": "eslint-plugin-flowtype", "rawSpec": "^8.0.3", "saveSpec": null, "fetchSpec": "^8.0.3" }, "_requiredBy": [ "/eslint-config-react-app" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz", "_shasum": "e1557e37118f24734aa3122e7536a038d34a4912", "_spec": "eslint-plugin-flowtype@^8.0.3", "_where": "/home/josie/development/container-mom-go/landing-page/node_modules/eslint-config-react-app", "author": { "name": "Gajus Kuizinas", "email": "gajus@gajus.com", "url": "http://gajus.com" }, "bugs": { "url": "https://github.com/gajus/eslint-plugin-flowtype/issues" }, "bundleDependencies": false, "dependencies": { "lodash": "^4.17.21", "string-natural-compare": "^3.0.1" }, "deprecated": false, "description": "Flowtype linting rules for ESLint.", "devDependencies": { "@babel/cli": "^7.15.7", "@babel/core": "^7.15.8", "@babel/eslint-parser": "^7.15.8", "@babel/node": "^7.15.8", "@babel/plugin-proposal-object-rest-spread": "^7.15.6", "@babel/plugin-syntax-flow": "^7.14.5", "@babel/plugin-transform-react-jsx": "^7.14.9", "@babel/preset-env": "^7.15.8", "@babel/register": "^7.15.3", "ajv": "^8.6.3", "babel-plugin-add-module-exports": "^1.0.4", "eslint": "^8.1.0", "eslint-config-canonical": "^32.15.0", "eslint-plugin-eslint-plugin": "^4.0.2", "gitdown": "^3.1.4", "glob": "^7.2.0", "husky": "^7.0.4", "jsonlint": "^1.6.3", "mocha": "^9.1.3", "rimraf": "^3.0.2", "semantic-release": "^18.0.0" }, "engines": { "node": ">=12.0.0" }, "homepage": "https://github.com/gajus/eslint-plugin-flowtype#readme", "husky": { "hooks": { "pre-commit": "npm run check-docs && npm run check-tests && npm run lint && npm run test && npm run build && npm run format-json" } }, "keywords": [ "eslint", "plugin", "flowtype" ], "license": "BSD-3-Clause", "main": "./dist/index.js", "name": "eslint-plugin-flowtype", "peerDependencies": { "@babel/plugin-syntax-flow": "^7.14.5", "@babel/plugin-transform-react-jsx": "^7.14.9", "eslint": "^8.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/gajus/eslint-plugin-flowtype.git" }, "scripts": { "build": "rimraf ./dist && babel ./src --out-dir ./dist --copy-files", "check-docs": "babel-node ./src/bin/checkDocs", "check-tests": "babel-node ./src/bin/checkTests", "create-readme": "gitdown ./.README/README.md --output-file ./README.md && npm run documentation-add-assertions", "documentation-add-assertions": "babel-node ./src/bin/addAssertions", "format-json": "jsonlint --sort-keys --in-place --indent \" \" ./src/configs/recommended.json", "lint": "eslint ./src ./tests", "test": "mocha --require @babel/register ./tests/rules/index.js" }, "version": "8.0.3" }