package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@fullcalendar/interaction@4.2.0",
  5. "/Users/rejack/Projekte/GitHub/REJack/AdminLTE"
  6. ]
  7. ],
  8. "_from": "@fullcalendar/interaction@4.2.0",
  9. "_id": "@fullcalendar/interaction@4.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-wwAyocUp1HEY7c7xCymR9EGdh7AWZrwNiBQlIpP3ne0eJT0U4ZjlnoOoels3VPsTJ9a6pdO1/XoGjEvL1T5y4g==",
  12. "_location": "/@fullcalendar/interaction",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@fullcalendar/interaction@4.2.0",
  18. "name": "@fullcalendar/interaction",
  19. "escapedName": "@fullcalendar%2finteraction",
  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/interaction/-/interaction-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 functionality for event drag-n-drop, resizing, dateClick, and selectable actions",
  41. "docs": "https://fullcalendar.io/docs/editable",
  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/interaction",
  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 Interaction Plugin",
  61. "types": "main.d.ts",
  62. "unpkg": "main.min.js",
  63. "version": "4.2.0"
  64. }