acorn • 5.7.4ECMAScript parser | INDIRECT | 0 | |
ansi-regex • 0.2.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
ansi-styles • 1.1.0ANSI escape codes for styling strings in the terminal | INDIRECT | 0 | |
ast-types • 0.6.16Esprima-compatible implementation of the Mozilla JS Parser API | INDIRECT | 0 | |
ast-types • 0.8.15Esprima-compatible implementation of the Mozilla JS Parser API | INDIRECT | 0 | |
ast-types • 0.9.6Esprima-compatible implementation of the Mozilla JS Parser API | INDIRECT | 0 | |
async-each • 0.1.6No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript. | INDIRECT | 0 | |
babel • 4.1.1Turn ES6 code into readable vanilla ES5 with source maps | DIRECT | 85 | |
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}" | INDIRECT | 0 | |
brace-expansion • 1.1.11Brace expansion as known from sh/bash | INDIRECT | 2 | |
chalk • 0.5.1Terminal string styling done right. Created because the `colors` module does some really horrible things. | INDIRECT | 6 | |
chokidar • 0.12.6A neat wrapper around node.js fs.watch / fs.watchFile / fsevents. | INDIRECT | 13 | |
commander • 2.20.3the complete solution for node.js command-line programs | INDIRECT | 0 | |
commoner • 0.10.8Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modules | INDIRECT | 25 | |
concat-map • 0.0.1concatenative mapdashery | INDIRECT | 0 | |
core-js • 0.5.4Standard library | INDIRECT | 0 | |
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12. | INDIRECT | 0 | |
debug • 2.6.9small debugging utility | INDIRECT | 1 | |
defined • 1.0.1return the first argument that is `!== undefined` | INDIRECT | 0 | |
detect-indent • 3.0.1Detect the indentation of code | INDIRECT | 4 | |
detective • 4.7.1find all require() calls by walking the AST | INDIRECT | 2 | |
escape-string-regexp • 1.0.5Escape RegExp special characters | INDIRECT | 0 | |
fs-readdir-recursive • 0.1.2Recursively read a directory | INDIRECT | 0 | |
fsevents • 0.3.8Native Access to Mac OS-X FSEvents | INDIRECT | 1 | |
get-stdin • 4.0.1Easier stdin | INDIRECT | 0 | |
globals • 6.4.1Global identifiers from different JavaScript environments | INDIRECT | 0 | |
has-ansi • 0.1.0Check if a string has ANSI escape codes | INDIRECT | 1 | |
iconv-lite • 0.4.24Convert character encodings in pure javascript. | INDIRECT | 1 | |
is-finite • 1.1.0ES2015 Number.isFinite() ponyfill | INDIRECT | 0 | |
isarray • 0.0.1Array#isArray for older browsers | INDIRECT | 0 | |
js-tokenizer • 1.3.3 | INDIRECT | 0 | |
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output. | INDIRECT | 0 | |
leven • 1.0.2Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm | INDIRECT | 0 | |
lodash-node • 2.4.1A collection of Lo-Dash methods as Node.js modules generated by lodash-cli. | DIRECT | 0 | |
lodash • 2.4.2A utility library delivering consistency, customization, performance, & extras. | DIRECT | 0 | |
lodash • 3.10.1The modern build of lodash modular utilities. | INDIRECT | 0 | |
minimatch • 0.2.14a glob matcher in javascript | INDIRECT | 2 | |
minimist • 1.1.3parse argument options | DIRECT | 0 | |
minimist • 1.2.8parse argument options | INDIRECT | 0 | |
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p` | INDIRECT | 1 | |
ms • 2.0.0Tiny milisecond conversion utility | INDIRECT | 0 | |
nan • 2.22.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibility | INDIRECT | 0 | |
object-assign • 2.0.0ES6 Object.assign() ponyfill | DIRECT | 0 | |
object-assign • 4.1.1ES2015 `Object.assign()` ponyfill | INDIRECT | 0 | |
output-file-sync • 1.1.2Synchronously write a file and create its ancestor directories if needed | INDIRECT | 4 | |
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfill | INDIRECT | 0 | |
private • 0.1.8Utility for associating truly private state with any JavaScript object | INDIRECT | 0 | |
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D) | INDIRECT | 0 | |
readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.x | INDIRECT | 4 | |
readdirp • 1.3.0Recursive version of fs.readdir with streaming api. | INDIRECT | 9 | |
recast • 0.10.43JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator | INDIRECT | 4 | |
recast • 0.11.23JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator | INDIRECT | 4 | |
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. | INDIRECT | 0 | |
regexpu • 1.3.0A source code transpiler that enables the use of ES6 Unicode regular expressions in ES5. | INDIRECT | 10 | |
regjsgen • 0.2.0Generate `RegExp`s from RegJSParser’s AST | INDIRECT | 0 | |
repeating • 1.1.3Repeat a string - fast | INDIRECT | 1 | |
safer-buffer • 2.1.2Modern Buffer API polyfill without footguns | INDIRECT | 0 | |
shebang-regex • 1.0.0Regular expression for matching a shebang | INDIRECT | 0 | |
slash • 1.0.0Convert Windows backslash paths to slash paths | INDIRECT | 0 | |
source-map-support • 0.2.10Fixes stack traces for files with source maps | INDIRECT | 2 | |
source-map-to-comment • 1.1.0Convert a Source Map object to a comment | INDIRECT | 0 | |
string_decoder • 0.10.31The string_decoder module from Node core | INDIRECT | 0 | |
strip-ansi • 0.3.0Strip ANSI escape codes | INDIRECT | 1 | |
supports-color • 0.2.0Detect whether a terminal supports color | INDIRECT | 0 | |
through • 2.3.8simplified stream construction | INDIRECT | 0 | |
through2 • 0.6.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise | DIRECT | 6 | |
trim-right • 1.0.1Similar to String#trim() but removes only whitespace on the right | INDIRECT | 0 | |
xtend • 4.0.2extend like a boss | INDIRECT | 0 | |