deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: nodejs
Description: |-
check if two arrays are equal
This node module checks whether two arrays are equal:
.
var equals = require('array-equal')
assert(equals([1, 2, 3], [1, 2, 3])) // => true
assert(equals([1, 2, 3], [1, 2, 3, 4])) // => false
.
Node.js is an event-based server-side JavaScript engine.
Homepage: https://github.com/component/array-equal
Installed-Size: '14'
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Multi-Arch: foreign
Package: node-array-equal
Priority: optional
Section: javascript
Version: 1.0.0-4
srcpkg_name: node-array-equal
srcpkg_version: 1.0.0-4