UNPKG

media-typer

Version:

Simple RFC 6838 media type parser and formatter

49 lines (48 loc) 1.17 kB
{ "name": "media-typer", "version": "2.0.0", "description": "Simple RFC 6838 media type parser and formatter", "repository": "jshttp/media-typer", "funding": { "type": "opencollective", "url": "https://opencollective.com/express" }, "license": "MIT", "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", "sideEffects": false, "type": "module", "exports": "./dist/index.js", "files": [ "dist/" ], "scripts": { "bench": "vitest bench", "build": "ts-scripts build", "format": "ts-scripts format", "prepare": "ts-scripts install", "prepublishOnly": "npm run build", "size": "size-limit", "specs": "ts-scripts specs", "test": "ts-scripts test && npm run size" }, "devDependencies": { "@borderless/ts-scripts": "^0.15.0", "@size-limit/preset-small-lib": "^12.0.0", "@vitest/coverage-v8": "^3.2.4", "size-limit": "^12.0.0", "typescript": "^5.6.2", "vitest": "^3.2.4" }, "engines": { "node": ">=18" }, "size-limit": [ { "path": "dist/index.js", "limit": "600 B" } ], "ts-scripts": { "project": "tsconfig.build.json" } }