package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "babel-eslint@10.1.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-eslint@10.1.0",
  10. "_id": "babel-eslint@10.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-aWjlaKkQt4+zd5zdi2rC9HmUMjI=",
  13. "_location": "/babel-eslint",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-eslint@10.1.0",
  19. "name": "babel-eslint",
  20. "escapedName": "babel-eslint",
  21. "rawSpec": "10.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "10.1.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/babel-eslint/download/babel-eslint-10.1.0.tgz?cache=0&sync_timestamp=1611945896690&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-eslint%2Fdownload%2Fbabel-eslint-10.1.0.tgz",
  29. "_spec": "10.1.0",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "author": {
  32. "name": "Sebastian McKenzie",
  33. "email": "sebmck@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/babel/babel-eslint/issues"
  37. },
  38. "dependencies": {
  39. "@babel/code-frame": "^7.0.0",
  40. "@babel/parser": "^7.7.0",
  41. "@babel/traverse": "^7.7.0",
  42. "@babel/types": "^7.7.0",
  43. "eslint-visitor-keys": "^1.0.0",
  44. "resolve": "^1.12.0"
  45. },
  46. "description": "Custom parser for ESLint",
  47. "devDependencies": {
  48. "babel-eslint": "^8.2.6",
  49. "dedent": "^0.7.0",
  50. "eslint": "^5.6.0",
  51. "eslint-config-babel": "^7.0.1",
  52. "eslint-plugin-flowtype": "^2.30.3",
  53. "eslint-plugin-import": "^2.14.0",
  54. "eslint-plugin-prettier": "^2.1.2",
  55. "espree": "^3.5.2",
  56. "husky": "^1.0.0-rc.13",
  57. "lint-staged": "^7.2.2",
  58. "mocha": "^5.0.1",
  59. "prettier": "^1.4.4"
  60. },
  61. "engines": {
  62. "node": ">=6"
  63. },
  64. "files": [
  65. "lib"
  66. ],
  67. "homepage": "https://github.com/babel/babel-eslint",
  68. "license": "MIT",
  69. "lint-staged": {
  70. "*.js": [
  71. "eslint --format=codeframe --fix",
  72. "git add"
  73. ]
  74. },
  75. "main": "lib/index.js",
  76. "name": "babel-eslint",
  77. "peerDependencies": {
  78. "eslint": ">= 4.12.1"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/babel/babel-eslint.git"
  83. },
  84. "scripts": {
  85. "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
  86. "fix": "eslint lib test --fix",
  87. "lint": "eslint lib test",
  88. "precommit": "lint-staged",
  89. "preversion": "npm test",
  90. "test": "npm run lint && npm run test-only",
  91. "test-only": "mocha && mocha --require test/fixtures/preprocess-to-patch.js"
  92. },
  93. "version": "10.1.0"
  94. }