package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "acorn@^6.4.1",
  3. "_id": "acorn@6.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==",
  6. "_location": "/acorn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn@^6.4.1",
  12. "name": "acorn",
  13. "escapedName": "acorn",
  14. "rawSpec": "^6.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.4.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
  23. "_shasum": "35866fd710528e92de10cf06016498e47e39e1e6",
  24. "_spec": "acorn@^6.4.1",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\webpack",
  26. "bin": {
  27. "acorn": "bin/acorn"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/acornjs/acorn/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "ECMAScript parser",
  35. "engines": {
  36. "node": ">=0.4.0"
  37. },
  38. "homepage": "https://github.com/acornjs/acorn",
  39. "license": "MIT",
  40. "main": "dist/acorn.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/acorn.mjs",
  58. "name": "acorn",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/acornjs/acorn.git"
  62. },
  63. "scripts": {
  64. "prepare": "cd ..; npm run build:main && npm run build:bin"
  65. },
  66. "version": "6.4.2"
  67. }