mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
57
node_modules/formidable/package.json
generated
vendored
Normal file
57
node_modules/formidable/package.json
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"_from": "formidable@^1.0.17",
|
||||
"_id": "formidable@1.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-V8gLm+41I/8kguQ4/o1D3RIHRmhYFG4pnNyonvua+40rqcEmT4+V71yaZ3B457xbbgCsCfjSPi65u/W6vK1U5Q==",
|
||||
"_location": "/formidable",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "formidable@^1.0.17",
|
||||
"name": "formidable",
|
||||
"escapedName": "formidable",
|
||||
"rawSpec": "^1.0.17",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.17"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/express-data-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/formidable/-/formidable-1.2.2.tgz",
|
||||
"_shasum": "bf69aea2972982675f00865342b982986f6b8dd9",
|
||||
"_spec": "formidable@^1.0.17",
|
||||
"_where": "/home/runner/Socketio-Chat-Template/node_modules/express-data-parser",
|
||||
"bugs": {
|
||||
"url": "https://github.com/node-formidable/formidable/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "A node.js module for parsing form data, especially file uploads.",
|
||||
"devDependencies": {
|
||||
"findit": "^0.1.2",
|
||||
"gently": "^0.8.0",
|
||||
"hashish": "^0.0.4",
|
||||
"request": "^2.11.4",
|
||||
"urun": "^0.0.6",
|
||||
"utest": "^0.0.8"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"benchmark-2020-01-29_xeon-x3440.png"
|
||||
],
|
||||
"funding": "https://ko-fi.com/tunnckoCore/commissions",
|
||||
"homepage": "https://github.com/node-formidable/formidable",
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "formidable",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/node-formidable/formidable.git"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rm test/tmp/*",
|
||||
"test": "node test/run.js"
|
||||
},
|
||||
"version": "1.2.2"
|
||||
}
|
Reference in New Issue
Block a user