/var/www/greso.tech/server/nsm/node_modules/quote-stream/node_modules/through2
NameSizeModeActions
.npmignore260644editdlrm
LICENSE18110644editdlrm
package.json7480644editdlrm
README.md55090644editdlrm
through2.js17000644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/quote-stream/node_modules/through2/package.json (748B)
{ "name": "through2", "version": "0.4.2", "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise", "main": "through2.js", "scripts": { "test": "node test/test.js", "test-local": "brtapsauce-local test/basic-test.js" }, "repository": { "type": "git", "url": "https://github.com/rvagg/through2.git" }, "keywords": [ "stream", "streams2", "through", "transform" ], "author": "Rod Vagg (https://github.com/rvagg)", "license": "MIT", "dependencies": { "readable-stream": "~1.0.17", "xtend": "~2.1.1" }, "devDependencies": { "tape": "~2.3.0", "bl": "~0.6.0", "stream-spigot": "~3.0.1", "brtapsauce": "~0.2.2" } }