All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.async.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "async@>=0.9.0 <0.10.0",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/async",
    "_nodeVersion": "2.0.1",
    "_npmUser": {
        "email": "[email protected]",
        "name": "beaugunderson"
    },
    "_npmVersion": "2.9.0",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "async",
        "raw": "async@~0.9.0",
        "rawSpec": "~0.9.0",
        "scope": null,
        "spec": ">=0.9.0 <0.10.0",
        "type": "range"
    },
    "_requiredBy": [
        "/form-data"
    ],
    "_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
    "_shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
    "_shrinkwrap": null,
    "_spec": "async@~0.9.0",
    "_where": "",
    "author": {
        "name": "Caolan McMahon"
    },
    "bugs": {
        "url": "https://github.com/caolan/async/issues"
    },
    "dependencies": {
        
    },
    "description": "Higher-order functions and common patterns for asynchronous code",
    "devDependencies": {
        "lodash": ">=2.4.1",
        "nodelint": ">0.0.0",
        "nodeunit": ">0.0.0",
        "uglify-js": "1.2.x"
    },
    "directories": {
        
    },
    "dist": {
        "shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
        "tarball": "http://registry.npmjs.org/async/-/async-0.9.2.tgz"
    },
    "gitHead": "de3a16091d5125384eff4a54deb3998b13c3814c",
    "homepage": "https://github.com/caolan/async#readme",
    "jam": {
        "categories": [
            "Utilities"
        ],
        "include": [
            "LICENSE",
            "README.md",
            "lib/async.js"
        ],
        "main": "lib/async.js"
    },
    "keywords": [
        "async",
        "callback",
        "module",
        "utility"
    ],
    "license": "MIT",
    "main": "lib/async.js",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "caolan"
        },
        {
            "email": "[email protected]",
            "name": "beaugunderson"
        }
    ],
    "name": "async",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/caolan/async.git"
    },
    "scripts": {
        "test": "nodeunit test/test-async.js"
    },
    "spm": {
        "main": "lib/async.js"
    },
    "version": "0.9.2",
    "volo": {
        "ignore": [
            "**/.*",
            "bower_components",
            "node_modules",
            "test",
            "tests"
        ],
        "main": "lib/async.js"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy