package.json 1.7 KB

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