Source: node-is-equal-shallow
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Shanavas M <shanavas.m2@gmail.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-is-primitive <!nocheck>
 , node-should <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-is-equal-shallow
Vcs-Git: https://salsa.debian.org/js-team/node-is-equal-shallow.git
Homepage: https://github.com/jonschlinkert/is-equal-shallow
Rules-Requires-Root: no

Package: node-is-equal-shallow
Architecture: all
Depends: ${misc:Depends}
 , node-is-primitive
 , nodejs:any
Description: Does a shallow comparison of two objects.
 Node module that compares two objects and returns false if the keys
 or values differ.
 .
 Node.js is an event-based server-side JavaScript engine.
