react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / handlebars / node_modules / uglify-js / node_modules / async / package.json
80728 views{1"name": "async",2"description": "Higher-order functions and common patterns for asynchronous code",3"main": "./lib/async",4"author": {5"name": "Caolan McMahon"6},7"version": "0.2.10",8"repository": {9"type": "git",10"url": "git+https://github.com/caolan/async.git"11},12"bugs": {13"url": "https://github.com/caolan/async/issues"14},15"licenses": [16{17"type": "MIT",18"url": "https://github.com/caolan/async/raw/master/LICENSE"19}20],21"devDependencies": {22"nodeunit": ">0.0.0",23"uglify-js": "1.2.x",24"nodelint": ">0.0.0"25},26"jam": {27"main": "lib/async.js",28"include": [29"lib/async.js",30"README.md",31"LICENSE"32]33},34"scripts": {35"test": "nodeunit test/test-async.js"36},37"_id": "[email protected]",38"dist": {39"shasum": "b6bbe0b0674b9d719708ca38de8c237cb526c3d1",40"tarball": "http://registry.npmjs.org/async/-/async-0.2.10.tgz"41},42"_from": "async@>=0.2.6 <0.3.0",43"_npmVersion": "1.3.2",44"_npmUser": {45"name": "caolan",46"email": "[email protected]"47},48"maintainers": [49{50"name": "caolan",51"email": "[email protected]"52}53],54"directories": {},55"_shasum": "b6bbe0b0674b9d719708ca38de8c237cb526c3d1",56"_resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",57"readme": "ERROR: No README data found!",58"homepage": "https://github.com/caolan/async#readme"59}606162