| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "http-deceiver",
- "version": "1.2.7",
- "description": "Deceive HTTP parser",
- "main": "lib/deceiver.js",
- "scripts": {
- "test": "mocha --reporter=spec test/*-test.js"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/indutny/http-deceiver.git"
- },
- "keywords": [
- "http",
- "net",
- "deceive"
- ],
- "author": "Fedor Indutny <fedor@indutny.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/indutny/http-deceiver/issues"
- },
- "homepage": "https://github.com/indutny/http-deceiver#readme",
- "devDependencies": {
- "handle-thing": "^1.0.1",
- "mocha": "^2.2.5",
- "readable-stream": "^2.0.1",
- "stream-pair": "^1.0.0"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:21:05 GMT+0800 (CST)",
- "_from": "http-deceiver@1.2.7",
- "_resolved": "https://registry.npm.taobao.org/http-deceiver/download/http-deceiver-1.2.7.tgz"
- }
|