react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / async / package.json
80681 views{1"name": "async",2"description": "Higher-order functions and common patterns for asynchronous code",3"main": "lib/async.js",4"author": {5"name": "Caolan McMahon"6},7"version": "0.9.2",8"keywords": [9"async",10"callback",11"utility",12"module"13],14"repository": {15"type": "git",16"url": "git+https://github.com/caolan/async.git"17},18"bugs": {19"url": "https://github.com/caolan/async/issues"20},21"license": "MIT",22"devDependencies": {23"nodeunit": ">0.0.0",24"uglify-js": "1.2.x",25"nodelint": ">0.0.0",26"lodash": ">=2.4.1"27},28"jam": {29"main": "lib/async.js",30"include": [31"lib/async.js",32"README.md",33"LICENSE"34],35"categories": [36"Utilities"37]38},39"scripts": {40"test": "nodeunit test/test-async.js"41},42"spm": {43"main": "lib/async.js"44},45"volo": {46"main": "lib/async.js",47"ignore": [48"**/.*",49"node_modules",50"bower_components",51"test",52"tests"53]54},55"gitHead": "de3a16091d5125384eff4a54deb3998b13c3814c",56"homepage": "https://github.com/caolan/async#readme",57"_id": "[email protected]",58"_shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",59"_from": "async@>=0.9.0 <0.10.0",60"_npmVersion": "2.9.0",61"_nodeVersion": "2.0.1",62"_npmUser": {63"name": "beaugunderson",64"email": "[email protected]"65},66"maintainers": [67{68"name": "caolan",69"email": "[email protected]"70},71{72"name": "beaugunderson",73"email": "[email protected]"74}75],76"dist": {77"shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",78"tarball": "http://registry.npmjs.org/async/-/async-0.9.2.tgz"79},80"directories": {},81"_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",82"readme": "ERROR: No README data found!"83}848586