package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "acorn-jsx@5.3.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "acorn-jsx@5.3.1",
  10. "_id": "acorn-jsx@5.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-/IZh4Rt6wVOcR9v+oucrOvNNJns=",
  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. ],
  28. "_resolved": "https://registry.npm.taobao.org/acorn-jsx/download/acorn-jsx-5.3.1.tgz",
  29. "_spec": "5.3.1",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "bugs": {
  32. "url": "https://github.com/acornjs/acorn-jsx/issues"
  33. },
  34. "description": "Modern, fast React.js JSX parser",
  35. "devDependencies": {
  36. "acorn": "^8.0.1"
  37. },
  38. "homepage": "https://github.com/acornjs/acorn-jsx",
  39. "license": "MIT",
  40. "maintainers": [
  41. {
  42. "name": "Ingvar Stepanyan",
  43. "email": "me@rreverser.com",
  44. "url": "http://rreverser.com/"
  45. }
  46. ],
  47. "name": "acorn-jsx",
  48. "peerDependencies": {
  49. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/acornjs/acorn-jsx.git"
  54. },
  55. "scripts": {
  56. "test": "node test/run.js"
  57. },
  58. "version": "5.3.1"
  59. }