Package Licenses
unknown
Dependency Licenses
MIT38
Package | Relation | Dependencies | Published |
---|---|---|---|
ansi-regex • 5.0.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
argparse • 0.1.16Very powerful CLI arguments parser. Native port of argparse - python's options parsing library | DIRECT | 2 | |
detective • 0.2.1Find all calls to require() no matter how crazily nested using a proper walk of the AST | INDIRECT | 1 | |
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard. | INDIRECT | 0 | |
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidth | INDIRECT | 0 | |
npm>1.4.29>abbrev • 1.0.5Like ruby's abbrev module, but in js | INDIRECT | 0 | |
npm>1.4.29>ansicolors • 0.3.2Functions that surround a string with ansicolor codes so it prints in color. | INDIRECT | 0 | |
npm>1.4.29>ansistyles • 0.1.3Functions that surround a string with ansistyle codes so it prints in style. | INDIRECT | 0 | |
npm>1.4.29>child-process-close • 0.1.1Make child_process objects emit 'close' events in node v0.6 like they do in v0.8. This makes it easier to write code that works correctly on both version of node. | INDIRECT | 0 | |
npm>1.4.29>columnify • 1.2.1Render data in text columns, supports in-column text-wrap. | INDIRECT | 5 | |
npm>1.4.29>columnify>strip-ansi • 1.0.0Strip ANSI escape codes | INDIRECT | 1 | |
npm>1.4.29>columnify>strip-ansi>ansi-regex • 0.2.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
npm>1.4.29>columnify>wcwidth • 1.0.0Port of C's wcwidth() and wcswidth() | INDIRECT | 2 | |
npm>1.4.29>columnify>wcwidth>defaults • 1.0.0merge single level defaults over a config object | INDIRECT | 1 | |
npm>1.4.29>columnify>wcwidth>defaults>clone • 0.1.18deep cloning of objects and arrays | INDIRECT | 0 | |
npm>1.4.29>editor • 0.1.0launch $EDITOR in your program | INDIRECT | 0 | |
npm>1.4.29>github-url-from-git • 1.4.0Parse a github git url and return the github repo url | INDIRECT | 0 | |
npm>1.4.29>lru-cache • 2.5.0A cache object that deletes the least-recently-used items. | INDIRECT | 0 | |
npm>1.4.29>minimatch • 1.0.0a glob matcher in javascript | INDIRECT | 2 | |
npm>1.4.29>mkdirp • 0.5.0Recursively mkdir, like `mkdir -p` | INDIRECT | 1 | |
npm>1.4.29>mkdirp>minimist • 0.0.8parse argument options | INDIRECT | 0 | |
npm>1.4.29>nopt • 3.0.1Option parsing for Node, supporting types, shorthands, etc. Used by npm. | INDIRECT | 1 | |
npm>1.4.29>npmconf>config-chain>proto-list • 1.2.3A utility for managing a prototype chain | INDIRECT | 0 | |
npm>1.4.29>read-installed>util-extend • 1.0.1Node's internal object extension function | INDIRECT | 0 | |
npm>1.4.29>request>bl • 0.9.1Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! | INDIRECT | 5 | |
npm>1.4.29>request>bl>readable-stream • 1.0.31Streams2, a user-land copy of the stream library from Node.js v0.10.x | INDIRECT | 4 | |
npm>1.4.29>request>bl>readable-stream>core-util-is • 1.0.1The `util.is*` functions introduced in Node v0.12. | INDIRECT | 0 | |
npm>1.4.29>request>bl>readable-stream>isarray • 0.0.1Array#isArray for older browsers | INDIRECT | 0 | |
npm>1.4.29>request>bl>readable-stream>string_decoder • 0.10.31The string_decoder module from Node core | INDIRECT | 0 | |
npm>1.4.29>request>mime-types • 1.0.2The ultimate javascript content-type utility. | INDIRECT | 0 | |
npm>1.4.29>request>stringstream • 0.0.4Encode and decode streams into string streams | INDIRECT | 0 | |
npm>1.4.29>request>tough-cookie • 0.12.1RFC6265 Cookies and Cookie Jar for node.js | INDIRECT | 1 | |
npm>1.4.29>rimraf • 2.2.8A deep deletion module for node (like `rm -rf`) | INDIRECT | 0 | |
npm>1.4.29>text-table • 0.2.0borderless text tables with alignment | INDIRECT | 0 | |
string-width • 4.2.3Get the visual width of a string - the number of columns required to display it | INDIRECT | 4 | |
strip-ansi • 6.0.1Strip ANSI escape codes from a string | INDIRECT | 1 | |
underscore.string • 2.4.0String manipulation extensions for Underscore.js javascript library. | INDIRECT | 0 | |
underscore • 1.7.0JavaScript's functional programming helper library. | INDIRECT | 0 |
unknown32
Package | Relation | Dependencies | Published |
---|---|---|---|
forEachAsync • 2.2.1The forEachAsync module of FuturesJS (Ender.JS and Node.JS) | INDIRECT | 1 | |
future • 2.3.1The promise / subscribe / deferred module of FuturesJS (Ender.JS and Node.JS) | INDIRECT | 0 | |
npm>1.4.29>ansi • 0.3.0Advanced ANSI formatting tool for Node.js | INDIRECT | 0 | |
npm>1.4.29>ini • 1.2.1An ini encoder/decoder for node | INDIRECT | 0 | |
npm>1.4.29>node-gyp • 1.0.1Node.js native addon build tool | INDIRECT | 52 | |
npm>1.4.29>npmconf>config-chain • 1.1.8HANDLE CONFIGURATION ONCE AND FOR ALL | INDIRECT | 2 | |
npm>1.4.29>read-package-json>normalize-package-data • 1.0.1Normalizes data that can be found in package.json files. | INDIRECT | 3 | |
npm>1.4.29>request>aws-sign2 • 0.5.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module. | INDIRECT | 0 | |
npm>1.4.29>request>forever-agent • 0.5.2HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module. | INDIRECT | 0 | |
npm>1.4.29>request>form-data • 0.1.4A module to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. | INDIRECT | 4 | |
npm>1.4.29>request>form-data>async • 0.9.0Higher-order functions and common patterns for asynchronous code | INDIRECT | 0 | |
npm>1.4.29>request>form-data>combined-stream • 0.0.5A stream that emits multiple other streams one after another. | INDIRECT | 1 | |
npm>1.4.29>request>form-data>combined-stream>delayed-stream • 0.0.5Buffers events from a stream until you are ready to handle them. | INDIRECT | 0 | |
npm>1.4.29>request>form-data>mime • 1.2.11A comprehensive library for mime-type mapping | INDIRECT | 0 | |
npm>1.4.29>request>hawk • 1.1.1HTTP Hawk Authentication Scheme | INDIRECT | 4 | |
npm>1.4.29>request>hawk>boom • 0.4.2HTTP-friendly error objects | INDIRECT | 1 | |
npm>1.4.29>request>hawk>cryptiles • 0.2.2General purpose crypto utilities | INDIRECT | 2 | |
npm>1.4.29>request>hawk>hoek • 0.9.1General purpose node utilities | INDIRECT | 0 | |
npm>1.4.29>request>hawk>sntp • 0.2.4SNTP Client | INDIRECT | 1 | |
npm>1.4.29>request>http-signature • 0.10.0Reference implementation of Joyent's HTTP Signature Scheme | INDIRECT | 3 | |
npm>1.4.29>request>http-signature>asn1 • 0.1.11Contains parsers and serializers for ASN.1 (currently BER only) | INDIRECT | 0 | |
npm>1.4.29>request>http-signature>assert-plus • 0.1.2Extra assertions on top of node's assert module | INDIRECT | 0 | |
npm>1.4.29>request>http-signature>ctype • 0.5.2read and write binary structures and data types | INDIRECT | 0 | |
npm>1.4.29>request>node-uuid • 1.4.1Rigorous implementation of RFC4122 (v1 and v4) UUIDs. | INDIRECT | 0 | |
npm>1.4.29>request>oauth-sign • 0.4.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module. | INDIRECT | 0 | |
npm>1.4.29>request>qs • 1.2.2A querystring parser that supports nesting and arrays, with a depth limit | INDIRECT | 0 | |
npm>1.4.29>request>tough-cookie>punycode • 1.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. | INDIRECT | 0 | |
npm>1.4.29>request>tunnel-agent • 0.4.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module. | INDIRECT | 0 | |
npm>1.4.29>retry • 0.6.0Abstraction for exponential and custom retry strategies for failed operations. | INDIRECT | 0 | |
npm>1.4.29>which • 1.0.5Like which(1) unix command. Find the first instance of an executable in the PATH. | INDIRECT | 0 | |
pakman • 0.11.5A tool for building package managers | DIRECT | 119 | |
sequence • 2.2.1The sequence module of FuturesJS (Ender.JS and Node.JS) | INDIRECT | 0 |
ISC25
Package | Relation | Dependencies | Published |
---|---|---|---|
aproba • 2.0.0A ridiculously light-weight argument validator (now browser friendly) | INDIRECT | 0 | |
are-we-there-yet • 4.0.2Keep track of the overall completion of many disparate processes | INDIRECT | 0 | |
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support. | INDIRECT | 0 | |
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted. | INDIRECT | 0 | |
gauge • 5.0.2A terminal based horizontal gauge | INDIRECT | 11 | |
has-unicode • 2.0.1Try to guess if your terminal supports unicode | INDIRECT | 0 | |
npm>1.4.29>char-spinner • 1.0.1Put a little spinner on process.stderr, as unobtrusively as possible. | INDIRECT | 0 | |
npm>1.4.29>fstream-npm • 1.0.0fstream class for creating npm packages | INDIRECT | 10 | |
npm>1.4.29>fstream-npm>fstream-ignore • 1.0.1A thing for ignoring files based on globs | INDIRECT | 9 | |
npm>1.4.29>glob • 4.0.5a little globber | INDIRECT | 6 | |
npm>1.4.29>inflight • 1.0.1Add callbacks to requests in flight to avoid async duplication | INDIRECT | 1 | |
npm>1.4.29>inherits • 2.0.1Browser-friendly inheritance fully compatible with standard node.js inherits() | INDIRECT | 0 | |
npm>1.4.29>init-package-json • 1.0.0A node module to get your node module started | INDIRECT | 15 | |
npm>1.4.29>init-package-json>promzard • 0.2.2prompting wizardly | INDIRECT | 2 | |
npm>1.4.29>npm-cache-filename • 1.0.1Given a cache folder and url, return the appropriate cache folder. | INDIRECT | 0 | |
npm>1.4.29>npm-registry-client • 2.0.7Client for the npm registry | INDIRECT | 57 | |
npm>1.4.29>npmconf • 1.1.8The config thing npm uses | INDIRECT | 12 | |
npm>1.4.29>read-installed • 2.0.5Read all the installed packages in a folder, and return a tree structure with all the data. | INDIRECT | 14 | |
npm>1.4.29>read-package-json • 1.2.7The thing npm uses to read package.json files with semantics and defaults and validation | INDIRECT | 11 | |
npm>1.4.29>slide • 1.1.6A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS | INDIRECT | 0 | |
npm>1.4.29>uid-number • 0.0.5Convert a username/group name to a uid/gid number | INDIRECT | 0 | |
npmlog • 7.0.1logger for npm | INDIRECT | 14 | |
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncate | INDIRECT | 0 | |
signal-exit • 4.1.0when you want to fire an event no matter how a process exits. | INDIRECT | 0 | |
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts. | INDIRECT | 5 |
non-standard19
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>1.4.29>block-stream • 0.0.7a stream of blocks | INDIRECT | 1 | |
npm>1.4.29>chmodr • 0.1.0like `chmod -R` | INDIRECT | 0 | |
npm>1.4.29>chownr • 0.0.1like `chown -R` | INDIRECT | 0 | |
npm>1.4.29>cmd-shim • 2.0.0Used in npm for command line application support | INDIRECT | 3 | |
npm>1.4.29>fstream • 1.0.2Advanced file system stream things | INDIRECT | 5 | |
npm>1.4.29>graceful-fs • 3.0.2A drop-in replacement for fs, making various improvements. | INDIRECT | 0 | |
npm>1.4.29>lockfile • 1.0.0A very polite lock file utility, which endeavors to not litter, and to wait patiently for others. | INDIRECT | 0 | |
npm>1.4.29>minimatch>sigmund • 1.0.0Quick and dirty signatures for Objects. | INDIRECT | 0 | |
npm>1.4.29>npm-user-validate • 0.1.0User validations for npm | INDIRECT | 0 | |
npm>1.4.29>npmlog • 0.1.1logger for npm | INDIRECT | 1 | |
npm>1.4.29>once • 1.3.0Run a function exactly one time | INDIRECT | 0 | |
npm>1.4.29>osenv • 0.1.0Look up environment settings specific to different operating systems | INDIRECT | 0 | |
npm>1.4.29>read • 1.0.5read(1) for node programs | INDIRECT | 1 | |
npm>1.4.29>read>mute-stream • 0.0.4Bytes go in, but they don't come out (when muted). | INDIRECT | 0 | |
npm>1.4.29>request>caseless • 0.6.0Caseless object set/get/has, very useful when working with HTTP headers. | INDIRECT | 0 | |
npm>1.4.29>request>json-stringify-safe • 5.0.0Like JSON.stringify, but doesn't blow up on circular refs | INDIRECT | 0 | |
npm>1.4.29>semver • 2.3.0The semantic version parser used by npm. | INDIRECT | 0 | |
npm>1.4.29>sha • 1.2.4Check and get file hashes | INDIRECT | 1 | |
npm>1.4.29>tar • 1.0.1tar for node | INDIRECT | 7 |
BSD-2-Clause3
Package | Relation | Dependencies | Published |
---|---|---|---|
esprima • 0.9.9ECMAScript parsing infrastructure for multipurpose analysis | INDIRECT | 0 | |
npm>1.4.29>github-url-from-username-repo • 1.0.0Create urls from username/repo | INDIRECT | 0 | |
npm>1.4.29>npm-install-checks • 1.0.2checks that npm runs during the installation of a module | INDIRECT | 3 |
WTFPL3
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>1.4.29>opener • 1.3.0Opens stuff, like webpages and files and executables, cross-platform | INDIRECT | 0 | |
npm>1.4.29>path-is-inside • 1.0.1Tests whether one path is inside another path | INDIRECT | 0 | |
npm>1.4.29>sorted-object • 1.0.0Returns a copy of an object with its keys sorted | INDIRECT | 0 |
Artistic-2.01
Package | Relation | Dependencies | Published |
---|---|---|---|
npm • 1.4.29A package manager for node | INDIRECT | 113 |
MIT OR X111
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>1.4.29>archy • 0.0.2render nested hierarchies `npm ls` style with unicode pipes | INDIRECT | 0 |
Apache-2.01
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>1.4.29>request • 2.42.0Simplified HTTP request client. | INDIRECT | 32 |