{
  "_from": "yeoman-environment@^2.1.1",
  "_id": "yeoman-environment@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-gQ+hIW8QRlUo4jGBDCm++qg01SXaIVJ7VyLrtSwk2jQG4vtvluWpsGIl7V8DqT2jGiqukdec0uEyffVEyQgaZA==",
  "_location": "/yeoman-environment",
  "_phantomChildren": {
    "ansi-escapes": "3.1.0",
    "array-union": "1.0.2",
    "cli-cursor": "2.1.0",
    "cli-width": "2.2.0",
    "color-convert": "1.9.2",
    "dir-glob": "2.0.0",
    "escape-string-regexp": "1.0.5",
    "external-editor": "2.2.0",
    "fast-glob": "2.2.2",
    "figures": "2.0.0",
    "glob": "7.1.2",
    "has-flag": "3.0.0",
    "ignore": "3.3.10",
    "lodash": "4.17.10",
    "ms": "2.0.0",
    "mute-stream": "0.0.7",
    "nice-try": "1.0.4",
    "path-key": "2.0.1",
    "pify": "3.0.0",
    "run-async": "2.3.0",
    "rxjs": "5.5.11",
    "semver": "5.5.0",
    "shebang-command": "1.2.0",
    "slash": "1.0.0",
    "string-width": "2.1.1",
    "through": "2.3.8",
    "which": "1.3.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "yeoman-environment@^2.1.1",
    "name": "yeoman-environment",
    "escapedName": "yeoman-environment",
    "rawSpec": "^2.1.1",
    "saveSpec": null,
    "fetchSpec": "^2.1.1"
  },
  "_requiredBy": [
    "/webpack-cli",
    "/yeoman-generator"
  ],
  "_resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.2.0.tgz",
  "_shasum": "6c0ee93a8d962a9f6dbc5ad4e90ae7ab34875393",
  "_spec": "yeoman-environment@^2.1.1",
  "_where": "/Users/oliversawin/simple-react-full-stack/node_modules/webpack-cli",
  "author": {
    "name": "Yeoman"
  },
  "bugs": {
    "url": "https://github.com/yeoman/environment/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.1.0",
    "cross-spawn": "^6.0.5",
    "debug": "^3.1.0",
    "diff": "^3.3.1",
    "escape-string-regexp": "^1.0.2",
    "globby": "^8.0.1",
    "grouped-queue": "^0.3.3",
    "inquirer": "^5.2.0",
    "is-scoped": "^1.0.0",
    "lodash": "^4.17.10",
    "log-symbols": "^2.1.0",
    "mem-fs": "^1.1.0",
    "strip-ansi": "^4.0.0",
    "text-table": "^0.2.0",
    "untildify": "^3.0.2"
  },
  "deprecated": false,
  "description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
  "devDependencies": {
    "coveralls": "^3.0.1",
    "jsdoc": "^3.5.5",
    "matcha": "^0.7.0",
    "mocha": "^5.1.1",
    "nsp": "^3.2.1",
    "nyc": "^11.7.3",
    "sinon": "^5.0.7",
    "sinon-test": "^2.1.3",
    "xo": "^0.18.1",
    "yeoman-assert": "^3.0.0",
    "yeoman-generator": "^2.0.5"
  },
  "files": [
    "lib"
  ],
  "homepage": "http://yeoman.io",
  "keywords": [
    "development",
    "dev",
    "build",
    "tool",
    "cli",
    "scaffold",
    "scaffolding",
    "generate",
    "generator",
    "yeoman",
    "app"
  ],
  "license": "BSD-2-Clause",
  "main": "lib/environment.js",
  "name": "yeoman-environment",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yeoman/environment.git"
  },
  "scripts": {
    "benchmark": "matcha benchmark/**",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "doc": "jsdoc -c ./jsdoc.json ./readme.md",
    "prepublish": "nsp check",
    "pretest": "xo",
    "test": "nyc mocha"
  },
  "version": "2.2.0",
  "xo": {
    "space": true,
    "envs": [
      "node",
      "mocha"
    ],
    "rules": {
      "import/no-dynamic-require": "off"
    }
  }
}
