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.
30 lines
835 B
30 lines
835 B
{
|
|
"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": {},
|
|
"__npminstall_done": "Sun Apr 18 2021 11:11:02 GMT+0800 (中国标准时间)",
|
|
"_from": "parse-headers@2.0.3",
|
|
"_resolved": "https://registry.npm.taobao.org/parse-headers/download/parse-headers-2.0.3.tgz"
|
|
} |