package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "acorn-jsx@5.3.1",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "acorn-jsx@5.3.1",
  10. "_id": "acorn-jsx@5.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==",
  13. "_location": "/acorn-jsx",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "acorn-jsx@5.3.1",
  19. "name": "acorn-jsx",
  20. "escapedName": "acorn-jsx",
  21. "rawSpec": "5.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.3.1"
  24. },
  25. "_requiredBy": [
  26. "/espree",
  27. "/vue-eslint-parser/espree"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz",
  30. "_spec": "5.3.1",
  31. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  32. "bugs": {
  33. "url": "https://github.com/acornjs/acorn-jsx/issues"
  34. },
  35. "description": "Modern, fast React.js JSX parser",
  36. "devDependencies": {
  37. "acorn": "^8.0.1"
  38. },
  39. "homepage": "https://github.com/acornjs/acorn-jsx",
  40. "license": "MIT",
  41. "maintainers": [
  42. {
  43. "name": "Ingvar Stepanyan",
  44. "email": "me@rreverser.com",
  45. "url": "http://rreverser.com/"
  46. }
  47. ],
  48. "name": "acorn-jsx",
  49. "peerDependencies": {
  50. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/acornjs/acorn-jsx.git"
  55. },
  56. "scripts": {
  57. "test": "node test/run.js"
  58. },
  59. "version": "5.3.1"
  60. }