{
  "_from": "content-disposition@^1.0.0",
  "_id": "content-disposition@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
  "_location": "/content-disposition",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "content-disposition@^1.0.0",
    "name": "content-disposition",
    "escapedName": "content-disposition",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
  "_shasum": "f3db789c752d45564cc7e9e1e0b31790d4a38e17",
  "_spec": "content-disposition@^1.0.0",
  "_where": "/var/www/jschat.store/MrX/node_modules/express",
  "author": {
    "name": "Douglas Christopher Wilson",
    "email": "doug@somethingdoug.com"
  },
  "bugs": {
    "url": "https://github.com/jshttp/content-disposition/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Create and parse Content-Disposition header",
  "devDependencies": {
    "c8": "^10.1.2",
    "eslint": "^8.57.1",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-markdown": "^3.0.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.6.0",
    "eslint-plugin-standard": "^4.1.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "index.js"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/express"
  },
  "homepage": "https://github.com/jshttp/content-disposition#readme",
  "keywords": [
    "content-disposition",
    "http",
    "rfc6266",
    "res"
  ],
  "license": "MIT",
  "name": "content-disposition",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/content-disposition.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "node --test --test-reporter spec",
    "test-ci": "c8 --reporter=lcovonly --reporter=text npm test",
    "test-cov": "c8 --reporter=html --reporter=text npm test"
  },
  "version": "1.1.0"
}
