liburi-todisk-perl
module to provide mapping between URIs and on-disk storage
URI::ToDisk is a Perl module which provides an object that can easily map
between Uniform Resource Identifiers (URIs) and on-disk storage. In several
processes relating to working with the web, one may need to keep track of an
area on disk which maps to a particular URI.
node-normalize-git-url
normalizes Git URLs
You have a bunch of Git URLs. You want to convert them to a canonical
representation, probably for use inside npm so that it doesn't end up
creating a bunch of superfluous cached origins. You use this package.
ubuntu-touch-sounds
sounds for the Ubuntu Touch image
opensips-tlsmgm-module
TLS management module for OpenSIPS
node-json-localizer
Utility to localize a json object
Node-json-localizer can be used When you need humans to localize a json
object from a config file. A typical use case is for a local config file,
to extend an application config on the fly.
node-read-file
wrapper around fs.readFile and fs.readFileSync
Thin wrapper around fs.readFile and fs.readFileSync that also strips
byte order marks when utf8 encoding is chosen. Also optionally replaces
windows newlines with unix newlines.