package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@fullcalendar/bootstrap@4.2.0",
  5. "/Users/rejack/Projekte/GitHub/REJack/AdminLTE"
  6. ]
  7. ],
  8. "_from": "@fullcalendar/bootstrap@4.2.0",
  9. "_id": "@fullcalendar/bootstrap@4.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yavoxeP13f7MCeSuEk9aQHd0z82yvENw3yjbxZZHBtIY1/E/FOPZRGZYFmwffIvvz7AOs9W+Pt6hxzFLsPW02Q==",
  12. "_location": "/@fullcalendar/bootstrap",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@fullcalendar/bootstrap@4.2.0",
  18. "name": "@fullcalendar/bootstrap",
  19. "escapedName": "@fullcalendar%2fbootstrap",
  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/bootstrap/-/bootstrap-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. "description": "Bootstrap 4 theming for your calendar",
  41. "docs": "https://fullcalendar.io/docs/bootstrap-theme",
  42. "homepage": "https://fullcalendar.io/",
  43. "keywords": [
  44. "calendar",
  45. "event",
  46. "full-sized"
  47. ],
  48. "license": "MIT",
  49. "main": "main.js",
  50. "name": "@fullcalendar/bootstrap",
  51. "peerDependencies": {
  52. "@fullcalendar/core": "~4.2.0"
  53. },
  54. "releaseDate": "2019-06-02",
  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 Bootstrap Plugin",
  61. "types": "main.d.ts",
  62. "unpkg": "main.min.js",
  63. "version": "4.2.0"
  64. }