structured-field-values
Version:
Implementation of Structured Field Values from IETF httpbis RFC8941
33 lines (32 loc) • 782 B
JSON
{
"name": "structured-field-values",
"version": "2.0.4",
"description": "Implementation of Structured Field Values from IETF httpbis RFC8941",
"main": "index.js",
"scripts": {
"test": "node --test --test-reporter spec && npx tsc",
"fmt": "npx prettier -w ./index.js ./bnf/bnf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jxck/structured-field-values.git"
},
"keywords": [
"structured field values",
"structured headers",
"http header field structure",
"RFC8941"
],
"type": "module",
"author": "Jxck",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.10",
"hi-base32": "^0.5.1",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
},
"browser": {
"Buffer": false
}
}