{ "_from": "through2@^4.0.2", "_id": "through2@4.0.2", "_inBundle": false, "_integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", "_location": "/through2", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "through2@^4.0.2", "name": "through2", "escapedName": "through2", "rawSpec": "^4.0.2", "saveSpec": null, "fetchSpec": "^4.0.2" }, "_requiredBy": [ "/warehouse" ], "_resolved": "https://registry.npmmirror.com/through2/-/through2-4.0.2.tgz", "_shasum": "a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764", "_spec": "through2@^4.0.2", "_where": "/var/www/AfterAales/node_modules/warehouse", "author": { "name": "Rod Vagg", "email": "r@va.gg", "url": "https://github.com/rvagg" }, "bugs": { "url": "https://github.com/rvagg/through2/issues" }, "bundleDependencies": false, "dependencies": { "readable-stream": "3" }, "deprecated": false, "description": "A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise", "devDependencies": { "bl": "^4.0.2", "buffer": "^5.6.0", "chai": "^4.2.0", "hundreds": "~0.0.7", "mocha": "^7.2.0", "polendina": "^1.0.0", "standard": "^14.3.4", "stream-spigot": "^3.0.6" }, "homepage": "https://github.com/rvagg/through2#readme", "keywords": [ "stream", "streams2", "through", "transform" ], "license": "MIT", "main": "through2.js", "name": "through2", "repository": { "type": "git", "url": "git+https://github.com/rvagg/through2.git" }, "scripts": { "coverage": "c8 --reporter=text --reporter=html mocha test/test.js && npx st -d coverage -p 8888", "lint": "standard", "test": "npm run lint && npm run test:node && npm run test:browser", "test:browser": "node -e 'process.exit(process.version.startsWith(\"v8.\") ? 0 : 1)' || polendina --cleanup --runner=mocha test/test.js", "test:node": "hundreds mocha test/test.js" }, "version": "4.0.2" }