{
  "_from": "multer@2.0.2",
  "_id": "multer@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==",
  "_location": "/multer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "multer@2.0.2",
    "name": "multer",
    "escapedName": "multer",
    "rawSpec": "2.0.2",
    "saveSpec": null,
    "fetchSpec": "2.0.2"
  },
  "_requiredBy": [
    "/@nestjs/platform-express"
  ],
  "_resolved": "https://registry.npmjs.org/multer/-/multer-2.0.2.tgz",
  "_shasum": "08a8aa8255865388c387aaf041426b0c87bf58dd",
  "_spec": "multer@2.0.2",
  "_where": "/home/kattop/public_html/rafique/api/node_modules/@nestjs/platform-express",
  "bugs": {
    "url": "https://github.com/expressjs/multer/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Hage Yaapa",
      "email": "captain@hacksparrow.com",
      "url": "http://www.hacksparrow.com"
    },
    {
      "name": "Jaret Pfluger",
      "email": "https://github.com/jpfluger"
    },
    {
      "name": "Linus Unnebäck",
      "email": "linus@folkdatorn.se"
    }
  ],
  "dependencies": {
    "append-field": "^1.0.0",
    "busboy": "^1.6.0",
    "concat-stream": "^2.0.0",
    "mkdirp": "^0.5.6",
    "object-assign": "^4.1.1",
    "type-is": "^1.6.18",
    "xtend": "^4.0.2"
  },
  "deprecated": false,
  "description": "Middleware for handling `multipart/form-data`.",
  "devDependencies": {
    "deep-equal": "^2.0.3",
    "express": "^4.21.2",
    "form-data": "^4.0.2",
    "fs-temp": "^1.2.1",
    "mocha": "^11.5.0",
    "nyc": "^15.1.0",
    "rimraf": "^2.4.1",
    "standard": "^14.3.3",
    "testdata-w3c-json-form": "^1.0.0"
  },
  "engines": {
    "node": ">= 10.16.0"
  },
  "files": [
    "LICENSE",
    "index.js",
    "storage/",
    "lib/"
  ],
  "homepage": "https://github.com/expressjs/multer#readme",
  "keywords": [
    "form",
    "post",
    "multipart",
    "form-data",
    "formdata",
    "express",
    "middleware"
  ],
  "license": "MIT",
  "name": "multer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/multer.git"
  },
  "scripts": {
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test": "mocha --reporter spec --exit --check-leaks test/",
    "test-ci": "nyc --reporter=lcov --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  },
  "version": "2.0.2"
}
