package.json 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "eslint-plugin-flowtype@^5.2.0",
  3. "_id": "eslint-plugin-flowtype@5.7.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7Oq/N0+3nijBnYWQYzz/Mp/7ZCpwxYvClRyW/PLAmimY9uLCBvoXsNsERcJdkKceyOjgRbFhhxs058KTrne9Mg==",
  6. "_location": "/eslint-plugin-flowtype",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-plugin-flowtype@^5.2.0",
  12. "name": "eslint-plugin-flowtype",
  13. "escapedName": "eslint-plugin-flowtype",
  14. "rawSpec": "^5.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.0"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.7.2.tgz",
  22. "_shasum": "482a42fe5d15ee614652ed256d37543d584d7bc0",
  23. "_spec": "eslint-plugin-flowtype@^5.2.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "author": {
  26. "name": "Gajus Kuizinas",
  27. "email": "gajus@gajus.com",
  28. "url": "http://gajus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gajus/eslint-plugin-flowtype/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "lodash": "^4.17.15",
  36. "string-natural-compare": "^3.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Flowtype linting rules for ESLint.",
  40. "devDependencies": {
  41. "@babel/cli": "^7.8.4",
  42. "@babel/core": "^7.9.6",
  43. "@babel/node": "^7.8.7",
  44. "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
  45. "@babel/preset-env": "^7.9.6",
  46. "@babel/register": "^7.9.0",
  47. "ajv": "^6.12.2",
  48. "babel-eslint": "^10.1.0",
  49. "babel-plugin-add-module-exports": "^1.0.2",
  50. "chai": "^4.2.0",
  51. "eclint": "^2.8.1",
  52. "eslint": "^7.1.0",
  53. "eslint-config-canonical": "^20.0.4",
  54. "gitdown": "^3.1.3",
  55. "glob": "^7.1.6",
  56. "husky": "^4.2.5",
  57. "jsonlint": "^1.6.3",
  58. "mocha": "^7.2.0",
  59. "rimraf": "^3.0.2",
  60. "semantic-release": "^17.0.8"
  61. },
  62. "engines": {
  63. "node": "^10.12.0 || >=12.0.0"
  64. },
  65. "homepage": "https://github.com/gajus/eslint-plugin-flowtype#readme",
  66. "husky": {
  67. "hooks": {
  68. "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/**/*"
  69. }
  70. },
  71. "keywords": [
  72. "eslint",
  73. "plugin",
  74. "flowtype"
  75. ],
  76. "license": "BSD-3-Clause",
  77. "main": "./dist/index.js",
  78. "name": "eslint-plugin-flowtype",
  79. "peerDependencies": {
  80. "eslint": "^7.1.0"
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/gajus/eslint-plugin-flowtype.git"
  85. },
  86. "scripts": {
  87. "build": "rimraf ./dist && babel ./src --out-dir ./dist --copy-files",
  88. "check-docs": "babel-node ./src/bin/checkDocs",
  89. "check-tests": "babel-node ./src/bin/checkTests",
  90. "create-readme": "gitdown ./.README/README.md --output-file ./README.md && npm run documentation-add-assertions",
  91. "documentation-add-assertions": "babel-node ./src/bin/addAssertions",
  92. "format-json": "jsonlint --sort-keys --in-place --indent \" \" ./src/configs/recommended.json",
  93. "lint": "eslint ./src ./tests",
  94. "test": "mocha --require @babel/register ./tests/rules/index.js"
  95. },
  96. "version": "5.7.2"
  97. }