{"analyzedAt":"2022-06-25T20:38:43.543Z","collected":{"metadata":{"name":"vue-day-schedule","scope":"unscoped","version":"0.2.6","description":"View your day's schedule along a horizontal timeline. Built for VueJS.","keywords":["vuejs","scheduler","day"],"date":"2021-01-22T14:06:53.799Z","author":{"name":"Craig Johnson","email":"craigdanj@gmail.com","username":"craigdanj"},"publisher":{"username":"craigdanj","email":"craigdanj@gmail.com"},"maintainers":[{"username":"craigdanj","email":"craigdanj@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/craigdanj/vue-day-schedule.git"},"links":{"npm":"https://www.npmjs.com/package/vue-day-schedule","homepage":"https://github.com/craigdanj/vue-day-schedule","repository":"https://github.com/craigdanj/vue-day-schedule","bugs":"https://github.com/craigdanj/vue-day-schedule/issues"},"license":"MIT","dependencies":{"core-js":"^3.6.5","moment":"^2.29.0","vue":"^2.6.11","vue-class-component":"^7.2.3","vue-property-decorator":"^8.4.2"},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^5.2.4","@typescript-eslint/eslint-plugin":"^2.33.0","@typescript-eslint/parser":"^2.33.0","@vue/cli-plugin-babel":"~4.5.0","@vue/cli-plugin-eslint":"~4.5.0","@vue/cli-plugin-typescript":"~4.5.0","@vue/cli-plugin-unit-mocha":"~4.5.0","@vue/cli-service":"~4.5.0","@vue/eslint-config-prettier":"^6.0.0","@vue/eslint-config-typescript":"^5.0.2","@vue/test-utils":"^1.0.3","chai":"^4.1.2","eslint":"^6.7.2","eslint-plugin-prettier":"^3.1.3","eslint-plugin-vue":"^6.2.2","prettier":"^1.19.1","typescript":"~3.9.3","vue-template-compiler":"^2.6.11"},"releases":[{"from":"2022-05-26T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":0},{"from":"2022-03-27T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":1},{"from":"2021-12-27T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":1},{"from":"2021-06-25T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":1},{"from":"2020-06-25T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":9}],"readme":"# Vue Day Schedule\nView your day's schedule along a horizontal timeline. Built for VueJS. \n**[View the demo](https://vue-day-schedule-hqhhp8qca.vercel.app/)**\n\n\n## Install via npm\n```bash\nnpm install vue-day-schedule\n```\n\n## Setup \nFirst include the CSS file in your main.js (or main.ts if you use Typescript). You could also add this to the file you wish to use the scheduler in.\n\n```js\nimport 'vue-day-schedule/dist/VueDayScheduler.css';\n```\n\nThen import the component and use it way you would normally use a component.\n\n```js\nimport vueDaySchedule from 'vue-day-schedule';\n\n<template>\n    <vue-day-schedule \n        :events=\"eventList\"\n        v-on:vs-date-change=\"handleDateChange\"\n    />\n</template>\n\n<script>\nimport vueDaySchedule from 'vue-day-schedule';\n\nexport default {\n    components: {\n        vueDaySchedule\n    },\n    data () {\n        eventList: [\n            {\n                name: \"Test Event\", //Name of the event\n                date: new Date()    //Start time of the event as a JS Date object\n            }\n        ]\n    },\n    methods () {\n        handleDateChange: function (date) {\n            alert(\"Date changed\");\n        }\n    }\n}\n</script>\n\n```\n\nPlease feel free to raise issues or feature requests. If feature requests align with the goal of this project we will probably work on adding it in.\n\n## Development setup to contribute\n```bash\nnpm install\n```\n\n### Compiles and hot-reloads for development\n```bash\nnpm run serve\n```"},"npm":{"downloads":[{"from":"2022-06-24T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":0},{"from":"2022-06-18T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":0},{"from":"2022-05-26T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":2},{"from":"2022-03-27T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":75},{"from":"2021-12-27T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":144},{"from":"2021-06-25T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":304}],"starsCount":0},"github":{"homepage":"vue-day-schedule.vercel.app","starsCount":4,"forksCount":4,"subscribersCount":1,"issues":{"count":7,"openCount":0,"distribution":{"3600":7,"10800":0,"32400":0,"97200":0,"291600":0,"874800":0,"2624400":0,"7873200":0,"23619600":0,"70858800":0,"212576400":0},"isDisabled":false},"contributors":[{"username":"craigdanj","commitsCount":78}],"commits":[{"from":"2022-06-18T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":0},{"from":"2022-05-26T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":0},{"from":"2022-03-27T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":0},{"from":"2021-12-27T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":0},{"from":"2021-06-25T00:00:00.000Z","to":"2022-06-25T00:00:00.000Z","count":0}],"statuses":[{"context":"Vercel","state":"success"}]},"source":{"files":{"readmeSize":1457,"testsSize":380},"linters":["eslint","prettier"],"outdatedDependencies":{"vue":{"required":"^2.6.11","stable":"3.2.37","latest":"2.7.0-beta.5"},"vue-property-decorator":{"required":"^8.4.2","stable":"9.1.2","latest":"10.0.0-rc.3"}}}},"evaluation":{"quality":{"carefulness":0.42,"tests":0.5349999999999999,"health":0.5,"branding":0},"popularity":{"communityInterest":10,"downloadsCount":25,"downloadsAcceleration":-0.1997716894977169,"dependentsCount":0},"maintenance":{"releasesFrequency":0.3852739726027397,"commitsFrequency":0,"openIssues":1,"issuesDistribution":1}},"score":{"final":0.5077375935721615,"detail":{"quality":0.6691710725203064,"popularity":0.04430728565209432,"maintenance":0.8327963481081047}}}