You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

94 lines
3.0 KiB

{
"_from": "eslint-plugin-flowtype@4.6.0",
"_id": "eslint-plugin-flowtype@4.6.0",
"_inBundle": false,
"_integrity": "sha512-W5hLjpFfZyZsXfo5anlu7HM970JBDqbEshAJUkeczP6BFCIfJXuiIBQXyberLRtOStT0OGPF8efeTbxlHk4LpQ==",
"_location": "/eslint-plugin-flowtype",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-plugin-flowtype@4.6.0",
"name": "eslint-plugin-flowtype",
"escapedName": "eslint-plugin-flowtype",
"rawSpec": "4.6.0",
"saveSpec": null,
"fetchSpec": "4.6.0"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.6.0.tgz",
"_shasum": "82b2bd6f21770e0e5deede0228e456cb35308451",
"_spec": "eslint-plugin-flowtype@4.6.0",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\react-scripts",
"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.15"
},
"deprecated": false,
"description": "Flowtype linting rules for ESLint.",
"devDependencies": {
"ajv": "^6.10.2",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.2",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"eclint": "^2.8.1",
"eslint": "^5.13.0",
"eslint-config-canonical": "^17.3.4",
"gitdown": "^3.1.1",
"glob": "^7.1.4",
"husky": "^3.0.3",
"jsonlint": "^1.6.3",
"mocha": "^6.2.0",
"rimraf": "^3.0.0",
"semantic-release": "^15.13.19"
},
"engines": {
"node": ">=4"
},
"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 && eclint fix ./src/**/* ./tests/**/*"
}
},
"keywords": [
"eslint",
"plugin",
"flowtype"
],
"license": "BSD-3-Clause",
"main": "./dist/index.js",
"name": "eslint-plugin-flowtype",
"peerDependencies": {
"eslint": ">=6.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-core/register ./tests/rules/index.js"
},
"version": "4.6.0"
}