react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / form-data / package.json
81145 views{1"author": {2"name": "Felix Geisendörfer",3"email": "[email protected]",4"url": "http://debuggable.com/"5},6"name": "form-data",7"description": "A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",8"version": "0.2.0",9"repository": {10"type": "git",11"url": "git://github.com/felixge/node-form-data.git"12},13"main": "./lib/form_data",14"scripts": {15"test": "node test/run.js"16},17"engines": {18"node": ">= 0.8"19},20"dependencies": {21"async": "~0.9.0",22"combined-stream": "~0.0.4",23"mime-types": "~2.0.3"24},25"licenses": [26{27"type": "MIT",28"url": "https://raw.github.com/felixge/node-form-data/master/License"29}30],31"devDependencies": {32"fake": "~0.2.2",33"far": "~0.0.7",34"formidable": "~1.0.14",35"request": "~2.36.0"36},37"gitHead": "dfc1a2aef40b97807e2ffe477da06cb2c37e259f",38"bugs": {39"url": "https://github.com/felixge/node-form-data/issues"40},41"homepage": "https://github.com/felixge/node-form-data",42"_id": "[email protected]",43"_shasum": "26f8bc26da6440e299cbdcfb69035c4f77a6e466",44"_from": "form-data@>=0.2.0 <0.3.0",45"_npmVersion": "1.4.28",46"_npmUser": {47"name": "alexindigo",48"email": "[email protected]"49},50"maintainers": [51{52"name": "felixge",53"email": "[email protected]"54},55{56"name": "idralyuk",57"email": "[email protected]"58},59{60"name": "alexindigo",61"email": "[email protected]"62},63{64"name": "mikeal",65"email": "[email protected]"66},67{68"name": "celer",69"email": "[email protected]"70}71],72"dist": {73"shasum": "26f8bc26da6440e299cbdcfb69035c4f77a6e466",74"tarball": "http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz"75},76"directories": {},77"_resolved": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz"78}798081