{
  "_args": [
    [
      "gulp-file-include@2.0.1",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "gulp-file-include@2.0.1",
  "_id": "gulp-file-include@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-CqwcK/X+GsHbOeJ7RUgUKGGD34UR7gVyHEmeJOwVdJKPdMMr505JtAh5cqKupcaISS4vDSMfJk+RmD1J7kxT+Q==",
  "_location": "/gulp-file-include",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.4",
    "process-nextick-args": "2.0.1",
    "safe-buffer": "5.1.2",
    "util-deprecate": "1.0.2",
    "xtend": "4.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-file-include@2.0.1",
    "name": "gulp-file-include",
    "escapedName": "gulp-file-include",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-file-include/-/gulp-file-include-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "haoxin"
  },
  "bugs": {
    "url": "https://github.com/coderhaoxin/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": "^1.6.0",
    "extend": "^3.0.1",
    "flatnest": "^1.0.0",
    "plugin-error": "^0.1.2",
    "through2": "^2.0.3",
    "vinyl": "^2.1.0"
  },
  "description": "a gulp plugin for file include",
  "devDependencies": {
    "eslint-config-ok": "github:haoxins/eslint-config",
    "gulp": "^3.9.1",
    "istanbul": "^0.4.5",
    "markdown": "^0.5.0",
    "mocha": "^3.5.0",
    "should": "^11.2.1"
  },
  "eslintConfig": {
    "extends": [
      "ok"
    ]
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/coderhaoxin/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/coderhaoxin/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.0.1"
}
