package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "acorn@^8.14.0",
  3. "_id": "acorn@8.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
  6. "_location": "/acorn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn@^8.14.0",
  12. "name": "acorn",
  13. "escapedName": "acorn",
  14. "rawSpec": "^8.14.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.14.0"
  17. },
  18. "_requiredBy": [
  19. "/mlly",
  20. "/unimport",
  21. "/unplugin"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.0.tgz",
  24. "_shasum": "063e2c70cac5fb4f6467f0b11152e04c682795b0",
  25. "_spec": "acorn@^8.14.0",
  26. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\mlly",
  27. "bin": {
  28. "acorn": "bin/acorn"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/acornjs/acorn/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "ECMAScript parser",
  36. "engines": {
  37. "node": ">=0.4.0"
  38. },
  39. "exports": {
  40. ".": [
  41. {
  42. "import": "./dist/acorn.mjs",
  43. "require": "./dist/acorn.js",
  44. "default": "./dist/acorn.js"
  45. },
  46. "./dist/acorn.js"
  47. ],
  48. "./package.json": "./package.json"
  49. },
  50. "homepage": "https://github.com/acornjs/acorn",
  51. "license": "MIT",
  52. "main": "dist/acorn.js",
  53. "maintainers": [
  54. {
  55. "name": "Marijn Haverbeke",
  56. "email": "marijnh@gmail.com",
  57. "url": "https://marijnhaverbeke.nl"
  58. },
  59. {
  60. "name": "Ingvar Stepanyan",
  61. "email": "me@rreverser.com",
  62. "url": "https://rreverser.com/"
  63. },
  64. {
  65. "name": "Adrian Heine",
  66. "url": "http://adrianheine.de"
  67. }
  68. ],
  69. "module": "dist/acorn.mjs",
  70. "name": "acorn",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/acornjs/acorn.git"
  74. },
  75. "scripts": {
  76. "prepare": "cd ..; npm run build:main"
  77. },
  78. "types": "dist/acorn.d.ts",
  79. "version": "8.14.0"
  80. }