Pinned Repositories
arson
Efficient encoder and decoder for arbitrary objects
ast-types
Esprima-compatible implementation of the Mozilla JS Parser API
install
Minimal JavaScript module loader
jsnext-skeleton
Skeleton project demonstrating best practices for authoring and publishing the latest version of JavaScript to NPM.
kix-standalone
A standalone version of Google's new rich text editor, Kix
optimism
Composable reactive caching with efficient invalidation.
private
Utility for associating truly private state with any JavaScript object
recast
JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator
reify
Enable ECMAScript 2015 modules in Node today. No caveats. Full stop.
wryware
A collection of packages that are probably a little too clever. Use at your own wrisk.
benjamn's Repositories
benjamn/es7-async-await
Transformer that converts async functions and await expressions into ECMAScript 6 generator functions and yield expressions
benjamn/empirenode-2015
Slides for my talk at EmpireNode 2015
benjamn/brigade
Bucket brigade for bundling browser modules
benjamn/offgrid
Art project using the Raspberry Pi camera module and Total Control Lighting LEDs
benjamn/offgrid-camera
Node library for reading live video data from the Raspberry Pi camera module
benjamn/apollo-server
GraphQL server for Express, Connect, HAPI and Koa, written in TypeScript
benjamn/devshop-july-2015
Slides for my talk about ECMAScript at the July 2015 Meteor Devshop
benjamn/style-guides
Docs for the Organization
benjamn/async-iteration
Asynchronous Iteration for ECMAScript
benjamn/babel-plugin-jscript
Babel plugin to fix buggy JScript named function expressions.
benjamn/brooklynjs.github.io
The world's most popular programming language, in New York's most popular borough
benjamn/bwip-js
Barcode Writer in Pure JavaScript
benjamn/chromatic
Chromatic component explorer
benjamn/commoner
Flexible tool for translating any dialect of JavaScript to Node-readable CommonJS modules
benjamn/ecma262
Status, process, and documents for ECMA262
benjamn/ecmascript-asyncawait
Async/await for ECMAScript
benjamn/meteor-integration
benjamn/meteor-util
Meteor smart package for util node.js module
benjamn/node-gyp
Node.js native addon build tool
benjamn/react-packages
Meteor packages for a great React developer experience
benjamn/rollup
Next-generation ES6 module bundler
benjamn/tufte-css
Style your webpage like Edward Tufte's handouts.
benjamn/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
benjamn/babel-plugin-dynamic-import-webpack
Babel plugin to transpile import() to require.ensure, for Webpack
benjamn/goto2015-talk
Slides for my talk at GOTO 2015
benjamn/meteor-phantomjs-tests
A helper package for Meteor test driver packages. Runs client tests in PhantomJS.
benjamn/node-detective
Find all calls to require() no matter how crazily nested using a proper walk of the AST
benjamn/proposals
Tracking ECMAScript Proposals
benjamn/reason
A meta language toolchain to build systems rapidly
benjamn/remain
Liberate the package.json "main" property from its inflexible standard interpretation.