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
| {
| "_args": [
| [
| {
| "raw": "obuf@^1.1.2",
| "scope": null,
| "escapedName": "obuf",
| "name": "obuf",
| "rawSpec": "^1.1.2",
| "spec": ">=1.1.2 <2.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/spdy-transport"
| ]
| ],
| "_from": "obuf@>=1.1.2 <2.0.0",
| "_id": "obuf@1.1.2",
| "_inCache": true,
| "_location": "/obuf",
| "_nodeVersion": "9.6.1",
| "_npmOperationalInternal": {
| "host": "s3://npm-registry-packages",
| "tmp": "tmp/obuf_1.1.2_1520717598316_0.09991861763110621"
| },
| "_npmUser": {
| "name": "indutny",
| "email": "fedor@indutny.com"
| },
| "_npmVersion": "5.7.1",
| "_phantomChildren": {},
| "_requested": {
| "raw": "obuf@^1.1.2",
| "scope": null,
| "escapedName": "obuf",
| "name": "obuf",
| "rawSpec": "^1.1.2",
| "spec": ">=1.1.2 <2.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/hpack.js",
| "/spdy-transport"
| ],
| "_resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
| "_shasum": "09bea3343d41859ebd446292d11c9d4db619084e",
| "_shrinkwrap": null,
| "_spec": "obuf@^1.1.2",
| "_where": "/root/rushmail/node_modules/spdy-transport",
| "author": {
| "name": "Fedor Indutny",
| "email": "fedor@indutny.com"
| },
| "bugs": {
| "url": "https://github.com/indutny/offset-buffer/issues"
| },
| "dependencies": {},
| "description": "Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.",
| "devDependencies": {
| "mocha": "^1.21.4"
| },
| "directories": {},
| "dist": {
| "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
| "shasum": "09bea3343d41859ebd446292d11c9d4db619084e",
| "tarball": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
| "fileCount": 5,
| "unpackedSize": 19129
| },
| "gitHead": "bac901d63eee226effb9149bf9511aac8d5853f0",
| "homepage": "https://github.com/indutny/offset-buffer",
| "keywords": [
| "Offset",
| "Buffer",
| "reader"
| ],
| "license": "MIT",
| "main": "index.js",
| "maintainers": [
| {
| "name": "indutny",
| "email": "fedor@indutny.com"
| }
| ],
| "name": "obuf",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/indutny/offset-buffer.git"
| },
| "scripts": {
| "test": "mocha test/**/*-test.js"
| },
| "version": "1.1.2"
| }
|
|