UNPKG

jsonpretty

Version:

Yet another JSON pretty printer

2,032 lines 657 kB
[ { "name": "CSSselect", "version": "0.3.1", "description": "a rtl CSS selector engine", "author": "Felix Boehm <me@feedic.com>", "keywords": [ "css", "selector" ], "main": "index.js", "engine": "", "repository": { "type": "git", "url": "git://github.com/fb55/cssselect.git" }, "dependencies": { "CSSwhat": ">= 0.1" }, "devDependencies": { "htmlparser2": ">= 2.2.8", "cheerio-soupselect": "*", "mocha": "*", "expect.js": "*" }, "scripts": { "test": "mocha -u exports -R list tests/qwery tests/nwmatcher/scotch.js" }, "license": "BSD-like" }, { "author": "Felix Böhm <me@feedic.com> (http://feedic.com)", "name": "CSSwhat", "description": "a CSS selector parser", "version": "0.2.0", "repository": { "url": "https://github.com/FB55/CSSwhat" }, "main": "/index.js", "scripts": { "test": "node tests/test.js" }, "dependencies": { }, "devDependencies": { }, "optionalDependencies": { }, "engines": { "node": "*" }, "license": "BSD-like" }, { "name": "JSONStream", "version": "0.4.4", "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)", "homepage": "http://github.com/dominictarr/JSONStream", "repository": { "type": "git", "url": "git://github.com/dominictarr/JSONStream.git" }, "dependencies": { "jsonparse": "0.0.5" }, "devDependencies": { "it-is": "~1", "assertions": "~2.2.2", "render": "~0.1.1", "trees": "~0.0.3", "event-stream": "~0.7.0" }, "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)", "scripts": { "test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done" }, "optionalDependencies": { }, "engines": { "node": "*" } }, { "name": "JSONStream", "version": "0.6.4", "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)", "homepage": "http://github.com/dominictarr/JSONStream", "repository": { "type": "git", "url": "git://github.com/dominictarr/JSONStream.git" }, "dependencies": { "jsonparse": "0.0.5", "through": "~2.2.7" }, "devDependencies": { "it-is": "~1", "assertions": "~2.2.2", "render": "~0.1.1", "trees": "~0.0.3", "event-stream": "~0.7.0", "tape": "~0.2.2" }, "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)", "scripts": { "test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done" }, "optionalDependencies": { }, "engines": { "node": "*" } }, { "name": "LiveScript", "version": "1.0.1", "description": "LiveScript is a language the compiles down to JavaScript, it is Coco but much more compatible with CoffeeScript, more functional, and more feature rich.", "keywords": [ "language", "compiler", "coffeescript", "coco", "javascript" ], "author": "George Zahariev <z@georgezahariev.com>", "homepage": "http://gkz.github.com/LiveScript/", "bugs": "https://github.com/gkz/LiveScript/issues", "licenses": [ { "type": "MIT", "url": "https://raw.github.com/gkz/LiveScript/master/LICENSE" } ], "engines": { "node": ">= 0.8.0" }, "directories": { "lib": "./lib", "bin": "./bin" }, "files": [ "lib", "bin", "README.md", "LICENSE" ], "main": "./lib/livescript", "bin": { "livescript": "./bin/livescript", "slake": "./bin/slake" }, "preferGlobal": true, "repository": { "type": "git", "url": "git://github.com/gkz/LiveScript.git" }, "dependencies": { "prelude-ls": ">= 0.6.0" }, "devDependencies": { "jison": "0.2.1", "uglify-js": "1.3.3" } }, { "name": "abbrev", "version": "1.0.4", "description": "Like ruby's abbrev module, but in js", "author": "Isaac Z. Schlueter <i@izs.me>", "main": "./lib/abbrev.js", "scripts": { "test": "node lib/abbrev.js" }, "repository": "http://github.com/isaacs/abbrev-js", "license": { "type": "MIT", "url": "https://github.com/isaacs/abbrev-js/raw/master/LICENSE" } }, { "name": "abstract-leveldown", "description": "An abstract prototype matching the LevelDOWN API", "version": "0.7.2", "homepage": "https://github.com/rvagg/node-abstract-leveldown", "contributors": [ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", "John Chesley <john@chesl.es> (https://github.com/chesles/)", "Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)", "Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)", "Max Ogden <max@maxogden.com> (https://github.com/maxogden)", "Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)", "David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)", "Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)", "Paolo Fragomeni <paolo@async.ly> (https://github.com/hij1nx)", "Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)", "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)", "Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)" ], "authors": [ "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)" ], "keywords": [ "leveldb", "leveldown", "levelup" ], "main": "./abstract-leveldown.js", "repository": { "type": "git", "url": "https://github.com/rvagg/node-abstract-leveldown.git" }, "dependencies": { }, "devDependencies": { "tap": "*", "sinon": "*", "rimraf": "*" }, "scripts": { "test": "node ./test.js" }, "license": "MIT" }, { "name": "abstract-leveldown", "description": "An abstract prototype matching the LevelDOWN API", "version": "0.7.3", "homepage": "https://github.com/rvagg/node-abstract-leveldown", "contributors": [ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", "John Chesley <john@chesl.es> (https://github.com/chesles/)", "Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)", "Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)", "Max Ogden <max@maxogden.com> (https://github.com/maxogden)", "Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)", "David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)", "Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)", "Paolo Fragomeni <paolo@async.ly> (https://github.com/hij1nx)", "Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)", "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)", "Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)" ], "authors": [ "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)" ], "keywords": [ "leveldb", "leveldown", "levelup" ], "main": "./abstract-leveldown.js", "repository": { "type": "git", "url": "https://github.com/rvagg/node-abstract-leveldown.git" }, "dependencies": { }, "devDependencies": { "tap": "*", "sinon": "*", "rimraf": "*" }, "scripts": { "test": "node ./test.js" }, "license": "MIT" }, { "name": "accounting", "description": "number, money and currency parsing/formatting library", "homepage": "http://josscrowcroft.github.com/accounting.js", "keywords": [ "accounting", "number", "money", "currency", "format", "utilities" ], "author": "Joss Crowcroft <josscrowcroft@gmail.com> (http://www.josscrowcroft.com)", "contributors": [ ], "dependencies": { }, "repository": { "type": "git", "url": "git://github.com/josscrowcroft/accounting.js.git" }, "main": "accounting.js", "version": "0.3.2" }, { "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)", "name": "active-x-obfuscator", "description": "A module to (safely) obfuscate all occurrences of the string 'ActiveX' inside any JavaScript code.", "version": "0.0.1", "homepage": "https://github.com/felixge/node-active-x-obfuscator", "repository": { "type": "git", "url": "git://github.com/felixge/node-active-x-obfuscator.git" }, "main": "./index", "scripts": { "test": "node test.js" }, "engines": { "node": "*" }, "dependencies": { "zeparser": "0.0.5" }, "devDependencies": { }, "optionalDependencies": { } }, { "name": "adm-zip", "version": "0.2.1", "description": "A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk", "keywords": [ "zip", "methods", "archive", "unzip" ], "homepage": "http://github.com/cthackers/adm-zip", "author": "Nasca Iacob <sy@another-d-mention.ro> (https://github.com/cthackers)", "bugs": { "email": "sy@another-d-mention.ro", "url": "https://github.com/cthackers/adm-zip/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/kriskowal/zip/raw/master/LICENSE" } ], "main": "adm-zip.js", "repository": { "type": "git", "url": "git://github.com/git@github.com:cthackers/adm-zip.git" }, "engines": { "node": ">=0.3.0" } }, { "name": "after", "description": "after - tiny flow control", "version": "0.6.0", "author": "Raynos <raynos2@gmail.com>", "contributors": [ { "name": "Raynos", "email": "raynos2@gmail.com", "url": "http://raynos.org" } ], "scripts": { "test": "make test" }, "devDependencies": { "mocha": "0.10.2" }, "keywords": [ "flowcontrol", "after", "flow", "control", "arch" ], "repository": "git://github.com/Raynos/after.js.git", "main": "lib/after" }, { "name": "after", "description": "after - tiny flow control", "version": "0.8.1", "author": "Raynos <raynos2@gmail.com>", "contributors": [ { "name": "Raynos", "email": "raynos2@gmail.com", "url": "http://raynos.org" } ], "scripts": { "test": "mocha --ui tdd --reporter spec test/*.js" }, "devDependencies": { "mocha": "~1.8.1" }, "keywords": [ "flowcontrol", "after", "flow", "control", "arch" ], "repository": "git://github.com/Raynos/after.git" }, { "name": "amdefine", "description": "Provide AMD's define() API for declaring modules in the AMD format", "version": "0.0.5", "homepage": "http://github.com/jrburke/amdefine", "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)", "licenses": [ { "type": "BSD", "url": "https://github.com/jrburke/amdefine/blob/master/LICENSE" }, { "type": "MIT", "url": "https://github.com/jrburke/amdefine/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "https://github.com/jrburke/amdefine.git" }, "main": "./amdefine.js", "engines": { "node": ">=0.4.2" } }, { "name": "and-stream", "version": "0.0.1", "description": "Filter multiple-streams of incoming objects, and only return objects that are present in all streams.", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/eugeneware/and-stream" }, "keywords": [ "and", "intersect", "join", "stream", "streams", "pipe", "all" ], "author": "Eugene Ware <eugene@noblesamurai.com>", "license": "BSD", "dependencies": { "chai": "~1.7.2", "mocha": "~1.12.0" }, "devDependencies": { "after": "~0.8.1" } }, { "name": "angularjs-shoe", "version": "0.0.1", "description": "Use shoe with angularjs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/eugeneware/angularjs-shoe" }, "keywords": [ "shoe", "sock", "socksjs", "websocket", "socket.io", "angularjs", "angular", "sockets" ], "author": "Eugene Ware <eugene@noblesamurai.com>", "license": "BSD", "dependencies": { "reconnect": "~1.4.2", "shoe": "0.0.11" }, "devDependencies": { "browserify": "~2.18.1", "uglify-js": "~2.3.6" } }, { "name": "argparse", "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library", "version": "0.1.15", "keywords": [ "cli", "parser", "argparse", "option", "args" ], "homepage": "https://github.com/nodeca/argparse", "contributors": [ "Eugene Shkuropat", "Paul Jacobson" ], "bugs": { "url": "https://github.com/nodeca/argparse/issues" }, "license": { "type": "MIT", "url": "https://github.com/nodeca/argparse/blob/master/LICENSE" }, "repository": { "type": "git", "url": "git://github.com/nodeca/argparse.git" }, "main": "./index.js", "scripts": { "test": "make test" }, "dependencies": { "underscore": "~1.4.3", "underscore.string": "~2.3.1" }, "devDependencies": { "mocha": "*" }, "engines": { "node": ">= 0.6.0" } }, { "author": "Mark Cavage <mcavage@gmail.com>", "contributors": [ "David Gwynne <loki@animata.net>", "Yunong Xiao <yunong@joyent.com>" ], "name": "asn1", "description": "Contains parsers and serializers for ASN.1 (currently BER only)", "version": "0.1.11", "repository": { "type": "git", "url": "git://github.com/mcavage/node-asn1.git" }, "main": "lib/index.js", "engines": { "node": ">=0.4.9" }, "dependencies": { }, "devDependencies": { "tap": "0.1.4" }, "scripts": { "pretest": "which gjslint; if [[ \"$?\" = 0 ]] ; then gjslint --nojsdoc -r lib -r tst; else echo \"Missing gjslint. Skipping lint\"; fi", "test": "./node_modules/.bin/tap ./tst" } }, { "author": "Mark Cavage <mcavage@gmail.com>", "name": "assert-plus", "description": "Extra assertions on top of node's assert module", "version": "0.1.2", "main": "./assert.js", "dependencies": { }, "devDependencies": { }, "optionalDependencies": { }, "engines": { "node": ">=0.6" } }, { "name": "assertion-error", "version": "1.0.0", "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.", "author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)", "license": "MIT", "keywords": [ "test", "assertion", "assertion-error" ], "repository": { "type": "git", "url": "git@github.com:chaijs/assertion-error.git" }, "engines": { "node": "*" }, "main": "./index", "scripts": { "test": "make test" }, "dependencies": { }, "devDependencies": { "component": "*" } }, { "name": "astw", "version": "0.0.0", "description": "walk the ast with references to parent nodes", "main": "index.js", "dependencies": { "esprima": "1.0.2" }, "devDependencies": { "tape": "~0.2.2", "tap": "~0.4.0", "escodegen": "~0.0.17" }, "scripts": { "test": "tap test/*.js" }, "testling": { "files": "test/*.js", "browsers": [ "ie/6..latest", "chrome/20..latest", "firefox/10..latest", "safari/latest", "opera/11.0..latest", "iphone/6", "ipad/6" ] }, "repository": { "type": "git", "url": "git://github.com/substack/astw.git" }, "homepage": "https://github.com/substack/astw", "keywords": [ "ast", "walk", "source", "esprima" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "license": "MIT" }, { "name": "apparatus", "description": "various machine learning routines for node", "version": "0.0.7", "engines": { "node": ">=0.2.6" }, "dependencies": { "sylvester": ">= 0.0.8" }, "devDependencies": { "jasmine-node": ">=1.0.26" }, "author": "Chris Umbel <chris@chrisumbel.com>", "keywords": [ "machine", "learning", "ml", "classifier", "clustering", "bayes", "k-means", "logistic", "regression" ], "main": "./lib/apparatus/index.js", "maintainers": [ { "name": "Chris Umbel", "email": "chris@chrisumbel.com", "web": "http://www.chrisumbel.com" } ] }, { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", "main": "./index", "author": "Caolan McMahon", "version": "0.1.18", "repository": { "type": "git", "url": "http://github.com/caolan/async.git" }, "bugs": { "url": "http://github.com/caolan/async/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/caolan/async/raw/master/LICENSE" } ], "devDependencies": { "nodeunit": ">0.0.0", "uglify-js": "1.2.x", "nodelint": ">0.0.0" } }, { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", "main": "./index", "author": "Caolan McMahon", "version": "0.1.22", "repository": { "type": "git", "url": "http://github.com/caolan/async.git" }, "bugs": { "url": "http://github.com/caolan/async/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/caolan/async/raw/master/LICENSE" } ], "devDependencies": { "nodeunit": ">0.0.0", "uglify-js": "1.2.x", "nodelint": ">0.0.0" } }, { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", "main": "./lib/async", "author": "Caolan McMahon", "version": "0.2.9", "repository": { "type": "git", "url": "https://github.com/caolan/async.git" }, "bugs": { "url": "https://github.com/caolan/async/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/caolan/async/raw/master/LICENSE" } ], "devDependencies": { "nodeunit": ">0.0.0", "uglify-js": "1.2.x", "nodelint": ">0.0.0" }, "jam": { "main": "lib/async.js", "include": [ "lib/async.js", "README.md", "LICENSE" ] }, "scripts": { "test": "nodeunit test/test-async.js" } }, { "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)", "name": "aws-sign", "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.", "version": "0.2.0", "repository": { "url": "https://github.com/mikeal/aws-sign" }, "main": "index.js", "dependencies": { }, "devDependencies": { }, "optionalDependencies": { }, "engines": { "node": "*" } }, { "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)", "name": "aws-sign", "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.", "version": "0.3.0", "repository": { "url": "https://github.com/mikeal/aws-sign" }, "main": "index.js", "dependencies": { }, "devDependencies": { }, "optionalDependencies": { }, "engines": { "node": "*" } }, { "name": "backbone", "description": "Give your JS App some Backbone with Models, Views, Collections, and Events.", "url": "http://backbonejs.org", "keywords": [ "model", "view", "controller", "router", "server", "client", "browser" ], "author": "Jeremy Ashkenas <jeremy@documentcloud.org>", "dependencies": { "underscore": ">=1.4.3" }, "devDependencies": { "phantomjs": "1.8.1-3", "docco": "0.6.1", "coffee-script": "1.6.1" }, "scripts": { "test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && coffee test/model.coffee" }, "main": "backbone.js", "version": "1.0.0" }, { "name": "backoff", "description": "Fibonacci and exponential backoffs.", "version": "1.0.0", "author": "Mathieu Turcotte <turcotte.mat@gmail.com>", "keywords": [ "backoff", "fibonacci", "exponential" ], "repository": { "type": "git", "url": "https://github.com/MathieuTurcotte/node-backoff.git" }, "devDependencies": { "sinon": "1.4", "nodeunit": "0.7", "jshint": "0.7" }, "scripts": { "pretest": "node_modules/jshint/bin/hint lib/*.js lib/strategy/*.js tests/*.js examples/*.js", "test": "node_modules/nodeunit/bin/nodeunit tests/" }, "engines": { "node": ">= 0.6" } }, { "author": "T. Jameson Little <t.jameson.little@gmail.com>", "name": "base64-js", "description": "Base64 encoding/decoding in pure JS", "version": "0.0.2", "repository": { "type": "git", "url": "git://github.com/beatgammit/deflate-js.git" }, "main": "lib/b64.js", "scripts": { "test": "cd test; node runner.js; cd -" }, "engines": { "node": ">= 0.4" }, "dependencies": { }, "devDependencies": { } }, { "name": "base64id", "version": "0.1.0", "description": "Generates a base64 id", "author": "Kristian Faeldt <faeldt_kristian@cyberagent.co.jp>", "repository": { "type": "git", "url": "https://github.com/faeldt/base64id.git" }, "main": "./lib/base64id.js", "engines": { "node": ">= 0.4.0" } }, { "name": "bindings", "description": "Helper module for loading your native module's .node file", "keywords": [ "native", "addon", "bindings", "gyp", "waf", "c", "c++" ], "version": "1.0.0", "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-bindings.git" }, "main": "./bindings.js" }, { "name": "binary", "version": "0.3.0", "description": "Unpack multibyte binary values from buffers", "main": "./index.js", "repository": { "type": "git", "url": "http://github.com/substack/node-binary.git" }, "keywords": [ "binary", "decode", "endian", "unpack", "signed", "unsigned" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "dependencies": { "chainsaw": "~0.1.0", "buffers": "~0.1.1" }, "devDependencies": { "seq": "~0.2.5", "tap": "~0.2.4" }, "scripts": { "test": "tap test/*.js" }, "license": "MIT", "engine": { "node": ">=0.4.0" } }, { "name": "bindings", "description": "Helper module for loading your native module's .node file", "keywords": [ "native", "addon", "bindings", "gyp", "waf", "c", "c++" ], "version": "1.1.0", "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-bindings.git" }, "main": "./bindings.js" }, { "name": "bindings", "description": "Helper module for loading your native module's .node file", "keywords": [ "native", "addon", "bindings", "gyp", "waf", "c", "c++" ], "version": "1.1.1", "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-bindings.git" }, "main": "./bindings.js" }, { "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", "name": "block-stream", "description": "a stream of blocks", "version": "0.0.6", "repository": { "type": "git", "url": "git://github.com/isaacs/block-stream.git" }, "engines": { "node": "0.4 || >=0.5.8" }, "main": "block-stream.js", "dependencies": { "inherits": "~1.0.0" }, "devDependencies": { "tap": "0.x" }, "scripts": { "test": "tap test/" }, "license": "BSD" }, { "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", "name": "block-stream", "description": "a stream of blocks", "version": "0.0.7", "repository": { "type": "git", "url": "git://github.com/isaacs/block-stream.git" }, "engines": { "node": "0.4 || >=0.5.8" }, "main": "block-stream.js", "dependencies": { "inherits": "~2.0.0" }, "devDependencies": { "tap": "0.x" }, "scripts": { "test": "tap test/" }, "license": "BSD" }, { "name": "bloomfilter", "version": "0.0.12", "description": "Fast bloom filter in JavaScript.", "keywords": [ "bloom filter", "probabilistic data structure" ], "homepage": "https://github.com/jasondavies/bloomfilter.js", "author": { "name": "Jason Davies", "url": "http://www.jasondavies.com/" }, "repository": { "type": "git", "url": "http://github.com/jasondavies/bloomfilter.js.git" }, "main": "bloomfilter.js", "devDependencies": { "vows": "0.7.0" }, "scripts": { "test": "./node_modules/vows/bin/vows" } }, { "name": "boom", "description": "HTTP-friendly error objects", "version": "0.3.8", "author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)", "contributors": [ ], "repository": "git://github.com/spumko/boom", "main": "index", "keywords": [ "error", "http" ], "engines": { "node": "0.8.x" }, "dependencies": { "hoek": "0.7.x" }, "devDependencies": { "lab": "0.0.x", "complexity-report": "0.x.x" }, "scripts": { "test": "make test-cov" }, "licenses": [ { "type": "BSD", "url": "http://github.com/spumko/boom/raw/master/LICENSE" } ] }, { "name": "bops", "version": "0.0.6", "description": "buffer operations", "main": "index.js", "scripts": { "test": "node test/index.js" }, "browser": { "./copy.js": "./typedarray/copy.js", "./create.js": "./typedarray/create.js", "./from.js": "./typedarray/from.js", "./join.js": "./typedarray/join.js", "./mapped.js": "./typedarray/mapped.js", "./read.js": "./typedarray/read.js", "./subarray.js": "./typedarray/subarray.js", "./to.js": "./typedarray/to.js", "./is.js": "./typedarray/is.js", "./write.js": "./typedarray/write.js" }, "repository": { "type": "git", "url": "git://github.com/chrisdickinson/bops.git" }, "keywords": [ "buffer", "operations", "binary" ], "author": "Chris Dickinson <chris@neversaw.us>", "license": "MIT", "gitHead": "11f41e69b1ab4507027ac162981913b268445b4a", "devDependencies": { "tape": "~1.0.1" }, "dependencies": { "base64-js": "0.0.2", "to-utf8": "0.0.1" }, "testling": { "files": "test/index.js", "browsers": [ "ie/6..latest", "chrome/20..latest", "firefox/10..latest", "safari/latest", "opera/11.0..latest", "iphone/6", "ipad/6" ] } }, { "name": "bouncy", "description": "route incoming http requests to http servers", "version": "3.1.2", "repository": { "type": "git", "url": "git://github.com/substack/bouncy.git" }, "main": "index.js", "bin": { "bouncy": "bin/bouncy.js" }, "keywords": [ "http", "proxy", "router", "load", "balancer" ], "scripts": { "test": "tap test/*.js" }, "dependencies": { "through": "~2.3.4", "optimist": "~0.3.5" }, "devDependencies": { "tap": "~0.4.0", "websocket-server": "~1.4.04", "wsclient": "~0.2.0", "chunky": "~0.0.0", "concat-stream": "~1.0.0", "split": "~0.2.5" }, "license": "MIT", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" } }, { "name": "bplist-parser", "version": "0.0.4", "description": "Binary plist parser.", "main": "bplistParser.js", "scripts": { "test": "./node_modules/nodeunit/bin/nodeunit test" }, "keywords": [ "bplist", "plist", "parser" ], "author": "Joe Ferner <joe.ferner@nearinfinity.com>", "license": "MIT", "devDependencies": { "nodeunit": "~0.7.4" }, "repository": { "type": "git", "url": "https://github.com/nearinfinity/node-bplist-parser.git" } }, { "name": "broadway", "description": "Lightweight application extensibility and composition with a twist of feature reflection.", "author": "Nodejitsu Inc. <info@nodejitsu.com>", "version": "0.2.7", "maintainers": [ "AvianFlu <avianflu@nodejitsu.com>", "indexzero <charlie@nodejitsu.com>", "Marak <marak@nodejitsu.com>" ], "repository": { "type": "git", "url": "http://github.com/flatiron/broadway.git" }, "dependencies": { "cliff": "0.1.8", "eventemitter2": "0.4.11", "nconf": "0.6.7", "winston": "0.6.2", "utile": "0.1.7" }, "devDependencies": { "codesurgeon": "0.3.x", "uglify-js": "1.0.6", "vows": "0.7.x" }, "scripts": { "test": "vows test/**/*-test.js --spec" }, "main": "./lib/broadway", "engines": { "node": ">= 0.6.4" } }, { "name": "browser-builtins", "version": "1.0.2", "description": "Builtins that were extracted from node-browser-resolve on which browserify depends", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/alexgorbatchev/node-browser-builtins.git" }, "keywords": [ "resolve", "browser" ], "author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>", "license": "MIT", "dependencies": { "resolve": "0.3.1", "punycode": "1.2.2", "console-browserify": "0.1.6", "vm-browserify": "0.0.1", "crypto-browserify": "0.2.1", "http-browserify": "0.1.11", "buffer-browserify": "0.0.5", "zlib-browserify": "0.0.1" } }, { "name": "browser-pack", "version": "0.9.2", "description": "pack node-style source files from a json stream into a browser bundle", "main": "index.js", "bin": { "browser-pack": "bin/cmd.js" }, "dependencies": { "JSONStream": "~0.4.3", "duplexer": "~0.0.3", "through": "~2.2.0", "combine-source-map": "~0.1.1" }, "devDependencies": { "tap": "~0.4.0", "tape": "~0.2.2", "uglify-js": "1.3.5", "convert-source-map": "~0.2.3", "parse-base64vlq-mappings": "~0.1.1" }, "scripts": { "test": "tap test/*.js", "prepublish": "node bin/prepublish.js" }, "testling": { "files": "test/*.js", "browsers": [ "ie/8", "ie/9", "ie/10", "chrome/15", "chrome/latest", "firefox/10", "firefox/latest", "safari/latest", "opera/latest" ] }, "repository": { "type": "git", "url": "git://github.com/substack/browser-pack.git" }, "homepage": "https://github.com/substack/browser-pack", "keywords": [ "browser", "bundle", "commonjs", "commonj-esque", "exports", "module.exports", "require" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "license": "MIT" }, { "name": "browser-resolve", "version": "1.0.1", "description": "resolve which handles browser field support in package.json", "main": "index.js", "scripts": { "test": "mocha test/*.js" }, "repository": { "type": "git", "url": "git://github.com/shtylman/node-browser-resolve.git" }, "keywords": [ "resolve", "browser" ], "author": "Roman Shtylman <shtylman@gmail.com>", "license": "MIT", "dependencies": { "resolve": "0.4.0" }, "devDependencies": { "mocha": "1.8.1" } }, { "name": "browser-request", "version": "0.2.1", "author": { "name": "Jason Smith", "email": "jhs@iriscouch.com" }, "description": "Browser port of the Node.js 'request' package", "keywords": [ "request", "http", "browser", "ender", "browserify" ], "homepage": "http://github.com/iriscouch/browser-request", "repository": { "type": "git", "url": "git://github.com/iriscouch/browser-request" }, "dependencies": { }, "devDependencies": { "tap": "0.1.3", "ender": "~0.8.2", "static-plus": "~0.2.4", "uglify-js": "~1.2.5", "browserify": "~1.10.6" }, "engines": [ "node" ], "ender": "./dist/ender/ender.js", "browserify": "./dist/ender/request.js" }, { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", "main": "./index", "author": "Caolan McMahon", "version": "0.1.15", "repository": { "type": "git", "url": "http://github.com/caolan/async.git" }, "bugs": { "url": "http://github.com/caolan/async/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/caolan/async/raw/master/LICENSE" } ] }, { "name": "browser-resolve", "version": "1.1.0", "description": "resolve which handles browser field support in package.json", "main": "index.js", "scripts": { "test": "mocha test/*.js" }, "repository": { "type": "git", "url": "git://github.com/shtylman/node-browser-resolve.git" }, "keywords": [ "resolve", "browser" ], "author": "Roman Shtylman <shtylman@gmail.com>", "license": "MIT", "dependencies": { "resolve": "0.4.0" }, "devDependencies": { "mocha": "1.8.1" } }, { "name": "browser-split", "description": "Cross browser String#split implementation", "version": "0.0.0", "repository": { "type": "git", "url": "git://github.com/juliangruber/browser-split.git" }, "homepage": "https://github.com/juliangruber/browser-split", "main": "index.js", "scripts": { "test": "tape test/test.js" }, "dependencies": { }, "devDependencies": { "tape": "~0.3.3" }, "keywords": [ "split", "browser", "browserify", "regexp" ], "author": { "name": "Julian Gruber", "email": "mail@juliangruber.com", "url": "http://juliangruber.com" }, "license": "MIT" }, { "name": "browserify-string", "version": "0.0.1", "description": "Run browserify over a string or an inline function", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/eugeneware/browserify-string" }, "author": "Eugene Ware <eugene@noblesamurai.com>", "license": "BSD", "devDependencies": { "chai": "~1.7.0", "mocha": "~1.11.0", "domready": "~0.2.11" }, "dependencies": { "browserify": "~2.20.0", "through": "~2.3.4" }, "directories": { "test": "test" }, "keywords": [ "browser", "browserify", "string", "function" ] }, { "name": "browserify-string", "version": "0.0.2", "description": "Run browserify over a string or an inline function", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/eugeneware/browserify-string" }, "author": "Eugene Ware <eugene@noblesamurai.com>", "license": "BSD", "devDependencies": { "chai": "~1.7.0", "mocha": "~1.11.0", "domready": "~0.2.11" }, "peerDependencies": { "browserify": "~2.20.0" }, "dependencies": { "through": "~2.3.4" }, "directories": { "test": "test" }, "keywords": [ "browser", "browserify", "string", "function" ] }, { "name": "browserify-string", "version": "0.0.3", "description": "Run browserify over a string or an inline function", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/eugeneware/browserify-string" }, "author": "Eugene Ware <eugene@noblesamurai.com>", "license": "BSD", "devDependencies": { "chai": "~1.7.0", "mocha": "~1.11.0", "domready": "~0.2.11" }, "peerDependencies": { "browserify": "~2.20.0" }, "dependencies": { "through": "~2.3.4" }, "directories": { "test": "test" }, "keywords": [ "browser", "browserify", "string", "function" ] }, { "name": "browserify", "version": "1.15.5", "description": "browser-side require() for js directories and npm modules", "main": "index.js", "bin": { "browserify": "bin/cmd.js" }, "directories": { "example": "example", "test": "test" }, "repository": { "type": "git", "url": "http://github.com/substack/node-browserify.git" }, "keywords": [ "browser", "require", "middleware", "bundle", "npm", "coffee", "javascript" ], "dependencies": { "detective": "~0.2.0", "buffer-browserify": "~0.0.1", "deputy": "~0.0.3", "syntax-error": "~0.0.0", "resolve": "~0.2.0", "nub": "~0.0.0", "commondir": "~0.0.1", "coffee-script": "1.x.x", "optimist": "~0.3.4", "http-browserify": "~0.1.1", "vm-browserify": "~0.0.0", "crypto-browserify": "~0" }, "devDependencies": { "tap": "~0.2.5", "connect": "1.8.5", "hashish": ">=0.0.2 <0.1", "traverse": ">=0.3.8 <0.4", "backbone": "~0.9.2", "dnode": "~0.9.11", "jade": "0.20.0", "seq": "0.3.3", "jquery-browserify": "*", "lazy": "1.0.x", "ecstatic": "~0.1.4", "mkdirp": "~0.3.3" }, "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "scripts": { "test": "node node_modules/tap/bin/tap.js test/*.js" }, "license": "MIT/X11", "engine": { "node": ">=0.6.0" } }, { "name": "browserify", "version": "2.18.1", "description": "browser-side require() the node way", "main": "index.js", "bin": { "browserify": "bin/cmd.js" }, "repository": { "type": "git", "url": "http://github.com/substack/node-browserify.git" }, "keywords": [ "browser", "require", "commonjs", "commonj-esque", "bundle", "npm", "javascript" ], "dependencies": { "module-deps": "~0.10.3", "browser-pack": "~0.9.2", "shell-quote": "~0.0.1", "through": "~2.3.4", "duplexer": "~0.0.2", "concat-stream": "~0.1.1", "insert-module-globals": "~0.2.0", "syntax-error": "~0.0.0", "browser-resolve": "git://github.com/substack/node-browser-resolve.git#dir-replace", "browser-builtins": "~1.0.1", "inherits": "~1.0.0", "optimist": "~0.5.1", "JSONStream": "~0.6.4", "umd": "~1.1.0" }, "devDependencies": { "tap": "~0.4.0", "mkdirp": "~0.3.3", "backbone": "~0.9.2", "dnode": "~1.0.3", "seq": "0.3.3", "coffee-script": "~1.5.0" }, "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "scripts": { "test": "tap test/*.js" }, "license": "MIT" }, { "name": "browserify", "version": "2.20.1", "description": "browser-side require() the node way", "main": "index.js", "bin": { "browserify": "bin/cmd.js" }, "repository": { "type": "git", "url": "http://github.com/substack/node-browserify.git" }, "keywords": [ "browser", "require", "commonjs", "commonj-esque", "bundle", "npm", "javascript" ], "dependencies": { "module-deps": "~0.12.0", "browser-pack": "~0.9.2", "shell-quote": "~0.0.1", "through": "~2.3.4", "duplexer": "~0.0.2", "concat-stream": "~1.0.0", "insert-module-globals": "~1.1.0", "syntax-error": "~0.0.0", "browser-resolve": "~1.1.0", "browser-builtins": "~1.0.1", "inherits": "~1.0.0", "optimist": "~0.5.1", "JSONStream": "~0.6.4", "umd": "~1.1.0" }, "devDependencies": { "tap": "~0.4.0", "mkdirp": "~0.3.3", "backbone": "~0.9.2", "dnode": "~1.0.3", "seq": "0.3.3", "coffee-script": "~1.5.0" }, "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "scripts": { "test": "tap test/*.js" }, "license": "MIT" }, { "name": "browserify", "version": "2.20.0", "description": "browser-side require() the node way", "main": "index.js", "bin": { "browserify": "bin/cmd.js" }, "repository": { "type": "git", "url": "http://github.com/substack/node-browserify.git" }, "keywords": [ "browser", "require", "commonjs", "commonj-esque", "bundle", "npm", "javascript" ], "dependencies": { "module-deps": "~0.12.0", "browser-pack": "~0.9.2", "shell-quote": "~0.0.1", "through": "~2.3.4", "duplexer": "~0.0.2", "concat-stream": "~1.0.0", "insert-module-globals": "~1.1.0", "syntax-error": "~0.0.0", "browser-resolve": "git://github.com/substack/node-browser-resolve.git#dir-replace", "browser-builtins": "~1.0.1", "inherits": "~1.0.0", "optimist": "~0.5.1", "JSONStream": "~0.6.4", "umd": "~1.1.0" }, "devDependencies": { "tap": "~0.4.0", "mkdirp": "~0.3.3", "backbone": "~0.9.2", "dnode": "~1.0.3", "seq": "0.3.3", "coffee-script": "~1.5.0" }, "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "scripts": { "test": "tap test/*.js" }, "license": "MIT" }, { "name": "buffer-browserify", "version": "0.0.5", "description": "buffer module compatibility for browserify", "main": "index.js", "browserify": "index.js", "directories": { "test": "test" }, "dependencies": { "base64-js": "0.0.2" }, "devDependencies": { "tap": "0.2.x" }, "repository": { "type": "git", "url": "http://github.com/toots/buffer-browserify.git" }, "keywords": [ "buffer", "browserify", "compatible", "meatless", "browser" ], "author": { "name": "Romain Beauxis", "email": "toots@rastageeks.org" }, "scripts": { "test": "node node_modules/tap/bin/tap.js test/*.js" }, "license": "MIT/X11", "engine": { "node": ">=0.6" } }, { "name": "boom", "description": "HTTP-friendly error objects", "version": "0.4.2", "author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)", "contributors": [ ], "repository": "git://github.com/spumko/boom", "main": "index", "keywords": [ "error", "http" ], "engines": { "node": ">=0.8.0" }, "dependencies": { "hoek": "0.9.x" }, "devDependencies": { "lab": "0.1.x", "complexity-report": "0.x.x" }, "scripts": { "test": "make test-cov" }, "licenses": [ { "type": "BSD", "url": "http://github.com/spumko/boom/raw/master/LICENSE" } ] }, { "author": "Brian J. Brennan <brianloveswords@gmail.com> (http://bjb.io)", "name": "buffer-crc32", "description": "A pure javascript CRC32 algorithm that plays nice with binary data", "version": "0.2.1", "contributors": [ { "name": "Vladimir Kuznetsov", "github": "mistakster" } ], "homepage": "https://github.com/brianloveswords/buffer-crc32", "repository": { "type": "git", "url": "git://github.com/brianloveswords/buffer-crc32.git" }, "main": "index.js", "scripts": { "test": "./node_modules/.bin/tap tests/*.test.js" }, "dependencies": { }, "devDependencies": { "tap": "~0.2.5" }, "optionalDependencies": { }, "engines": { "node": "*" } }, { "author": "Brian J. Brennan <brianloveswords@gmail.com> (http://bjb.io)", "name": "buffer-crc32", "description": "A pure javascript CRC32 algorithm that plays nice with binary data", "version": "0.1.1", "homepage": "https://github.com/brianloveswords/buffer-crc32", "repository": { "type": "git", "url": "git://github.com/brianloveswords/buffer-crc32.git" }, "main": "index.js", "scripts": { "test": "./node_modules/.bin/tap tests/*.test.js" }, "dependencies": { }, "devDependencies": { "tap": "~0.2.5" }, "optionalDependencies": { }, "engines": { "node": "*" } }, { "name": "bufferstream", "description": "painless stream buffering and cutting", "version": "0.5.1", "homepage": "https://github.com/dodo/node-bufferstream", "author": "dodo (https://github.com/dodo)", "repository": { "type": "git", "url": "git://github.com/dodo/node-bufferstream.git" }, "main": "bufferstream.js", "engines": { "node": ">= 0.4.x" }, "keywords": [ "buffer", "buffers", "stream", "streams" ], "scripts": { "test": "cake build && nodeunit test", "prepublish": "cake build" }, "dependencies": { "buffertools": ">= 1.0.3" }, "devDependencies": { "nodeunit": ">= 0.5.4", "muffin": ">= 0.2.6", "coffee-script": ">= 1.1.2", "cli": ">= 0.3.7", "express": ">= 2.4.5" } }, { "name": "buffers", "description": "Treat a collection of Buffers as a single contiguous partially mutable Buffer.", "version": "0.1.1", "repository": "http://github.com/substack/node-buffers.git", "author": "James Halliday <mail@substack.net> (http://substack.net)", "main": "./index", "scripts": { "test": "expresso" }, "engines": { "node": ">=0.2.0" } }, { "name": "bytes", "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", "description": "byte size string parser / serializer", "version": "0.1.0", "main": "index.js", "dependencies": { }, "devDependencies": { "mocha": "*", "should": "*" }, "component": { "scripts": { "bytes": "index.js" } } }, { "name": "bytes", "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", "description": "byte size string parser / serializer", "version": "0.2.0", "main": "index.js", "dependencies": { }, "devDependencies": { "mocha": "*", "should": "*" } }, { "name": "byteup", "version": "0.1.1", "description": "Add bytewise as a levelup leveldb encoding", "keywords": [ "leveldb", "levelup", "bytewise", "binary", "encoding" ], "author": "Eugene Ware <eugene@noblesamurai.com>", "dependencies": { "bytewise": "~0.4.0" }, "devDependencies": { "moch