append-transform • 0.4.0Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.
INDIRECT
3
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing library
INDIRECT
1
arr-diff • 2.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.
INDIRECT
3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
expand-range • 1.8.2Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.
INDIRECT
12
extend • 3.0.2Port of jQuery.extend for node.js and the browser
INDIRECT
0
extglob • 0.3.2Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
INDIRECT
0
for-own • 0.1.5Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
INDIRECT
1
form-data • 2.3.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
is-dotfile • 1.0.3Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
INDIRECT
0
is-equal-shallow • 0.1.3Does a shallow comparison of two objects, returning false if the keys or values differ.
INDIRECT
1
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"
is-glob • 2.0.1Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
INDIRECT
1
is-number • 2.1.0Returns true if the value is a number. comprehensive tests.
INDIRECT
2
is-number • 4.0.0Returns true if the value is a number. comprehensive tests.
INDIRECT
0
is-posix-bracket • 0.1.1Returns true if the given string is a POSIX bracket expression (POSIX character class).
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.
INDIRECT
0
jsdom • 9.12.0A JavaScript implementation of the DOM and HTML standards
INDIRECT
78
jsesc • 1.3.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.
math-random • 1.0.4math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.
INDIRECT
0
merge • 1.2.1Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser.
INDIRECT
0
micromatch • 2.3.11Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.
natural-compare • 1.4.0Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
INDIRECT
0
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
INDIRECT
0
node-int64 • 0.4.0Support for representing 64-bit integers in JavaScript
INDIRECT
0
node-notifier • 5.4.5A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)
DIRECT
6
normalize-path • 2.1.1Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
INDIRECT
0
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
INDIRECT
18
object.omit • 2.0.1Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.
prelude-ls • 1.1.2prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
INDIRECT
0
preserve • 0.2.0Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.
INDIRECT
0
private • 0.1.8Utility for associating truly private state with any JavaScript object
regex-cache • 0.4.4Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
INDIRECT
0
resolve • 1.1.7resolve like require.resolve() on behalf of files asynchronously and synchronously
INDIRECT
0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronously
babel-plugin-jest-hoist • 20.0.3Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jes
INDIRECT
0
babel-preset-jest • 20.0.3> Babel preset for all Jest plugins. This preset is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest).
jest-validate • 20.0.3Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
INDIRECT
0
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.