{
  "_args": [
    [
      "gulp-append-prepend@1.0.8",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_development": true,
  "_from": "gulp-append-prepend@1.0.8",
  "_id": "gulp-append-prepend@1.0.8",
  "_inBundle": false,
  "_integrity": "sha512-dmlju9nEC4PRBdfwaGsTrDQCx/7hVyPfbBNJ8rNSIrY7O4fdiPb2ei7N0mxXcxrsxA/BftTGMEdRZrSH8g9cfg==",
  "_location": "/gulp-append-prepend",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-append-prepend@1.0.8",
    "name": "gulp-append-prepend",
    "escapedName": "gulp-append-prepend",
    "rawSpec": "1.0.8",
    "saveSpec": null,
    "fetchSpec": "1.0.8"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-append-prepend/-/gulp-append-prepend-1.0.8.tgz",
  "_spec": "1.0.8",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "James Hemery",
    "url": "https://github.com/JamesHemery/"
  },
  "bugs": {
    "url": "https://github.com/JamesHemery/gulp-append-prepend/issues"
  },
  "dependencies": {
    "plugin-error": "^1.0.1",
    "read-file": "^0.2.0",
    "through2": "^2.0.1"
  },
  "description": "Simple Gulp plugin to append/prepend.",
  "devDependencies": {
    "jshint": "^2.10.2",
    "mocha": "^5.2.0",
    "vinyl": "~2.2.0"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/NoczCore/gulp-append-prepend",
  "jshintConfig": {
    "esversion": 9,
    "strict": "implied",
    "eqeqeq": true,
    "undef": true,
    "unused": true,
    "mocha": true,
    "node": true
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "append",
    "prepend",
    "insert"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/JamesHemery/gulp-append-prepend/blob/master/LICENSE"
    }
  ],
  "main": "index.js",
  "name": "gulp-append-prepend",
  "repository": {
    "type": "git",
    "url": "git://github.com/JamesHemery/gulp-append-prepend.git"
  },
  "scripts": {
    "pretest": "jshint *.js spec",
    "test": "mocha spec/*.js"
  },
  "version": "1.0.8"
}
