package.json
1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"_from": "form-data@^0.2.0",
"_id": "form-data@0.2.0",
"_inBundle": false,
"_integrity": "sha1-Jvi8JtpkQOKZy9z7aQNcT3em5GY=",
"_location": "/form-data",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "form-data@^0.2.0",
"name": "form-data",
"escapedName": "form-data",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/unirest"
],
"_resolved": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz",
"_shasum": "26f8bc26da6440e299cbdcfb69035c4f77a6e466",
"_spec": "form-data@^0.2.0",
"_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\unirest",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
"bugs": {
"url": "https://github.com/felixge/node-form-data/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "~0.9.0",
"combined-stream": "~0.0.4",
"mime-types": "~2.0.3"
},
"deprecated": false,
"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"
},
"engines": {
"node": ">= 0.8"
},
"homepage": "https://github.com/felixge/node-form-data#readme",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/felixge/node-form-data/master/License"
}
],
"main": "./lib/form_data",
"name": "form-data",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-form-data.git"
},
"scripts": {
"test": "node test/run.js"
},
"version": "0.2.0"
}