{ "_args": [ [ "pretty-ms@0.2.2", "/Users/tatiana/selfdefined" ] ], "_from": "pretty-ms@0.2.2", "_id": "pretty-ms@0.2.2", "_inBundle": false, "_integrity": "sha1-2oeaaC/zOjcBEEbxPWJ/Z8c7hPY=", "_location": "/pretty-ms", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pretty-ms@0.2.2", "name": "pretty-ms", "escapedName": "pretty-ms", "rawSpec": "0.2.2", "saveSpec": null, "fetchSpec": "0.2.2" }, "_requiredBy": [ "/time-require" ], "_resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-0.2.2.tgz", "_spec": "0.2.2", "_where": "/Users/tatiana/selfdefined", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "bin": { "pretty-ms": "cli.js" }, "bugs": { "url": "https://github.com/sindresorhus/pretty-ms/issues" }, "dependencies": { "parse-ms": "^0.1.0" }, "description": "Convert milliseconds to a human readable string: 1337000000 ➔ 15d 11h 23m 20s", "devDependencies": { "browserify": "^3.0.0", "mocha": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js", "cli.js" ], "homepage": "https://github.com/sindresorhus/pretty-ms#readme", "keywords": [ "cli", "bin", "browser", "pretty", "human", "humanized", "readable", "time", "ms", "milliseconds", "duration", "period", "range" ], "license": "MIT", "name": "pretty-ms", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/pretty-ms.git" }, "scripts": { "browser": "browserify -s $npm_package_name -o browser.js .", "test": "mocha" }, "version": "0.2.2" }