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