Source: node-sntp Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 12) , dh-buildinfo , nodejs (>= 10) , node-boom (>= 9), , node-hoek (>= 9) Standards-Version: 4.5.0 Homepage: https://github.com/hueniverse/sntp#readme Vcs-Git: https://salsa.debian.org/js-team/node-sntp.git Vcs-Browser: https://salsa.debian.org/js-team/node-sntp Rules-Requires-Root: no Package: node-sntp Architecture: all Depends: ${misc:Depends} , nodejs (>= 10) , node-hoek (>= 9) , node-boom (>= 9) Provides: node-hapi-sntp (=${source:Version}) Description: SNTP client An SNTP v4 client (RFC4330) for nodejs. Simpy connects to the NTP or SNTP server requested and returns the server time along with the roundtrip duration and clock offset. To adjust the local time to the NTP time, add the returned `t` offset to the local time. . Node.js is an event-based server-side JavaScript engine.