Egg.js

Egg.js 0.0.1

Egg.js allows developers to easily configure a simple set of keyboard shortcuts and then execute a series of JavaScript functions when these are pressed.The concept is called Easter eggs or Konami Code, and is often used on live websites to reveal hidden...

es5-shim

es5-shim 4.1.4 updated

Include this library in the header of a page and when accessed from older browsers it will upgrade their engine to support EcmaScript 5, the latest version of JavaScript.It's not a complete implementation, but is at close as it can get.Even if es5-shim...

Teacup

Teacup 2.0.0 updated

CoffeeScript is a programming language (actually a JavaScript superset) that compiles into JavaScript.It's a newly discovered method for writing JavaScript code, using a simpler and cleaner syntax, while still being outputted as JavaScript code in the...

webpack

webpack 1.9.12 updated

JavaScript code written for server-side technologies like Node.js uses a different syntax than regular, vanilla JS.While not immensely different, these peculiarities prevent the code from being properly executed, or force it to be run in synchronous mode,...