{
  "_args": [
    [
      "gulp-file-include@2.1.1",
      "D:\\Development\\Work\\CENOS\\cenos-build-helper"
    ]
  ],
  "_from": "gulp-file-include@2.1.1",
  "_id": "gulp-file-include@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-jZ/of95c/2HIM+tSvY25B6Ou7PKIgBgBPMtUQPzkxaOEgRItPBdjj3SsY26IBlafvB2a6c8AQCdWF8c7+BVTZQ==",
  "_location": "/gulp-file-include",
  "_phantomChildren": {
    "buffer-from": "1.1.1",
    "inherits": "2.0.4",
    "string_decoder": "1.1.1",
    "typedarray": "0.0.6",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-file-include@2.1.1",
    "name": "gulp-file-include",
    "escapedName": "gulp-file-include",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-file-include/-/gulp-file-include-2.1.1.tgz",
  "_spec": "2.1.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-build-helper",
  "author": {
    "name": "haoxin"
  },
  "bugs": {
    "url": "https://github.com/haoxins/gulp-file-include/issues"
  },
  "contributors": [
    {
      "name": "Bogdan Chadkin",
      "email": "trysound@yandex.ru"
    },
    {
      "name": "Arthur Araújo",
      "email": "webarthur@gmail.com"
    }
  ],
  "dependencies": {
    "balanced-match": "^1.0.0",
    "concat-stream": "^2.0.0",
    "extend": "^3.0.2",
    "flatnest": "^1.0.0",
    "plugin-error": "^1.0.1",
    "through2": "^3.0.1",
    "vinyl": "^2.2.0"
  },
  "description": "a gulp plugin for file include",
  "devDependencies": {
    "eslint-config-ok": "github:haoxins/eslint-config",
    "gulp": "^4.0.2",
    "istanbul": "^0.4.5",
    "markdown": "^0.5.0",
    "mocha": "^6.2.2",
    "should": "^13.2.3"
  },
  "eslintConfig": {
    "extends": [
      "ok"
    ]
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/haoxins/gulp-file-include#readme",
  "keywords": [
    "gulpplugin",
    "file",
    "include",
    "replace",
    "gulp",
    "plugin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "gulp-file-include",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haoxins/gulp-file-include.git"
  },
  "scripts": {
    "lint": "eslint lib test/*.js --fix",
    "test": "mocha -R spec -t 200 test/*.js",
    "test-cov": "istanbul cover node_modules/.bin/_mocha -- -R dot -t 200 test/*.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -R dot -t 200 test/*.js"
  },
  "version": "2.1.1"
}
