package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@fullcalendar/timegrid@^4.3.0",
  3. "_id": "@fullcalendar/timegrid@4.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M5an7qii8OUmI4ogY47k5pn2j/qUbLp6sa6Vo0gO182HR5pb9YtrEZnoQhnScok+I0BkDkLFzMQoiAMTjBm2PQ==",
  6. "_location": "/@fullcalendar/timegrid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@fullcalendar/timegrid@^4.3.0",
  12. "name": "@fullcalendar/timegrid",
  13. "escapedName": "@fullcalendar%2ftimegrid",
  14. "scope": "@fullcalendar",
  15. "rawSpec": "^4.3.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.3.0"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@fullcalendar/timegrid/-/timegrid-4.4.2.tgz",
  23. "_shasum": "9d5b26204cd2b0928e7498c54f758a6d07b15191",
  24. "_spec": "@fullcalendar/timegrid@^4.3.0",
  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. "dependencies": {
  37. "@fullcalendar/daygrid": "~4.4.0"
  38. },
  39. "deprecated": false,
  40. "description": "Display your events on a grid of time slots",
  41. "docs": "https://fullcalendar.io/docs/timegrid-view",
  42. "homepage": "https://fullcalendar.io/",
  43. "keywords": [
  44. "calendar",
  45. "event",
  46. "full-sized"
  47. ],
  48. "license": "MIT",
  49. "main": "main.js",
  50. "module": "main.esm.js",
  51. "name": "@fullcalendar/timegrid",
  52. "peerDependencies": {
  53. "@fullcalendar/core": "~4.4.0"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/fullcalendar/fullcalendar.git",
  58. "homepage": "https://github.com/fullcalendar/fullcalendar"
  59. },
  60. "title": "FullCalendar Time Grid Plugin",
  61. "types": "main.d.ts",
  62. "unpkg": "main.min.js",
  63. "version": "4.4.2"
  64. }