package.json 1.1 KB

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