AdminLTE/plugins/fullcalendar-daygrid/package.json
REJack f70483a806
plugins updates part 2
- added .editorconfig
- updated package.json & build/npm/Plugins.js according to the following changes
- updated dev dependencies to clear audits
- updated daterangepicker
- updated overlayScrollbars
- moved flot (0.8.2) to flot-old for plugins
- updated flot
- updated fullcalendar
- replaced icheck with icheck-bootstrap & updated demo files
- added icheck-bootstrap color overrides
- updated inputmask
- updated ion-rangeslider
- updated jquery-ui
- updated bootstrap-slider tweaks & demo files
- replaced jvectormap with jqvmap & updated demo files
- added jquery-mapael & replaced in index2 jvectormap
- updated jquery-knob
- replaced pace with pace-progress
- updated select2 & demo files
- replaced jquery.sparkline with sparklines & updated demo files and removed jquery.sparkline demo section
2019-06-14 09:33:43 +02:00

62 lines
1.8 KiB
JSON

{
"_from": "@fullcalendar/daygrid",
"_id": "@fullcalendar/daygrid@4.2.0",
"_inBundle": false,
"_integrity": "sha512-9C61TowLTTZ657cErdylkdRYxXj5HO0NgogQgYX9X2wz7yvn6loiyGx6oq0o6OFf+e/Z4Ey06j7f/fqn/BPYEQ==",
"_location": "/@fullcalendar/daygrid",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@fullcalendar/daygrid",
"name": "@fullcalendar/daygrid",
"escapedName": "@fullcalendar%2fdaygrid",
"scope": "@fullcalendar",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-4.2.0.tgz",
"_shasum": "c49a9e27baf40b5a637a5d8fffa2670f19ed636b",
"_spec": "@fullcalendar/daygrid",
"_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
"author": {
"name": "Adam Shaw",
"email": "arshaw@arshaw.com",
"url": "http://arshaw.com/"
},
"bugs": {
"url": "https://fullcalendar.io/reporting-bugs"
},
"bundleDependencies": false,
"copyright": "2019 Adam Shaw",
"deprecated": false,
"description": "Display events on Month view or DayGrid view",
"docs": "https://fullcalendar.io/docs/month-view",
"homepage": "https://fullcalendar.io/",
"keywords": [
"calendar",
"event",
"full-sized"
],
"license": "MIT",
"main": "main.js",
"name": "@fullcalendar/daygrid",
"peerDependencies": {
"@fullcalendar/core": "~4.2.0"
},
"releaseDate": "2019-06-02",
"repository": {
"type": "git",
"url": "git+https://github.com/fullcalendar/fullcalendar.git",
"homepage": "https://github.com/fullcalendar/fullcalendar"
},
"title": "FullCalendar Day Grid Plugin",
"types": "main.d.ts",
"unpkg": "main.min.js",
"version": "4.2.0"
}