28 lines
624 B
JSON
28 lines
624 B
JSON
![]() |
{
|
||
|
"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": {}
|
||
|
}
|