{ "_from": "pretty-ms@^2.0.0", "_id": "pretty-ms@2.1.0", "_inBundle": false, "_integrity": "sha1-QlfCVt8/sLRR1q/6qwIYhBJpgdw=", "_location": "/pretty-ms", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pretty-ms@^2.0.0", "name": "pretty-ms", "escapedName": "pretty-ms", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/ava" ], "_resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-2.1.0.tgz", "_shasum": "4257c256df3fb0b451d6affaab021884126981dc", "_spec": "pretty-ms@^2.0.0", "_where": "/home/mwinter/www/unboundedpress/node_modules/ava", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/pretty-ms/issues" }, "bundleDependencies": false, "dependencies": { "is-finite": "^1.0.1", "parse-ms": "^1.0.0", "plur": "^1.0.0" }, "deprecated": false, "description": "Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s", "devDependencies": { "mocha": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/pretty-ms#readme", "keywords": [ "pretty", "prettify", "human", "humanize", "humanized", "readable", "time", "ms", "milliseconds", "duration", "period", "range", "text", "string", "str", "number", "hrtime" ], "license": "MIT", "name": "pretty-ms", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/pretty-ms.git" }, "scripts": { "test": "mocha" }, "version": "2.1.0" }