Source: node-pixl-acl
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-ipaddr.js <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/jhuckaby/pixl-acl
Vcs-Git: https://salsa.debian.org/js-team/node-pixl-acl.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-acl

Package: node-pixl-acl
Architecture: all
Multi-Arch: foreign
Depends:
 node-ipaddr.js,
 ${misc:Depends},
Description: simple but fast implementation of IPv4 and IPv6 ACL filtering
 pixl-acl is a simple Access Control List (ACL) system for quickly
 matching IP addresses against a set of IP ranges. It is built upon the
 ipaddr.js module (the only dependency, also MIT licensed). IPv4 and IPv6
 addresses and ranges are both supported, including single IPs, partial
 IPs, and CIDR blocks. This is a perfect library for implementing an IP
 whitelist or blacklist.
 .
 Node.js is an event-based server-side JavaScript engine.
