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
| {
| "_from": "stream-buffers@^3.0.2",
| "_id": "stream-buffers@3.0.2",
| "_inBundle": false,
| "_integrity": "sha512-DQi1h8VEBA/lURbSwFtEHnSTb9s2/pwLEaFuNhXwy1Dx3Sa0lOuYT2yNUr4/j2fs8oCAMANtrZ5OrPZtyVs3MQ==",
| "_location": "/stream-buffers",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "stream-buffers@^3.0.2",
| "name": "stream-buffers",
| "escapedName": "stream-buffers",
| "rawSpec": "^3.0.2",
| "saveSpec": null,
| "fetchSpec": "^3.0.2"
| },
| "_requiredBy": [
| "/grunt-contrib-compress"
| ],
| "_resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-3.0.2.tgz",
| "_shasum": "5249005a8d5c2d00b3a32e6e0a6ea209dc4f3521",
| "_spec": "stream-buffers@^3.0.2",
| "_where": "/home/l/plc/node-red/node_modules/grunt-contrib-compress",
| "author": {
| "name": "Sam Day",
| "email": "me@samcday.com.au"
| },
| "bugs": {
| "url": "https://github.com/samcday/node-stream-buffer/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "Buffer-backed Streams for reading and writing.",
| "devDependencies": {
| "chai": "^3.4.1",
| "eslint": "^1.9.0",
| "istanbul": "^0.4.0",
| "mocha": "^2.3.4"
| },
| "engines": {
| "node": ">= 0.10.0"
| },
| "homepage": "https://github.com/samcday/node-stream-buffer#readme",
| "keywords": [
| "memory streams",
| "streams",
| "buffer streams"
| ],
| "license": "Unlicense",
| "main": "./lib/streambuffer.js",
| "name": "stream-buffers",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/samcday/node-stream-buffer.git"
| },
| "scripts": {
| "lint": "eslint .",
| "test": "istanbul test _mocha"
| },
| "version": "3.0.2"
| }
|
|