{ "_args": [ [ "parse-ms@0.1.2", "/Users/tatiana/selfdefined" ] ], "_from": "parse-ms@0.1.2", "_id": "parse-ms@0.1.2", "_inBundle": false, "_integrity": "sha1-3T+iXtbC78e93hKtm0bBY6opIk4=", "_location": "/parse-ms", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "parse-ms@0.1.2", "name": "parse-ms", "escapedName": "parse-ms", "rawSpec": "0.1.2", "saveSpec": null, "fetchSpec": "0.1.2" }, "_requiredBy": [ "/pretty-ms" ], "_resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-0.1.2.tgz", "_spec": "0.1.2", "_where": "/Users/tatiana/selfdefined", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/parse-ms/issues" }, "description": "Parse milliseconds into an object", "devDependencies": { "browserify": "^3.0.0", "mocha": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/parse-ms#readme", "keywords": [ "browser", "parse", "time", "ms", "milliseconds", "duration", "period", "range" ], "license": "MIT", "name": "parse-ms", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/parse-ms.git" }, "scripts": { "browser": "browserify -s $npm_package_name -o browser.js .", "test": "mocha" }, "version": "0.1.2" }