package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "babel-eslint@^8.0.1",
  3. "_id": "babel-eslint@8.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==",
  6. "_location": "/babel-eslint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-eslint@^8.0.1",
  12. "name": "babel-eslint",
  13. "escapedName": "babel-eslint",
  14. "rawSpec": "^8.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.0.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/babel-eslint/-/babel-eslint-8.2.6.tgz",
  22. "_shasum": "6270d0c73205628067c0f7ae1693a9e797acefd9",
  23. "_spec": "babel-eslint@^8.0.1",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin",
  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-beta.44",
  35. "@babel/traverse": "7.0.0-beta.44",
  36. "@babel/types": "7.0.0-beta.44",
  37. "babylon": "7.0.0-beta.44",
  38. "eslint-scope": "3.7.1",
  39. "eslint-visitor-keys": "^1.0.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.0.0",
  45. "dedent": "^0.7.0",
  46. "eslint": "npm:eslint@4.19.1",
  47. "eslint-config-babel": "^7.0.1",
  48. "eslint-old": "npm:eslint@4.13.1",
  49. "eslint-plugin-flowtype": "^2.30.3",
  50. "eslint-plugin-import": "^2.8.0",
  51. "eslint-plugin-prettier": "^2.1.2",
  52. "espree": "^3.5.2",
  53. "husky": "^0.14.0",
  54. "lint-staged": "^6.1.1",
  55. "mocha": "^5.0.1",
  56. "prettier": "^1.4.4"
  57. },
  58. "engines": {
  59. "node": ">=4"
  60. },
  61. "files": [
  62. "lib"
  63. ],
  64. "homepage": "https://github.com/babel/babel-eslint",
  65. "license": "MIT",
  66. "lint-staged": {
  67. "*.js": [
  68. "eslint --format=codeframe --fix",
  69. "git add"
  70. ]
  71. },
  72. "main": "lib/index.js",
  73. "name": "babel-eslint",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/babel/babel-eslint.git"
  77. },
  78. "scripts": {
  79. "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
  80. "fix": "eslint index.js babylon-to-espree test --fix",
  81. "lint": "eslint index.js babylon-to-espree test",
  82. "precommit": "lint-staged",
  83. "preversion": "npm test",
  84. "test": "npm run lint && npm run test-only",
  85. "test-only": "mocha && mocha --require test/fixtures/preprocess-to-patch.js && mocha --require test/fixtures/use-eslint-old.js"
  86. },
  87. "version": "8.2.6"
  88. }