react / wstein / node_modules / browserify / node_modules / glob / node_modules / minimatch / node_modules / brace-expansion / node_modules / concat-map / package.json
80559 views{1"name": "concat-map",2"description": "concatenative mapdashery",3"version": "0.0.1",4"repository": {5"type": "git",6"url": "git://github.com/substack/node-concat-map.git"7},8"main": "index.js",9"keywords": [10"concat",11"concatMap",12"map",13"functional",14"higher-order"15],16"directories": {17"example": "example",18"test": "test"19},20"scripts": {21"test": "tape test/*.js"22},23"devDependencies": {24"tape": "~2.4.0"25},26"license": "MIT",27"author": {28"name": "James Halliday",29"email": "[email protected]",30"url": "http://substack.net"31},32"testling": {33"files": "test/*.js",34"browsers": {35"ie": [366,377,388,39940],41"ff": [423.5,4310,441545],46"chrome": [4710,482249],50"safari": [515.152],53"opera": [541255]56}57},58"bugs": {59"url": "https://github.com/substack/node-concat-map/issues"60},61"homepage": "https://github.com/substack/node-concat-map",62"_id": "[email protected]",63"dist": {64"shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",65"tarball": "http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"66},67"_from": "[email protected]",68"_npmVersion": "1.3.21",69"_npmUser": {70"name": "substack",71"email": "[email protected]"72},73"maintainers": [74{75"name": "substack",76"email": "[email protected]"77}78],79"_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",80"_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",81"readme": "ERROR: No README data found!"82}838485