python3-legacy-api-wrap
Legacy API wrapper for Python keyword only APIs
This module defines a decorator to wrap legacy keyword APIs. The
primary use case is APIs defined before keyword-only parameters
existed.
node-agent-base
Node.js wrapper around http.Agent class
node-agent-base provides an abstract class that must define a connect()
function which is responsible for creating the underlying socket that the
HTTP client requests will use.
vdr-plugin-epgsearch
VDR plugin that provides extensive EPG searching capabilities
This plugin for the Linux Video Disc Recorder (VDR) allows searching the EPG
(electronic programme guide) data by defining search terms that can
permanently be stored in a list for later reuse. It supports regular
expressions and is capable of doing fuzzy searches. EPG-Search scans the EPG
in background and can automatically create timers for matching search terms.
Besides this it supports searching for repetitions, detection of timer
conflicts, sending emails on timer events and much more. Search terms can
also be added and modified with vdradmin-am, a web frontend for VDR.
node-color
Color conversion and manipulation with CSS string support
JavaScript library for immutable color conversion and manipulation with
support for CSS color strings.
node-mime-types
ultimate JavaScript content-type utility - Node.js module
This package provides a library for mime-type mapping similar to mime
module with some differences, such as it always returns a value, even
false if mime type is not found, and supports additional mime types.
node-babel-plugin-add-module-exports
Babel plugin for default module.exports like babel version 5
Babel@6 doesn't export default module.exports any more. This plugin follows
the babel@5 behavior - add the module.exports if only the export default
declaration exists.