Source: node-buffer-equal
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/substack/node-buffer-equal
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-buffer-equal.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-buffer-equal.git

Package: node-buffer-equal
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: return whether two buffers are equal
 Return whether the two buffers a and b are equal.
 If a or b is not a buffer, return undefined.
 .
 Node.js is an event-based server-side JavaScript engine.
