Source: node-hoek Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Akash Sarda Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), nodejs (>= 12), dh-sequence-nodejs Standards-Version: 4.5.0 Homepage: https://github.com/hapijs/hoek Vcs-Git: https://salsa.debian.org/js-team/node-hoek.git Vcs-Browser: https://salsa.debian.org/js-team/node-hoek Rules-Requires-Root: no Package: node-hoek Architecture: all Depends: ${misc:Depends} Provides: ${nodejs:Provides}, node-hapi-hoek (= ${binary:Version}) Description: General purpose node utilities for hapi ecosystem Central place to store hapi-specific methods It comes with useful methods for Arrays (clone, merge, applyToDefaults), Objects (removeKeys, copy), Asserting and more. The Hoek library contains some common functions used within the hapi ecosystem. . This package also includes small packages @hapi/b64 (encode/decode in base64), @hapi/teamwork (wait for multiple events), @hapi/bounce (selective error catching). . Node.js is an event based server side JavaScript Engine.