81 lines
1.8 KiB
JSON
81 lines
1.8 KiB
JSON
|
{
|
||
|
"_from": "pretty-ms@^2.1.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.1.0",
|
||
|
"name": "pretty-ms",
|
||
|
"escapedName": "pretty-ms",
|
||
|
"rawSpec": "^2.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/tap-spec"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-2.1.0.tgz",
|
||
|
"_shasum": "4257c256df3fb0b451d6affaab021884126981dc",
|
||
|
"_spec": "pretty-ms@^2.1.0",
|
||
|
"_where": "/home/lilleman/go/src/gitlab.larvit.se/power-plan/auth/tests/node_modules/tap-spec",
|
||
|
"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"
|
||
|
}
|