react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / module-deps / node_modules / xtend / package.json
80742 views{1"name": "xtend",2"version": "4.0.0",3"description": "extend like a boss",4"keywords": [5"extend",6"merge",7"options",8"opts",9"object",10"array"11],12"author": {13"name": "Raynos",14"email": "[email protected]"15},16"repository": {17"type": "git",18"url": "git://github.com/Raynos/xtend.git"19},20"main": "immutable",21"scripts": {22"test": "node test"23},24"dependencies": {},25"devDependencies": {26"tape": "~1.1.0"27},28"homepage": "https://github.com/Raynos/xtend",29"contributors": [30{31"name": "Jake Verbaten"32},33{34"name": "Matt Esch"35}36],37"bugs": {38"url": "https://github.com/Raynos/xtend/issues",39"email": "[email protected]"40},41"licenses": [42{43"type": "MIT",44"url": "http://github.com/raynos/xtend/raw/master/LICENSE"45}46],47"testling": {48"files": "test.js",49"browsers": [50"ie/7..latest",51"firefox/16..latest",52"firefox/nightly",53"chrome/22..latest",54"chrome/canary",55"opera/12..latest",56"opera/next",57"safari/5.1..latest",58"ipad/6.0..latest",59"iphone/6.0..latest"60]61},62"engines": {63"node": ">=0.4"64},65"gitHead": "94a95d76154103290533b2c55ffa0fe4be16bfef",66"_id": "[email protected]",67"_shasum": "8bc36ff87aedbe7ce9eaf0bca36b2354a743840f",68"_from": "xtend@>=4.0.0 <5.0.0",69"_npmVersion": "1.4.15",70"_npmUser": {71"name": "raynos",72"email": "[email protected]"73},74"maintainers": [75{76"name": "raynos",77"email": "[email protected]"78}79],80"dist": {81"shasum": "8bc36ff87aedbe7ce9eaf0bca36b2354a743840f",82"tarball": "http://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz"83},84"directories": {},85"_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz",86"readme": "ERROR: No README data found!"87}888990