{
  "name": "http-parser-js",
  "version": "0.5.10",
  "description": "A pure JS HTTP parser for node.",
  "main": "http-parser.js",
  "types": "http-parser.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/creationix/http-parser-js.git"
  },
  "files": [
    "http-parser.js",
    "http-parser.d.ts"
  ],
  "author": "Tim Caswell (https://github.com/creationix)",
  "license": "MIT"
}