gulp.js plugin for creating modules
Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.
Gulp extension to add header to file(s) in the pipeline.
Define a lazily evaluated property on an object
`Object.defineProperty`, but not IE 8's broken one.
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Get the type of an AMD module used for an AST node or within a file
gulp plugin to publish files to amazon s3
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
A collection of utility libraries used by other Facebook JS projects
Core gulp build tasks for building typescript, html, less, etc.
The streaming build system.
Command line interface for gulp
Babel helper to create your own polyfill provider
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Use conventional text streams at the start of your gulp or vinyl pipelines
Rename files
A dictionary of file extensions and associated module loaders.
Sourcemap support for gulpjs.
Provide AMD's define() API for declaring modules in the AMD format
TypeScript definitions for gulp-load-plugins
Gulp plugin for mapping sources of a sourcemap.
gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging
A tool for reporting your application’s builds to Bugsnag