项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

93 lines
2.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "babel-eslint@8.2.6",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-eslint@8.2.6",
  10. "_id": "babel-eslint@8.2.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==",
  13. "_location": "/babel-eslint",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-eslint@8.2.6",
  19. "name": "babel-eslint",
  20. "escapedName": "babel-eslint",
  21. "rawSpec": "8.2.6",
  22. "saveSpec": null,
  23. "fetchSpec": "8.2.6"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.6.tgz",
  29. "_spec": "8.2.6",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  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-beta.44",
  40. "@babel/traverse": "7.0.0-beta.44",
  41. "@babel/types": "7.0.0-beta.44",
  42. "babylon": "7.0.0-beta.44",
  43. "eslint-scope": "3.7.1",
  44. "eslint-visitor-keys": "^1.0.0"
  45. },
  46. "description": "Custom parser for ESLint",
  47. "devDependencies": {
  48. "babel-eslint": "^8.0.0",
  49. "dedent": "^0.7.0",
  50. "eslint": "npm:eslint@4.19.1",
  51. "eslint-config-babel": "^7.0.1",
  52. "eslint-old": "npm:eslint@4.13.1",
  53. "eslint-plugin-flowtype": "^2.30.3",
  54. "eslint-plugin-import": "^2.8.0",
  55. "eslint-plugin-prettier": "^2.1.2",
  56. "espree": "^3.5.2",
  57. "husky": "^0.14.0",
  58. "lint-staged": "^6.1.1",
  59. "mocha": "^5.0.1",
  60. "prettier": "^1.4.4"
  61. },
  62. "engines": {
  63. "node": ">=4"
  64. },
  65. "files": [
  66. "lib"
  67. ],
  68. "homepage": "https://github.com/babel/babel-eslint",
  69. "license": "MIT",
  70. "lint-staged": {
  71. "*.js": [
  72. "eslint --format=codeframe --fix",
  73. "git add"
  74. ]
  75. },
  76. "main": "lib/index.js",
  77. "name": "babel-eslint",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/babel/babel-eslint.git"
  81. },
  82. "scripts": {
  83. "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
  84. "fix": "eslint index.js babylon-to-espree test --fix",
  85. "lint": "eslint index.js babylon-to-espree test",
  86. "precommit": "lint-staged",
  87. "preversion": "npm test",
  88. "test": "npm run lint && npm run test-only",
  89. "test-only": "mocha && mocha --require test/fixtures/preprocess-to-patch.js && mocha --require test/fixtures/use-eslint-old.js"
  90. },
  91. "version": "8.2.6"
  92. }