{"_id":"sec","_rev":"236184","name":"sec","description":"Convert a time string to seconds: `'00:22:17'` → `1337`","dist-tags":{"latest":"2.0.0"},"maintainers":[{"name":"npm:sindresorhus","email":""},{"name":"sindresorhus","email":""}],"time":{"modified":"2023-03-24T16:27:37.000Z","created":"2015-05-30T20:32:27.669Z","2.0.0":"2021-05-03T15:19:34.585Z","1.0.0":"2015-05-30T20:32:27.669Z"},"users":{},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"repository":{"type":"git","url":"git+https://github.com/sindresorhus/sec.git"},"versions":{"2.0.0":{"name":"sec","version":"2.0.0","description":"Convert a time string to seconds: `'00:22:17'` → `1337`","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/sec.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava"},"keywords":["second","seconds","time","string","data","hms","hour","minute","convert"],"devDependencies":{"ava":"^3.15.0","xo":"^0.39.1"},"gitHead":"1844a94e41ba71cb4c400d522e14f52946d03540","bugs":{"url":"https://github.com/sindresorhus/sec/issues"},"homepage":"https://github.com/sindresorhus/sec#readme","_id":"sec@2.0.0","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"4f5b82e7d1da27da6c7a40799e63caef21ce374f","size":1413,"noattachment":false,"key":"/sec/-/sec-2.0.0.tgz","tarball":"http://name.csiicloud.com:7001/sec/download/sec-2.0.0.tgz"},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"npm:sindresorhus","email":""},{"name":"sindresorhus","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sec_2.0.0_1620055174477_0.036675246436799425"},"_hasShrinkwrap":false,"publish_time":1620055174585,"_cnpm_publish_time":1620055174585,"_cnpmcore_publish_time":"2021-12-16T22:17:00.333Z"},"1.0.0":{"name":"sec","version":"1.0.0","description":"Convert a time string to seconds: '00:22:17' → 1337","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/sec"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["sec","second","seconds","time","string","str","data","hms","hour","minute","convert"],"devDependencies":{"ava":"0.0.4"},"gitHead":"ed373c67ef62ef7192dea089d7bcade4b94f65c3","bugs":{"url":"https://github.com/sindresorhus/sec/issues"},"homepage":"https://github.com/sindresorhus/sec","_id":"sec@1.0.0","_shasum":"033d60a3ad20ecf2e00940d14f97823465774335","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"033d60a3ad20ecf2e00940d14f97823465774335","size":1489,"noattachment":false,"key":"/sec/-/sec-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/sec/download/sec-1.0.0.tgz"},"maintainers":[{"name":"npm:sindresorhus","email":""},{"name":"sindresorhus","email":""}],"directories":{},"publish_time":1433017947669,"_hasShrinkwrap":false,"_cnpm_publish_time":1433017947669,"_cnpmcore_publish_time":"2021-12-16T22:17:00.555Z"}},"readme":"# sec\n\n> Convert a time string to seconds: `'00:22:17'` → `1337`\n\n## Install\n\n```\n$ npm install sec\n```\n\n## Usage\n\n```js\nimport toSeconds from 'sec';\n\n// hours:minutes:seconds\ntoSeconds('00:22:17');\n//=> 1337\n\ntoSeconds('22:17');\n//=> 1337\n\ntoSeconds('17');\n//=> 17\n```\n","_attachments":{},"homepage":"https://github.com/sindresorhus/sec#readme","bugs":{"url":"https://github.com/sindresorhus/sec/issues"},"license":"MIT"}