{"_id":"minutes","_rev":"6-4559da6f2c0dd5aee0d24afabbfec827","name":"minutes","description":"Get the number of minutes for an hour, day, week and the elapsed minutes for the current day.","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"minutes","description":"Get the number of minutes for an hour, day, week and the elapsed minutes for the current day.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/minutes","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/minutes.git"},"bugs":{"url":"https://github.com/jonschlinkert/minutes/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/minutes/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*","moment":"^2.8.4","should":"*"},"keywords":["am","calendar","clock","date","day","days","duration","friday","hour","hours","hr","meridiem","min","minutes","monday","now","pm","saturday","sec","second","seconds","sunday","thursday","time","times","timespan","tuesday","wednesday","week","weekday"],"dependencies":{"seconds":"^0.2.0"},"_id":"minutes@0.1.0","_shasum":"d6f2cc0ada46d4df104422dfd17d008967806b7e","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"d6f2cc0ada46d4df104422dfd17d008967806b7e","tarball":"https://registry.npmjs.org/minutes/-/minutes-0.1.0.tgz","integrity":"sha512-sN6HmIuSudk5KXTvTvSKD6qc4HArb2JHKsgG7n6yIwvd7R00eRrQwJ8WH/uSwjoMazc81mKQtFe12gTJXU6TtQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEjfqINBPcI15I7FtKfv6BC8ZG68iaykC0XeESJlq6igIgD8G/YztZ2u4F+JCmgH7IuJFNd6wzt2RE9eJKdi4yJg0="}]}}},"readme":"# minutes [![NPM version](https://badge.fury.io/js/minutes.svg)](http://badge.fury.io/js/minutes)\n\n> Get the number of minutes for an hour, day, week and the elapsed minutes for the current day.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i minutes --save\n```\n\n## Run tests\n\n```bash\nnpm test\n```\n\n## Usage\n\n```js\nvar minutes = require('minutes');\n\n// elapsed minutes today\nconsole.log(minutes('today'));\n//=> 1201\n```\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/minutes/issues)\n\nI'd like to implement the following if someone wants to do a PR before I get around to them:\n\n - [x] ~~`today`: function to calculate minutes since beginning of the day~~\n - [ ] `month`: function to calculate minutes since beginning of the month\n - [ ] `year`: function to calculate minutes since beginning of the year\n\nI'm also open to other ideas for this lib.\n\n## Related\n\nOther libs I maintain\n\n- [days]\n- [hours]\n- [month]\n- [months]\n- [seconds]\n- [week]\n- [weekday]\n- [year]\n\nFrom other maintainers\n\n- [current-day-number]\n- [current-week-number] - like [week] but takes a different approach to getting the week number.\n- [week-hours]\n\n## Author\n\n**Jon Schlinkert**\n \n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) \n\n## License\nCopyright (c) 2014 Jon Schlinkert  \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb](https://github.com/assemble/verb) on December 07, 2014. To update, run `npm i -g verb && verb`._\n\n[current-day-number]: https://github.com/tunnckoCore/current-day-number\n[current-week-number]: https://github.com/tunnckoCore/current-week-number\n[week-hours]: https://github.com/tunnckoCore/week-hours\n[days]: https://github.com/jonschlinkert/days\n[hours]: https://github.com/jonschlinkert/hours\n[minutes]: https://github.com/jonschlinkert/minutes\n[month]: https://github.com/jonschlinkert/month\n[months]: https://github.com/jonschlinkert/months\n[seconds]: https://github.com/jonschlinkert/seconds\n[week]: https://github.com/jonschlinkert/week\n[weekday]: https://github.com/jonschlinkert/weekday\n[year]: https://github.com/jonschlinkert/year","maintainers":[{"email":"brian.woodward@gmail.com","name":"doowb"},{"email":"github@sellside.com","name":"jonschlinkert"}],"time":{"modified":"2022-06-19T21:59:36.812Z","created":"2014-12-08T01:11:03.754Z","0.1.0":"2014-12-08T01:11:03.754Z"},"homepage":"https://github.com/jonschlinkert/minutes","keywords":["am","calendar","clock","date","day","days","duration","friday","hour","hours","hr","meridiem","min","minutes","monday","now","pm","saturday","sec","second","seconds","sunday","thursday","time","times","timespan","tuesday","wednesday","week","weekday"],"repository":{"type":"git","url":"git://github.com/jonschlinkert/minutes.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/minutes/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/minutes/blob/master/LICENSE-MIT"},"readmeFilename":"README.md"}