{ "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 (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 ] }