package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "acorn",
  3. "description": "ECMAScript parser",
  4. "homepage": "https://github.com/acornjs/acorn",
  5. "main": "dist/acorn.js",
  6. "module": "dist/acorn.mjs",
  7. "version": "6.4.2",
  8. "engines": {
  9. "node": ">=0.4.0"
  10. },
  11. "maintainers": [
  12. {
  13. "name": "Marijn Haverbeke",
  14. "email": "marijnh@gmail.com",
  15. "web": "https://marijnhaverbeke.nl"
  16. },
  17. {
  18. "name": "Ingvar Stepanyan",
  19. "email": "me@rreverser.com",
  20. "web": "https://rreverser.com/"
  21. },
  22. {
  23. "name": "Adrian Heine",
  24. "web": "http://adrianheine.de"
  25. }
  26. ],
  27. "repository": {
  28. "type": "git",
  29. "url": "https://github.com/acornjs/acorn.git"
  30. },
  31. "license": "MIT",
  32. "scripts": {
  33. "prepare": "cd ..; npm run build:main && npm run build:bin"
  34. },
  35. "bin": {
  36. "acorn": "./bin/acorn"
  37. },
  38. "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)",
  39. "_from": "acorn@6.4.2",
  40. "_resolved": "https://registry.npm.taobao.org/acorn/download/acorn-6.4.2.tgz?cache=0&sync_timestamp=1602534577677&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-6.4.2.tgz"
  41. }