react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / module-deps / node_modules / defined / package.json
80742 views{1"name": "defined",2"version": "1.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"tape": "~3.5.0"12},13"scripts": {14"test": "tape test/*.js"15},16"testling": {17"files": "test/*.js",18"browsers": {19"ie": [206,217,228,23924],25"ff": [263.5,2710,281529],30"chrome": [3110,322233],34"safari": [355.136],37"opera": [381239]40}41},42"repository": {43"type": "git",44"url": "git://github.com/substack/defined.git"45},46"homepage": "https://github.com/substack/defined",47"keywords": [48"undefined",49"short-circuit",50"||",51"or",52"//",53"defined-or"54],55"author": {56"name": "James Halliday",57"email": "[email protected]",58"url": "http://substack.net"59},60"license": "MIT",61"gitHead": "3a46c81d39b5f94c0c17c47638939af2528520f3",62"bugs": {63"url": "https://github.com/substack/defined/issues"64},65"_id": "[email protected]",66"_shasum": "c98d9bcef75674188e110969151199e39b1fa693",67"_from": "defined@>=1.0.0 <2.0.0",68"_npmVersion": "2.7.5",69"_nodeVersion": "0.12.0",70"_npmUser": {71"name": "substack",72"email": "[email protected]"73},74"maintainers": [75{76"name": "substack",77"email": "[email protected]"78}79],80"dist": {81"shasum": "c98d9bcef75674188e110969151199e39b1fa693",82"tarball": "http://registry.npmjs.org/defined/-/defined-1.0.0.tgz"83},84"_resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz"85}868788