package.json 1.7 KB

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