package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "acorn-walk@^7.1.1",
  3. "_id": "acorn-walk@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DeiJpgEgOQmw++B7iTjcIdLpZ7w=",
  6. "_location": "/acorn-walk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn-walk@^7.1.1",
  12. "name": "acorn-walk",
  13. "escapedName": "acorn-walk",
  14. "rawSpec": "^7.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service",
  20. "/webpack-bundle-analyzer"
  21. ],
  22. "_resolved": "https://registry.nlark.com/acorn-walk/download/acorn-walk-7.2.0.tgz",
  23. "_shasum": "0de889a601203909b0fbe07b8938dc21d2e967bc",
  24. "_spec": "acorn-walk@^7.1.1",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@vue\\cli-service",
  26. "bugs": {
  27. "url": "https://github.com/acornjs/acorn/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "ECMAScript (ESTree) AST walker",
  32. "engines": {
  33. "node": ">=0.4.0"
  34. },
  35. "homepage": "https://github.com/acornjs/acorn",
  36. "license": "MIT",
  37. "main": "dist/walk.js",
  38. "maintainers": [
  39. {
  40. "name": "Marijn Haverbeke",
  41. "email": "marijnh@gmail.com",
  42. "url": "https://marijnhaverbeke.nl"
  43. },
  44. {
  45. "name": "Ingvar Stepanyan",
  46. "email": "me@rreverser.com",
  47. "url": "https://rreverser.com/"
  48. },
  49. {
  50. "name": "Adrian Heine",
  51. "url": "http://adrianheine.de"
  52. }
  53. ],
  54. "module": "dist/walk.mjs",
  55. "name": "acorn-walk",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/acornjs/acorn.git"
  59. },
  60. "scripts": {
  61. "prepare": "cd ..; npm run build:walk"
  62. },
  63. "types": "dist/walk.d.ts",
  64. "version": "7.2.0"
  65. }