{ "_from": "sec@^1.0.0", "_id": "sec@1.0.0", "_inBundle": false, "_integrity": "sha1-Az1go60g7PLgCUDRT5eCNGV3QzU=", "_location": "/sec", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sec@^1.0.0", "name": "sec", "escapedName": "sec", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/tasklist" ], "_resolved": "https://registry.npmjs.org/sec/-/sec-1.0.0.tgz", "_shasum": "033d60a3ad20ecf2e00940d14f97823465774335", "_spec": "sec@^1.0.0", "_where": "E:\\company\\node\\logistics_node\\node_modules\\tasklist", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/sec/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Convert a time string to seconds: '00:22:17' → 1337", "devDependencies": { "ava": "0.0.4" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/sec#readme", "keywords": [ "sec", "second", "seconds", "time", "string", "str", "data", "hms", "hour", "minute", "convert" ], "license": "MIT", "name": "sec", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/sec.git" }, "scripts": { "test": "node test.js" }, "version": "1.0.0" }