package.json 1.9 KB

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