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