node-winston
Logger for just about everything (for Nodejs)
Winston is designed to be a simple and universal logging library with
support for multiple transports. A transport is essentially a storage
device for your logs. Each Winston logger can have multiple
transports configured at different levels. For example, one may want
error logs to be stored in a persistent remote location (like a
database), but all logs output to the console or a local file.
libopendmarc2t64
DMARC policy library
Domain-based Message Authentication, Reporting and Conformance (DMARC),
builds on the successes of technologies such as DomainKeys Identified Mail
(DKIM) and the Sender Policy Framework (SPF) to create an infrastructure that
enforces policy on domain names that are visible to end users, and creates a
feedback framework for identifying and tracking fraudulent use of domain
names in email.
sbt-ivy
agile dependency manager
Sbt Ivy is patched Apache Ivy for sbt.
Ivy is a very powerful dependency manager oriented toward Java
dependency management, even though it could be used to manage
dependencies of any kind.
libinfluxdb-lineprotocol-perl
write and read InfluxDB LineProtocol
The InfluxDB time series database (since version 0.9) uses a LineProtocol
to write time series data into the database. InfluxDB::LineProtocol makes
it possible to generate such a line from a data-structure, handling all
the annoying escaping and sorting. It can also be used to parse a line
(perhaps produced by other code) so that it can be further modified.