package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "babel-eslint@^10.1.0",
  3. "_id": "babel-eslint@10.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==",
  6. "_location": "/babel-eslint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-eslint@^10.1.0",
  12. "name": "babel-eslint",
  13. "escapedName": "babel-eslint",
  14. "rawSpec": "^10.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^10.1.0"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz",
  22. "_shasum": "6968e568a910b78fb3779cdd8b6ac2f479943232",
  23. "_spec": "babel-eslint@^10.1.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "author": {
  26. "name": "Sebastian McKenzie",
  27. "email": "sebmck@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/babel/babel-eslint/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@babel/code-frame": "^7.0.0",
  35. "@babel/parser": "^7.7.0",
  36. "@babel/traverse": "^7.7.0",
  37. "@babel/types": "^7.7.0",
  38. "eslint-visitor-keys": "^1.0.0",
  39. "resolve": "^1.12.0"
  40. },
  41. "deprecated": "babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.",
  42. "description": "Custom parser for ESLint",
  43. "devDependencies": {
  44. "babel-eslint": "^8.2.6",
  45. "dedent": "^0.7.0",
  46. "eslint": "^5.6.0",
  47. "eslint-config-babel": "^7.0.1",
  48. "eslint-plugin-flowtype": "^2.30.3",
  49. "eslint-plugin-import": "^2.14.0",
  50. "eslint-plugin-prettier": "^2.1.2",
  51. "espree": "^3.5.2",
  52. "husky": "^1.0.0-rc.13",
  53. "lint-staged": "^7.2.2",
  54. "mocha": "^5.0.1",
  55. "prettier": "^1.4.4"
  56. },
  57. "engines": {
  58. "node": ">=6"
  59. },
  60. "files": [
  61. "lib"
  62. ],
  63. "homepage": "https://github.com/babel/babel-eslint",
  64. "license": "MIT",
  65. "lint-staged": {
  66. "*.js": [
  67. "eslint --format=codeframe --fix",
  68. "git add"
  69. ]
  70. },
  71. "main": "lib/index.js",
  72. "name": "babel-eslint",
  73. "peerDependencies": {
  74. "eslint": ">= 4.12.1"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/babel/babel-eslint.git"
  79. },
  80. "scripts": {
  81. "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
  82. "fix": "eslint lib test --fix",
  83. "lint": "eslint lib test",
  84. "precommit": "lint-staged",
  85. "preversion": "npm test",
  86. "test": "npm run lint && npm run test-only",
  87. "test-only": "mocha && mocha --require test/fixtures/preprocess-to-patch.js"
  88. },
  89. "version": "10.1.0"
  90. }