acorn • 5.7.4ECMAScript parser | INDIRECT | 0 | |
align-text • 0.1.4Align the text in a string. | INDIRECT | 4 | |
alter • 0.2.0alters a string by replacing multiple range fragments in one fast pass | INDIRECT | 1 | |
ansi-regex • 2.1.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminal | INDIRECT | 0 | |
ast-traverse • 0.1.1simple but flexible AST traversal with pre and post visitors | INDIRECT | 0 | |
ast-types • 0.8.12Esprima-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 | |
babel-plugin-constant-folding • 1.0.1Compile static constants (ie. code that we can statically determine to be constant at runtime) | DIRECT | 0 | |
babel-plugin-dead-code-elimination • 1.0.2Eliminate dead code | DIRECT | 0 | |
babel-plugin-eval • 1.0.1Compile eval calls with string literals | DIRECT | 0 | |
babel-plugin-inline-environment-variables • 1.0.1Inline environment variables | DIRECT | 0 | |
babel-plugin-jscript • 1.0.4Babel plugin to fix buggy JScript named function expressions | DIRECT | 0 | |
babel-plugin-member-expression-literals • 1.0.1Turn valid member expression property literals into plain identifiers | DIRECT | 0 | |
babel-plugin-property-literals • 1.0.1Turn valid property key literals to plain identifiers | DIRECT | 0 | |
babel-plugin-proto-to-assign • 1.0.4Babel plugin for turning __proto__ into a shallow property clone | DIRECT | 1 | |
babel-plugin-react-constant-elements • 1.0.3Treat React JSX elements as value types and hoist them to the highest scope | DIRECT | 0 | |
babel-plugin-react-display-name • 1.0.3Add displayName to React.createClass calls | DIRECT | 0 | |
babel-plugin-remove-console • 1.0.1Remove console.* calls | DIRECT | 0 | |
babel-plugin-remove-debugger • 1.0.1Remove debugger statements | DIRECT | 0 | |
babel-plugin-runtime • 1.0.7Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals | DIRECT | 0 | |
babel-plugin-undeclared-variables-check • 1.0.2Throw a compile-time error on references to undeclared variables | DIRECT | 1 | |
babel-plugin-undefined-to-void • 1.1.6Replace references to `undefined` with `void 0` | DIRECT | 0 | |
babylon • 5.8.38<p align="center"> <img alt="babylon" src="https://raw.githubusercontent.com/babel/logo/master/babylon.png" width="700"> </p> | DIRECT | 0 | |
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}" | INDIRECT | 0 | |
bluebird • 2.11.0Full featured Promises/A+ implementation with exceptionally good performance | DIRECT | 0 | |
brace-expansion • 1.1.11Brace expansion as known from sh/bash | INDIRECT | 2 | |
breakable • 1.0.0Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return. | INDIRECT | 0 | |
camelcase • 1.2.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar | INDIRECT | 0 | |
center-align • 0.1.3Center-align the text in a string. | INDIRECT | 6 | |
chalk • 1.1.3Terminal string styling done right. Much color. | DIRECT | 6 | |
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 | |
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties. | DIRECT | 0 | |
core-js • 1.2.7Standard library | DIRECT | 0 | |
debug • 2.6.9small debugging utility | DIRECT | 1 | |
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow | INDIRECT | 0 | |
defined • 1.0.1return the first argument that is `!== undefined` | INDIRECT | 0 | |
defs • 1.1.1Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3. | INDIRECT | 28 | |
detect-indent • 3.0.1Detect the indentation of code | DIRECT | 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 | DIRECT | 0 | |
function-bind • 1.1.2Implementation of Function.prototype.bind | INDIRECT | 0 | |
get-stdin • 4.0.1Easier stdin | INDIRECT | 0 | |
globals • 6.4.1Global identifiers from different JavaScript environments | DIRECT | 0 | |
has-ansi • 2.0.0Check if a string has ANSI escape codes | INDIRECT | 1 | |
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate. | INDIRECT | 1 | |
home-or-tmp • 1.0.0Get the user home directory with fallback to the system temp directory | DIRECT | 2 | |
iconv-lite • 0.4.24Convert character encodings in pure javascript. | INDIRECT | 1 | |
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'} | INDIRECT | 0 | |
is-buffer • 1.1.6Determine if an object is a Buffer | INDIRECT | 0 | |
is-core-module • 2.16.1Is this specifier a node.js core module? | INDIRECT | 2 | |
is-finite • 1.1.0ES2015 Number.isFinite() ponyfill | INDIRECT | 0 | |
js-tokens • 1.0.1A regex that tokenizes JavaScript. | DIRECT | 0 | |
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output. | INDIRECT | 0 | |
json5 • 0.4.0JSON for the ES5 era. | DIRECT | 0 | |
kind-of • 3.2.2Get the native type of a value. | INDIRECT | 1 | |
lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed. | INDIRECT | 0 | |
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID) | INDIRECT | 1 | |
leven • 1.0.2Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm | INDIRECT | 0 | |
lodash • 3.10.1The modern build of lodash modular utilities. | DIRECT | 0 | |
longest • 1.0.1Get the longest item in an array. | INDIRECT | 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 | |
object-assign • 4.1.1ES2015 `Object.assign()` ponyfill | INDIRECT | 0 | |
os-locale • 1.4.0Get the system locale | INDIRECT | 2 | |
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfill | INDIRECT | 0 | |
output-file-sync • 1.1.2Synchronously write a file and create its ancestor directories if needed | DIRECT | 4 | |
path-exists • 1.0.0Check if a path exists | DIRECT | 0 | |
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfill | DIRECT | 0 | |
path-parse • 1.0.7Node.js path.parse() ponyfill | INDIRECT | 0 | |
private • 0.1.8Utility for associating truly private state with any JavaScript object | DIRECT | 0 | |
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D) | INDIRECT | 0 | |
recast • 0.10.33JavaScript 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. | DIRECT | 10 | |
regjsgen • 0.2.0Generate `RegExp`s from RegJSParser’s AST | INDIRECT | 0 | |
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string. | INDIRECT | 0 | |
repeating • 1.1.3Repeat a string - fast | DIRECT | 1 | |
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronously | DIRECT | 5 | |
right-align • 0.1.3Right-align the text in a string. | INDIRECT | 5 | |
safer-buffer • 2.1.2Modern Buffer API polyfill without footguns | INDIRECT | 0 | |
shebang-regex • 1.0.0Regular expression for matching a shebang | DIRECT | 0 | |
simple-fmt • 0.1.0maximally minimal string formatting library | INDIRECT | 0 | |
simple-is • 0.2.0maximally minimal type-testing library | INDIRECT | 0 | |
slash • 1.0.0Convert Windows backslash paths to slash paths | DIRECT | 0 | |
source-map-support • 0.2.10Fixes stack traces for files with source maps | DIRECT | 2 | |
stable • 0.1.8A stable array sort for JavaScript | INDIRECT | 0 | |
stringmap • 0.2.2fast and robust stringmap | INDIRECT | 0 | |
stringset • 0.2.1fast and robust stringset | INDIRECT | 0 | |
strip-ansi • 3.0.1Strip ANSI escape codes | INDIRECT | 1 | |
supports-color • 2.0.0Detect whether a terminal supports color | INDIRECT | 0 | |
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag. | INDIRECT | 0 | |
through • 2.3.8simplified stream construction | INDIRECT | 0 | |
to-fast-properties • 1.0.3Force V8 to use fast properties for an object | DIRECT | 0 | |
trim-right • 1.0.1Similar to String#trim() but removes only whitespace on the right | DIRECT | 0 | |
try-resolve • 1.0.1Try and resolve a filename | DIRECT | 0 | |
tryor • 0.1.2return fn() or default value (in case of exception) | INDIRECT | 0 | |
user-home • 1.1.1Get the path to the user home directory | INDIRECT | 0 | |
window-size • 0.1.4Reliable way to to get the height and width of the terminal/console in a node.js environment. | INDIRECT | 0 | |
yargs • 3.27.0Light-weight option parsing with an argv hash. No optstrings attached. | INDIRECT | 17 | |