{
  "_from": "content-disposition@^1.0.0",
  "_id": "content-disposition@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
  "_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.0.1.tgz",
  "_shasum": "a8b7bbeb2904befdfb6787e5c0c086959f605f9b",
  "_spec": "content-disposition@^1.0.0",
  "_where": "/var/www/html/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": "7.32.0",
    "eslint-config-standard": "13.0.1",
    "eslint-plugin-import": "2.25.3",
    "eslint-plugin-markdown": "2.2.1",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "5.2.0",
    "eslint-plugin-standard": "4.1.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "README.md",
    "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.0.1"
}
