This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

28 lines
624 B
JSON
Raw Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "parse-headers",
"version": "2.0.3",
"description": "Parse http headers, works with browserify/xhr",
"main": "parse-headers.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kesla/parse-headers.git"
},
"keywords": [
"http",
"headers"
],
"author": "David Björklund <david.bjorklund@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kesla/parse-headers/issues"
},
"homepage": "https://github.com/kesla/parse-headers",
"devDependencies": {
"tape": "^4.10.1"
},
"dependencies": {}
}