package.json 1.7 KB

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