{
  "_args": [
    [
      "gulp-yaml@2.0.3",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "gulp-yaml@2.0.3",
  "_id": "gulp-yaml@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-DX+Ban8PAJL+cNY43gOYB1UvUgODYuWJECdx9RJj7ahTjKMVc+5IZKpXmWtMkXeEvhWokHCmRXGYBuUB3fbzIg==",
  "_location": "/gulp-yaml",
  "_phantomChildren": {
    "ansi-wrap": "0.1.0",
    "argparse": "1.0.10",
    "assign-symbols": "1.0.0",
    "esprima": "4.0.1",
    "inherits": "2.0.4",
    "is-extendable": "1.0.1",
    "readable-stream": "3.6.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-yaml@2.0.3",
    "name": "gulp-yaml",
    "escapedName": "gulp-yaml",
    "rawSpec": "2.0.3",
    "saveSpec": null,
    "fetchSpec": "2.0.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-yaml/-/gulp-yaml-2.0.3.tgz",
  "_spec": "2.0.3",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Cristian Trifan",
    "email": "criss.trifan@gmail.com",
    "url": "https://crissdev.com"
  },
  "bugs": {
    "url": "https://github.com/crissdev/gulp-yaml/issues"
  },
  "dependencies": {
    "bufferstreams": "^2.0.1",
    "js-yaml": "^3.12.1",
    "object-assign": "^4.1.1",
    "plugin-error": "^1.0.1",
    "replace-ext": "^1.0.0",
    "through2": "^3.0.0"
  },
  "description": "Convert YAML to JSON",
  "devDependencies": {
    "eslint": "^5.3.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "event-stream": "3.3.4",
    "mocha": "^5.2.0",
    "vinyl": "^2.2.0"
  },
  "engines": {
    "node": ">=6.9.5"
  },
  "files": [
    "index.js",
    "CHANGELOG.md"
  ],
  "homepage": "https://github.com/crissdev/gulp-yaml",
  "keywords": [
    "gulpplugin",
    "gulp-plugin",
    "gulp",
    "yaml",
    "yml",
    "json",
    "stream"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "gulp-yaml",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crissdev/gulp-yaml.git"
  },
  "scripts": {
    "test": "eslint --max-warnings 0 . && mocha"
  },
  "version": "2.0.3"
}
