nanoseconds
Version:
Convert the process.hrtime() array to a single nanoseconds value. This makes it easier to diff times.
65 lines (64 loc) • 1.23 kB
JSON
{
"name": "nanoseconds",
"description": "Convert the process.hrtime() array to a single nanoseconds value. This makes it easier to diff times.",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/nanoseconds",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/nanoseconds",
"bugs": {
"url": "https://github.com/jonschlinkert/nanoseconds/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
"keywords": [
"conversion",
"convert",
"format",
"formatting",
"hrtime",
"nano",
"nanosecond",
"nanoseconds",
"ns",
"pretty",
"second",
"seconds",
"time",
"time-stamp",
"timestamp"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"o-clock",
"pretty-time",
"time-stamp",
"timescale"
]
},
"lint": {
"reflinks": true
}
}
}