@httpland/accept-ranges-parser
Version:
HTTP Accept-Ranges header field parser
50 lines • 1.09 kB
JSON
{
"module": "./esm/mod.js",
"main": "./script/mod.js",
"types": "./types/mod.d.ts",
"name": "@httpland/accept-ranges-parser",
"version": "1.0.1",
"description": "HTTP Accept-Ranges header field parser",
"keywords": [
"http",
"header",
"parser",
"parse",
"deserialize",
"stringify",
"serialize",
"accept-ranges",
"none",
"bytes"
],
"license": "MIT",
"homepage": "https://github.com/httpland/accept-ranges-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/httpland/accept-ranges-parser.git"
},
"bugs": {
"url": "https://github.com/httpland/accept-ranges-parser/issues"
},
"sideEffects": false,
"type": "module",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": {
"types": "./types/mod.d.ts",
"default": "./esm/mod.js"
},
"require": {
"types": "./types/mod.d.ts",
"default": "./script/mod.js"
}
}
},
"dependencies": {
"@httpland/http-utils": "1.2.0",
"@miyauci/isx": "1.3.1"
}
}