react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / domain-browser / package.json
80708 views{1"title": "Node's [domain module](http://nodejs.org/api/domain.html) for the web browser",2"name": "domain-browser",3"version": "1.1.4",4"description": "Note, this is merely an evented try...catch with the same API as node. Nothing more.",5"homepage": "https://github.com/bevry/domain-browser",6"license": {7"type": "MIT"8},9"badges": {10"travis": true,11"npm": true,12"npmdownloads": true,13"david": true,14"daviddev": true,15"gratipay": "bevry",16"flattr": "344188/balupton-on-Flattr",17"paypal": "QB8GQPZAH84N6",18"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",19"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"20},21"keywords": [22"domain",23"trycatch",24"try",25"catch",26"node-compat",27"ender.js",28"component",29"component.io",30"umd",31"amd",32"require.js",33"browser"34],35"browsers": true,36"author": {37"name": "Bevry Pty Ltd",38"email": "[email protected]",39"url": "http://bevry.me"40},41"maintainers": [42{43"name": "balupton",44"email": "[email protected]"45},46{47"name": "substack",48"email": "[email protected]"49},50{51"name": "evansolomon",52"email": "[email protected]"53}54],55"contributors": [56{57"name": "Benjamin Lupton",58"email": "[email protected]",59"url": "https://github.com/balupton"60},61{62"name": "evansolomon",63"url": "https://github.com/evansolomon"64},65{66"name": "substack",67"url": "https://github.com/substack"68}69],70"bugs": {71"url": "https://github.com/bevry/domain-browser/issues"72},73"repository": {74"type": "git",75"url": "http://github.com/bevry/domain-browser.git"76},77"engines": {78"node": ">=0.4",79"npm": ">=1.2"80},81"directories": {82"lib": "./"83},84"main": "./index.js",85"devDependencies": {86"projectz": "~0.3.17",87"chai": "~1.10.0",88"joe": "~1.5.0",89"joe-reporter-console": "~1.2.1"90},91"scripts": {92"test": "node ./test.js"93},94"gitHead": "6eca9aaaa1db6ab6e5164fd11dcbdd09f8d0adfc",95"_id": "[email protected]",96"_shasum": "90b42769333e909ce3f13bf3e1023ba4a6d6b723",97"_from": "domain-browser@>=1.1.0 <1.2.0",98"_npmVersion": "2.4.1",99"_nodeVersion": "0.10.35",100"_npmUser": {101"name": "balupton",102"email": "[email protected]"103},104"dist": {105"shasum": "90b42769333e909ce3f13bf3e1023ba4a6d6b723",106"tarball": "http://registry.npmjs.org/domain-browser/-/domain-browser-1.1.4.tgz"107},108"_resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.4.tgz"109}110111112