{ "_from": "through2-filter@^2.0.0", "_id": "through2-filter@2.0.0", "_inBundle": false, "_integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=", "_location": "/through2-filter", "_phantomChildren": { "readable-stream": "2.3.6", "xtend": "4.0.1" }, "_requested": { "type": "range", "registry": true, "raw": "through2-filter@^2.0.0", "name": "through2-filter", "escapedName": "through2-filter", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/unique-stream", "/vinyl-fs" ], "_resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz", "_shasum": "60bc55a0dacb76085db1f9dae99ab43f83d622ec", "_spec": "through2-filter@^2.0.0", "_where": "F:\\Upwork\\edu\\laravel-comments\\node_modules\\vinyl-fs", "author": { "name": "Bryce B. Baril" }, "bugs": { "url": "https://github.com/brycebaril/through2-filter/issues" }, "bundleDependencies": false, "dependencies": { "through2": "~2.0.0", "xtend": "~4.0.0" }, "deprecated": false, "description": "A through2 to create an Array.prototype.filter analog for streams.", "devDependencies": { "concat-stream": "^1.4.7", "stream-spigot": "^3.0.5", "tape": "^4.0.0" }, "directories": { "test": "test" }, "files": [ "index.js" ], "homepage": "https://github.com/brycebaril/through2-filter#readme", "jshintConfig": { "asi": true, "globalstrict": true, "validthis": true, "eqnull": true, "node": true, "loopfunc": true, "newcap": false, "eqeqeq": false }, "keywords": [ "streams", "through", "through2", "filter" ], "license": "MIT", "name": "through2-filter", "repository": { "type": "git", "url": "git+ssh://git@github.com/brycebaril/through2-filter.git" }, "scripts": { "test": "node test/" }, "version": "2.0.0" }