package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "acorn-walk@8.3.4",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "acorn-walk@8.3.4",
  10. "_id": "acorn-walk@8.3.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
  13. "_location": "/acorn-walk",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "acorn-walk@8.3.4",
  19. "name": "acorn-walk",
  20. "escapedName": "acorn-walk",
  21. "rawSpec": "8.3.4",
  22. "saveSpec": null,
  23. "fetchSpec": "8.3.4"
  24. },
  25. "_requiredBy": [
  26. "/ts-node"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-8.3.4.tgz",
  29. "_spec": "8.3.4",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "bugs": {
  32. "url": "https://github.com/acornjs/acorn/issues"
  33. },
  34. "dependencies": {
  35. "acorn": "^8.11.0"
  36. },
  37. "description": "ECMAScript (ESTree) AST walker",
  38. "engines": {
  39. "node": ">=0.4.0"
  40. },
  41. "exports": {
  42. ".": [
  43. {
  44. "import": "./dist/walk.mjs",
  45. "require": "./dist/walk.js",
  46. "default": "./dist/walk.js"
  47. },
  48. "./dist/walk.js"
  49. ],
  50. "./package.json": "./package.json"
  51. },
  52. "homepage": "https://github.com/acornjs/acorn",
  53. "license": "MIT",
  54. "main": "dist/walk.js",
  55. "maintainers": [
  56. {
  57. "name": "Marijn Haverbeke",
  58. "email": "marijnh@gmail.com",
  59. "url": "https://marijnhaverbeke.nl"
  60. },
  61. {
  62. "name": "Ingvar Stepanyan",
  63. "email": "me@rreverser.com",
  64. "url": "https://rreverser.com/"
  65. },
  66. {
  67. "name": "Adrian Heine",
  68. "url": "http://adrianheine.de"
  69. }
  70. ],
  71. "module": "dist/walk.mjs",
  72. "name": "acorn-walk",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/acornjs/acorn.git"
  76. },
  77. "scripts": {
  78. "prepare": "cd ..; npm run build:walk"
  79. },
  80. "types": "dist/walk.d.ts",
  81. "version": "8.3.4"
  82. }