You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
649 B
28 lines
649 B
{ |
|
"name": "parse-headers", |
|
"version": "2.0.5", |
|
"description": "Parse http headers, works with browserify/xhr", |
|
"main": "parse-headers.js", |
|
"types": "index.d.ts", |
|
"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": {} |
|
}
|
|
|