{"_id":"nano-time","_rev":"5-60ec84b9d39d3ad9e546991a7979ab79","name":"nano-time","description":"Current Time in Nanoseconds","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"nano-time","version":"1.0.0","description":"Current Time in Nanoseconds","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/sazze/node-nanotime.git"},"keywords":["nanoseconds","time","date","current","time","microseconds"],"author":{"name":"Kevin Smithson","email":"ksmithson@sazze.com"},"license":"ISC","bugs":{"url":"https://github.com/sazze/node-nanotime/issues"},"homepage":"https://github.com/sazze/node-nanotime#readme","dependencies":{"big-integer":"^1.6.16"},"gitHead":"bce149f50044a70798a3466d34e4a0feb5e1a876","_id":"nano-time@1.0.0","_shasum":"b0554f69ad89e22d0907f7a12b0993a5d96137ef","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"ksmithson","email":"ksmithson@pocketly.com"},"dist":{"shasum":"b0554f69ad89e22d0907f7a12b0993a5d96137ef","tarball":"https://registry.npmjs.org/nano-time/-/nano-time-1.0.0.tgz","integrity":"sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDB4TBI5/fZ68yIrhl0U178Xymu6pl5sXgXcxXKm5CRJAIgVv4boDE3RR9xZzI9EEd4XOr+qb1WKxgsQ9EOmZuM0Bk="}]},"maintainers":[{"name":"ksmithson","email":"ksmithson@pocketly.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nano-time-1.0.0.tgz_1476743531308_0.4322411548346281"}}},"readme":"# NanoTime\n\nGets the current time in nanoseconds or microseconds.\n\nIn node.js you can get high resolution time with `process.hrtime()`, but it is from an unknown relative time, not epoch. So this library helps that by calculating the difference and adding it to the current time.\n\n## Usage\n\nSince javascript can't hold a nanosecond as an INT safely (_Number.MAX_SAFE_INTEGER_), we return a string instead.\n\n```js\nconst now = require('nano-time');\n\nnow(); // '1476742925219947761' (returns a string)\nnow.micro(); // '1476742921398373'\nnow.microseconds(); // alias for now.micro();\n```","maintainers":[{"email":"smitt04@gmail.com","name":"ksmithson"}],"time":{"modified":"2022-06-20T20:00:36.343Z","created":"2016-10-17T22:32:11.565Z","1.0.0":"2016-10-17T22:32:11.565Z"},"homepage":"https://github.com/sazze/node-nanotime#readme","keywords":["nanoseconds","time","date","current","time","microseconds"],"repository":{"type":"git","url":"git+https://github.com/sazze/node-nanotime.git"},"author":{"name":"Kevin Smithson","email":"ksmithson@sazze.com"},"bugs":{"url":"https://github.com/sazze/node-nanotime/issues"},"license":"ISC","readmeFilename":"README.md","users":{"vanioinformatika":true}}