UNPKG

http-headers-validation

Version:

Utility for validating HTTP header names and values

38 lines (37 loc) 1.05 kB
{ "name": "http-headers-validation", "version": "0.0.2", "description": "Utility for validating HTTP header names and values", "main": "index.js", "dependencies": { "typescript": "^5.6.2" }, "devDependencies": { "globals": "^15.9.0", "eslint": "9.11.0", "mocha": "10.7.3", "should": "13.2.3" }, "scripts": { "clean:types": "rm -rf ./*.d.ts && rm -rf ./*.d.ts.map", "build:types": "npx tsc -d --declarationDir ./ --declarationMap --emitDeclarationOnly", "lint": "node ./node_modules/eslint/bin/eslint.js index.js", "test": "node ./node_modules/mocha/bin/mocha.js test.js --check-leaks" }, "repository": { "type": "git", "url": "git+https://github.com/SVasilev/http-headers-validation.git" }, "keywords": [ "http", "headers", "header", "validation" ], "author": "Stefan Vasilev", "license": "MIT", "bugs": { "url": "https://github.com/SVasilev/http-headers-validation/issues" }, "homepage": "https://github.com/SVasilev/http-headers-validation#readme" }