go-fetch-content-type
Version:
Parse the `Content-Type` header.
38 lines (37 loc) • 689 B
JSON
{
"name": "go-fetch-content-type",
"description": "Parse the `Content-Type` header.",
"keywords": [
"content-type",
"mime-type",
"type",
"charset",
"header",
"http",
"https",
"client",
"request",
"fetch"
],
"version": "0.3.0",
"repository": {
"type": "git",
"url": "git@github.com:go-fetch-js/content-type.git"
},
"bugs": {
"url": "https://github.com/go-fetch-js/content-type/issues"
},
"dependencies": {
"parse-http-header": "^1.0.0",
"type-is": "^1.6.0"
},
"devDependencies": {
"go-fetch": "^2.0.0"
},
"peerDependencies": {
"go-fetch": "^2.0.0"
},
"scripts": {
"test": "mocha"
}
}