react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / stream-combiner2 / node_modules / through2 / node_modules / xtend / package.json
80575 views{1"name": "xtend",2"version": "3.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": "index",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"_id": "[email protected]",66"dist": {67"shasum": "5cce7407baf642cba7becda568111c493f59665a",68"tarball": "http://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz"69},70"_from": "xtend@>=3.0.0 <3.1.0",71"_npmVersion": "1.4.6",72"_npmUser": {73"name": "raynos",74"email": "[email protected]"75},76"maintainers": [77{78"name": "raynos",79"email": "[email protected]"80}81],82"directories": {},83"_shasum": "5cce7407baf642cba7becda568111c493f59665a",84"_resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz",85"readme": "ERROR: No README data found!"86}878889