{
  "name": "@browsery/http-parser",
  "version": "0.5.10-r3",
  "description": "Browser compatible http-parser-js module",
  "author": "Panates",
  "license": "MIT",
  "devDependencies": {},
  "type": "commonjs",
  "main": "./index.js",
  "module": "./index.js",
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panates/browsery.git",
    "directory": "packages/http-parser"
  },
  "keywords": [
    "http",
    "parser",
    "http-parser",
    "http-parser-js",
    "browser",
    "browsery",
    "browserify"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  }
}