react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / shallow-copy / package.json
80708 views{1"name": "shallow-copy",2"version": "0.0.1",3"description": "make a shallow copy of an object or array",4"main": "index.js",5"dependencies": {},6"devDependencies": {7"tape": "~1.0.4"8},9"scripts": {10"test": "tape test/*.js"11},12"testling": {13"files": "test/*.js",14"browsers": [15"ie/8..latest",16"ff/latest",17"chrome/latest",18"safari/latest",19"opera/latest",20"android/latest",21"iphone/latest",22"ipad/latest"23]24},25"repository": {26"type": "git",27"url": "git://github.com/substack/shallow-copy.git"28},29"homepage": "https://github.com/substack/shallow-copy",30"keywords": [31"shallow",32"copy",33"data",34"object",35"array"36],37"author": {38"name": "James Halliday",39"email": "[email protected]",40"url": "http://substack.net"41},42"license": "MIT",43"bugs": {44"url": "https://github.com/substack/shallow-copy/issues"45},46"_id": "[email protected]",47"dist": {48"shasum": "415f42702d73d810330292cc5ee86eae1a11a170",49"tarball": "http://registry.npmjs.org/shallow-copy/-/shallow-copy-0.0.1.tgz"50},51"_from": "[email protected]",52"_npmVersion": "1.3.0",53"_npmUser": {54"name": "substack",55"email": "[email protected]"56},57"maintainers": [58{59"name": "substack",60"email": "[email protected]"61}62],63"directories": {},64"_shasum": "415f42702d73d810330292cc5ee86eae1a11a170",65"_resolved": "https://registry.npmjs.org/shallow-copy/-/shallow-copy-0.0.1.tgz"66}676869