{
  "_from": "gulp-html-replace@^1.6.2",
  "_id": "gulp-html-replace@1.6.2",
  "_inBundle": false,
  "_integrity": "sha512-osnTwV7YnsMhQx/FzKbkMqy/o/fqR3trAN+3miwCyb3tilsaVLLUve0b2K/H76sobl4/TWxxuTwfYumBpoglhA==",
  "_location": "/gulp-html-replace",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "gulp-html-replace@^1.6.2",
    "name": "gulp-html-replace",
    "escapedName": "gulp-html-replace",
    "rawSpec": "^1.6.2",
    "saveSpec": null,
    "fetchSpec": "^1.6.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-html-replace/-/gulp-html-replace-1.6.2.tgz",
  "_shasum": "1e1066fa6f8538c8d199e99a3443472f2bb46242",
  "_spec": "gulp-html-replace@^1.6.2",
  "_where": "C:\\xampp\\htdocs\\Quiety",
  "author": {
    "name": "Vladimir Kucherenko",
    "email": "kvsoftware@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/VFK/gulp-html-replace/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Bruce MacNaughton",
      "email": "bmacnaughton@gmail.com"
    }
  ],
  "dependencies": {
    "bluebird": "^3.1.1",
    "clone": "^1.0.2",
    "object-assign": "^4.0.1",
    "readable-stream": "^2.0.4",
    "slash": "^1.0.0",
    "vinyl-buffer": "^1.0.0"
  },
  "deprecated": false,
  "description": "Replace build blocks in HTML. Like useref but done right.",
  "devDependencies": {
    "concat-stream": "^1.5.1",
    "from2-string": "^1.1.0",
    "gulp-util": "^3.0.7",
    "istanbul": "^0.4.0",
    "istanbul-coveralls": "^1.0.3",
    "mocha": "^2.3.4",
    "vinyl": "^1.1.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "engines": {
    "node": ">= 0.9"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/VFK/gulp-html-replace#readme",
  "keywords": [
    "gulpplugin",
    "html",
    "replace"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "gulp-html-replace",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VFK/gulp-html-replace.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha -- -R dot",
    "coveralls": "istanbul cover _mocha && istanbul-coveralls",
    "test": "mocha"
  },
  "version": "1.6.2"
}
