package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "acorn-jsx@^5.3.1",
  3. "_id": "acorn-jsx@5.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-/IZh4Rt6wVOcR9v+oucrOvNNJns=",
  6. "_location": "/acorn-jsx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn-jsx@^5.3.1",
  12. "name": "acorn-jsx",
  13. "escapedName": "acorn-jsx",
  14. "rawSpec": "^5.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.3.1"
  17. },
  18. "_requiredBy": [
  19. "/espree",
  20. "/vue-eslint-parser/espree"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/acorn-jsx/download/acorn-jsx-5.3.1.tgz",
  23. "_shasum": "fc8661e11b7ac1539c47dbfea2e72b3af34d267b",
  24. "_spec": "acorn-jsx@^5.3.1",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\espree",
  26. "bugs": {
  27. "url": "https://github.com/acornjs/acorn-jsx/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Modern, fast React.js JSX parser",
  32. "devDependencies": {
  33. "acorn": "^8.0.1"
  34. },
  35. "homepage": "https://github.com/acornjs/acorn-jsx",
  36. "license": "MIT",
  37. "maintainers": [
  38. {
  39. "name": "Ingvar Stepanyan",
  40. "email": "me@rreverser.com",
  41. "url": "http://rreverser.com/"
  42. }
  43. ],
  44. "name": "acorn-jsx",
  45. "peerDependencies": {
  46. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/acornjs/acorn-jsx.git"
  51. },
  52. "scripts": {
  53. "test": "node test/run.js"
  54. },
  55. "version": "5.3.1"
  56. }