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.
INDIRECT
1
arr-diff • 4.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.
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
babel-plugin-jest-hoist • 22.4.4Babel 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
babel-preset-jest • 22.4.4> 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).
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.
INDIRECT
44
bindings • 1.5.0Helper module for loading your native module's .node file
braces • 1.8.5Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.
INDIRECT
14
braces • 2.3.2Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.
INDIRECT
8
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
es-array-method-boxes-properly • 1.0.0Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
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.
filename-regex • 2.0.1Regular expression for matching file names, with or without extension.
INDIRECT
0
fileset • 2.0.3Wrapper around miniglob / minimatch combo to allow multiple patterns matching and include-exclude ability
INDIRECT
11
fill-range • 2.2.4Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.
INDIRECT
11
fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
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-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.
INDIRECT
2
is-data-view • 1.0.1Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
INDIRECT
19
is-date-object • 1.0.5Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
INDIRECT
2
is-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
INDIRECT
4
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
INDIRECT
4
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
is-typed-array • 1.1.13Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
jest-serializer • 22.4.3Module for serializing and deserializing object into memory and disk. By default, the `v8` implementations are used, but if not present, it defaults to `JSON` implementation. Both serializers have the advantage of being able to serialize `Map`, `Set`, `un
jest-validate • 22.4.4Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.
DIRECT
188
jest-worker • 22.4.3Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.
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 • 11.12.0A JavaScript implementation of many web standards
INDIRECT
93
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
mem • 1.1.0Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
INDIRECT
1
merge-stream • 1.0.1Create a stream that emits events from multiple other streams
INDIRECT
8
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.
DIRECT
37
micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.
nan • 2.22.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibility
INDIRECT
0
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)
INDIRECT
68
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.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.
INDIRECT
3
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.
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.
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.
INDIRECT
2
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.
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-cwd • 2.0.0Resolve the path of a module like `require.resolve()` but from the current working directory
INDIRECT
1
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given path
INDIRECT
0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.
INDIRECT
0
resolve • 1.1.7resolve like require.resolve() on behalf of files asynchronously and synchronously
INDIRECT
0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronously
INDIRECT
5
ret • 0.1.15Tokenizes a string that represents a regular expression.
INDIRECT
0
rsvp • 3.6.2A lightweight library that provides tools for organizing asynchronous code
INDIRECT
0
safe-array-concat • 1.1.2`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
INDIRECT
4
to-regex • 3.0.2Generate a regex from a string or array of strings.
INDIRECT
14
tr46 • 1.0.1An implementation of the Unicode TR46 spec
INDIRECT
1
trim-right • 1.0.1Similar to String#trim() but removes only whitespace on the right
INDIRECT
0
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
INDIRECT
11
unset-value • 1.0.0Delete nested properties from an object using dot notation.
INDIRECT
6
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.
INDIRECT
0
use • 3.1.1Easily add plugin support to your node.js application.
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colors
INDIRECT
0
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
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.