node-proxy-addr
remote address filter for proxied requests - Node.js module
This module allows one to list and optionally filter remote addresses
of an incoming request, as populated by the HTTP X-Forwarded-For header.
libjs-source-map
Mozilla source map generator and consumer - JavaScript library
Mozilla implementation of source map generator and consumer, for source
maps written in the Asynchronous Module Definition format.
snmpsim
SNMP agent simulator
SNMP Simulator is a software that would act like a multitude of real
physical devices from SNMP Manager's point of view. Simulator builds
and uses a database of physical devices' SNMP footprints to respond
like their real counterparts do.
python-backports.ssl-match-hostname
Backport of the Python 3.5 SSL hostname checking function
The Secure Sockets layer is only actually secure if you check the
hostname in the certificate returned by the server to which you are
connecting, and verify that it matches to hostname that you are trying
to reach.
libmodule-install-copyright-perl
package a COPYRIGHT file with a distribution
Module::Install::Copyright extracts copyright and licensing information
from embedded pod and/or RDF metadata included in the distribution, and
outputs it as a text file called "COPYRIGHT" which should roughly
conform to the Debian copyright file format.
libxml-bare-perl
Perl module to parse XML into a Perl hash
XML::Bare provides a simple API to read and write XML files, it also provides
a function to validate the XML schema. The parser itself is a simple state
engine that is less than 500 lines of C.