{ "name": "fast-content-type-parse", "version": "2.0.0", "description": "Parse HTTP Content-Type header according to RFC 7231", "main": "index.js", "type": "commonjs", "types": "./types/index.d.ts", "scripts": { "benchmark": "node benchmarks/simple.js && node benchmarks/simple-ows.js && node benchmarks/with-param.js && node benchmarks/with-param-quoted.js", "lint": "standard", "lint:fix": "standard --fix", "test": "npm run test:unit && npm run test:typescript", "test:typescript": "tsd", "test:unit": "tap" }, "keywords": [ "content-type", "rfc7231" ], "author": "Aras Abbasi ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/fastify/fast-content-type-parse.git" }, "devDependencies": { "@fastify/pre-commit": "^2.1.0", "benchmark": "^2.1.4", "busboy": "^1.6.0", "content-type": "^1.0.4", "standard": "^17.0.0", "tap": "^19.2.5", "tsd": "^0.31.0" }, "pre-commit": [ "lint", "test" ] }