package.json 774 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "acorn-jsx",
  3. "description": "Alternative, faster React.js JSX parser",
  4. "homepage": "https://github.com/RReverser/acorn-jsx",
  5. "version": "3.0.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/RReverser/acorn-jsx"
  16. },
  17. "license": "MIT",
  18. "scripts": {
  19. "test": "node test/run.js"
  20. },
  21. "dependencies": {
  22. "acorn": "^3.0.4"
  23. },
  24. "devDependencies": {
  25. "chai": "^3.0.0",
  26. "mocha": "^2.2.5"
  27. },
  28. "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)",
  29. "_from": "acorn-jsx@3.0.1",
  30. "_resolved": "https://registry.npm.taobao.org/acorn-jsx/download/acorn-jsx-3.0.1.tgz"
  31. }