package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@fullcalendar/timeline@^4.4.3",
  3. "_id": "@fullcalendar/timeline@4.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9Bt/YbslxI7/1MAF1sMCGgaxq+wwohWtcj7tdD0q0TUFoTx083XVZ+zSLiVkv5p6e9ksI1hsdIV681iw7NfDWQ==",
  6. "_location": "/@fullcalendar/timeline",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@fullcalendar/timeline@^4.4.3",
  12. "name": "@fullcalendar/timeline",
  13. "escapedName": "@fullcalendar%2ftimeline",
  14. "scope": "@fullcalendar",
  15. "rawSpec": "^4.4.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.4.3"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@fullcalendar/timeline/-/timeline-4.4.3.tgz",
  23. "_shasum": "a90bdf6d1b624c100323009c5caf9f45efa188b7",
  24. "_spec": "@fullcalendar/timeline@^4.4.3",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  26. "author": {
  27. "name": "Adam Shaw",
  28. "email": "arshaw@arshaw.com",
  29. "url": "http://arshaw.com/"
  30. },
  31. "bugs": {
  32. "url": "https://fullcalendar.io/reporting-bugs"
  33. },
  34. "bundleDependencies": false,
  35. "copyright": "2019 Adam Shaw",
  36. "deprecated": false,
  37. "description": "Display events on a horizontal time axis (without resources)",
  38. "docs": "https://fullcalendar.io/docs/timeline-view-no-resources",
  39. "homepage": "https://fullcalendar.io/scheduler",
  40. "keywords": [
  41. "calendar",
  42. "event",
  43. "full-sized"
  44. ],
  45. "license": "SEE LICENSE IN LICENSE.md",
  46. "main": "main.js",
  47. "module": "main.esm.js",
  48. "name": "@fullcalendar/timeline",
  49. "peerDependencies": {
  50. "@fullcalendar/core": "~4.4.0"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/fullcalendar/fullcalendar-scheduler.git",
  55. "homepage": "https://github.com/fullcalendar/fullcalendar-scheduler"
  56. },
  57. "title": "FullCalendar Timeline Plugin",
  58. "types": "main.d.ts",
  59. "unpkg": "main.min.js",
  60. "version": "4.4.3"
  61. }