{ "name": "run-async", "version": "0.1.0", "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.", "main": "index.js", "scripts": { "test": "mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/SBoudrias/run-async" }, "keywords": [ "flow", "flow-control", "async" ], "author": { "name": "Simon Boudrias", "email": "admin@simonboudrias.com" }, "license": "MIT", "bugs": { "url": "https://github.com/SBoudrias/run-async/issues" }, "homepage": "https://github.com/SBoudrias/run-async", "dependencies": { "once": "^1.3.0" }, "devDependencies": { "mocha": "^1.21.4" }, "_id": "run-async@0.1.0", "dist": { "shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389", "tarball": "http://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz" }, "_from": "run-async@>=0.1.0 <0.2.0", "_npmVersion": "1.4.6", "_npmUser": { "name": "sboudrias", "email": "admin@simonboudrias.com" }, "maintainers": [ { "name": "sboudrias", "email": "admin@simonboudrias.com" } ], "directories": {}, "_shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389", "_resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz", "readme": "ERROR: No README data found!" }