package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "acorn-walk",
  3. "description": "ECMAScript (ESTree) AST walker",
  4. "homepage": "https://github.com/acornjs/acorn",
  5. "main": "dist/walk.js",
  6. "types": "dist/walk.d.ts",
  7. "module": "dist/walk.mjs",
  8. "version": "7.2.0",
  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. "scripts": {
  33. "prepare": "cd ..; npm run build:walk"
  34. },
  35. "license": "MIT",
  36. "__npminstall_done": "Thu Dec 24 2020 20:21:03 GMT+0800 (CST)",
  37. "_from": "acorn-walk@7.2.0",
  38. "_resolved": "https://registry.npm.taobao.org/acorn-walk/download/acorn-walk-7.2.0.tgz?cache=0&sync_timestamp=1597236026598&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn-walk%2Fdownload%2Facorn-walk-7.2.0.tgz"
  39. }