http-header-list
Version:
Parser and logic functions for HTTP header lists
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "http-header-list",
"version": "1.0.0",
"description": "Parser and logic functions for HTTP header lists",
"type": "module",
"main": "index.js",
"bin": {},
"scripts": {
"test": "node bin/test.js",
"typings": "tsc",
"readme": "repo-utils/mdFileInclude.cjs src/README.md README.md"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/bytesnz/http-header-list"
},
"keywords": [
"HTTP",
"HTTP header",
"parser",
"Accept"
],
"author": "Jack F <or4e3dsw@bytes.nz>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://gitlab.com/bytesnz/http-header-list/issues",
"email": "contact-project+bytesnz-http-header-list-38124105-issue-@incoming.gitlab.com"
},
"homepage": "https://gitlab.com/bytesnz/http-header-list#readme",
"dependencies": {},
"devDependencies": {
"@japa/assert": "^1.3.4",
"@japa/runner": "^2.0.9",
"@japa/spec-reporter": "^1.1.12",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"prettier": "^2.7.0",
"typescript": "^4.7.4"
}
}