package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "acorn-walk@7.2.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "acorn-walk@7.2.0",
  10. "_id": "acorn-walk@7.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DeiJpgEgOQmw++B7iTjcIdLpZ7w=",
  13. "_location": "/acorn-walk",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "acorn-walk@7.2.0",
  19. "name": "acorn-walk",
  20. "escapedName": "acorn-walk",
  21. "rawSpec": "7.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "7.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service",
  27. "/webpack-bundle-analyzer"
  28. ],
  29. "_resolved": "https://registry.nlark.com/acorn-walk/download/acorn-walk-7.2.0.tgz?cache=0&sync_timestamp=1630916608758&other_urls=https%3A%2F%2Fregistry.nlark.com%2Facorn-walk%2Fdownload%2Facorn-walk-7.2.0.tgz",
  30. "_spec": "7.2.0",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "bugs": {
  33. "url": "https://github.com/acornjs/acorn/issues"
  34. },
  35. "description": "ECMAScript (ESTree) AST walker",
  36. "engines": {
  37. "node": ">=0.4.0"
  38. },
  39. "homepage": "https://github.com/acornjs/acorn",
  40. "license": "MIT",
  41. "main": "dist/walk.js",
  42. "maintainers": [
  43. {
  44. "name": "Marijn Haverbeke",
  45. "email": "marijnh@gmail.com",
  46. "url": "https://marijnhaverbeke.nl"
  47. },
  48. {
  49. "name": "Ingvar Stepanyan",
  50. "email": "me@rreverser.com",
  51. "url": "https://rreverser.com/"
  52. },
  53. {
  54. "name": "Adrian Heine",
  55. "url": "http://adrianheine.de"
  56. }
  57. ],
  58. "module": "dist/walk.mjs",
  59. "name": "acorn-walk",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/acornjs/acorn.git"
  63. },
  64. "scripts": {
  65. "prepare": "cd ..; npm run build:walk"
  66. },
  67. "types": "dist/walk.d.ts",
  68. "version": "7.2.0"
  69. }