Makes all modules in Node get loaded in strict mode.
Adds use strict; in the beginning of each source
use strict;
Removes "use strict" from transpiled es6->es5 code
Remove 'use strict' if the file is 'not strict'
A CoffeeLint rule that enforces usage of strict mode
Lightweight debugging utility for Node.js and the browser
Lodash modular utilities.
React is a JavaScript library for building user interfaces.
A querystring parser that supports nesting and arrays, with a depth limit
Higher-order functions and common patterns for asynchronous code
Babel compiler core.