{"_id":"humanize-time","_rev":"4251905","name":"humanize-time","description":"Converts miliseconds to human-readable format.","dist-tags":{"latest":"0.0.3"},"maintainers":[{"name":"shime","email":""}],"time":{"modified":"2026-03-31T23:47:11.000Z","created":"2014-09-06T21:32:15.889Z","0.0.3":"2021-12-18T15:07:36.621Z","0.0.2":"2014-09-15T10:08:55.912Z","0.0.1":"2014-09-06T21:32:15.889Z"},"users":{},"author":{"name":"Hrvoje Simic","email":"shime.ferovac@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/shime/humanize-time.git"},"versions":{"0.0.3":{"name":"humanize-time","version":"0.0.3","description":"Converts miliseconds to human-readable format.","main":"index.js","scripts":{"test":"jest"},"repository":{"type":"git","url":"git+https://github.com/shime/humanize-time.git"},"keywords":["humanize","miliseconds","time","seconds","hours","minutes","minimalistic"],"author":{"name":"Hrvoje Simic","email":"shime.ferovac@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/shime/humanize-time/issues"},"homepage":"https://github.com/shime/humanize-time","devDependencies":{"jest":"^27.4.5"},"dependencies":{},"gitHead":"1e15e2c95a2da6e8b57fe454ac9ebdb67d5f7aa9","_id":"humanize-time@0.0.3","_nodeVersion":"12.16.0","_npmVersion":"6.13.4","dist":{"shasum":"4fd5378d829fa08221c50c1f7865c7644e45197a","size":2442,"noattachment":false,"key":"/humanize-time/-/humanize-time-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/humanize-time/download/humanize-time-0.0.3.tgz"},"_npmUser":{"name":"shime","email":"shime@twobucks.co"},"directories":{},"maintainers":[{"name":"shime","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/humanize-time_0.0.3_1639840056476_0.5085799415545149"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-23T12:10:43.296Z","publish_time":1639840056621,"_cnpm_publish_time":1639840056621},"0.0.2":{"name":"humanize-time","version":"0.0.2","description":"Converts miliseconds to human-readable format.","main":"index.js","scripts":{"test":"node test.js | node_modules/.bin/tap-spec"},"repository":{"type":"git","url":"https://github.com/shime/humanize-time"},"keywords":["humanize","miliseconds","time","seconds","hours","minutes","minimalistic"],"author":{"name":"Hrvoje Simic","email":"shime.ferovac@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/shime/humanize-time/issues"},"homepage":"https://github.com/shime/humanize-time","devDependencies":{"tap-spec":"^0.2.1","tape":"^2.14.0"},"gitHead":"6714671dc89f68998d402f8e66c906fdfd723789","_id":"humanize-time@0.0.2","_shasum":"ccd8260f6c23209e6aec22218848487d3d6498a6","_from":".","_npmVersion":"2.0.0-beta.0","_npmUser":{"name":"shime","email":"shime.ferovac@gmail.com"},"maintainers":[{"name":"shime","email":""}],"dist":{"shasum":"ccd8260f6c23209e6aec22218848487d3d6498a6","size":1100,"noattachment":false,"key":"/humanize-time/-/humanize-time-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/humanize-time/download/humanize-time-0.0.2.tgz"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T12:10:42.438Z","publish_time":1410775735912,"_cnpm_publish_time":1410775735912},"0.0.1":{"name":"humanize-time","version":"0.0.1","description":"Converts miliseconds to human-readable format.","main":"index.js","scripts":{"test":"node test.js | node_modules/.bin/tap-spec"},"repository":{"type":"git","url":"https://github.com/shime/humanize-time"},"keywords":["humanize","miliseconds","time","seconds","hours","minutes","minimalistic"],"author":{"name":"Hrvoje Simic","email":"shime.ferovac@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/shime/humanize-time/issues"},"homepage":"https://github.com/shime/humanize-time","devDependencies":{"tap-spec":"^0.2.1","tape":"^2.14.0"},"gitHead":"5e540450e07efef01a59a72353b6c07a7eaa820a","_id":"humanize-time@0.0.1","_shasum":"be0ed018580d340ddf81c5d7a79439e81fbe6acb","_from":".","_npmVersion":"2.0.0-beta.0","_npmUser":{"name":"shime","email":"shime.ferovac@gmail.com"},"maintainers":[{"name":"shime","email":""}],"dist":{"shasum":"be0ed018580d340ddf81c5d7a79439e81fbe6acb","size":1098,"noattachment":false,"key":"/humanize-time/-/humanize-time-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/humanize-time/download/humanize-time-0.0.1.tgz"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T12:10:41.574Z","publish_time":1410039135889,"_cnpm_publish_time":1410039135889}},"readme":"## Humanize time\n\n[![Downloads](https://img.shields.io/npm/dt/humanize-time.svg)](https://npmjs.org/package/humanize-time)\n\nConverts miliseconds to human-readable format.\n\n## Install\n\n    npm install humanize-time\n\n## Example\n\n```javascript\n  var time = require('humanize-time')\n\n  time(2000)    // '2s'\n  time(62000)   // '1m, 2s'\n  time(3662000) // '1h, 1m, 2s'\n```\n\n## License\n\nMIT\n","_attachments":{},"homepage":"https://github.com/shime/humanize-time","bugs":{"url":"https://github.com/shime/humanize-time/issues"},"license":"MIT"}