package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@fullcalendar/timegrid@4.2.0",
  5. "/Users/rejack/Projekte/GitHub/REJack/AdminLTE"
  6. ]
  7. ],
  8. "_from": "@fullcalendar/timegrid@4.2.0",
  9. "_id": "@fullcalendar/timegrid@4.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JtojTR+1uc1/WNzejcmsI5/2Jg007QprK5IpR8ocUVEcHXaBBXU6CPGirEWKyfk7QPZ7KzmJCykQ68QHiptyKA==",
  12. "_location": "/@fullcalendar/timegrid",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@fullcalendar/timegrid@4.2.0",
  18. "name": "@fullcalendar/timegrid",
  19. "escapedName": "@fullcalendar%2ftimegrid",
  20. "scope": "@fullcalendar",
  21. "rawSpec": "4.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.0"
  24. },
  25. "_requiredBy": [
  26. "/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-4.2.0.tgz",
  29. "_spec": "4.2.0",
  30. "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
  31. "author": {
  32. "name": "Adam Shaw",
  33. "email": "arshaw@arshaw.com",
  34. "url": "http://arshaw.com/"
  35. },
  36. "bugs": {
  37. "url": "https://fullcalendar.io/reporting-bugs"
  38. },
  39. "copyright": "2019 Adam Shaw",
  40. "dependencies": {
  41. "@fullcalendar/daygrid": "~4.2.0"
  42. },
  43. "description": "Display your events on a grid of time slots",
  44. "docs": "https://fullcalendar.io/docs/timegrid-view",
  45. "homepage": "https://fullcalendar.io/",
  46. "keywords": [
  47. "calendar",
  48. "event",
  49. "full-sized"
  50. ],
  51. "license": "MIT",
  52. "main": "main.js",
  53. "name": "@fullcalendar/timegrid",
  54. "peerDependencies": {
  55. "@fullcalendar/core": "~4.2.0"
  56. },
  57. "releaseDate": "2019-06-02",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/fullcalendar/fullcalendar.git",
  61. "homepage": "https://github.com/fullcalendar/fullcalendar"
  62. },
  63. "title": "FullCalendar Time Grid Plugin",
  64. "types": "main.d.ts",
  65. "unpkg": "main.min.js",
  66. "version": "4.2.0"
  67. }