package.json
1.52 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
{
"_from": "formidable@1.0.14",
"_id": "formidable@1.0.14",
"_inBundle": false,
"_integrity": "sha1-Kz9MQRy7X91pXESEPiojUUpDIxo=",
"_location": "/formidable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "formidable@1.0.14",
"name": "formidable",
"escapedName": "formidable",
"rawSpec": "1.0.14",
"saveSpec": null,
"fetchSpec": "1.0.14"
},
"_requiredBy": [
"/connect"
],
"_resolved": "https://registry.npmjs.org/formidable/-/formidable-1.0.14.tgz",
"_shasum": "2b3f4c411cbb5fdd695c44843e2a23514a43231a",
"_spec": "formidable@1.0.14",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk\\node_modules\\connect",
"bugs": {
"url": "http://github.com/felixge/node-formidable/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A node.js module for parsing form data, especially file uploads.",
"devDependencies": {
"findit": "0.1.1",
"gently": "0.8.0",
"hashish": "0.0.4",
"request": "~2.11.4",
"urun": "~0.0.6",
"utest": "0.0.3"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/felixge/node-formidable",
"main": "./lib/index",
"name": "formidable",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-formidable.git"
},
"scripts": {
"clean": "rm test/tmp/*",
"test": "node test/run.js"
},
"version": "1.0.14"
}