81 lines
1.8 KiB
JSON
81 lines
1.8 KiB
JSON
{
|
|
"_from": "pretty-ms@^0.2.1",
|
|
"_id": "pretty-ms@0.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-2oeaaC/zOjcBEEbxPWJ/Z8c7hPY=",
|
|
"_location": "/pretty-ms",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pretty-ms@^0.2.1",
|
|
"name": "pretty-ms",
|
|
"escapedName": "pretty-ms",
|
|
"rawSpec": "^0.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/time-require"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-0.2.2.tgz",
|
|
"_shasum": "da879a682ff33a37011046f13d627f67c73b84f6",
|
|
"_spec": "pretty-ms@^0.2.1",
|
|
"_where": "/var/www/html/node_modules/time-require",
|
|
"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"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"parse-ms": "^0.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|