package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@fullcalendar/interaction@^4.3.0",
  3. "_id": "@fullcalendar/interaction@4.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3ItpGFnxcYQT4NClqhq93QTQwOI8x3mlMf5M4DgK5avVaSzpv9g8p+opqeotK2yzpFeINps06cuQyB1h7vcv1Q==",
  6. "_location": "/@fullcalendar/interaction",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@fullcalendar/interaction@^4.3.0",
  12. "name": "@fullcalendar/interaction",
  13. "escapedName": "@fullcalendar%2finteraction",
  14. "scope": "@fullcalendar",
  15. "rawSpec": "^4.3.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.3.0"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@fullcalendar/interaction/-/interaction-4.4.2.tgz",
  23. "_shasum": "0a6be06538f843b6f0f4e9b4de87a5e3ec3629fb",
  24. "_spec": "@fullcalendar/interaction@^4.3.0",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  26. "author": {
  27. "name": "Adam Shaw",
  28. "email": "arshaw@arshaw.com",
  29. "url": "http://arshaw.com/"
  30. },
  31. "bugs": {
  32. "url": "https://fullcalendar.io/reporting-bugs"
  33. },
  34. "bundleDependencies": false,
  35. "copyright": "2019 Adam Shaw",
  36. "deprecated": false,
  37. "description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions",
  38. "docs": "https://fullcalendar.io/docs/editable",
  39. "homepage": "https://fullcalendar.io/",
  40. "keywords": [
  41. "calendar",
  42. "event",
  43. "full-sized"
  44. ],
  45. "license": "MIT",
  46. "main": "main.js",
  47. "module": "main.esm.js",
  48. "name": "@fullcalendar/interaction",
  49. "peerDependencies": {
  50. "@fullcalendar/core": "~4.4.0"
  51. },
  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 Interaction Plugin",
  58. "types": "main.d.ts",
  59. "unpkg": "main.min.js",
  60. "version": "4.4.2"
  61. }