Source: node-microtime
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-addon-api,
 node-bindings <!nocheck>,
 node-gyp,
Standards-Version: 4.7.4
Homepage: https://github.com/wadey/node-microtime
Vcs-Git: https://salsa.debian.org/js-team/node-microtime.git
Vcs-Browser: https://salsa.debian.org/js-team/node-microtime

Package: node-microtime
Architecture: any
Multi-Arch: same
Depends:
 node-addon-api,
 node-bindings,
 ${misc:Depends},
 ${shlibs:Depends},
Description: get the current time in microseconds
 Date.now() will only give you accuracy in milliseconds. This module calls
 gettimeofday(2) to get the time in microseconds and provides it in a few
 different formats. The same warning from that function applies: The
 resolution of the system clock is hardware dependent, and the time may be
 updated continuously or in ``ticks.''
 .
 Node.js is an event-based server-side JavaScript engine.
