mh-two-thousand-and-two
2024-04-12 3d2ec2fd0578d3ba0a414b0cc4e4a2ae60878596
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "_args": [
    [
      "http-deceiver@1.2.7",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "http-deceiver@1.2.7",
  "_id": "http-deceiver@1.2.7",
  "_inBundle": false,
  "_integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
  "_location": "/http-deceiver",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "http-deceiver@1.2.7",
    "name": "http-deceiver",
    "escapedName": "http-deceiver",
    "rawSpec": "1.2.7",
    "saveSpec": null,
    "fetchSpec": "1.2.7"
  },
  "_requiredBy": [
    "/spdy"
  ],
  "_resolved": "https://registry.npmmirror.com/http-deceiver/-/http-deceiver-1.2.7.tgz",
  "_spec": "1.2.7",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
  },
  "bugs": {
    "url": "https://github.com/indutny/http-deceiver/issues"
  },
  "description": "Deceive HTTP parser",
  "devDependencies": {
    "handle-thing": "^1.0.1",
    "mocha": "^2.2.5",
    "readable-stream": "^2.0.1",
    "stream-pair": "^1.0.0"
  },
  "homepage": "https://github.com/indutny/http-deceiver#readme",
  "keywords": [
    "http",
    "net",
    "deceive"
  ],
  "license": "MIT",
  "main": "lib/deceiver.js",
  "name": "http-deceiver",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/http-deceiver.git"
  },
  "scripts": {
    "test": "mocha --reporter=spec test/*-test.js"
  },
  "version": "1.2.7"
}