1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: node-hoek
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Akash Sarda <akashsarda3@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13),
nodejs,
dh-sequence-nodejs
Standards-Version: 4.6.1
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})
Multi-Arch: foreign
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.
|