react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / defined / package.json
80728 views{1"name": "defined",2"version": "0.0.0",3"description": "return the first argument that is `!== undefined`",4"main": "index.js",5"directories": {6"example": "example",7"test": "test"8},9"dependencies": {},10"devDependencies": {11"tap": "~0.3.0",12"tape": "~0.0.2"13},14"scripts": {15"test": "tap test/*.js"16},17"repository": {18"type": "git",19"url": "git://github.com/substack/defined.git"20},21"homepage": "https://github.com/substack/defined",22"keywords": [23"undefined",24"short-circuit",25"||",26"or",27"//",28"defined-or"29],30"author": {31"name": "James Halliday",32"email": "[email protected]",33"url": "http://substack.net"34},35"license": "MIT",36"_id": "[email protected]",37"dist": {38"shasum": "f35eea7d705e933baf13b2f03b3f83d921403b3e",39"tarball": "http://registry.npmjs.org/defined/-/defined-0.0.0.tgz"40},41"_npmVersion": "1.1.59",42"_npmUser": {43"name": "substack",44"email": "[email protected]"45},46"maintainers": [47{48"name": "substack",49"email": "[email protected]"50}51],52"_shasum": "f35eea7d705e933baf13b2f03b3f83d921403b3e",53"_resolved": "https://registry.npmjs.org/defined/-/defined-0.0.0.tgz",54"_from": "defined@>=0.0.0 <0.1.0"55}565758