James M. Greene
James M. Greene
currentExecutingScript
Get the currently executing script, regardless of its source/trigger/synchronicity. Similar to HTML5's `document.currentScript` but arguably much more useful!
Function.name
Polyfill for ECMAScript 6's `Function.name`.
grunt-chmod
A Grunt task plugin to modify file permissions, i.e. like using `chmod`.
grunt-mxmlc
A Grunt task plugin to compile Adobe Flex/ActionScript/MXML/FLV/etc. apps with the `mxmlc` compiler from the Apache/Adobe Flex SDK.
jquery.textSelect
jQuery plugin that creates a bindable special event for user text selection: "textSelect"
nedb-session-store
A session store implementation for Connect & Express backed by an NeDB datastore (either in-memory or file-persisted)
nestdb
NestDB: An embedded persistent or in-memory database for Node.js, originally forked from NeDB
node-aes256
A Node.js module to simplify using the built-in "crypto" module for AES256 encryption with random initialization vectors.
node-dos2unix
A Node.js module to convert text files with DOS line breaks to Unix line breaks, i.e. like using `dos2unix`.