UNPKG

hparser

Version:
32 lines (31 loc) 677 B
{ "name": "hparser", "description": "HTTP parser for whistle", "version": "0.5.0", "author": "avenwu <avenwu@vip.qq.com>", "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/avwo/hparser/issues" }, "homepage": "https://github.com/avwo/hparser", "keywords": [ "whistle", "http-parser" ], "registry": "http://registry.npmjs.org/hparser", "repository": { "type": "git", "url": "https://github.com/avwo/hparser.git" }, "scripts": { "lint": "eslint ./lib *.js", "lintfix": "eslint --fix ./lib *.js" }, "engines": { "node": ">= 0.10.0" }, "devDependencies": { "eslint": "^2.8.0" } }