package.json 1.1 KB

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