{ "_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" }