{
  "_args": [
    [
      "streamfilter@^1.0.5",
      "/var/www/html/test-1-6-2017/node_modules/gulp-filter"
    ]
  ],
  "_from": "streamfilter@>=1.0.5 <2.0.0",
  "_id": "streamfilter@1.0.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/streamfilter",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "email": "nfroidure@elitwork.com",
    "name": "nfroidure"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {
    "buffer-shims": "1.0.0",
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "process-nextick-args": "1.0.7",
    "string_decoder": "0.10.31",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "name": "streamfilter",
    "raw": "streamfilter@^1.0.5",
    "rawSpec": "^1.0.5",
    "scope": null,
    "spec": ">=1.0.5 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp-filter"
  ],
  "_resolved": "https://registry.npmjs.org/streamfilter/-/streamfilter-1.0.5.tgz",
  "_shasum": "87507111beb8e298451717b511cfed8f002abf53",
  "_shrinkwrap": null,
  "_spec": "streamfilter@^1.0.5",
  "_where": "/var/www/html/test-1-6-2017/node_modules/gulp-filter",
  "author": {
    "name": "Nicolas Froidure"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/streamfilter/issues"
  },
  "dependencies": {
    "readable-stream": "^2.0.2"
  },
  "description": "Filtering streams.",
  "devDependencies": {
    "coveralls": "^2.11.3",
    "eslint": "^1.0.0",
    "istanbul": "^0.3.17",
    "mocha": "^2.2.5",
    "sf-lint": "^1.0.2",
    "streamtest": "^1.2.1"
  },
  "directories": {},
  "dist": {
    "shasum": "87507111beb8e298451717b511cfed8f002abf53",
    "tarball": "https://registry.npmjs.org/streamfilter/-/streamfilter-1.0.5.tgz"
  },
  "gitHead": "0c0c8a117b79cca6ceb69ab5dbd1789e1ee57e2f",
  "homepage": "https://github.com/nfroidure/streamfilter",
  "keywords": [
    "assert",
    "deepEqual",
    "neat"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "maintainers": [
    {
      "name": "nfroidure",
      "email": "nfroidure@elitwork.com"
    }
  ],
  "name": "streamfilter",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nfroidure/streamfilter.git"
  },
  "scripts": {
    "cli": "env NPM_RUN_CLI=1",
    "cover": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report html -- tests/*.mocha.js -R spec -t 5000",
    "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "lint": "eslint **/*.s",
    "test": "mocha tests/*.mocha.js"
  },
  "version": "1.0.5"
}
