package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "acorn-walk@^6.0.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.0.1",
  12. "name": "acorn-walk",
  13. "escapedName": "acorn-walk",
  14. "rawSpec": "^6.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service",
  20. "/acorn-globals"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-6.2.0.tgz",
  23. "_shasum": "123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c",
  24. "_spec": "acorn-walk@^6.0.1",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\acorn-globals",
  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. "version": "6.2.0"
  64. }