package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "acorn-jsx@5.3.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "acorn-jsx@5.3.2",
  10. "_id": "acorn-jsx@5.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ftW7VZCLOy8bxVxq8WU7rafweTc=",
  13. "_location": "/acorn-jsx",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "acorn-jsx@5.3.2",
  19. "name": "acorn-jsx",
  20. "escapedName": "acorn-jsx",
  21. "rawSpec": "5.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "5.3.2"
  24. },
  25. "_requiredBy": [
  26. "/espree"
  27. ],
  28. "_resolved": "https://registry.nlark.com/acorn-jsx/download/acorn-jsx-5.3.2.tgz?cache=0&sync_timestamp=1625793240297&other_urls=https%3A%2F%2Fregistry.nlark.com%2Facorn-jsx%2Fdownload%2Facorn-jsx-5.3.2.tgz",
  29. "_spec": "5.3.2",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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.2"
  59. }