UNPKG

overwatch-api-server

Version:
82 lines (81 loc) 1.95 kB
{ "_from": "pretty-ms@^7.0.0", "_id": "pretty-ms@7.0.0", "_inBundle": false, "_integrity": "sha512-J3aPWiC5e9ZeZFuSeBraGxSkGMOvulSWsxDByOcbD1Pr75YL3LSNIKIb52WXbCLE1sS5s4inBBbryjF4Y05Ceg==", "_location": "/pretty-ms", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pretty-ms@^7.0.0", "name": "pretty-ms", "escapedName": "pretty-ms", "rawSpec": "^7.0.0", "saveSpec": null, "fetchSpec": "^7.0.0" }, "_requiredBy": [ "/ava" ], "_resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-7.0.0.tgz", "_shasum": "45781273110caf35f55cab21a8a9bd403a233dc0", "_spec": "pretty-ms@^7.0.0", "_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\ava", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/pretty-ms/issues" }, "bundleDependencies": false, "dependencies": { "parse-ms": "^2.1.0" }, "deprecated": false, "description": "Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`", "devDependencies": { "ava": "^2.4.0", "tsd": "^0.11.0", "xo": "^0.30.0" }, "engines": { "node": ">=10" }, "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/pretty-ms#readme", "keywords": [ "pretty", "prettify", "human", "humanize", "humanized", "readable", "time", "ms", "milliseconds", "duration", "period", "range", "text", "string", "number", "hrtime" ], "license": "MIT", "name": "pretty-ms", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/pretty-ms.git" }, "scripts": { "test": "xo && ava && tsd" }, "version": "7.0.0" }