package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "@fullcalendar/core@4.2.0",
  5. "/Users/rejack/Projekte/GitHub/REJack/AdminLTE"
  6. ]
  7. ],
  8. "_from": "@fullcalendar/core@4.2.0",
  9. "_id": "@fullcalendar/core@4.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4kd5OGHxjMtwI0gUHKwAYzmR0Z79Qf8y0ARx2Ruh20JdVy3Tznn6oKwdpkUbaXWrLXNDoXYRkBiFCIgC27VNCw==",
  12. "_location": "/@fullcalendar/core",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@fullcalendar/core@4.2.0",
  18. "name": "@fullcalendar/core",
  19. "escapedName": "@fullcalendar%2fcore",
  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/core/-/core-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": "Provides core functionality, including the Calendar class",
  41. "docs": "https://fullcalendar.io/docs/initialize-es6",
  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/core",
  51. "releaseDate": "2019-06-02",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/fullcalendar/fullcalendar.git",
  55. "homepage": "https://github.com/fullcalendar/fullcalendar"
  56. },
  57. "title": "FullCalendar Core Package",
  58. "types": "main.d.ts",
  59. "unpkg": "main.min.js",
  60. "version": "4.2.0"
  61. }