{
  "_args": [
    [
      "replacestream@4.0.3",
      "/opt/lampp/htdocs/clarion/wp-content/themes/clarion/gulp"
    ]
  ],
  "_development": true,
  "_from": "replacestream@4.0.3",
  "_id": "replacestream@4.0.3",
  "_inBundle": false,
  "_integrity": "sha512-AC0FiLS352pBBiZhd4VXB1Ab/lh0lEgpP+GGvZqbQh8a5cmXVoTe5EX/YeTFArnp4SRGTHh1qCHu9lGs1qG8sA==",
  "_location": "/replacestream",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "replacestream@4.0.3",
    "name": "replacestream",
    "escapedName": "replacestream",
    "rawSpec": "4.0.3",
    "saveSpec": null,
    "fetchSpec": "4.0.3"
  },
  "_requiredBy": [
    "/gulp-replace"
  ],
  "_resolved": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.3.tgz",
  "_spec": "4.0.3",
  "_where": "/opt/lampp/htdocs/clarion/wp-content/themes/clarion/gulp",
  "author": {
    "name": "Eugene Ware",
    "email": "eugene@noblesamurai.com"
  },
  "bugs": {
    "url": "https://github.com/eugeneware/replacestream/issues"
  },
  "dependencies": {
    "escape-string-regexp": "^1.0.3",
    "object-assign": "^4.0.1",
    "readable-stream": "^2.0.2"
  },
  "description": "A node.js through stream that does basic streaming text search and replace and is chunk boundary friendly",
  "devDependencies": {
    "chai": "^4.1.2",
    "concat-stream": "^1.6.0",
    "istanbul": "^0.4.5",
    "istanbul-coveralls": "^1.0.3",
    "mocha": "^3.5.3"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/eugeneware/replacestream#readme",
  "keywords": [
    "replace",
    "text",
    "regex",
    "stream",
    "streams",
    "streaming",
    "search"
  ],
  "license": "BSD-3-Clause",
  "name": "replacestream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eugeneware/replacestream.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
    "test": "mocha --growl --full-trace"
  },
  "version": "4.0.3"
}
