site/node_modules/pretty-time/package.json
2024-10-14 08:09:33 +02:00

69 lines
1.2 KiB
JSON

{
"name": "pretty-time",
"description": "Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.",
"version": "1.1.0",
"homepage": "https://github.com/jonschlinkert/pretty-time",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/pretty-time",
"bugs": {
"url": "https://github.com/jonschlinkert/pretty-time/issues"
},
"license": "MIT",
"files": [
"index.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
"keywords": [
"convert",
"date",
"format",
"formatting",
"hour",
"hrtime",
"micro",
"milli",
"minute",
"nano",
"nanosecond",
"pretty",
"second",
"time",
"week"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"o-clock",
"seconds",
"time-stamp",
"timescale",
"week",
"weekday",
"year"
]
},
"lint": {
"reflinks": true
}
}
}