49 lines
849 B
JSON
49 lines
849 B
JSON
{
|
|
"name": "pretty-ms",
|
|
"version": "2.1.0",
|
|
"description": "Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/pretty-ms",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"pretty",
|
|
"prettify",
|
|
"human",
|
|
"humanize",
|
|
"humanized",
|
|
"readable",
|
|
"time",
|
|
"ms",
|
|
"milliseconds",
|
|
"duration",
|
|
"period",
|
|
"range",
|
|
"text",
|
|
"string",
|
|
"str",
|
|
"number",
|
|
"hrtime"
|
|
],
|
|
"dependencies": {
|
|
"is-finite": "^1.0.1",
|
|
"parse-ms": "^1.0.0",
|
|
"plur": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
}
|
|
}
|