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
95
96
| {
| "_args": [
| [
| {
| "raw": "wbuf@^1.7.3",
| "scope": null,
| "escapedName": "wbuf",
| "name": "wbuf",
| "rawSpec": "^1.7.3",
| "spec": ">=1.7.3 <2.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/spdy-transport"
| ]
| ],
| "_from": "wbuf@>=1.7.3 <2.0.0",
| "_id": "wbuf@1.7.3",
| "_inCache": true,
| "_location": "/wbuf",
| "_nodeVersion": "9.6.1",
| "_npmOperationalInternal": {
| "host": "s3://npm-registry-packages",
| "tmp": "tmp/wbuf_1.7.3_1520718679064_0.751897486155537"
| },
| "_npmUser": {
| "name": "indutny",
| "email": "fedor@indutny.com"
| },
| "_npmVersion": "5.7.1",
| "_phantomChildren": {},
| "_requested": {
| "raw": "wbuf@^1.7.3",
| "scope": null,
| "escapedName": "wbuf",
| "name": "wbuf",
| "rawSpec": "^1.7.3",
| "spec": ">=1.7.3 <2.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/hpack.js",
| "/spdy-transport"
| ],
| "_resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
| "_shasum": "c1d8d149316d3ea852848895cb6a0bfe887b87df",
| "_shrinkwrap": null,
| "_spec": "wbuf@^1.7.3",
| "_where": "/root/rushmail/node_modules/spdy-transport",
| "author": {
| "name": "Fedor Indutny",
| "email": "fedor@indutny.com"
| },
| "bugs": {
| "url": "https://github.com/indutny/wbuf/issues"
| },
| "dependencies": {
| "minimalistic-assert": "^1.0.0"
| },
| "description": "Write buffer",
| "devDependencies": {
| "mocha": "^5.0.4"
| },
| "directories": {},
| "dist": {
| "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
| "shasum": "c1d8d149316d3ea852848895cb6a0bfe887b87df",
| "tarball": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
| "fileCount": 4,
| "unpackedSize": 20902
| },
| "gitHead": "75620cb7166688045eb773b2c0a6d49f1c625d5f",
| "homepage": "https://github.com/indutny/wbuf",
| "keywords": [
| "Write",
| "Buffer"
| ],
| "license": "MIT",
| "main": "index.js",
| "maintainers": [
| {
| "name": "indutny",
| "email": "fedor@indutny.com"
| }
| ],
| "name": "wbuf",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/indutny/wbuf.git"
| },
| "scripts": {
| "test": "mocha test/**/*-test.js"
| },
| "version": "1.7.3"
| }
|
|