SAP-BTP-Spielwiese/app1/node_modules/http-headers/package.json
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

41 lines
846 B
JSON

{
"name": "http-headers",
"version": "3.0.2",
"description": "Parse http headers",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/watson/http-headers.git"
},
"dependencies": {
"next-line": "^1.1.0"
},
"devDependencies": {
"safe-buffer": "^5.1.1",
"standard": "^10.0.2",
"tape": "^4.7.0"
},
"keywords": [
"http",
"https",
"header",
"headers",
"parse",
"parsing",
"ServerResponse",
"response"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/http-headers/issues"
},
"homepage": "https://github.com/watson/http-headers",
"coordinates": [
55.6757062,
12.5774478
]
}