2023-11-30 14:15:19 +00:00

60 lines
1.6 KiB
JSON

{
"_from": "express-data-parser@^1.2.0",
"_id": "express-data-parser@1.2.0",
"_inBundle": false,
"_integrity": "sha1-/sGFhBHIfSruHdOepf7q6gmAajM=",
"_location": "/express-data-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "express-data-parser@^1.2.0",
"name": "express-data-parser",
"escapedName": "express-data-parser",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/server"
],
"_resolved": "https://registry.npmjs.org/express-data-parser/-/express-data-parser-1.2.0.tgz",
"_shasum": "fec1858411c87d2aee1dd39ea5feeaea09806a33",
"_spec": "express-data-parser@^1.2.0",
"_where": "/home/runner/Socketio-Chat-Template/node_modules/server",
"author": {
"name": "Francisco Presencia Fandos",
"email": "publicfrancisco@hotmail.com"
},
"bugs": {
"url": "https://github.com/franciscop/express-data-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"formidable": "^1.0.17"
},
"deprecated": false,
"description": "Middleware data parser for images and files using formidable",
"homepage": "https://github.com/franciscop/express-data-parser#readme",
"keywords": [
"data",
"parser",
"middleware",
"formidable",
"multipart",
"form-data",
"form"
],
"license": "MIT",
"main": "index.js",
"name": "express-data-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/franciscop/express-data-parser.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.0"
}