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

node_modules.form-data.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "form-data@>=0.2.0 <0.3.0",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/form-data",
    "_npmUser": {
        "email": "[email protected]",
        "name": "alexindigo"
    },
    "_npmVersion": "1.4.28",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "form-data",
        "raw": "form-data@~0.2.0",
        "rawSpec": "~0.2.0",
        "scope": null,
        "spec": ">=0.2.0 <0.3.0",
        "type": "range"
    },
    "_requiredBy": [
        "/request"
    ],
    "_resolved": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz",
    "_shasum": "26f8bc26da6440e299cbdcfb69035c4f77a6e466",
    "_shrinkwrap": null,
    "_spec": "form-data@~0.2.0",
    "_where": "",
    "author": {
        "email": "[email protected]",
        "name": "Felix Geisend\u00f6rfer",
        "url": "http://debuggable.com/"
    },
    "bugs": {
        "url": "https://github.com/felixge/node-form-data/issues"
    },
    "dependencies": {
        "async": "~0.9.0",
        "combined-stream": "~0.0.4",
        "mime-types": "~2.0.3"
    },
    "description": "A module to create readable \"multipart/form-data\" streams.  Can be used to submit forms and file uploads to other web applications.",
    "devDependencies": {
        "fake": "~0.2.2",
        "far": "~0.0.7",
        "formidable": "~1.0.14",
        "request": "~2.36.0"
    },
    "directories": {
        
    },
    "dist": {
        "shasum": "26f8bc26da6440e299cbdcfb69035c4f77a6e466",
        "tarball": "http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz"
    },
    "engines": {
        "node": ">= 0.8"
    },
    "gitHead": "dfc1a2aef40b97807e2ffe477da06cb2c37e259f",
    "homepage": "https://github.com/felixge/node-form-data",
    "licenses": [
        {
            "type": "MIT",
            "url": "https://raw.github.com/felixge/node-form-data/master/License"
        }
    ],
    "main": "./lib/form_data",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "felixge"
        },
        {
            "email": "[email protected]",
            "name": "idralyuk"
        },
        {
            "email": "[email protected]",
            "name": "alexindigo"
        },
        {
            "email": "[email protected]",
            "name": "mikeal"
        },
        {
            "email": "[email protected]",
            "name": "celer"
        }
    ],
    "name": "form-data",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/felixge/node-form-data.git"
    },
    "scripts": {
        "test": "node test/run.js"
    },
    "version": "0.2.0"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy