package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "@fullcalendar/core@4.3.1",
  3. "_id": "@fullcalendar/core@4.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Eh+p/wpMkWGu26f8NpfQK9ecQMoZxX/aopv+0+4/CH+Ip0paP6iEc40JYgTz7RFl0bFqV1dvwyGyUZ4+9ZeySA==",
  6. "_location": "/@fullcalendar/core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@fullcalendar/core@4.3.1",
  12. "name": "@fullcalendar/core",
  13. "escapedName": "@fullcalendar%2fcore",
  14. "scope": "@fullcalendar",
  15. "rawSpec": "4.3.1",
  16. "saveSpec": null,
  17. "fetchSpec": "4.3.1"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-4.3.1.tgz",
  24. "_shasum": "a061c6d2e998d4155439dbc8aefdfe01cdf648d8",
  25. "_spec": "@fullcalendar/core@4.3.1",
  26. "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
  27. "author": {
  28. "name": "Adam Shaw",
  29. "email": "arshaw@arshaw.com",
  30. "url": "http://arshaw.com/"
  31. },
  32. "bugs": {
  33. "url": "https://fullcalendar.io/reporting-bugs"
  34. },
  35. "bundleDependencies": false,
  36. "copyright": "2019 Adam Shaw",
  37. "deprecated": false,
  38. "description": "Provides core functionality, including the Calendar class",
  39. "docs": "https://fullcalendar.io/docs/initialize-es6",
  40. "homepage": "https://fullcalendar.io/",
  41. "keywords": [
  42. "calendar",
  43. "event",
  44. "full-sized"
  45. ],
  46. "license": "MIT",
  47. "main": "main.js",
  48. "module": "main.esm.js",
  49. "name": "@fullcalendar/core",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/fullcalendar/fullcalendar.git",
  53. "homepage": "https://github.com/fullcalendar/fullcalendar"
  54. },
  55. "title": "FullCalendar Core Package",
  56. "types": "main.d.ts",
  57. "unpkg": "main.min.js",
  58. "version": "4.3.1"
  59. }