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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
| {
| "_args": [
| [
| {
| "raw": "http-deceiver@^1.2.7",
| "scope": null,
| "escapedName": "http-deceiver",
| "name": "http-deceiver",
| "rawSpec": "^1.2.7",
| "spec": ">=1.2.7 <2.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/spdy"
| ]
| ],
| "_from": "http-deceiver@>=1.2.7 <2.0.0",
| "_id": "http-deceiver@1.2.7",
| "_inCache": true,
| "_location": "/http-deceiver",
| "_nodeVersion": "6.0.0",
| "_npmOperationalInternal": {
| "host": "packages-16-east.internal.npmjs.com",
| "tmp": "tmp/http-deceiver-1.2.7.tgz_1463498902333_0.5118395255412906"
| },
| "_npmUser": {
| "name": "indutny",
| "email": "fedor@indutny.com"
| },
| "_npmVersion": "3.8.6",
| "_phantomChildren": {},
| "_requested": {
| "raw": "http-deceiver@^1.2.7",
| "scope": null,
| "escapedName": "http-deceiver",
| "name": "http-deceiver",
| "rawSpec": "^1.2.7",
| "spec": ">=1.2.7 <2.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/spdy"
| ],
| "_resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
| "_shasum": "fa7168944ab9a519d337cb0bec7284dc3e723d87",
| "_shrinkwrap": null,
| "_spec": "http-deceiver@^1.2.7",
| "_where": "/root/rushmail/node_modules/spdy",
| "author": {
| "name": "Fedor Indutny",
| "email": "fedor@indutny.com"
| },
| "bugs": {
| "url": "https://github.com/indutny/http-deceiver/issues"
| },
| "dependencies": {},
| "description": "Deceive HTTP parser",
| "devDependencies": {
| "handle-thing": "^1.0.1",
| "mocha": "^2.2.5",
| "readable-stream": "^2.0.1",
| "stream-pair": "^1.0.0"
| },
| "directories": {},
| "dist": {
| "shasum": "fa7168944ab9a519d337cb0bec7284dc3e723d87",
| "tarball": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz"
| },
| "gitHead": "8ace40ad41c0e1cfb0d2f130fcf60b63fcb3ecf1",
| "homepage": "https://github.com/indutny/http-deceiver#readme",
| "keywords": [
| "http",
| "net",
| "deceive"
| ],
| "license": "MIT",
| "main": "lib/deceiver.js",
| "maintainers": [
| {
| "name": "indutny",
| "email": "fedor@indutny.com"
| }
| ],
| "name": "http-deceiver",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "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"
| }
|
|