package.json 1.6 KB

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