package.json 765 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "acorn-jsx",
  3. "description": "Modern, fast React.js JSX parser",
  4. "homepage": "https://github.com/acornjs/acorn-jsx",
  5. "version": "5.3.1",
  6. "maintainers": [
  7. {
  8. "name": "Ingvar Stepanyan",
  9. "email": "me@rreverser.com",
  10. "web": "http://rreverser.com/"
  11. }
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/acornjs/acorn-jsx"
  16. },
  17. "license": "MIT",
  18. "scripts": {
  19. "test": "node test/run.js"
  20. },
  21. "peerDependencies": {
  22. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  23. },
  24. "devDependencies": {
  25. "acorn": "^8.0.1"
  26. },
  27. "__npminstall_done": "Thu Dec 24 2020 20:21:01 GMT+0800 (CST)",
  28. "_from": "acorn-jsx@5.3.1",
  29. "_resolved": "https://registry.npm.taobao.org/acorn-jsx/download/acorn-jsx-5.3.1.tgz"
  30. }