UNPKG

content-disposition

Version:

Create and parse Content-Disposition header

53 lines (52 loc) 1.19 kB
{ "name": "content-disposition", "version": "2.0.0", "description": "Create and parse Content-Disposition header", "keywords": [ "content-disposition", "http", "rfc6266", "res" ], "repository": "jshttp/content-disposition", "funding": { "type": "opencollective", "url": "https://opencollective.com/express" }, "license": "MIT", "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", "type": "commonjs", "exports": "./dist/index.js", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" ], "scripts": { "bench": "vitest bench", "build": "ts-scripts build", "demo": "node demo/server.js", "format": "ts-scripts format", "lint": "ts-scripts lint", "prepare": "ts-scripts install && npm run build", "specs": "ts-scripts specs", "test": "ts-scripts test" }, "devDependencies": { "@borderless/ts-scripts": "^0.15.0", "@vitest/coverage-v8": "^3.2.4", "typescript": "^5.9.3", "vitest": "^3.2.4" }, "engines": { "node": ">=18" }, "ts-scripts": { "dist": [ "dist" ], "project": [ "tsconfig.build.json" ] } }