{
	"name": "yeoman-environment",
	"versions": {
		"1.0.0": {
			"name": "yeoman-environment",
			"version": "1.0.0",
			"description": "Rails-inspired generator system that provides scaffolding for your apps",
			"license": "BSD",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "The Yeoman Team"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**"
			},
			"dependencies": {
				"chalk": "^0.5.1",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"glob": "^4.0.2",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^2.4.1",
				"text-table": "^0.2.0",
				"yeoman-generator": "^0.17.7"
			},
			"devDependencies": {
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "~0.1.8",
				"gulp-istanbul": "^0.3.1",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^1.0.0",
				"jsdoc": "^3.3.0-alpha9",
				"jshint-stylish": "^1.0.0",
				"matcha": "^0.5.0",
				"shelljs": "^0.3.0",
				"sinon": "^1.9.1"
			},
			"gitHead": "a03a150570ca8b9a8f9de13783d2d6dadf378f0c",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.0.0",
			"_shasum": "cc808cf76db6b913d0517681188f40ac12aa43cc",
			"_from": ".",
			"_npmVersion": "2.1.2",
			"_nodeVersion": "0.10.32",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				}
			],
			"dist": {
				"shasum": "cc808cf76db6b913d0517681188f40ac12aa43cc",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "yeoman-environment",
			"version": "1.0.1",
			"description": "Rails-inspired generator system that provides scaffolding for your apps",
			"license": "BSD",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "The Yeoman Team"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**"
			},
			"dependencies": {
				"chalk": "^0.5.1",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"glob": "^4.0.2",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^2.4.1",
				"log-symbols": "^1.0.1",
				"text-table": "^0.2.0",
				"untildify": "^1.0.0",
				"yeoman-generator": "^0.17.7"
			},
			"devDependencies": {
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "~0.1.8",
				"gulp-istanbul": "^0.3.1",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^1.0.0",
				"jsdoc": "^3.3.0-alpha9",
				"jshint-stylish": "^1.0.0",
				"matcha": "^0.5.0",
				"shelljs": "^0.3.0",
				"sinon": "^1.9.1"
			},
			"gitHead": "8cf15b8e288707805af3cef57d7f62234c340180",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.0.1",
			"_shasum": "e0154793212b956eca532fa8ebdba79deadafe8a",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				}
			],
			"dist": {
				"shasum": "e0154793212b956eca532fa8ebdba79deadafe8a",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "yeoman-environment",
			"version": "1.0.2",
			"description": "Rails-inspired generator system that provides scaffolding for your apps",
			"license": "BSD",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "The Yeoman Team"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**"
			},
			"dependencies": {
				"chalk": "^0.5.1",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"glob": "^4.0.2",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^2.4.1",
				"log-symbols": "^1.0.1",
				"text-table": "^0.2.0",
				"untildify": "^1.0.0",
				"yeoman-generator": "^0.17.7"
			},
			"devDependencies": {
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "~0.1.8",
				"gulp-istanbul": "^0.3.1",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^1.0.0",
				"gulp-plumber": "^0.6.6",
				"jsdoc": "^3.3.0-alpha9",
				"jshint-stylish": "^1.0.0",
				"matcha": "^0.5.0",
				"shelljs": "^0.3.0",
				"sinon": "^1.9.1"
			},
			"gitHead": "ede0ae290e4470a1d8d0f7b41ac785158eb75813",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.0.2",
			"_shasum": "c139c8e339d8aa266fc831c1a66ff1bb9379411d",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"dist": {
				"shasum": "c139c8e339d8aa266fc831c1a66ff1bb9379411d",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.0.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "yeoman-environment",
			"version": "1.1.0",
			"description": "Rails-inspired generator system that provides scaffolding for your apps",
			"license": "BSD",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "The Yeoman Team"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**"
			},
			"dependencies": {
				"chalk": "^0.5.1",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"glob": "^4.0.2",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^2.4.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.0.0",
				"text-table": "^0.2.0",
				"untildify": "^1.0.0",
				"yeoman-generator": "^0.17.7"
			},
			"devDependencies": {
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.3",
				"gulp-eslint": "~0.1.8",
				"gulp-istanbul": "^0.3.1",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^1.0.0",
				"gulp-plumber": "^0.6.6",
				"jsdoc": "^3.3.0-alpha9",
				"jshint-stylish": "^1.0.0",
				"matcha": "^0.5.0",
				"shelljs": "^0.3.0",
				"sinon": "^1.9.1"
			},
			"gitHead": "7a6279afcbe45db1dd1c1da8635bd40af6bcea17",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.1.0",
			"_shasum": "c7e06d42135fb6c1ff3f16002070f752f52debce",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"dist": {
				"shasum": "c7e06d42135fb6c1ff3f16002070f752f52debce",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "yeoman-environment",
			"version": "1.1.1",
			"description": "Rails-inspired generator system that provides scaffolding for your apps",
			"license": "BSD",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "The Yeoman Team"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**"
			},
			"dependencies": {
				"chalk": "^0.5.1",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"glob": "^4.0.2",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^2.4.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.0.0",
				"text-table": "^0.2.0",
				"untildify": "^1.0.0",
				"yeoman-generator": "^0.17.7"
			},
			"devDependencies": {
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.3",
				"gulp-eslint": "~0.1.8",
				"gulp-istanbul": "^0.3.1",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^1.0.0",
				"gulp-plumber": "^0.6.6",
				"jsdoc": "^3.3.0-alpha9",
				"jshint-stylish": "^1.0.0",
				"matcha": "^0.5.0",
				"shelljs": "^0.3.0",
				"sinon": "^1.9.1"
			},
			"gitHead": "c3560d1b8298c0f246489289182d3d9c48c674c2",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.1.1",
			"_shasum": "e7a34d4625745da45341846690b5599e5665eb7c",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"dist": {
				"shasum": "e7a34d4625745da45341846690b5599e5665eb7c",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "yeoman-environment",
			"version": "1.2.0",
			"description": "Rails-inspired generator system that provides scaffolding for your apps",
			"license": "BSD",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "The Yeoman Team"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp audit-package"
			},
			"dependencies": {
				"chalk": "^0.5.1",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"glob": "^4.0.2",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^2.4.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.0.0",
				"text-table": "^0.2.0",
				"untildify": "^1.0.0",
				"yeoman-generator": "^0.18.0"
			},
			"devDependencies": {
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.3",
				"gulp-istanbul": "^0.3.1",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^1.0.0",
				"gulp-plumber": "^0.6.6",
				"jsdoc": "^3.3.0-alpha9",
				"jshint-stylish": "^1.0.0",
				"matcha": "^0.6.0",
				"nsp": "*",
				"shelljs": "^0.3.0",
				"sinon": "^1.9.1"
			},
			"gitHead": "a1d11a74354b4fd40f82830a9086b5563b3c40d5",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.2.0",
			"_shasum": "6ef52770ac9915e9649c8b1d1e8e458000bed755",
			"_from": ".",
			"_npmVersion": "2.1.18",
			"_nodeVersion": "0.10.32",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"dist": {
				"shasum": "6ef52770ac9915e9649c8b1d1e8e458000bed755",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "yeoman-environment",
			"version": "1.2.1",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"license": "BSD",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman team"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp audit-package"
			},
			"files": [
				"lib"
			],
			"dependencies": {
				"chalk": "^0.5.1",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"globby": "^1.1.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^2.4.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.0.0",
				"text-table": "^0.2.0",
				"untildify": "^1.0.0"
			},
			"devDependencies": {
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.3",
				"gulp-istanbul": "^0.3.1",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^1.0.0",
				"gulp-plumber": "^0.6.6",
				"jsdoc": "^3.3.0-alpha9",
				"jshint-stylish": "^1.0.0",
				"matcha": "^0.6.0",
				"nsp": "*",
				"shelljs": "^0.3.0",
				"sinon": "^1.9.1"
			},
			"gitHead": "2c78d8ae699e2fd6201b13c986c7ce06d4816edd",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.2.1",
			"_shasum": "b07c6396b46061a678f024fd3472a2ce0b5fde54",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"dist": {
				"shasum": "b07c6396b46061a678f024fd3472a2ce0b5fde54",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.2": {
			"name": "yeoman-environment",
			"version": "1.2.2",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"license": "BSD",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman team"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp audit-package"
			},
			"files": [
				"lib"
			],
			"dependencies": {
				"chalk": "^0.5.1",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"escape-string-regexp": "^1.0.2",
				"globby": "^1.1.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^3.1.0",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.0.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.3",
				"gulp-istanbul": "^0.6.0",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^2.0.0",
				"gulp-util": "^3.0.3",
				"jsdoc": "^3.3.0-alpha9",
				"jshint-stylish": "^1.0.0",
				"matcha": "^0.6.0",
				"nsp": "*",
				"shelljs": "^0.3.0",
				"sinon": "^1.9.1",
				"yeoman-generator": "^0.18.7"
			},
			"gitHead": "308e54624f3f6f7c8a7e1402c2db5ce026f9534b",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.2.2",
			"_shasum": "24a4451ed33d3c40df36d3b8fb767de33b9e74e7",
			"_from": ".",
			"_npmVersion": "2.4.1",
			"_nodeVersion": "0.10.32",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"dist": {
				"shasum": "24a4451ed33d3c40df36d3b8fb767de33b9e74e7",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.3": {
			"name": "yeoman-environment",
			"version": "1.2.3",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"license": "BSD",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman team"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "make tests",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp audit-package"
			},
			"files": [
				"lib"
			],
			"dependencies": {
				"chalk": "^0.5.1",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"escape-string-regexp": "^1.0.2",
				"globby": "^1.1.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^3.1.0",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.0.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.3",
				"gulp-istanbul": "^0.6.0",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^2.0.0",
				"gulp-util": "^3.0.3",
				"istanbul": "^0.3.5",
				"jsdoc": "^3.3.0-alpha9",
				"jshint": "^2.6.0",
				"jshint-stylish": "^1.0.0",
				"matcha": "^0.6.0",
				"mocha": "^2.1.0",
				"nsp": "*",
				"shelljs": "^0.3.0",
				"sinon": "^1.9.1",
				"yeoman-generator": "^0.18.7"
			},
			"gitHead": "765664a06f2913d0a215ba3ada913511ea65ec91",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.2.3",
			"_shasum": "38be59f32f97f32fba0b504fcd6371fe5bc8d5a5",
			"_from": ".",
			"_npmVersion": "2.4.1",
			"_nodeVersion": "0.10.32",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"dist": {
				"shasum": "38be59f32f97f32fba0b504fcd6371fe5bc8d5a5",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.4": {
			"name": "yeoman-environment",
			"version": "1.2.4",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"license": "BSD",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman team"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "make tests",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp audit-package"
			},
			"files": [
				"lib"
			],
			"dependencies": {
				"chalk": "^0.5.1",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"escape-string-regexp": "^1.0.2",
				"globby": "^1.1.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^3.1.0",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.3",
				"gulp-istanbul": "^0.6.0",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^2.0.0",
				"gulp-util": "^3.0.3",
				"istanbul": "^0.3.5",
				"jsdoc": "^3.3.0-alpha9",
				"jshint": "^2.6.0",
				"jshint-stylish": "^1.0.0",
				"matcha": "^0.6.0",
				"mocha": "^2.1.0",
				"nsp": "*",
				"shelljs": "^0.3.0",
				"sinon": "^1.9.1",
				"yeoman-generator": "^0.18.7"
			},
			"gitHead": "916054c677982068bc2f94227855e35b0d5f64c0",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.2.4",
			"_shasum": "95242a7b82977104d3ba65b5fccda1127e81fff7",
			"_from": ".",
			"_npmVersion": "2.4.1",
			"_nodeVersion": "0.10.32",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"dist": {
				"shasum": "95242a7b82977104d3ba65b5fccda1127e81fff7",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.5": {
			"name": "yeoman-environment",
			"version": "1.2.5",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"license": "BSD",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman team"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "make tests",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp audit-package"
			},
			"files": [
				"lib"
			],
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"escape-string-regexp": "^1.0.2",
				"globby": "^1.1.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^3.1.0",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.3",
				"gulp-istanbul": "^0.8.1",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^2.0.0",
				"gulp-util": "^3.0.3",
				"istanbul": "^0.3.5",
				"jsdoc": "^3.3.0-alpha9",
				"jshint": "^2.6.0",
				"jshint-stylish": "^1.0.0",
				"matcha": "^0.6.0",
				"mocha": "^2.1.0",
				"nsp": "*",
				"shelljs": "^0.4.0",
				"sinon": "^1.9.1",
				"yeoman-generator": "^0.18.7"
			},
			"gitHead": "34558712b1bfe484841a04dfa54c997650cb63ba",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.2.5",
			"_shasum": "00610ab9fcc4c0bbb7f34e5dad84fcc6934c516e",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.10.32",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"dist": {
				"shasum": "00610ab9fcc4c0bbb7f34e5dad84fcc6934c516e",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.5.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.6": {
			"name": "yeoman-environment",
			"version": "1.2.6",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"license": "BSD-2-Clause",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman team"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "make tests",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp audit-package"
			},
			"files": [
				"lib"
			],
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"escape-string-regexp": "^1.0.2",
				"globby": "^2.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^3.1.0",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.3",
				"gulp-istanbul": "^0.10.0",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^2.0.0",
				"gulp-util": "^3.0.3",
				"istanbul": "^0.3.5",
				"jsdoc": "^3.3.0-alpha9",
				"jshint": "^2.6.0",
				"jshint-stylish": "^2.0.1",
				"matcha": "^0.6.0",
				"mocha": "^2.1.0",
				"nsp": "*",
				"shelljs": "^0.5.0",
				"sinon": "^1.9.1",
				"yeoman-generator": "^0.20.1"
			},
			"gitHead": "cea6f32bfd089d0455d9321a90a522be1ca843fa",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.2.6",
			"_shasum": "ceb7e43a6d24c97e9d21aa84c7fbbb4ba3d173ff",
			"_from": ".",
			"_npmVersion": "2.11.2",
			"_nodeVersion": "0.12.5",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "ceb7e43a6d24c97e9d21aa84c7fbbb4ba3d173ff",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.6.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.2.7": {
			"name": "yeoman-environment",
			"version": "1.2.7",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"license": "BSD-2-Clause",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman team"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "make tests",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp audit-package"
			},
			"files": [
				"lib"
			],
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^1.0.4",
				"escape-string-regexp": "^1.0.2",
				"globby": "^2.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.8.0",
				"lodash": "^3.1.0",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.3",
				"gulp-istanbul": "^0.10.0",
				"gulp-jscs": "^1.1.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^2.0.0",
				"gulp-util": "^3.0.3",
				"istanbul": "^0.3.5",
				"jsdoc": "^3.3.0-alpha9",
				"jshint": "^2.6.0",
				"jshint-stylish": "^2.0.1",
				"matcha": "^0.6.0",
				"mocha": "^2.1.0",
				"nsp": "*",
				"shelljs": "^0.5.0",
				"sinon": "^1.9.1",
				"yeoman-generator": "^0.20.1"
			},
			"gitHead": "3f2807e811c7fff9c43ab9f4b4454a32594ceda9",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.2.7",
			"_shasum": "02da6faece3c434ea324b2053a316ad347629fb1",
			"_from": ".",
			"_npmVersion": "2.12.1",
			"_nodeVersion": "0.12.6",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "02da6faece3c434ea324b2053a316ad347629fb1",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.7.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "yeoman-environment",
			"version": "1.3.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"license": "BSD-2-Clause",
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/environment"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "make tests",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp audit-package"
			},
			"files": [
				"lib"
			],
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^2.1.2",
				"escape-string-regexp": "^1.0.2",
				"globby": "^3.0.1",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.11.0",
				"lodash": "^3.1.0",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.3",
				"gulp-istanbul": "^0.10.0",
				"gulp-jscs": "^3.0.0",
				"gulp-jshint": "^1.5.3",
				"gulp-mocha": "^2.0.0",
				"gulp-util": "^3.0.3",
				"istanbul": "^0.4.0",
				"jsdoc": "^3.3.0-alpha9",
				"jshint": "^2.6.0",
				"jshint-stylish": "^2.0.1",
				"matcha": "^0.6.0",
				"mocha": "^2.1.0",
				"nsp": "*",
				"shelljs": "^0.5.0",
				"sinon": "^1.9.1",
				"yeoman-generator": "^0.20.1"
			},
			"gitHead": "47056e06b5316eff2003c7475210a9a0b0d29e43",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.3.0",
			"_shasum": "bbd5cf2ca0583fbd2288206f6e2339e9fca8ca2f",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.1",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "bbd5cf2ca0583fbd2288206f6e2339e9fca8ca2f",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.4.0": {
			"name": "yeoman-environment",
			"version": "1.4.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^2.1.2",
				"escape-string-regexp": "^1.0.2",
				"globby": "^4.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.11.0",
				"lodash": "^3.1.0",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "^1.0.0",
				"gulp-exclude-gitignore": "^1.0.0",
				"gulp-istanbul": "^0.10.3",
				"gulp-jscs": "^3.0.0",
				"gulp-mocha": "^2.0.0",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.6.0",
				"mocha": "^2.3.4",
				"shelljs": "^0.5.0",
				"sinon": "^1.9.1",
				"yeoman-assert": "^2.1.1",
				"yeoman-generator": "^0.22.1"
			},
			"gitHead": "d9871127907fda191eea25e3dee1eceb1809c840",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.4.0",
			"_shasum": "ddc1cfe94d5a69ddf880ca547b7bd8f1fad06aae",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "5.2.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "ddc1cfe94d5a69ddf880ca547b7bd8f1fad06aae",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.5.1": {
			"name": "yeoman-environment",
			"version": "1.5.1",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^2.1.2",
				"escape-string-regexp": "^1.0.2",
				"globby": "^4.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.11.0",
				"lodash": "^3.1.0",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "^1.0.0",
				"gulp-exclude-gitignore": "^1.0.0",
				"gulp-istanbul": "^0.10.3",
				"gulp-jscs": "^3.0.0",
				"gulp-mocha": "^2.0.0",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.6.0",
				"mocha": "^2.3.4",
				"shelljs": "^0.5.0",
				"sinon": "^1.9.1",
				"yeoman-assert": "^2.1.1",
				"yeoman-generator": "^0.22.1"
			},
			"gitHead": "e919665d4095a80536b405b5cab74547435b2480",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.5.1",
			"_shasum": "ae69c2f4d979943d29eb6f8019eec4631654ad6d",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "5.2.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "ae69c2f4d979943d29eb6f8019eec4631654ad6d",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.5.1.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.5.2": {
			"name": "yeoman-environment",
			"version": "1.5.2",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^2.1.2",
				"escape-string-regexp": "^1.0.2",
				"globby": "^4.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.11.0",
				"lodash": "^3.1.0",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "^1.0.0",
				"gulp-exclude-gitignore": "^1.0.0",
				"gulp-istanbul": "^0.10.3",
				"gulp-jscs": "^3.0.0",
				"gulp-mocha": "^2.0.0",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.6.0",
				"mocha": "^2.3.4",
				"shelljs": "^0.5.0",
				"sinon": "^1.9.1",
				"yeoman-assert": "^2.1.1",
				"yeoman-generator": "^0.22.1"
			},
			"gitHead": "1f71090f0573116686eeedfc5f9fb0e8b18b9f69",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.5.2",
			"_shasum": "17c2add72c1e86954f5c2fb4c397d7335ca40827",
			"_from": ".",
			"_npmVersion": "3.5.0",
			"_nodeVersion": "5.2.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "17c2add72c1e86954f5c2fb4c397d7335ca40827",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.5.2.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.5.3": {
			"name": "yeoman-environment",
			"version": "1.5.3",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^2.1.2",
				"escape-string-regexp": "^1.0.2",
				"globby": "^4.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^0.11.0",
				"lodash": "^3.1.0",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "^1.0.0",
				"gulp-exclude-gitignore": "^1.0.0",
				"gulp-istanbul": "^0.10.3",
				"gulp-jscs": "^3.0.0",
				"gulp-mocha": "^2.0.0",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.6.0",
				"mocha": "^2.3.4",
				"shelljs": "^0.5.0",
				"sinon": "^1.9.1",
				"yeoman-assert": "^2.1.1",
				"yeoman-generator": "^0.22.1"
			},
			"gitHead": "972d2dfe84e997ea44644338b2f7f1f252110e23",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.5.3",
			"_shasum": "76f0d14bd2529ca912bd6d20bcb717f8cd1a9ce7",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.10.1",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "76f0d14bd2529ca912bd6d20bcb717f8cd1a9ce7",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.5.3.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/yeoman-environment-1.5.3.tgz_1461045634767_0.41624947427771986"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.0": {
			"name": "yeoman-environment",
			"version": "1.6.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^2.1.2",
				"escape-string-regexp": "^1.0.2",
				"globby": "^4.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^1.0.2",
				"lodash": "^4.11.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.1"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "^2.0.0",
				"gulp-exclude-gitignore": "^1.0.0",
				"gulp-istanbul": "^0.10.3",
				"gulp-jscs": "^3.0.0",
				"gulp-mocha": "^2.0.0",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.7.0",
				"mocha": "^2.3.4",
				"shelljs": "^0.7.0",
				"sinon": "^1.9.1",
				"yeoman-assert": "^2.1.1",
				"yeoman-generator": "^0.22.1"
			},
			"gitHead": "2b57f99818b73c2f6a05b18f95761abcc6922934",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.6.0",
			"_shasum": "85a5cd60e82a009a737320079f51598425e2c414",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "5.10.1",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "85a5cd60e82a009a737320079f51598425e2c414",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.0.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/yeoman-environment-1.6.0.tgz_1462149217590_0.704455429688096"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.1": {
			"name": "yeoman-environment",
			"version": "1.6.1",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^2.1.2",
				"escape-string-regexp": "^1.0.2",
				"globby": "^4.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^1.0.2",
				"lodash": "^4.11.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "^2.0.0",
				"gulp-exclude-gitignore": "^1.0.0",
				"gulp-istanbul": "^0.10.3",
				"gulp-jscs": "^3.0.0",
				"gulp-mocha": "^2.0.0",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.7.0",
				"mocha": "^2.3.4",
				"shelljs": "^0.7.0",
				"sinon": "^1.9.1",
				"yeoman-assert": "^2.1.1",
				"yeoman-generator": "^0.22.1"
			},
			"gitHead": "43e7b4f9346cdc8d008d7b676801a9dd2adaff88",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.6.1",
			"_shasum": "9f80852c80084c26e988e3c85453c6151bf5522f",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "5.8.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "9f80852c80084c26e988e3c85453c6151bf5522f",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.1.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/yeoman-environment-1.6.1.tgz_1462212614379_0.809267038712278"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.3": {
			"name": "yeoman-environment",
			"version": "1.6.3",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^2.1.2",
				"escape-string-regexp": "^1.0.2",
				"globby": "^4.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^1.0.2",
				"lodash": "^4.11.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "^2.0.0",
				"gulp-exclude-gitignore": "^1.0.0",
				"gulp-istanbul": "^0.10.3",
				"gulp-jscs": "^3.0.0",
				"gulp-mocha": "^2.0.0",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.7.0",
				"mocha": "^2.3.4",
				"shelljs": "^0.7.0",
				"sinon": "^1.9.1",
				"yeoman-assert": "^2.1.1",
				"yeoman-generator": "^0.22.1"
			},
			"gitHead": "b33bad1d0311dafe4ebdb72cdc15225da744ee05",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.6.3",
			"_shasum": "8154d4b5d74bcc57d9a92b9f8d9b1ae2a75570c8",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.2.2",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "8154d4b5d74bcc57d9a92b9f8d9b1ae2a75570c8",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.3.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/yeoman-environment-1.6.3.tgz_1467832418803_0.6671370712574571"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.4": {
			"name": "yeoman-environment",
			"version": "1.6.4",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^2.1.2",
				"escape-string-regexp": "^1.0.2",
				"globby": "^4.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^1.0.2",
				"lodash": "^4.11.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "^2.0.0",
				"gulp-exclude-gitignore": "^1.0.0",
				"gulp-istanbul": "^0.10.3",
				"gulp-jscs": "^3.0.0",
				"gulp-mocha": "^2.0.0",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.7.0",
				"mocha": "^2.3.4",
				"shelljs": "^0.7.0",
				"sinon": "^1.9.1",
				"yeoman-assert": "^2.1.1",
				"yeoman-generator": "^0.22.1"
			},
			"gitHead": "73250da1d85064b953ba41b213e6fdbbe890bcea",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.6.4",
			"_shasum": "e366a8972314b3fec11a996cec03b3978f3c7e97",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "e366a8972314b3fec11a996cec03b3978f3c7e97",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.4.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/yeoman-environment-1.6.4.tgz_1474571059969_0.4264560011215508"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.5": {
			"name": "yeoman-environment",
			"version": "1.6.5",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^2.1.2",
				"escape-string-regexp": "^1.0.2",
				"globby": "^4.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^1.0.2",
				"lodash": "^4.11.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "^2.0.0",
				"gulp-exclude-gitignore": "^1.0.0",
				"gulp-istanbul": "^0.10.3",
				"gulp-jscs": "^3.0.0",
				"gulp-mocha": "^2.0.0",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.7.0",
				"mocha": "^2.3.4",
				"shelljs": "^0.7.0",
				"sinon": "^1.9.1",
				"yeoman-assert": "^2.1.1",
				"yeoman-generator": "^0.22.1"
			},
			"gitHead": "e100d8a5a30b06e90e2ae26a9ca893f21becd480",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.6.5",
			"_shasum": "0db07ab315adecb6e5e3b55ad9ab2063b71a08e1",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "0db07ab315adecb6e5e3b55ad9ab2063b71a08e1",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.5.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/yeoman-environment-1.6.5.tgz_1475979901552_0.5922752956394106"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.6": {
			"name": "yeoman-environment",
			"version": "1.6.6",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^2.1.2",
				"escape-string-regexp": "^1.0.2",
				"globby": "^4.0.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^1.0.2",
				"lodash": "^4.11.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^2.0.0"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-eslint": "^2.0.0",
				"gulp-exclude-gitignore": "^1.0.0",
				"gulp-istanbul": "^0.10.3",
				"gulp-jscs": "^3.0.0",
				"gulp-mocha": "^2.0.0",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.7.0",
				"mocha": "^2.3.4",
				"shelljs": "^0.7.0",
				"sinon": "^1.9.1",
				"yeoman-assert": "^2.1.1",
				"yeoman-generator": "^0.22.1"
			},
			"gitHead": "7354eaa3dd46a783a0afc759078744b492555c02",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@1.6.6",
			"_shasum": "cd85fa67d156060e440d7807d7ef7cf0d2d1d671",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "7.0.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "cd85fa67d156060e440d7807d7ef7cf0d2d1d671",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.6.tgz"
			},
			"maintainers": [
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/yeoman-environment-1.6.6.tgz_1479082829722_0.6564615033566952"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "yeoman-environment",
			"version": "2.0.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "xo && gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^3.2.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^6.1.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^3.0.1",
				"is-scoped": "^1.0.0",
				"lodash": "^4.11.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.2"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-istanbul": "^1.1.1",
				"gulp-mocha": "^3.0.1",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.7.0",
				"mocha": "^3.2.0",
				"shelljs": "^0.7.0",
				"sinon": "^2.1.0",
				"sinon-test": "^1.0.1",
				"xo": "^0.18.1",
				"yeoman-assert": "^3.0.0",
				"yeoman-generator": "^1.1.0"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "8efc37969624da668410433f1bfc88519537eda6",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.0.0",
			"_shasum": "dafa2fc512c168cb8313453e5318e64731265915",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "dafa2fc512c168cb8313453e5318e64731265915",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment-2.0.0.tgz_1496834554072_0.24219618551433086"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "yeoman-environment",
			"version": "2.0.1",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "xo && gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^3.2.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^6.1.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^3.0.1",
				"is-scoped": "^1.0.0",
				"lodash": "^4.11.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.2"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-istanbul": "^1.1.1",
				"gulp-mocha": "^3.0.1",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.7.0",
				"mocha": "^3.2.0",
				"shelljs": "^0.7.0",
				"sinon": "^2.1.0",
				"sinon-test": "^1.0.1",
				"xo": "^0.18.1",
				"yeoman-assert": "^3.0.0",
				"yeoman-generator": "^1.1.0"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "5092d403df18bc4782618e03ed875708b0ac6d60",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.0.1",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.3",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-UN+IYz4huNeB+kaZn/6NBaZ23p5PBVG+WiOHenvB+pQFWkLgoYvncmYhbrmxwaAvwuB3+HHjjQ9McQ9Uz7u4ng==",
				"shasum": "2b89415abd47775878bf4f77dbca97158f77de88",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment-2.0.1.tgz_1501515348702_0.9627822050824761"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.2": {
			"name": "yeoman-environment",
			"version": "2.0.2",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "xo && gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^3.2.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^6.1.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^3.0.1",
				"is-scoped": "^1.0.0",
				"lodash": "^4.11.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.2"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-istanbul": "^1.1.1",
				"gulp-mocha": "^3.0.1",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.7.0",
				"mocha": "^3.2.0",
				"shelljs": "^0.7.0",
				"sinon": "^2.1.0",
				"sinon-test": "^1.0.1",
				"xo": "^0.18.1",
				"yeoman-assert": "^3.0.0",
				"yeoman-generator": "^1.1.0"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "3922881453c7c98c61ccbfee0ed38e36f4595bb2",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.0.2",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.3",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-IBcO0teNEv0gMEQ+u2LZRKgcyGlaW50QMzc3IrFNrAjY08iuF+AH8LlDK5XqNz9iWT5czSCij/1tt+DAYFk8uQ==",
				"shasum": "504ece28e11b5ac487e90b97d8189afa38db4331",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment-2.0.2.tgz_1502276868730_0.03680993732996285"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.3": {
			"name": "yeoman-environment",
			"version": "2.0.3",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"test": "xo && gulp",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "gulp prepublish"
			},
			"dependencies": {
				"chalk": "^1.0.0",
				"debug": "^2.0.0",
				"diff": "^3.2.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^6.1.0",
				"grouped-queue": "^0.3.0",
				"inquirer": "^3.0.1",
				"is-scoped": "^1.0.0",
				"lodash": "^4.11.1",
				"log-symbols": "^1.0.1",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.2"
			},
			"devDependencies": {
				"coveralls": "^2.11.6",
				"gulp": "^3.6.0",
				"gulp-coveralls": "^0.1.0",
				"gulp-istanbul": "^1.1.1",
				"gulp-mocha": "^3.0.1",
				"gulp-nsp": "^2.1.0",
				"gulp-plumber": "^1.0.0",
				"istanbul": "^0.4.1",
				"jsdoc": "^3.3.0-alpha9",
				"matcha": "^0.7.0",
				"mocha": "^3.2.0",
				"shelljs": "^0.7.0",
				"sinon": "^2.1.0",
				"sinon-test": "^1.0.1",
				"xo": "^0.18.1",
				"yeoman-assert": "^3.0.0",
				"yeoman-generator": "^1.1.0"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "0ea7e54a6315924dad34b2bf2dd124a202ea7cec",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.0.3",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.3",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-7YW1XKazBsB5YbJKc4p2x/W/gCriWeDSbIxpH6W1kTA1UM9czkjATMyL1qYlCiPjEGmWJ2oKe+KJfg7ev6Qs1g==",
				"shasum": "1418513ce9459ad3a7c78838af518de1152414e0",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment-2.0.3.tgz_1504371918516_0.023087577894330025"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.4": {
			"name": "yeoman-environment",
			"version": "2.0.4",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp check",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.1.0",
				"debug": "^3.1.0",
				"diff": "^3.3.1",
				"escape-string-regexp": "^1.0.2",
				"globby": "^6.1.0",
				"grouped-queue": "^0.3.3",
				"inquirer": "^3.3.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.4",
				"log-symbols": "^2.1.0",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.2"
			},
			"devDependencies": {
				"coveralls": "^2.13.3",
				"jsdoc": "^3.5.5",
				"matcha": "^0.7.0",
				"mocha": "^3.5.3",
				"nsp": "^2.8.1",
				"nyc": "^11.2.1",
				"shelljs": "^0.7.8",
				"sinon": "^2.1.0",
				"sinon-test": "^1.0.1",
				"xo": "^0.18.1",
				"yeoman-assert": "^3.0.0",
				"yeoman-generator": "^1.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "21e9baa598974110f4bff079f243cdb41d81de37",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.0.4",
			"_npmVersion": "5.4.2",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-oiY/siFXFPCWlaM2U/wLjWs5z/zifd/8XKjkfjkHJW/faWNGc6iTGqUInWdkZohBeS4Zeb/JldAGKE+wETrbdw==",
				"shasum": "55d76108721de14a9b349de8bd19b6e1eaa2c8c8",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment-2.0.4.tgz_1506782074745_0.7153477382380515"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.5": {
			"name": "yeoman-environment",
			"version": "2.0.5",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp check",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.1.0",
				"debug": "^3.1.0",
				"diff": "^3.3.1",
				"escape-string-regexp": "^1.0.2",
				"globby": "^6.1.0",
				"grouped-queue": "^0.3.3",
				"inquirer": "^3.3.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.4",
				"log-symbols": "^2.1.0",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.2"
			},
			"devDependencies": {
				"coveralls": "^2.13.3",
				"jsdoc": "^3.5.5",
				"matcha": "^0.7.0",
				"mocha": "^3.5.3",
				"nsp": "^2.8.1",
				"nyc": "^11.2.1",
				"shelljs": "^0.7.8",
				"sinon": "^2.1.0",
				"sinon-test": "^1.0.1",
				"xo": "^0.18.1",
				"yeoman-assert": "^3.0.0",
				"yeoman-generator": "^1.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "9389040001672b58491404b4309007915b371508",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.0.5",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.3",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-6/W7/B54OPHJXob0n0+pmkwFsirC8cokuQkPSmT/D0lCcSxkKtg/BA6ZnjUBIwjuGqmw3DTrT4en++htaUju5g==",
				"shasum": "84f22bafa84088971fe99ea85f654a3a3dd2b693",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.5.tgz"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment-2.0.5.tgz_1508080731689_0.49136439710855484"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.6": {
			"name": "yeoman-environment",
			"version": "2.0.6",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp check",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.1.0",
				"debug": "^3.1.0",
				"diff": "^3.3.1",
				"escape-string-regexp": "^1.0.2",
				"globby": "^6.1.0",
				"grouped-queue": "^0.3.3",
				"inquirer": "^3.3.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.4",
				"log-symbols": "^2.1.0",
				"mem-fs": "^1.1.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.2"
			},
			"devDependencies": {
				"coveralls": "^2.13.3",
				"jsdoc": "^3.5.5",
				"matcha": "^0.7.0",
				"mocha": "^3.5.3",
				"nsp": "^2.8.1",
				"nyc": "^11.2.1",
				"shelljs": "^0.7.8",
				"sinon": "^2.1.0",
				"sinon-test": "^1.0.1",
				"xo": "^0.18.1",
				"yeoman-assert": "^3.0.0",
				"yeoman-generator": "^1.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "2bde7db21f8f57801cf87908b734db2df6cbe7b3",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.0.6",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.8.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-jzHBTTy8EPI4ImV8dpUMt+Q5zELkSU5xvGpndHcHudQ4tqN6YgIWaCGmRFl+HDchwRUkcgyjQ+n6/w5zlJBCPg==",
				"shasum": "ae1b21d826b363f3d637f88a7fc9ea7414cb5377",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.6.tgz",
				"fileCount": 9,
				"unpackedSize": 35767
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.0.6_1522510726274_0.20458275247370517"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.0": {
			"name": "yeoman-environment",
			"version": "2.1.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp check",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"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"
			},
			"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"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "ce5140ede934b018310afa2bf763068ac54524fd",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.1.0",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "10.1.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-vFmvdxLyM1Nf2ehW7P/nGcjvUvXs1/KUpLSn5adSCVybtaqHcuIKrSQ7dnicOzB/dbcJYUf3kNu419JjrZSVfQ==",
				"shasum": "175f49ad693aff41c8998d32f6103c20c62ec37b",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.1.0.tgz",
				"fileCount": 9,
				"unpackedSize": 35948,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+R8+CRA9TVsSAnZWagAAAg0P/3yAdIhX3JhP0R4DNtzx\nq8T4Sfw8nnH0RpLdQihT1UdKpUyMUYwxFodg3MPAIdIJYLOUsF8JNrNaj3Ll\nPE6tHGAI0VzI54oAlXczl/NuB1luVGDRySwlsnDVvXp1PcsI6gaHIXYynutb\ncR/pKlDk5l0lPsng7MkYohCEdXmeTZ6ooV/WdxXzWsDVHKfN5xKzZ5sSR0JN\n0H7U+J+Ocvz7uytt/j8P2mti56pSUgXZOekXF3sTAqXdzF692lUD/CWWijAn\nuMSDhvHzIjWNCMOKqt7Si8dZyUouQSLyx2gwRKgoD89/Heo+6maEJx7mUYt9\nixNneSTIQr9shvM38hsKVYxmAZMUtyrXJs5r8aVuG1r+RJgCqwdvpyoHEnon\n/KrBTAmFYJm4oQAFUY3DcYdnbV52L0KcJQjxoEj4LVAl+UO8Ky4sEkAK25FD\nSfw4iBTEZ4zyRWmpap8gWRFeUgmdaHARNdNZ7psUoNIht4H5/Gb10q0uwniA\nBa7tv4ZWGkBexfVTcgU+WoOClYzTEXlXjQcWzeIZ3P1Xz7IOySqQOL2jaPQb\npJR+DACwGw0srgkErEqFmbDj0JVab+pf0TePVS2JKfKakeSOXS5G8EVUxZn+\n2lY1PSDJHd+7uLbcITmERGqDwx0JaBuyMuQ2v4p8cwkEl1oKZmJKX93G2R/r\nBeY1\r\n=CFpD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.1.0_1526275900661_0.5327088778303506"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.1": {
			"name": "yeoman-environment",
			"version": "2.1.1",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp check",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"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"
			},
			"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"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "bb3941a195abc265a30f2df13b8a361acbbea31f",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.1.1",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "10.1.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-IBLwCUrJrDxBYuwdYm1wuF3O/CR2LpXR0rFS684QOrU6x69DPPrsdd20dZOFaedZ/M9sON7po73WhO3I1CbgNQ==",
				"shasum": "10a045f7fc4397873764882eae055a33e56ee1c5",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.1.1.tgz",
				"fileCount": 9,
				"unpackedSize": 36243,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+dK4CRA9TVsSAnZWagAAnZgQAKNS/5p+sIBqmmW0rR3B\nJ9qwpfFd+Zb/QNUj74NPPiH+vkhWl0OA1/BDXXgFJEeNU6WdIQZCS6fLcvr2\nAi25kqqSGvbUqJ1DGVEDzBkOVPPeWTycDpTpuWJO/sJYJdoE16vygIDGhjkR\ntpySelPdeVzAXUgnT0ABiQKdCxJzcl852TRKIisHMn253fNWUXhj7Hmw0meU\n25e+GPAJDXu19QneRg12jJpdFp0QdBK6wbtzHUbFEF/OofKVeRTGDg2Pcw1O\nkgQW0eMOGVp//4Y5i22oAYAr91XSTIvQ6iLIzu6v6Fd6i6ii6TqntXUJdpxY\nVto8pldWfpnbEOfxo4DuNBw6M2HTO8AN++ydlaF/T9k3N+cqhyoZCNDoJ3BH\nsIrSsKZapYxe4ttQF3UNqdXH0xOAuWKjb11z/0tpFC4au7fidds8g3yLwM9b\n+1vdfj4GcPbolL0rH/3uQ/KYE0C4jRn/3q2shnN3CrXo3WSCFgqjNDXMs58T\nE17M6jmSU7M0fcE4d9prZ7M0BDYkeGPdGpvnfl+L+OKkmquAiNMNbjvYtMBu\nCPPPFIuocGIsW/C6LtXUD0LYdVoShKpveMjELPB7XlD2eO/wiIRJHQWjCV/e\n4jtmqM5v/fe45aXjERDLjUeRXGBlnNHnA/H0yNWVuPy1DFN4SJHTB8j5D2Yi\nlZvA\r\n=A+4C\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.1.1_1526321847668_0.5128693135801488"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.0": {
			"name": "yeoman-environment",
			"version": "2.2.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp check",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"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"
			},
			"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"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "18d253d6acfbdd224647b5e8558521ca9693c9d5",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.2.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-gQ+hIW8QRlUo4jGBDCm++qg01SXaIVJ7VyLrtSwk2jQG4vtvluWpsGIl7V8DqT2jGiqukdec0uEyffVEyQgaZA==",
				"shasum": "6c0ee93a8d962a9f6dbc5ad4e90ae7ab34875393",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.2.0.tgz",
				"fileCount": 9,
				"unpackedSize": 36396,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbEBYiCRA9TVsSAnZWagAAOZgP/jWTnkULftC4mrJYWbPL\nkp5tQtT9gU/rP6rSuwOmqQ3AFoBAd8E/WbH4J7YjK7zlYgavxlIFti52FTy6\nI+936Yb+UKx+x1P+5k39jjFupYfjDPMVOfzNVesuiwq/3j3kPCi2CJQDOsoX\nlOV45nOMrLhkzPHb0ng/nLaoI056d4/NoBwp9eQZwq780JQqJa29ogq+djee\npjRjuv8bJcx98ZmodRf/9rhlBpJGs0Wa+LDnlf2c4BmQru8kt9gLErJ64sd3\nURzruwTiF2ncuJnc4oZ7ZRKEE6yUCvV4F+cjjT96MedXEPOnK3dhazwv7wJC\n2ERA9bCeybS/0AYL6VtuXQMxLwp6rf3O2sD2AdkA8K3Of+txwYeQprqYkkD6\nJlvtROS/WJY2AKIChIFf4Tx3xgDYhhRKld+/YjcT42pL/xSOkU+3Glpg+QLl\nsrN0WlHWlMusDWQfT0H42FG7FzGDfeeEZxHVLmTnvWBcOEzP/g0g9WcU3muH\nR9VWJXss1HUcbVOGUW1exVmM9hGmqD/XN5xpvTLM4m9EvjxG5/0PAqA3Vfkk\nNl44s0FkHRdIs1aD2SxTMJWUWByfOJCWobhyeVD32980hDzU8XCvabbYGjbc\nGFTwH0pe5d8T5SBLXlEdQV294bQPqIK2sBKpgvir9EvNykTegR5ZA0/YcAXh\n2eie\r\n=35xH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.2.0_1527780897185_0.04451806815435999"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.0": {
			"name": "yeoman-environment",
			"version": "2.3.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp check",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"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"
			},
			"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"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "8bfa1ed05eb74dc03c89fd373cfa2b941259f121",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.3.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-PHSAkVOqYdcR+C+Uht1SGC4eVD/9OhygYFkYaI66xF8vKIeS1RNYay+umj2ZrQeJ50tF5Q/RSO6qGDz9y3Ifug==",
				"shasum": "53ea899e50dd64c9510bc1b1c96a810582e42bdb",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.3.0.tgz",
				"fileCount": 9,
				"unpackedSize": 36630,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbLi2LCRA9TVsSAnZWagAAKkYP/jjQUnAz+p/5KdU9cCwg\n1WoYIlx0BYFvxULt2mEPW6ZKS9+kgNjqGcZgczaeAAVueJegc9sOL6QopgSZ\nLSB3wYP46/mS2834qpLX8yGtWmfod7uLcsx5M2wVBiD+3oKhySbniU5hmJyL\nT5EvA8zrz2JM+IFMeZuUVc78s7dpOtFA51/OidsASK9CadGCtHuuHPOhTmCt\nO8176DaFC3/Sr2h6obJ7hqTC2liNAhuWrdva/HOyti4BEIK5GGD3SJH+jP1P\nr2wwGcrPA0fRRyr16x+ortJyFFue3vSJSmw3bZxKgSW1k3xCa3bEtLK+WFkr\ncme9h7/G5rPIZ4lCrj3Px4mNBkB8cIiyCa6qKMlo8zxwB0K/J2zrpPKogA9n\nfkXKBBE1ycUjyR5OXN4bZLr/xSY8wfTYHIU33MZSSfFjVNeGuJTqe/0Y/1ec\nsisU0RHX7mIYwBJ8eoXANjRPAcgx7/ejO8ptOHtRU737Aj8GnKgPoucATisW\nzZ9SgbJ498FctP2AG6RXCTipv5Nfi43Qzjg1krAyuzU2m5i2RPXs7GXm68K+\nxJ4j17XE1kWKm6EOrT1GguljKEe/OylS84o0Atyb8OvGA0D8VKPdQz0UYX2M\niLVrjOvimmUMfo1WMAmA73wtJilTpSkWSoly/Pk+Y6oW52coaWIQOgSk3S1d\n6vfz\r\n=93l5\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.3.0_1529752970951_0.530909677091324"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.1": {
			"name": "yeoman-environment",
			"version": "2.3.1",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"prepublish": "nsp check",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"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"
			},
			"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"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "e3863f2b47eee86b249bccadd681c5828cf37eea",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.3.1",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-7BFbWNnJqG8f0TFR/awcccHj7Vl9CeG66Yuu81DiVIamqO7Uo/EOrdryjNICdRJNFdaQTliN4HUkM1zQBzszCQ==",
				"shasum": "1aa00cc474a8e48518ab2b0f64b43034215e9997",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.3.1.tgz",
				"fileCount": 9,
				"unpackedSize": 37114,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTfHGCRA9TVsSAnZWagAAftoP/Ay6P74in/qsngjO1Mtr\nfcRS77pRT4+lEOS6qkcDtiquVx6uHLwVjpADbgsD1tdupMg/38mHcAObAK3b\nej8LqAaUqRaaaHNrmcAdrTU3rM69HuyQ3vem9im4CDQJh4qQvru4c/JfyWJg\nyo06CDqYCnC/xy+2FZ2uKB6Re+bhmknjq4Y7+Ypw2V/iGxXWMoQGGKAmx1JW\nINDsUAXIvcwddmneXw/sRi5EgSIwf9hEaZqiGQHr/299cgeCtcGbZC8Vz6BK\nOsAZsa1vttIlX00C7aVoFIRe8PrCUD5u8IzR/kKNZkDpgTeGTO8ZCJvpNaoC\n/qFwjIRT5Ir2u8WNb24j3yFx17UsT7tLQ0RO3gI8CzdB5alC2axBH9O1oCPi\nIorn5sS+49dkCxRfDm2Z3uRDKJNTRGAL7P7p+h3IChTEhvtituhfz+v014rl\nj9mH1tVNcjE0XSrOXEYR6rEX84LRErq1d97bmU8diEtYDigRU9oTawAUKneF\nYiSIWijvQXYuXgzREgjfnvp46ZwzAc9Pb2H6u+Zkw4DwVr7+0pLlhjTARKrR\nOKT69GdNiz81TAn7nGPD4Jl1ddvHQHGJBbwJ3zQc8ozzUs6QULUMHFLWG+TB\nla2IpusinGiljXy+FclwE4NePupS+t/r7iMMyhVinmGx2FFMkPL57iBEQgJc\n9+Rq\r\n=jR7r\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.3.1_1531834822037_0.03747911064184817"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.2": {
			"name": "yeoman-environment",
			"version": "2.3.2",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"cross-spawn": "^6.0.5",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^8.0.1",
				"grouped-queue": "^0.3.3",
				"inquirer": "^6.0.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"jsdoc": "^3.5.5",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^11.9.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"xo": "^0.18.2",
				"yeoman-assert": "^3.1.1",
				"yeoman-generator": "^2.0.5"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "ecbb4e706337f87f5471f7ab5f26ea176caad900",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.3.2",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-bLi8aVYFYO9b79l0/9txyvFII4Pf9E3ArojtZ5+5Liv/SjZM3oYgME8VXre9W9P5MqvUC3qjl9Hc11HHMirSMA==",
				"shasum": "9ca429a667f724d18a72bb81e038a23efda3c454",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.3.2.tgz",
				"fileCount": 9,
				"unpackedSize": 37175,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfBjrCRA9TVsSAnZWagAAt58P/24+Y8cGTKNUr2h16I/v\nSD342rZlnXtWz8sNS6e2dlhl5kH11ewvgbOPmDdWYtC5enteNfh/wSnk1rp1\n0BtDZmQuer857JugW0r9Vj3TnRu/8sKk5cZNzGRhycWCyrsdoKbe9njBGBoD\nviuf+Z5iGRcqJx1mygKE/HZhyLjKDOnqy0+ny4OUgUi8ThnmTqUv5DOsyD8E\n+slDG9w5DSh3qd1JNR9HYbB1We2XfaIcE/t/W+/Emdd2/j7Y4ldpUgPPWynZ\nK5zC56yz0xSI6iyrxiiCjzfRmtc2kxeSUAp7fwRT1p3Jdcvz4yc6SL62WLrO\n0cQepC0kGPDUKmAOc7+EHqnohPqKcxZ/IssOSVGqD+E0QtAhJ6r7I7+tTEnj\nJAmT6EGMa0+W/BelLqOC3reOLJRZdK8pHcnDXrEOfeK4wKabWQ1vDK+2gWhs\nvDwWVlgc328q87FBPfU6GU0DvA6EiGXnmSDJkJ5Pje9pLiMcsQbaUbxQA+K0\n6htjTbSmA3QcEHaOnzcoF2iLy8+4/Wxe/dtv8lVeCp2yjIrqYZH23TyMAkOv\njOpl5trZ9Fw3VNiZreAC0ITzpdU6jdpscJX/JwqCxsCNDvsWyDFRJyQ8vIj/\nP8kOsNMdBk2kYeFBCEZquIF8y40VwckHpXegaeFHB72iYvVr47CO84YOkafZ\nTV1M\r\n=A2lf\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "contact@arthurverschaeve.be",
					"name": "arthurvr"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "phartig@rdrei.net",
					"name": "passy"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "mdara@eleven-labs.com",
					"name": "zckrs"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.3.2_1534859498560_0.9286334208766085"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.3": {
			"name": "yeoman-environment",
			"version": "2.3.3",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"files": [
				"lib"
			],
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"cross-spawn": "^6.0.5",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^8.0.1",
				"grouped-queue": "^0.3.3",
				"inquirer": "^6.0.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"jsdoc": "^3.5.5",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^11.9.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"xo": "^0.18.2",
				"yeoman-assert": "^3.1.1",
				"yeoman-generator": "^2.0.5"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "096b5ce8dc262ec0587af0d7adf88af947cbc35f",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.3.3",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-HBpXdNw8V66EwqIFt01rNhSgX33BOzgVb9CxpIvESvCI4ELeOSniB6gV6RXwrBur8kmHZCIAkYQYpib7Qxx8FQ==",
				"shasum": "1bd9720714cc49036e901503a789d809df8f51bf",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.3.3.tgz",
				"fileCount": 9,
				"unpackedSize": 37583,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfWw+CRA9TVsSAnZWagAAsfsP/30LZkRhHyQhilAJlbsg\nJTMB5REIgobdm5IhSi03YXFOvxq2e8qiNRbrysnw8InGKr6Npbq61UJKiBHm\nSerTkUQjbq70F5PIaSV8Ot6zEOvpxoCOICnm0LCym3FMfXX4WrTDD6LWGx2V\nMbMVho8i2wEt8TNayrMmqR3eT7fHJEVJ41pd3/Gapc3kuMC1iaZcNI2U2IJE\nYE/RbCWHPlRrRqlIW0Wq49xHNuyKsRXey4VRxtY250PB4UsqXVrTo99zj7y/\nVXWPx5smyfoctjjPBCz6DyVxlMvdqHFm+p+a9Kko1/bZzR5b1fq3ZKYNTJGI\nOArP5z46P1hBa4u3EtYbW5iUiIsPWyo78NgWEN82Su2RWF5AekQy7KcRQxEs\n1UqRrO2PdBq79Gjgr6s6kNZalqI11XjhButg+z4Ny34aIvJjZpYKjD8QrIrK\nnT1eJm7TuOlez4x6Xb6Ga1i/6NHn0INf+AIFIuh1dOHWMvFyR7qcU19nxIgK\nyuYnTjV7iDjDnxjdi6oK4N9hhjrcivURJCiAe6eYkbn5Ome/egjjqasOaCMF\naecpXfGputOz6O3JAvkHPqGtomm5Vpwb/Oj9pAnmpWl4fuP/EJYU/8rW1r17\nRzYoEIm3pLh9nXcubRzRTOW6t6hU5r5MNg2MwT/H5FJy8hdg0QuE1b4vCz7T\nb7ui\r\n=NWqd\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "contact@arthurverschaeve.be",
					"name": "arthurvr"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "phartig@rdrei.net",
					"name": "passy"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "mdara@eleven-labs.com",
					"name": "zckrs"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.3.3_1534946366201_0.1280177186635314"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.4": {
			"name": "yeoman-environment",
			"version": "2.3.4",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"cross-spawn": "^6.0.5",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^8.0.1",
				"grouped-queue": "^0.3.3",
				"inquirer": "^6.0.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"jsdoc": "^3.5.5",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^11.9.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"xo": "^0.18.2",
				"yeoman-assert": "^3.1.1",
				"yeoman-generator": "^2.0.5"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "c2143b40209b5358b709eb07698ba0b98de59da2",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.3.4",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.11.0",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-KLxE5ft/74Qj7h3AsQZv8G6MEEHYJwmD5F99nfOVaep3rBzCtbrJKkdqWc7bDV141Nr8UZZsIXmzc3IcCm6E2w==",
				"shasum": "ae156147a1b85de939366e5438b00cb3eb54c3e9",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.3.4.tgz",
				"fileCount": 9,
				"unpackedSize": 37695,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3nveCRA9TVsSAnZWagAAqi4P/RxDBNwkMGeWErAjjVbI\nz+aupLN9ZeBsBAALJKE3FOgUx6LUhYpmOVEkBqEFPWdCn0Z19IY+krNKQP8r\nwNglSfg6+W4l4ILTPBMSJqqf6EEV2Z2hkbiC6XnLYq61/MjvaTuEQDiAtiec\n/VwAxnIiyUQVVqXo2mxre1nowd0Y/yak1bKCeXvi/ThxGWvLoGygmUQgrnO2\n6KJkjdEUkxw4tSbBctqznL4KSYks/Mc3QonpyfFsFjPJSFXc4ZYQ7b1enDpC\n4fwwstUIJrPNzL8/3QsUz9ApfKLcYseSiZ/HAbvfFrIFXQ5n+OUIfYYs4gmB\n1I1J3JbXUKrxNeLOvSrkF02DoX92OSvQBebZB4HshgID+voajLg3HjiBoKPM\nBSb5idSWulXEx87yHxI+rY1g3ebgZJUBiprFRrhG/GvCHGZ+k60n/CRiFhkk\n2BAjyd2KfO7j0mXl0fcQaXfZL/gSW/7H47L5B3wlbcu3dAsahm3dfAT4ryud\nVb99aKkQsFSg+ojAI5HJkGT8lC8/idMnV6UZaZeYX+tLmJYsVkZ6AE6jyJoM\naZt8KzaaqjXxxVwyX0ji7vi5LGYgQ3KPMpzzZHgoU/3IzGnP0Zu1C7ybDQRk\nv8cffaEns6JuWdcSLnMLAg4bx8YxNqQviNOeihYe7xJktM0i3pcdcO7y/kq9\nzOtb\r\n=4Gdc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "contact@arthurverschaeve.be",
					"name": "arthurvr"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "phartig@rdrei.net",
					"name": "passy"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "mdara@eleven-labs.com",
					"name": "zckrs"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.3.4_1541307357893_0.5193514072320105"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.4.0": {
			"name": "yeoman-environment",
			"version": "2.4.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"cross-spawn": "^6.0.5",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^8.0.1",
				"grouped-queue": "^0.3.3",
				"inquirer": "^6.0.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"jsdoc": "^3.5.5",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^11.9.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"xo": "^0.18.2",
				"yeoman-assert": "^3.1.1",
				"yeoman-generator": "^2.0.5"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "da6411e978b833d4cbc710cb2b3f3dda965f66aa",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.4.0",
			"_npmVersion": "5.10.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"integrity": "sha512-SsvoL0RNAFIX69eFxkUhwKUN2hG1UwUjxrcP+T2ytwdhqC/kHdnFOH2SXdtSN1Ju4aO4xuimmzfRoheYY88RuA==",
				"shasum": "4829445dc1306b02d9f5f7027cd224bf77a8224d",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.4.0.tgz",
				"fileCount": 9,
				"unpackedSize": 38801,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEyP0CRA9TVsSAnZWagAAG4cQAJh7inxkSxTCcdMKIaJo\newpY/BiiskVbbMNSe1RiuKggUqgb22bTOz+8Bx4CXYG8Q3fxNJ89QbwC5arF\nV7ERzCj2+jqWRY8tju5RRmyLpgsgqRaomBeoxlwNTC1Y3IqHKEWcEBdOwpSp\nc1/qvBPdhDW7ICbQP6Zq512U9yoONEaMeIrJ/UkJUPE/z0ZCrsZzxA1TttVP\n1VWoBVMkWfDvljNThVrLMGe+iVoWQskhXqlNqaB/qRRd1XZ0/d9Sr09MfnrU\nOz7kYkEXRHYL1FhXr12dPmiXPxG4IcKeFle8U9nvr4xYXWjxv/UabaCEIBEr\nE7ihJgT9yTf9hzubrfWKfDSPVgdAxbj3alj5NI61RX0ymcJyIZogLTt/NwUX\nApy0+UMzy1YBl757RVkxVs7+XAv42gRpcpTrcwmpxNYulswsMARYVsgevqiB\nuCQNAvCz1J4n13iUBWC/kOmMkeR2TlEZRDWK33letX3c2DQEycSidsQ3Xeer\nEH9VO3vT0Qt8FeDiMNDEBwm0m20s5P/fKvXIfYT/BtViZYUMoEivqcF7lXBd\nYhAOoEukPtNOIU5owTS2/7v5lWbjLCGVk8aFqUoFrdqmZ3KMKwD3iqguRxAR\nB3SefCXUEP30CBhSRZQE1MJHXLnZenJDe1aKzY0N0pu9uQQtFShHtNg6vKPm\nC2jL\r\n=3shQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.4.0_1561535475771_0.06353376131023758"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.5.0": {
			"name": "yeoman-environment",
			"version": "2.5.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"cross-spawn": "^6.0.5",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^8.0.1",
				"grouped-queue": "^0.3.3",
				"inquirer": "^6.0.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"jsdoc": "^3.5.5",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^11.9.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"xo": "^0.18.2",
				"yeoman-assert": "^3.1.1",
				"yeoman-generator": "^2.0.5"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "cb3e22bd13c9c799a498a52058b8f9c60d184862",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.5.0",
			"_nodeVersion": "12.10.0",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-RCxVKbSiW1o0l5C7dkGvG4BHmI4dfSA50pcBU9VQ2AOUErgGdCtfU+bLM6g7NV9iA2uxFGFYv6iJArhmWzRouA==",
				"shasum": "ad532ef93bfd36a5f6209f12ad9ced3c4811b538",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.5.0.tgz",
				"fileCount": 9,
				"unpackedSize": 39951,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdo8l7CRA9TVsSAnZWagAAX8YQAJRsebjrMQYS63QJKP/b\nQRe1gGb4d9SDyPKwO5P8+I3uFUZv8FW/7PPN6WbJ2ZACGoXP/vVQbdq/bWi7\nVNahuJPWUkc9ey8koz4jc0cYoab6reeED6iY69kPccQozXge8cI5hIJd27DX\ndZyEx2BHWuk3EVULDAFJXZFLTzuuNaS+13DpObhrIUYFxf3SqDjTlcf3EU6N\nE49MCn3h+omvyXA9/oVzAultvCtDT7B8FP/c432B1G51VKFR+XpCRTkoVGqK\nttDNTooKoGax8oaiIBg1kIIUNsZ6l7OTWw5LFhwPd6iqnrmA0sf7W9zc5YH3\nqREewgBCChmsyB7h/ZqWjiX6sYJi2c6YTd7Fh90Mi8+S0CzJwSo7yNeOOqwE\nKuPc24GClVS6MKaFt08m3YT81VAFOgbuFIhZqeej1aWUGd+X3o6a6YKHOCBM\n4FPGX65jYVs7zp9xyYSItnMSusLf7nOFHaC1qZyR+1bYX58QGwPKdI+S8D+v\nHjTHzyvzOOqac/j9tBSYG6LcYmDUE8EpeL2Yq+yjDZZKFK2mZpoznngS1WEu\n1U21yR5M54xsD3EI8BPu9XRbLHl011nNMevsh914nrvGqKGuevMIImEACqWE\nBYfEE204kfrfALThJCPqPELWLagioV6A6YVlUnHTsAWzScReHLGq8v/ZLqcR\nq9wm\r\n=79AS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.5.0_1571015034867_0.41609716014740505"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.0": {
			"name": "yeoman-environment",
			"version": "2.6.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"cross-spawn": "^6.0.5",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^8.0.1",
				"grouped-queue": "^0.3.3",
				"inquirer": "^6.0.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"jsdoc": "^3.5.5",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^11.9.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"xo": "^0.18.2",
				"yeoman-assert": "^3.1.1",
				"yeoman-generator": "^2.0.5"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "39725c2b4399d301e9f5ad0edbd026fc098d05a6",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.6.0",
			"_nodeVersion": "12.8.0",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-Hl0LBs9/mKun8XyJ6gFiUNhZwjN/eezn+E9IFWz6KtXg/3wsnztF2lgtE8eIjfhWYtvY4yMq9iizi1Ei5JJ+7A==",
				"shasum": "db884c778946fec9a41e8980a6b3aa94fe41302d",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.6.0.tgz",
				"fileCount": 9,
				"unpackedSize": 43370,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdtVcoCRA9TVsSAnZWagAA3mYP/0mUShYA7Y7Lob2zXanv\nMMvPXjgTOIrO5dKVBUyjuNtQ2fyEgGQ9q2bzt9l4DAeAM8BZeRMo9FpxpMnz\n6CQWHyAzdYqMxcp8hvj/GhnDSaGewv9hQdzxPKoExPzKoHsARyZQJm1LFbqa\n8bC/ItKPkXEW43j3Elk8S7BQTlH8+ONL8+TyBCy74sTUlORpV4uaftphoovq\nHyvAtqJJwepSvTtnMPYafWfVk2gAAG8224vADAzZARfwsPz4ja4vnHE9SPpW\nznHU74iF+j0Xu5O4IFxI9gFPPOwsk8N3alI420suOOze/St7nv5ZRdeUTOEW\nmihkq9FGxh9tHChr8kL/6Flrrm5MlCBW0x6kiwvOe57Sak2UdJwqJi4FS6JP\nTKavwFmmFt3xVVBol7JlysfQE/3IISZl/X0dvCUgrHsn4DubYcWOdP4UCaPP\nB4R9vB+yWTEuIQsaIC+RZAfzS6/jAJP4iQoALunuNTQkcMVumnmmSfOVRCa0\npWp4FzW0L12h+hZnk4Hfw1ZmRLPdi4M5YbFtIZAIYEwa9kfKU5CnJMraK/s6\nxWRTC5qAb+m+nF9kech0U7Qdidc9hndldfpaU3ujnfdG5c5ZKvbHCcJNuKb2\nxY+fmCcv0tcHX2tmm0SQvCNSDSXpPEYXwHre4/pvMdHttVqSDaqLQi7zfQeC\n7SEC\r\n=dcYE\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.6.0_1572165415757_0.9081016351130669"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.7.0": {
			"name": "yeoman-environment",
			"version": "2.7.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"cross-spawn": "^6.0.5",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^8.0.1",
				"grouped-queue": "^0.3.3",
				"inquirer": "^6.0.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"jsdoc": "^3.5.5",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^11.9.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"xo": "^0.18.2",
				"yeoman-assert": "^3.1.1",
				"yeoman-generator": "^2.0.5"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "82c4cd2fec797428823ffc5075c0d6297bd63723",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.7.0",
			"_nodeVersion": "12.8.0",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-YNzSUWgJVSgnm0qgLON4Gb2nTm+kywBiWjK4MbvosjUP2YJJ30lNhEx7ukyzKRPUlsavd5IsuALtF6QaVrq81A==",
				"shasum": "d1b6679de883ce14a68b869c4b19d55a0d66f477",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.7.0.tgz",
				"fileCount": 9,
				"unpackedSize": 45057,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9gVwCRA9TVsSAnZWagAAfeAP/A095re2jpMiJ2Yh74Q3\nlsIHpPt7f+rzW4lJwI4E6zviwncajcmZE8DuCXJ+S8HhB5shsKztYUmgoPMg\n1rzX/vxUSgBx6p3P9025QNcsolJ9i8LKOvDCU1GiBj/F8p0ZO7HIrw2Gx1DA\nMGM8An5WGJ+Cy+SDpWVIPcpztedPLPf2+1lj4eFEJV5xo4fL1vLFD2GCp+++\nb8jVr2+Q6nkXHh6YapC5sACo9ECjTu2EtdY5RY//BCrK+KpMSI7ANEMM9t8r\n85pXyS0H0ttWHh4BtVcfGORZb9a0dyMzDq06XdNlx4A2A4QxRP6/w2hpo3yA\nPAS165Oese1XsE1TySxb6u7buUnOaBYODTG5ue0T+v67LC1aNkps25mltxqs\nSr8aI6tDPB0lrucL4SfauzDRb1DGSz0/RHc6jni4vwQVycOJYwHrJlDKPJrr\n3aQwUtc2fWcxLmtOHYVXddkyy7Gw06zXZPllUrcwFimfcQOXRsgonzmUxpqM\nO/U+1DPVVBrxC8PxGkOQyTlx+cDHi0IBy14woSiOhstPe7bJW8R48XgqkdgY\nj3TdAyjKgJ+RmQKwrWCh6majPUZTvqvs9mv2+YxSjepSoSsxuNNt05wmACJr\n0wOLMsEV6o117lSdHNzyk0fQmPRY2a9Mk/3UJ1iktmVpebbmptIWxmSUIOFz\nQZLd\r\n=wBaQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.7.0_1576404336184_0.815553203705008"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.8.0": {
			"name": "yeoman-environment",
			"version": "2.8.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"cross-spawn": "^6.0.5",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^8.0.1",
				"grouped-queue": "^1.0.0",
				"inquirer": "^6.0.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.18.2",
				"yeoman-assert": "^3.1.1",
				"yeoman-generator": "^3.0.0"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"gitHead": "4d7875571005a7211aa73fc1f614d7f120968f4e",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.8.0",
			"_nodeVersion": "13.3.0",
			"_npmVersion": "6.13.2",
			"dist": {
				"integrity": "sha512-BbJeEna23Qx90fBiJt1awcZ9okfPY/rP3xZYsk1rD3x8LuQgpo4BfegPvQT1sqqh2+gYVZmYZMv5pS8+Muyr9Q==",
				"shasum": "003f7d3f506e868b86dbc1c1265a963a236807fa",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.8.0.tgz",
				"fileCount": 9,
				"unpackedSize": 48988,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRnKeCRA9TVsSAnZWagAA794P+waeShTysjS7kTR4wx/8\n7h9h5/S9GRyfqrS9PhTMvgQhDxwqNz24QjP2bgBCjFiOzojYAvUVuRwNOHNw\nL1DVvEe9TZZ88nEoXfkaY972HSF9MY73BfqehEMASFBLdcS+gt8Pj/bF6LC0\ni8DLqpzZFJ2L6T8WoeuUZzN11ce0j9DzsRt6lAJgVf7WW0mX00DTX+I+xS05\nPRPcFNtgX4Sml1YDx5DUsGC1mus8NB7Gwse1M4WBlID8dUf2T3nPEl0VOgvu\njfzWvUYf/6oAvAIcoPUAHheRzjUBy1sEQWpfA0HvnZmoNi0LhvgcHSmpfhH3\n0+UJolifIX+MrNmuL1UQyQLeS6CMVUIjOWZhUGSJs7vY1AazmiJED6VxMOCO\nE4yX8b8KIRT0bGGw44hOTOs8/ic06no9HvYJrCHaJG0aQQ7QQv/yYe41MhIq\nh89yChPqqgXJyMzSzFBB5QTn6esvJCGERiy/z/mJN1NEmevT+9LPYIvAhoC8\nPcrygr7x0MgQTfdfAhpaoq8PXquLfKDvYzg9JAxvelM/CAJpbDrrR1de9ake\n+VfM0k/7S5Uou/fHcyempAVe+VBECZ2GG81Z5DHJ0JE2ZiWBmvYG2QrTh8O7\nUVq86Li/4GcMQvP5x2P1HfAGpzAWSL6RQcoKNQPL6rDfr/v+TwZCxRIJ1smx\nVImt\r\n=6REH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.8.0_1581675166256_0.9645172485803322"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.8.1": {
			"name": "yeoman-environment",
			"version": "2.8.1",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"cross-spawn": "^6.0.5",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"globby": "^8.0.1",
				"grouped-queue": "^1.0.0",
				"inquirer": "^6.0.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.18.2",
				"yeoman-assert": "^3.1.1",
				"yeoman-generator": "^3.0.0"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.8.1.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.8.1",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-MV6yeJfnSsZBv/VuWvw82bN6hF6KIXRUwhEPaO+RHJAWeNCQAF+iYfBNsJOo4tx5Puch300h+DF9QZceKkbzQg==",
				"shasum": "76c52fcccf26bcbd7ded35d9e22a9f3f1394d241",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.8.1.tgz",
				"fileCount": 9,
				"unpackedSize": 49084,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZp3OCRA9TVsSAnZWagAAVG4P/09Y7GkO3nJgmOYaR8LI\nyHS9jbJrbGhn6asHeQefVwWKM+omYFrVXFpxEtHlemHhH58kEUa9JnKHPaGA\nsnnl14KSX1DC1W+xZxDbMi9wLGzfl/v1zWC41u1Om/uTBNlVbX+98+b2sRYQ\ndLqz142MpmFEMQaALYwAJPXZOMFPOznku0K/Ifn1k4SAut8TSuJO20bnY9ov\nOa0X8UW73krZVXuw9iCLmwojNg/3YhPUOO/YQzSaxLhsbpilpmtxZPuloHVa\ny1I1FpQmE0nI//tPHMtSwsUBIY4/QysN6pms5Q0JWR1WOGgJkAspPM5O+KzB\nshjqfggHJdZXQkN6H9NTmsxYmkBXsi3jjh8LBo1gIuy6zE6c5QdLlSwRZzgO\nszhXw6b077pXG1sUyWW2pH9JxOaoHUDFibBNC6x3zzzUkx7dxXoGYo0NvTn/\nVWlYT0sdnS3NUjcTH8RU2Td4mahIkxLF/Iq4+nOeo+hVudMAO1YGWU2U+qzz\nLi0gojWwfONVeGXVIRTZMzZ/YUSngCVPlDy9tzH4WUgUfhTynNqutDj462Wz\ncy5Uon6wJh9rWhmSqAo1qV0eqt5CO6dJEX+SxRkrg4wOvMKFAAWMWnGTtqo0\nVlscGT2rCC9Ltw7fQITphGq4o5jN8Y73jdPg9dYaWkzm+YPFQPVJXDyhVyc/\n2E2V\r\n=5yky\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.8.1_1583783374513_0.10010263664190422"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.9.0": {
			"name": "yeoman-environment",
			"version": "2.9.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js",
				"test-environment": "nyc mocha test/environment.js",
				"test-generators": "nyc mocha test/generators.js",
				"test-namespace": "nyc mocha test/namespace.js test/flags.js",
				"test-repository": "nyc mocha test/repository.js",
				"test-resolver": "nyc mocha test/resolver.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"execa": "^4.0.0",
				"globby": "^8.0.1",
				"grouped-queue": "^1.0.0",
				"inquirer": "^7.1.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"mem-fs-editor": "^6.0.0",
				"semver": "^7.1.3",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3",
				"yeoman-generator": "^4.7.2"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"cross-spawn": "^7.0.1",
				"fs-extra": "^8.1.0",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.27.2",
				"yeoman-assert": "^3.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off",
					"prefer-spread": "off",
					"padding-line-between-statements": "off",
					"unicorn/no-hex-escape": "off",
					"unicorn/prefer-reflect-apply": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.9.0.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.9.0",
			"_nodeVersion": "10.20.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-wPbGhMyO1iVCis5+vSteQObRMpQ8O2eoINUEvCivDqjm29X2bTyLYyg1EIkysJsYysFskFuszOfXDwDe/Q3MTA==",
				"shasum": "de64a88100fcd0d33bf8816fa04d8a69f2b8945b",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.0.tgz",
				"fileCount": 14,
				"unpackedSize": 83431,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejxAKCRA9TVsSAnZWagAANWUP/iRe0xxKGd3qAnnBMmJ2\nSQ5250rXOcX/ZKfNx9QsPjGWcNE5P3no/4nCArOvTCeKT5vpI1jywnrUl3QE\nexqOygMl8vddonPO2NNzZogP051ITWNGoazGosW0hH5LP4Ehp7cHp9yYi1zT\ntZH2a9nkifmJKu0VnrRkR/3UpOsjQh5ChWgv5rmGDP7/Do/CaHM3IG0OxV9P\n4ln47cjvcyLenH8sF3Rm1HfUgIhTRjB+CPV0ihPWCJFcBGFM/kNuigRu91pO\nUgd5Tw43wz3GCJQ2RH/afr4X6f4OAllXLqakLGXegh8ht7hfZVqPDt5rIe5o\n0pyuqXhlStx1fo2T1D29K/UKnYtKy0wwgNfu9lJkPx6pGXX+LknVa24oM7qH\nXpMFMMqtD9EEMzrlO5XMXc5O3NMTvg0FtMiKdfmbJmrU4aTNc0RueNEtZJb7\ntv5y9wW0WgTnBUovaUgd6ZqqPjTpMoA2aicmv5YhbzO4Y3eNLb+PfdEUFMrD\nXj+BJ4IqMb3+6tBltgJ2lHAUoij9+K/zt9ZiZYxuGHqi5vYmon9tq1qSY9Aw\nhKpMS/7xgdd/1H8cWCJUvAG5aSTkZK4sr157bJ/tQaOZGNgCX6NDP7o5HRd1\n1SWiVpFUS7PiXH0wO68ip5pDfYH9UOjyTxAGxvZLiolpA0cJK7ISzN9ei6fM\nSOV+\r\n=AG1i\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.9.0_1586434057784_0.6745516633852116"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.9.1": {
			"name": "yeoman-environment",
			"version": "2.9.1",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js",
				"test-environment": "nyc mocha test/environment.js",
				"test-generators": "nyc mocha test/generators.js",
				"test-namespace": "nyc mocha test/namespace.js test/flags.js",
				"test-repository": "nyc mocha test/repository.js",
				"test-resolver": "nyc mocha test/resolver.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"execa": "^4.0.0",
				"globby": "^8.0.1",
				"grouped-queue": "^1.0.0",
				"inquirer": "^7.1.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"mem-fs-editor": "^6.0.0",
				"semver": "^7.1.3",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3",
				"yeoman-generator": "^4.8.2"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"cross-spawn": "^7.0.1",
				"fs-extra": "^8.1.0",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.27.2",
				"yeoman-assert": "^3.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off",
					"prefer-spread": "off",
					"padding-line-between-statements": "off",
					"unicorn/no-hex-escape": "off",
					"unicorn/prefer-reflect-apply": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.9.1.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.9.1",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-m9sotsBPqOrV2aqaCM68pbY0HfLzeYuWnEAsJblfGSuMiIy+xie1S1j9qboOlHyGe9Wyvg8AQx3xSwrQvIvb0A==",
				"shasum": "53334c18eae036fc5a28df78faca8c59adbc903f",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.1.tgz",
				"fileCount": 14,
				"unpackedSize": 83777,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJek+rkCRA9TVsSAnZWagAAWc0P/2L9IWIxDms7MOhmBTB3\nYcFmd9Wkr3PbssdWZoAinHOjEYs1SdFSBU61lx8N1+lTBEx6L71tzPFeHxcF\nyBZxFsdq5XAeCFEaTFMrMSwj41M8TD4swhkMtRRovKcdpYR+noUHbWHGREoy\nxQwbz9Jb/yA93wChhXh4o3leXPyKxoymanap6ujsRp0Mh48zhEV3QKXpoUog\n+JtbsL4t4NQZxeLwd0RBawTK86RfvV0UYBbXh0vnn3DM8juKggDxo1Kx2mzB\nqrJeFg0gcwetreaZtOPN3tYsfSnhV2sh176Hm4A+NShG5kGZGO/HD3V2jGbT\nYnzG8DvStJgDqUzmWmse4DxbIncycI8jgOTpuCXXNj0tZLD139Q+ko5luMhp\nMC8Z0g7J1iu2GTsMUdTzYEkefhp/JrPc2lNnK04pWapS78WVllwdF+DTamSI\nTC3SDqB5PZPj9HlVRZ6m9HhSGnYOX88+mlUHwld3xH3FVhN39q8sn6X0A6BD\nXklQWgYhul3IhMeNU0dNqgAVboITPdXN1+7Ren6D47spva+VE1fkpJeosz/U\n/1bBChLvZrzZWetxpKPuJeTUTZNAUeEw1gZ4P7Vuyd66MBaEp6plmBIW4a9m\nJpzuzKRr2xh+bUzRzwHKJNN+IIdXfsQXSKiq07+snR9H144tjTMGG8lZVALa\nlfrV\r\n=4G9Q\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.9.1_1586752227938_0.12043121944185087"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.9.2": {
			"name": "yeoman-environment",
			"version": "2.9.2",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js",
				"test-environment": "nyc mocha test/environment.js",
				"test-generators": "nyc mocha test/generators.js",
				"test-namespace": "nyc mocha test/namespace.js test/flags.js",
				"test-repository": "nyc mocha test/repository.js",
				"test-resolver": "nyc mocha test/resolver.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"execa": "^4.0.0",
				"globby": "^8.0.1",
				"grouped-queue": "^1.1.0",
				"inquirer": "^7.1.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"mem-fs-editor": "^6.0.0",
				"semver": "^7.1.3",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3",
				"yeoman-generator": "^4.8.2"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"cross-spawn": "^7.0.1",
				"fs-extra": "^8.1.0",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.27.2",
				"yeoman-assert": "^3.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off",
					"prefer-spread": "off",
					"padding-line-between-statements": "off",
					"unicorn/no-hex-escape": "off",
					"unicorn/prefer-reflect-apply": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.9.2.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.9.2",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-Hmf40ezakJ2INCD56X8F0izmDWxCOWzL2cwsn5e4fPECGKXTe0AhqQB3UoQTuhicySdBzSFLd3F4sBofQy4a8w==",
				"shasum": "5021ab5ced30d2ddca89fa99e5f874ea7a5246cd",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.2.tgz",
				"fileCount": 14,
				"unpackedSize": 84267,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemlreCRA9TVsSAnZWagAApIwQAJi72lmjkhk7clSvo358\nR4yN1XgbC3unIHTy06rWn/RfEdQagC82lD/n+p0YIYViVi92YdNAHGlJgrR8\n2SSo7mXtgPmCV9XTbVcmImaPrH+ag9xHr8RI5zMrNgbkVe3Jg1/oCP/KYvMs\nU/yeC9Szug3qiYdZmLVEFiQuh2rJLEbY/u4tgn1l27ASlvmAAbYeXD/pM05E\nvJ0iYFlEOlslFP/PVSmKgWCVPPmc7DEqpiI8QUokhoo08TL6PBfnqJ27+JxV\nH4XZbbnMdPk+uKKSS0wbnDstTt7AvnPcfWo6PObaD6kK5oCymuQ2KeEMi6Md\n7MRZYczZXALMtgq5B1uOVik5bAQ9oCVJ4no6QlMQ5eTJ6iDUtFCLCGfdE08P\nAMMPeABBvnUINAUhWhUJS1kLV5A05ZQL1KzthZhDW5vca06jC6/BdKoygPls\n3CW0LDTgB9FPSaq1nVbkYxkEmkXTKOvFMrmW7gaxm9FJI9ANjwdLw4Bhb9/8\nwH2zDo3JurVxwVAQlFHA6IwEWYZMO/N7iCmGk1c7nn4tgDmYm0v9q2Pw0CG0\nXV6aGBLm9C4j47/1AXRMQZr0EJ+ENkxg/SiwmcNCo8TNNBAKU2VM9dqz50s5\nE3+yS2pyrXMLJW49Sfd71PiaagZcBPR+g8x6a07CQP070NEsBNCxDWHz5J1a\nSYGp\r\n=Rz8S\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.9.2_1587174109940_0.2766782466058526"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.9.3": {
			"name": "yeoman-environment",
			"version": "2.9.3",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js",
				"test-environment": "nyc mocha test/environment.js",
				"test-generators": "nyc mocha test/generators.js",
				"test-namespace": "nyc mocha test/namespace.js test/flags.js",
				"test-repository": "nyc mocha test/repository.js",
				"test-resolver": "nyc mocha test/resolver.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"execa": "^4.0.0",
				"globby": "^8.0.1",
				"grouped-queue": "^1.1.0",
				"inquirer": "^7.1.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"mem-fs-editor": "^6.0.0",
				"semver": "^7.1.3",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3",
				"yeoman-generator": "^4.8.2"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"cross-spawn": "^7.0.1",
				"fs-extra": "^8.1.0",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.27.2",
				"yeoman-assert": "^3.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off",
					"prefer-spread": "off",
					"padding-line-between-statements": "off",
					"unicorn/no-hex-escape": "off",
					"unicorn/prefer-reflect-apply": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.9.3.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.9.3",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-W683tcesXmVXslYRbhnG9urYOJvRbsByH/ffhzp+G3tsXBsQUjRb5DMuhE3Nb932/cWmLl7jA/sONxEmlfTAcg==",
				"shasum": "3c25aaa1f28de28cf65abb1a967c9ba8e048fc32",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.3.tgz",
				"fileCount": 14,
				"unpackedSize": 84315,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJem1WuCRA9TVsSAnZWagAA7zwP/iX4qPg/KN7egogZ75zr\nHJYK6v/EVHapS/wKtkZYCEUVLsqW3tIg4dFmXFKV6TwSKUGWoGgXapslDKuv\nk2YyU8b+Ob7pK/7HBMYjtdH5Ly3D48VIc1ZecxskRaI1sAoV68ZziJl7La5L\na/BeeCCqbSxvEmZtT7XVDUdpzqwLHiYXlHcjb4osDmz9eJHEiuHb2zjBjwhu\nOC951ubOopBRCfM3y9yc/459Qyd8eGR7wMu4AEH5ymxSTShKPdUg7sDSEMih\n3WdYT9wpnuZXGr8lS0/DhVRT2AifUPEVH2LMM8T+uPhFo8y/kfyCHJb0OkVh\npvIjISzCKPQJo/XQnl3Xlv6eRyeLjEzyfuKPQRa7Us5dUmLGoErcj1KXaRgq\n70L1ASB49RLyKOrr2w2FvYIEBs+drPCNcnlZrjGbW6kIs8+vKa53IwtpK76B\nD6uEsecz8Vn1j6wfrTXCjAPYUFNNDZtYwIKMLAsa16klQmcbGa/UuJQI8/bY\nVUi5O52eCHyg/j4G3u3DgkOHasTLwVN/ArWLzxZNMa1R6LprwoXbBgVJDzDS\nLpE4ReTgp8L6dk38lqbwf78FUQ0bmcC8aNIvOXx7BtcmuTvYNyej7lQlQ79V\nUEq7X5K5Kpy38Ky9RADl8ENlebJToejST/xWPIG2pygXkwmiPQlzPHVIdSTZ\n2TXU\r\n=ZfP4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.9.3_1587238317661_0.10343469392435467"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.9.4": {
			"name": "yeoman-environment",
			"version": "2.9.4",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js",
				"test-environment": "nyc mocha test/environment.js",
				"test-generators": "nyc mocha test/generators.js",
				"test-namespace": "nyc mocha test/namespace.js test/flags.js",
				"test-repository": "nyc mocha test/repository.js",
				"test-resolver": "nyc mocha test/resolver.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"execa": "^4.0.0",
				"globby": "^8.0.1",
				"grouped-queue": "^1.1.0",
				"inquirer": "^7.1.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"mem-fs-editor": "^6.0.0",
				"semver": "^7.1.3",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3",
				"yeoman-generator": "^4.8.2"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"cross-spawn": "^7.0.1",
				"fs-extra": "^8.1.0",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.27.2",
				"yeoman-assert": "^3.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off",
					"prefer-spread": "off",
					"padding-line-between-statements": "off",
					"unicorn/no-hex-escape": "off",
					"unicorn/prefer-reflect-apply": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.9.4.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.9.4",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-iWxGhG2G0wnFAWK12J925o5UCMpsyMS77cgyLwFoErS6lvC0N6SpvvYFYcYxFQKmKtxI7X+Hmpvg+Y+7hM4FPw==",
				"shasum": "e07080ba537d9783431d665cbec3a2bad4b417f7",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.4.tgz",
				"fileCount": 14,
				"unpackedSize": 84407,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenK/SCRA9TVsSAnZWagAA+ZAP/199XW67IldRsFWLnYuX\n9gWDzMhHRW570Ez2POOOyBL+PxiI3hbHxV/6D4D+bmtgeXwyu0pTU3HZ05qw\nOnyeRPGGBG/AmJ6zjaAC5ugz8lF5uidzltH4b7pSxDo2IwCfZ8CLVoLUMR8O\n/VykNsNerTbAk/x4d62iT0ETRW2MyAqWOzZr1RefYmhvgYDhUdIKr1bM9+0C\nJN7T2hLABtcuzpcQL7c8BfoNU7jZuFYZwFON1MB9sv48IpmP1+F/GTqx6x2L\nOGiz5emYOJK1uHq2VEjnz1r/69yPXe1G0e1zeX/1QxBwSyU8gy0xS+kfyZNO\ndoUI/PbOMUODbP5GoTIYix28G+tkciI/KeedWmfkR3qYi9c8K9pnNnNxPuOz\nH94yeEQtrXHX2I0HlRhCEOadJtHyvU2eE0Sb+W/XacIi4l3ys0V3WsBwIUTJ\nA8LJzkOJjvYJeCPT3BnA2f0Yvr/iAvVxS3D9Hw4oXIw5zODUZX3TKBiDsUa0\npNM/2hykE5rebDlPYnzJFIZmvmJbCYLnY14JF/8XJO8TnFn1TRH/3hHf15+O\nNXNylUOJwsZ8qaccfSPCuJe3yPuH4N6dCc2e1YRqB3LWUIPWu/VdzoTVcYW+\n5254ycwNlP2mYi8Dx0AJv1k8XVDojAGag1QVRUPs0WGoN1yEYAVxmxxPKhRR\nlhUj\r\n=WQG1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.9.4_1587326929512_0.9813447208224662"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.9.5": {
			"name": "yeoman-environment",
			"version": "2.9.5",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js",
				"test-environment": "nyc mocha test/environment.js",
				"test-generators": "nyc mocha test/generators.js",
				"test-namespace": "nyc mocha test/namespace.js test/flags.js",
				"test-repository": "nyc mocha test/repository.js",
				"test-resolver": "nyc mocha test/resolver.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"execa": "^4.0.0",
				"globby": "^8.0.1",
				"grouped-queue": "^1.1.0",
				"inquirer": "^7.1.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"mem-fs-editor": "^6.0.0",
				"semver": "^7.1.3",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3",
				"yeoman-generator": "^4.8.2"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"cross-spawn": "^7.0.1",
				"fs-extra": "^8.1.0",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.27.2",
				"yeoman-assert": "^3.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off",
					"prefer-spread": "off",
					"padding-line-between-statements": "off",
					"unicorn/no-hex-escape": "off",
					"unicorn/prefer-reflect-apply": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.9.5.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.9.5",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-ntxV8VTZbP8QFuJZGT7vG8AsKeyGz8lXlfq2V2T5sl6SrU6UAEVgRreEGz9t+JbFGx1CSM/Ly2atG/avGuheyQ==",
				"shasum": "372ff3f81bc6a979c6d7f7c9d7d8822088c6a805",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.5.tgz",
				"fileCount": 14,
				"unpackedSize": 84592,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoCPNCRA9TVsSAnZWagAA6cUP/2t3Ff7aWlrhpTqSkbGF\nL+CNp8iKCkFjGW3pxmuGWPzOJBnAvHI/k5NnUrnCktZh+4D1GdYMqeURPL2N\nnmda+jED4PMTbZJV975f4HzSfS9MToDRYv5FpQ1lx5AJTPh78Ydfyy+9GzUp\nuvV9dl1UXRK7eY1Ea2czpnOeIDyK/Fb7CNAf/jUxAsMlK3TeoKQKXF8bSa2L\n8P9/J54+BXm6nvG0pMVtdE5wAtlYYj+HcShnoNUwFe0N8iP3gqnpOcpwAibb\nTF1lNtPRolNiG467M19kPUkpGrpwlxtTxSGIEJa5cGToh3jYMudONgxwsAgJ\nu4QKxklMniHmZ/ukdIB2y5doE+1Jm5c2dLmJ28++6QfiNTg2GnAq28BPT4ix\ni0qa1g9oPDbwNxd5/pWQQ3VzPevVLIE/xZgYbZE6gEEpIo+2zh686wFMTU8o\njbiHZ3VD+JEY2JeVmCDbZfYVgEIW2woc8mUobUXc3KumOVzkCtCYUi0Bt946\nu5AYHnryyj8TsfoZ1A3ZA7ZVN0EUFGHbe74DUDreB147XCKPUJoyuwCIYaBh\n5AwNElxQdG2/Qf1T4/CznCM1gPebrUKk7RcfF6tt1hQRAUW0lnO5k2WDDWLb\nNeZYzeWW3ajGKMgIakPuXXf8IFmj/QRqzCrZzYElV7EIht1qFazhr6h1iR9i\nQ4cT\r\n=krd+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.9.5_1587553228812_0.8830092366172044"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.9.6": {
			"name": "yeoman-environment",
			"version": "2.9.6",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js",
				"test-environment": "nyc mocha test/environment.js",
				"test-generators": "nyc mocha test/generators.js",
				"test-namespace": "nyc mocha test/namespace.js test/flags.js",
				"test-repository": "nyc mocha test/repository.js",
				"test-resolver": "nyc mocha test/resolver.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"execa": "^4.0.0",
				"globby": "^8.0.1",
				"grouped-queue": "^1.1.0",
				"inquirer": "^7.1.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"mem-fs-editor": "^6.0.0",
				"semver": "^7.1.3",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3",
				"yeoman-generator": "^4.8.2"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"cross-spawn": "^7.0.1",
				"fs-extra": "^8.1.0",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.27.2",
				"yeoman-assert": "^3.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off",
					"prefer-spread": "off",
					"padding-line-between-statements": "off",
					"unicorn/no-hex-escape": "off",
					"unicorn/prefer-reflect-apply": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.9.6.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.9.6",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-olp9jFDfF35F6YbE2PvWw8idX+JUW9Wf5bY9OYntFdyl4YGnmxJVO6VokYwK+ZoC3asciyO7tteoxTyYG4AxXA==",
				"shasum": "3defd8a1c66fd44df0c8ee9603ac44ecada0a370",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.6.tgz",
				"fileCount": 14,
				"unpackedSize": 84830,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeowJsCRA9TVsSAnZWagAAVJEP/3DaXtOm1pxhEZtHZtDG\nufQTJTdAojzSzTElWQuDY/gy0OsftWFpGlx0vUAyMGorInC968fVEXG0Ekr6\nZXSnUGJ2O7ieCwY4Rfmu1B1grbYtBEGRsqXgZ3lf3ohM1rel0UVBWs+n085P\ntH86ac+HH1EPj+Ye8iV87uXZi59eatPXI/KF072VMc2YwfvsLdtYWkRmJKxr\njWheXrWpZHIRCaS/BXt/8r1Bic/44M80gVzb1gvMwfVN6/2jhWkyInuWBVXk\nMrJ6iCmSe/p+nuORp5bePspYsQDFG+T8i0bMt3mtF9edBQfH5Zpj3lyWAS9g\nvAEyUFPA1FTOGC1yOFbIS1khmOEu70pEdYMZWljsJRCyrN5Q3SQmOJ4vvCC6\neynpQujQEuPmm1WLuqcddboQVCn2/1mqWEVCDwOABdX1a0YA+hXLWUnamTIA\nd8/zDVFUp0ae9EXSwyysiejULeH76Dci9GkEDhNoJbRFqYIGtxgYURzIXbm6\n3fSRMAzlryRS5PWmcsUTuX1at6B8lr0PKnZR/H/3lFb7DsLX2GDe2qdSRTJm\nUVMSUkYCf8vB+5lLNo2fVydjG9N5+qBkJ/xh/DTGATbQsyeonPz22QMefSy1\nw6PToZnCiBWJQ9uijVf9qIaZAYemlPlDBkKR5W5lWS/WvIRdcJuXfu7IOMYp\nZYHb\r\n=AVZg\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.9.6_1587741292389_0.08014853091134477"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.10.0": {
			"name": "yeoman-environment",
			"version": "2.10.0",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js",
				"test-environment": "nyc mocha test/environment.js",
				"test-generators": "nyc mocha test/generators.js",
				"test-namespace": "nyc mocha test/namespace.js test/flags.js",
				"test-repository": "nyc mocha test/repository.js",
				"test-resolver": "nyc mocha test/resolver.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"execa": "^4.0.0",
				"globby": "^8.0.1",
				"grouped-queue": "^1.1.0",
				"inquirer": "^7.1.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"mem-fs-editor": "^6.0.0",
				"npm-api": "^1.0.0",
				"semver": "^7.1.3",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3",
				"yeoman-generator": "^4.8.2"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"cross-spawn": "^7.0.1",
				"fs-extra": "^8.1.0",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.27.2",
				"yeoman-assert": "^3.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off",
					"prefer-spread": "off",
					"padding-line-between-statements": "off",
					"unicorn/no-hex-escape": "off",
					"unicorn/prefer-reflect-apply": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.10.0.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.10.0",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-dn754zZm1kTWS94V5riNLNjs9Wn6Zjl+9jgbQ37EmHEhcRR30fY1sgBnhYZyTpa+zK7ipFI6dMH9Sg0SAMW3hw==",
				"shasum": "ddf803935dac03248208a23e3d31629d9bfa2dbf",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.10.0.tgz",
				"fileCount": 13,
				"unpackedSize": 87795,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJer1YRCRA9TVsSAnZWagAAfEUP+wWgsebhKxM6DNxtI0nz\nntpjD1jHSvzAARjcUj6KVCeVFzztHotKxp5gP+NtWz9wdRwMcUfkKiklLwKS\n95vjnfOsCCdxXFY/n5OVyArKcJwYpgKYLd5gSwvMZY00qmJy+3mO8DHpu3bu\nevP3+c43/GrVByhSNkW7ppyF2TfJKoj+bCF3UdI4T22TsZnL6Giw0D3H5sxD\npPo6A4kY8aWWjK+A5mDGgdZ7CUatd63KIxVDcwD0+C/S1G0ZiwuC56VP+mLx\nUr8PksuMUa+8hZTSFK2lkcpfjZ0UJvROGV7H0aGuKA0hqj8155AfSBVEWIZm\niO1ChogHwUzDQHXg2PChNf3b4djz5JksRRL51EcOXOX+GCjlMH19e4pvCp9u\nJFnfhqYDlnjbq80oFkC+pv7w3yO0l8pcfGcauavR5LwbZeptYFckSJMH1NWS\n8EvU3N7zEyx7haAPR5jFEYSZeeLdO5Vv1rzR1O7NbAAx7decJiL/5xIyyut6\n8oQK9yKmVxFBE6A4CWzniH/hlRQiLImyjZ/+WeqJkFpOOIGmwWd3c2Lw9Zkm\n4syOPnQa9V8B2OrelE/TH8GXYbSNP/QWn5JKS80F0yP3UCQnCK0WEMAx2eDf\ndE2+43Qe3LzFcPMPAJKSHWBpmfuHxYYMr5zfAL4hgDeobCXmnVYH/4UVEoGT\n4v5S\r\n=ZPex\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.10.0_1588549137217_0.2755548242128101"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.10.1": {
			"name": "yeoman-environment",
			"version": "2.10.1",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js",
				"test-environment": "nyc mocha test/environment.js",
				"test-generators": "nyc mocha test/generators.js",
				"test-namespace": "nyc mocha test/namespace.js test/flags.js",
				"test-repository": "nyc mocha test/repository.js",
				"test-resolver": "nyc mocha test/resolver.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"execa": "^4.0.0",
				"globby": "^8.0.1",
				"grouped-queue": "^1.1.0",
				"inquirer": "^7.1.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"mem-fs-editor": "^6.0.0",
				"npm-api": "^1.0.0",
				"semver": "^7.1.3",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3",
				"yeoman-generator": "^4.10.1"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"cross-spawn": "^7.0.1",
				"fs-extra": "^8.1.0",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.27.2",
				"yeoman-assert": "^3.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off",
					"prefer-spread": "off",
					"padding-line-between-statements": "off",
					"unicorn/no-hex-escape": "off",
					"unicorn/prefer-reflect-apply": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.10.1.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.10.1",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-o95BstDlAnX54nsn5AunN4e7UzOjZU7KefyZkj6fPweGvxq1CIQMJSYJUnUvbds77N03PKdBYk430wFKkLSC3A==",
				"shasum": "570346495846b8c3c88442064c1f0875a99df089",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.10.1.tgz",
				"fileCount": 13,
				"unpackedSize": 95020,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevTlOCRA9TVsSAnZWagAA3PwP/1OOiybdgkvuvpnWbWQN\n6OMjvh+1KTSTjDEfJvkpIzyHWfWlG12Z7hbaXKdOI97Hdc6NiiuDFI+EoHzR\ndkTovX5/kGEXVcWfamVzmTdcB0YFjLE4b9in3nw1kdc/dsGatGkxlVZIxsTt\nRTjYE6AK2LS4pL+1bWJDi6PEXOtBFQv/tb4+Y3L/uvpdpSxJ+UosQErwgMHK\nNNQYfBYBV1QzngSsVPUWz3oHWRFA3UrJpYaLEHmfLrPwuk+NZM202nAqn3Hd\nwxU9od51JO3YP2WFG5/W41Glhmoi/RLpLROn1hF5CEY1XNNAD4MKsIOd3Cn2\nW49qdYa+8xexLhjOd5h0lQU1WnePFml80IRJAuAynwZ/zyBXrm/mxCnNnmr4\nVj0TW1OVP41oNHTy/NgyJGiRNAtNYfCR/+cbsOPHW5hNAUuky16Nn+iFwAr1\nYoljd7sbZsdYUz0tH48T2jkeAgPTp/kuMk8VunbLbgYAl65Rs5UM683l4vei\n0kpqIRMA/NpPCeSXDp4zsuws+iehhaSaQ5Gtp2SIo+eQUKIy4x5VIrP6vDnY\nXzhT11VeAZ7cYhxATXkFdmwKWAH66DEibdQBIAN/Bz84VJrkVBulmojFT3vf\n6pgSpgAFdrNDYu4M03HfXiwFX/SS2HuX8fFrtIqRkERlHufuNi/RZfCNM3KG\ncxiV\r\n=7CC4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.10.1_1589459277498_0.6313979817150575"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.10.2": {
			"name": "yeoman-environment",
			"version": "2.10.2",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"test": "nyc mocha",
				"test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js",
				"test-environment": "nyc mocha test/environment.js",
				"test-generators": "nyc mocha test/generators.js",
				"test-namespace": "nyc mocha test/namespace.js test/flags.js",
				"test-repository": "nyc mocha test/repository.js",
				"test-resolver": "nyc mocha test/resolver.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"execa": "^4.0.0",
				"globby": "^8.0.1",
				"grouped-queue": "^1.1.0",
				"inquirer": "^7.1.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"mem-fs-editor": "^6.0.0",
				"npm-api": "^1.0.0",
				"semver": "^7.1.3",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3",
				"yeoman-generator": "^4.8.2"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"cross-spawn": "^7.0.1",
				"fs-extra": "^8.1.0",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.27.2",
				"yeoman-assert": "^3.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off",
					"prefer-spread": "off",
					"padding-line-between-statements": "off",
					"unicorn/no-hex-escape": "off",
					"unicorn/prefer-reflect-apply": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.10.2.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.10.2",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-7HuUixYvGO1lVPjOZ0HOweL+WXuX7COEO0V5/R+K6Rsyy+hcl+PHMOcsUQMgq5BAGfRJo9CTt4EkE6iqH+SoQA==",
				"shasum": "cfd1ffd28787b2058dde449fb8b31c290fab3158",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.10.2.tgz",
				"fileCount": 13,
				"unpackedSize": 95439,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevvfiCRA9TVsSAnZWagAAdrcP+wUhjFteCg3i0jJNObrj\n+1LFL42pXIWiXaJ5jM7n99+5yjURtIeaO/zSp1lZ/mJId4IxNhI37wvbs9FZ\neQOKJ1fxSaBprbSoa1RyhUVcNLhT8IHjB8ixbhQoDFe9AIgdFUh2aE7+VDA+\n/BpYjLqA7fbH5T2u7UrTP4pOLqyXkuCmPBWmt48FZ6huWM2m97fVf+FOjqtN\nullAxWB83XdNbCHV/yLIn4bOgEBUJMhVlJuoIdqp8Htyuav8JtKg3OaBkQcW\ncRR20Z2+gcAGLC5LescOpLYGMCbYQnWcqIa/aJjkeJ3uHlRHhJs46j+oo/wH\nvK+9zIIfYL78XlRxhehhxy1igre6GOYuAwfwZCgZxDvFwx2GMNbD1TQCFolV\n/+5lDzHZrA+p/kbGqtjc1vBNv0w/abwI6BEAbeOO95yfa5PZ5Ns7GGXnLMBA\nzEONVL7+AVSYuo4jcNj8aNzk4fyrbl+TYpA1CHbIApERdads8GhJnCdIdA1M\nCNHAZldsRtXSnyXYPvUnBIJ+wD86TfPGskOtXUgSefuCSapJNmVsZBrZWz4/\npJQWsWFBZuqgZD0B7x062O3TaMCAyD8Esb7f4n+mSljo32wsVARPw8dCPqJl\nyAnOi7Dnkl0CCtZdozTL087AnpKvyByssfGmf6e1x28dKODrgF0lHYCpzOwb\nG4x9\r\n=AiHQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.10.2_1589573602097_0.48154408320060527"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.10.3": {
			"name": "yeoman-environment",
			"version": "2.10.3",
			"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
			"homepage": "http://yeoman.io",
			"author": {
				"name": "Yeoman"
			},
			"main": "lib/environment.js",
			"keywords": [
				"development",
				"dev",
				"build",
				"tool",
				"cli",
				"scaffold",
				"scaffolding",
				"generate",
				"generator",
				"yeoman",
				"app"
			],
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/environment.git"
			},
			"scripts": {
				"pretest": "xo",
				"fix": "xo --fix",
				"test": "nyc mocha",
				"test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js",
				"test-environment": "nyc mocha test/environment.js",
				"test-generators": "nyc mocha test/generators.js",
				"test-namespace": "nyc mocha test/namespace.js test/flags.js",
				"test-repository": "nyc mocha test/repository.js",
				"test-resolver": "nyc mocha test/resolver.js",
				"doc": "jsdoc -c ./jsdoc.json ./readme.md",
				"benchmark": "matcha benchmark/**",
				"coverage": "nyc report --reporter=text-lcov | coveralls"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"debug": "^3.1.0",
				"diff": "^3.5.0",
				"escape-string-regexp": "^1.0.2",
				"execa": "^4.0.0",
				"globby": "^8.0.1",
				"grouped-queue": "^1.1.0",
				"inquirer": "^7.1.0",
				"is-scoped": "^1.0.0",
				"lodash": "^4.17.10",
				"log-symbols": "^2.2.0",
				"mem-fs": "^1.1.0",
				"mem-fs-editor": "^6.0.0",
				"npm-api": "^1.0.0",
				"semver": "^7.1.3",
				"strip-ansi": "^4.0.0",
				"text-table": "^0.2.0",
				"untildify": "^3.0.3",
				"yeoman-generator": "^4.8.2"
			},
			"devDependencies": {
				"coveralls": "^3.0.2",
				"cross-spawn": "^7.0.1",
				"fs-extra": "^8.1.0",
				"jsdoc": "^3.6.3",
				"matcha": "^0.7.0",
				"mocha": "^5.2.0",
				"nyc": "^15.0.0",
				"sinon": "^5.1.1",
				"sinon-test": "^2.2.1",
				"tui-jsdoc-template": "^1.2.2",
				"xo": "^0.27.2",
				"yeoman-assert": "^3.1.1"
			},
			"xo": {
				"space": true,
				"envs": [
					"node",
					"mocha"
				],
				"rules": {
					"import/no-dynamic-require": "off",
					"prefer-spread": "off",
					"padding-line-between-statements": "off",
					"unicorn/no-hex-escape": "off",
					"unicorn/prefer-reflect-apply": "off"
				}
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:yeoman-environment-2.10.3.tgz",
			"bugs": {
				"url": "https://github.com/yeoman/environment/issues"
			},
			"_id": "yeoman-environment@2.10.3",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-pLIhhU9z/G+kjOXmJ2bPFm3nejfbH+f1fjYRSOteEXDBrv1EoJE/e+kuHixSXfCYfTkxjYsvRaDX+1QykLCnpQ==",
				"shasum": "9d8f42b77317414434cc0e51fb006a4bdd54688e",
				"tarball": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.10.3.tgz",
				"fileCount": 13,
				"unpackedSize": 96149,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0xnaCRA9TVsSAnZWagAA9cIQAIZMoOZF9FvagrsT8LFL\nhiss5a8dMCuFMqMPKC0KHTAvYIoa+5DgiFaH20jW26HmQ6sUc1/3lgHbHt5z\nZr6xix4wscak+lFmgQxKDBGnM5wjnFgQb/9UgwNyG7oVg89sLF+AKzQJnsUi\nFBjJhP7B9m5tSEIcsl1DVJUuNecuh5LtYyEsTUWPU5JwIIPj6eYY3c/wwQbA\nyJDtyQAh/V/YnHwVcCqDo6nIQ2bwPjW8830zvpoN0xFTw5LB1cfADEF4QINI\noAGl3XCXj47Ylf2kN/NWSSEBxgDGaaUg692V7KJGPdTrqLLHplmIAP0I7zDB\n7az91f4C/X73otR5VcJi/tkESdJE0Skh0Atm+FOJvsKlrOfQukQIISsNch+u\n3+4SOa4WeZyrHZiKL3eU1ABIP1O7cVQdD9nl+uAd427TJd7o//r8JXtgreTm\nSdtwQr5Em1vK0DeviqPorrW1+pntdssbyTO0HtqDPnpOKW7qoAsVYlRGn7ha\nZpoSShNmDvptn+dFxpLnUt3cGKPgg9/a8JC340HG34ijW5UjqKjlCMM3N2DX\n7iSHpI/5fYkkx3B8quV+ijOPg71qxmkhwNffoL7vW05CwkNZup2SOahzAz6I\nNB6VA0NeGekmUDpxUPvJBOYPWTidzcMhXCsZn+pu41Zu3/iNh8LOiKG2YyDE\nkvAp\r\n=TDFn\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "mshima",
				"email": "marceloshima@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/yeoman-environment_2.10.3_1590893017751_0.5415414775876397"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-05-31T02:43:41.519Z",
		"created": "2014-10-06T06:02:16.347Z",
		"1.0.0": "2014-10-06T06:02:16.347Z",
		"1.0.1": "2014-10-09T07:17:10.239Z",
		"1.0.2": "2014-10-10T06:53:58.330Z",
		"1.1.0": "2014-11-06T21:58:27.627Z",
		"1.1.1": "2014-11-06T23:01:57.932Z",
		"1.2.0": "2015-01-14T07:24:39.589Z",
		"1.2.1": "2015-01-21T19:42:53.039Z",
		"1.2.2": "2015-02-09T02:47:42.205Z",
		"1.2.3": "2015-02-13T07:09:21.715Z",
		"1.2.4": "2015-02-15T07:19:08.098Z",
		"1.2.5": "2015-04-05T07:17:24.114Z",
		"1.2.6": "2015-07-09T06:20:06.265Z",
		"1.2.7": "2015-07-14T23:28:39.481Z",
		"1.3.0": "2015-10-22T10:39:46.740Z",
		"1.4.0": "2015-12-22T08:45:26.467Z",
		"1.5.0": "2015-12-27T03:15:01.250Z",
		"1.5.1": "2016-01-08T07:06:12.755Z",
		"1.5.2": "2016-01-08T21:04:23.899Z",
		"1.5.3": "2016-04-19T06:00:37.242Z",
		"1.6.0": "2016-05-02T00:33:39.886Z",
		"1.6.1": "2016-05-02T18:10:14.809Z",
		"1.6.2": "2016-07-06T17:57:53.434Z",
		"1.6.3": "2016-07-06T19:13:41.297Z",
		"1.6.4": "2016-09-22T19:04:22.108Z",
		"1.6.5": "2016-10-09T02:25:03.170Z",
		"1.6.6": "2016-11-14T00:20:31.416Z",
		"2.0.0": "2017-06-07T11:22:34.254Z",
		"2.0.1": "2017-07-31T15:35:48.862Z",
		"2.0.2": "2017-08-09T11:07:48.881Z",
		"2.0.3": "2017-09-02T17:05:18.619Z",
		"2.0.4": "2017-09-30T14:34:34.867Z",
		"2.0.5": "2017-10-15T15:18:51.832Z",
		"2.0.6": "2018-03-31T15:38:46.339Z",
		"2.1.0": "2018-05-14T05:31:40.839Z",
		"2.1.1": "2018-05-14T18:17:27.741Z",
		"2.2.0": "2018-05-31T15:34:57.295Z",
		"2.3.0": "2018-06-23T11:22:51.089Z",
		"2.3.1": "2018-07-17T13:40:22.132Z",
		"2.3.2": "2018-08-21T13:51:38.618Z",
		"2.3.3": "2018-08-22T13:59:26.266Z",
		"2.3.4": "2018-11-04T04:55:58.068Z",
		"2.4.0": "2019-06-26T07:51:15.880Z",
		"2.5.0": "2019-10-14T01:03:55.035Z",
		"2.6.0": "2019-10-27T08:36:55.898Z",
		"2.7.0": "2019-12-15T10:05:36.363Z",
		"2.8.0": "2020-02-14T10:12:46.368Z",
		"2.8.1": "2020-03-09T19:49:34.635Z",
		"2.9.0": "2020-04-09T12:07:37.932Z",
		"2.9.1": "2020-04-13T04:30:28.084Z",
		"2.9.2": "2020-04-18T01:41:50.097Z",
		"2.9.3": "2020-04-18T19:31:57.779Z",
		"2.9.4": "2020-04-19T20:08:49.608Z",
		"2.9.5": "2020-04-22T11:00:29.089Z",
		"2.9.6": "2020-04-24T15:14:52.549Z",
		"2.10.0": "2020-05-03T23:38:57.329Z",
		"2.10.1": "2020-05-14T12:27:57.621Z",
		"2.10.2": "2020-05-15T20:13:22.192Z",
		"2.10.3": "2020-05-31T02:43:37.905Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.10.3"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"7e2fe8a03096a8417eef77c25bbec895\"",
			"fetched": 1593324285086
		}
	},
	"_distfiles": {
		"yeoman-environment-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.0.0.tgz",
			"sha": "cc808cf76db6b913d0517681188f40ac12aa43cc",
			"registry": "npmjs"
		},
		"yeoman-environment-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.0.1.tgz",
			"sha": "e0154793212b956eca532fa8ebdba79deadafe8a",
			"registry": "npmjs"
		},
		"yeoman-environment-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.0.2.tgz",
			"sha": "c139c8e339d8aa266fc831c1a66ff1bb9379411d",
			"registry": "npmjs"
		},
		"yeoman-environment-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.1.0.tgz",
			"sha": "c7e06d42135fb6c1ff3f16002070f752f52debce",
			"registry": "npmjs"
		},
		"yeoman-environment-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.1.1.tgz",
			"sha": "e7a34d4625745da45341846690b5599e5665eb7c",
			"registry": "npmjs"
		},
		"yeoman-environment-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.0.tgz",
			"sha": "6ef52770ac9915e9649c8b1d1e8e458000bed755",
			"registry": "npmjs"
		},
		"yeoman-environment-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.1.tgz",
			"sha": "b07c6396b46061a678f024fd3472a2ce0b5fde54",
			"registry": "npmjs"
		},
		"yeoman-environment-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.2.tgz",
			"sha": "24a4451ed33d3c40df36d3b8fb767de33b9e74e7",
			"registry": "npmjs"
		},
		"yeoman-environment-1.2.3.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.3.tgz",
			"sha": "38be59f32f97f32fba0b504fcd6371fe5bc8d5a5",
			"registry": "npmjs"
		},
		"yeoman-environment-1.2.4.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.4.tgz",
			"sha": "95242a7b82977104d3ba65b5fccda1127e81fff7",
			"registry": "npmjs"
		},
		"yeoman-environment-1.2.5.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.5.tgz",
			"sha": "00610ab9fcc4c0bbb7f34e5dad84fcc6934c516e",
			"registry": "npmjs"
		},
		"yeoman-environment-1.2.6.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.6.tgz",
			"sha": "ceb7e43a6d24c97e9d21aa84c7fbbb4ba3d173ff",
			"registry": "npmjs"
		},
		"yeoman-environment-1.2.7.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.2.7.tgz",
			"sha": "02da6faece3c434ea324b2053a316ad347629fb1",
			"registry": "npmjs"
		},
		"yeoman-environment-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.3.0.tgz",
			"sha": "bbd5cf2ca0583fbd2288206f6e2339e9fca8ca2f",
			"registry": "npmjs"
		},
		"yeoman-environment-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.4.0.tgz",
			"sha": "ddc1cfe94d5a69ddf880ca547b7bd8f1fad06aae",
			"registry": "npmjs"
		},
		"yeoman-environment-1.5.1.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.5.1.tgz",
			"sha": "ae69c2f4d979943d29eb6f8019eec4631654ad6d",
			"registry": "npmjs"
		},
		"yeoman-environment-1.5.2.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.5.2.tgz",
			"sha": "17c2add72c1e86954f5c2fb4c397d7335ca40827",
			"registry": "npmjs"
		},
		"yeoman-environment-1.5.3.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.5.3.tgz",
			"sha": "76f0d14bd2529ca912bd6d20bcb717f8cd1a9ce7",
			"registry": "npmjs"
		},
		"yeoman-environment-1.6.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.0.tgz",
			"sha": "85a5cd60e82a009a737320079f51598425e2c414",
			"registry": "npmjs"
		},
		"yeoman-environment-1.6.1.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.1.tgz",
			"sha": "9f80852c80084c26e988e3c85453c6151bf5522f",
			"registry": "npmjs"
		},
		"yeoman-environment-1.6.3.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.3.tgz",
			"sha": "8154d4b5d74bcc57d9a92b9f8d9b1ae2a75570c8",
			"registry": "npmjs"
		},
		"yeoman-environment-1.6.4.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.4.tgz",
			"sha": "e366a8972314b3fec11a996cec03b3978f3c7e97",
			"registry": "npmjs"
		},
		"yeoman-environment-1.6.5.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.5.tgz",
			"sha": "0db07ab315adecb6e5e3b55ad9ab2063b71a08e1",
			"registry": "npmjs"
		},
		"yeoman-environment-1.6.6.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-1.6.6.tgz",
			"sha": "cd85fa67d156060e440d7807d7ef7cf0d2d1d671",
			"registry": "npmjs"
		},
		"yeoman-environment-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.0.tgz",
			"sha": "dafa2fc512c168cb8313453e5318e64731265915",
			"registry": "npmjs"
		},
		"yeoman-environment-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.1.tgz",
			"sha": "2b89415abd47775878bf4f77dbca97158f77de88",
			"registry": "npmjs"
		},
		"yeoman-environment-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.2.tgz",
			"sha": "504ece28e11b5ac487e90b97d8189afa38db4331",
			"registry": "npmjs"
		},
		"yeoman-environment-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.3.tgz",
			"sha": "1418513ce9459ad3a7c78838af518de1152414e0",
			"registry": "npmjs"
		},
		"yeoman-environment-2.0.4.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.4.tgz",
			"sha": "55d76108721de14a9b349de8bd19b6e1eaa2c8c8",
			"registry": "npmjs"
		},
		"yeoman-environment-2.0.5.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.5.tgz",
			"sha": "84f22bafa84088971fe99ea85f654a3a3dd2b693",
			"registry": "npmjs"
		},
		"yeoman-environment-2.0.6.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.0.6.tgz",
			"sha": "ae1b21d826b363f3d637f88a7fc9ea7414cb5377",
			"registry": "npmjs"
		},
		"yeoman-environment-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.1.0.tgz",
			"sha": "175f49ad693aff41c8998d32f6103c20c62ec37b",
			"registry": "npmjs"
		},
		"yeoman-environment-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.1.1.tgz",
			"sha": "10a045f7fc4397873764882eae055a33e56ee1c5",
			"registry": "npmjs"
		},
		"yeoman-environment-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.2.0.tgz",
			"sha": "6c0ee93a8d962a9f6dbc5ad4e90ae7ab34875393",
			"registry": "npmjs"
		},
		"yeoman-environment-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.3.0.tgz",
			"sha": "53ea899e50dd64c9510bc1b1c96a810582e42bdb",
			"registry": "npmjs"
		},
		"yeoman-environment-2.3.1.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.3.1.tgz",
			"sha": "1aa00cc474a8e48518ab2b0f64b43034215e9997",
			"registry": "npmjs"
		},
		"yeoman-environment-2.3.2.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.3.2.tgz",
			"sha": "9ca429a667f724d18a72bb81e038a23efda3c454",
			"registry": "npmjs"
		},
		"yeoman-environment-2.3.3.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.3.3.tgz",
			"sha": "1bd9720714cc49036e901503a789d809df8f51bf",
			"registry": "npmjs"
		},
		"yeoman-environment-2.3.4.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.3.4.tgz",
			"sha": "ae156147a1b85de939366e5438b00cb3eb54c3e9",
			"registry": "npmjs"
		},
		"yeoman-environment-2.4.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.4.0.tgz",
			"sha": "4829445dc1306b02d9f5f7027cd224bf77a8224d",
			"registry": "npmjs"
		},
		"yeoman-environment-2.5.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.5.0.tgz",
			"sha": "ad532ef93bfd36a5f6209f12ad9ced3c4811b538",
			"registry": "npmjs"
		},
		"yeoman-environment-2.6.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.6.0.tgz",
			"sha": "db884c778946fec9a41e8980a6b3aa94fe41302d",
			"registry": "npmjs"
		},
		"yeoman-environment-2.7.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.7.0.tgz",
			"sha": "d1b6679de883ce14a68b869c4b19d55a0d66f477",
			"registry": "npmjs"
		},
		"yeoman-environment-2.8.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.8.0.tgz",
			"sha": "003f7d3f506e868b86dbc1c1265a963a236807fa",
			"registry": "npmjs"
		},
		"yeoman-environment-2.8.1.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.8.1.tgz",
			"sha": "76c52fcccf26bcbd7ded35d9e22a9f3f1394d241",
			"registry": "npmjs"
		},
		"yeoman-environment-2.9.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.0.tgz",
			"sha": "de64a88100fcd0d33bf8816fa04d8a69f2b8945b",
			"registry": "npmjs"
		},
		"yeoman-environment-2.9.1.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.1.tgz",
			"sha": "53334c18eae036fc5a28df78faca8c59adbc903f",
			"registry": "npmjs"
		},
		"yeoman-environment-2.9.2.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.2.tgz",
			"sha": "5021ab5ced30d2ddca89fa99e5f874ea7a5246cd",
			"registry": "npmjs"
		},
		"yeoman-environment-2.9.3.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.3.tgz",
			"sha": "3c25aaa1f28de28cf65abb1a967c9ba8e048fc32",
			"registry": "npmjs"
		},
		"yeoman-environment-2.9.4.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.4.tgz",
			"sha": "e07080ba537d9783431d665cbec3a2bad4b417f7",
			"registry": "npmjs"
		},
		"yeoman-environment-2.9.5.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.5.tgz",
			"sha": "372ff3f81bc6a979c6d7f7c9d7d8822088c6a805",
			"registry": "npmjs"
		},
		"yeoman-environment-2.9.6.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.9.6.tgz",
			"sha": "3defd8a1c66fd44df0c8ee9603ac44ecada0a370",
			"registry": "npmjs"
		},
		"yeoman-environment-2.10.0.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.10.0.tgz",
			"sha": "ddf803935dac03248208a23e3d31629d9bfa2dbf",
			"registry": "npmjs"
		},
		"yeoman-environment-2.10.1.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.10.1.tgz",
			"sha": "570346495846b8c3c88442064c1f0875a99df089",
			"registry": "npmjs"
		},
		"yeoman-environment-2.10.2.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.10.2.tgz",
			"sha": "cfd1ffd28787b2058dde449fb8b31c290fab3158",
			"registry": "npmjs"
		},
		"yeoman-environment-2.10.3.tgz": {
			"url": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.10.3.tgz",
			"sha": "9d8f42b77317414434cc0e51fb006a4bdd54688e",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"yeoman-environment-2.4.0.tgz": {
			"shasum": "4829445dc1306b02d9f5f7027cd224bf77a8224d"
		}
	},
	"_rev": "2-0f4460171fa896f7",
	"_id": "yeoman-environment",
	"readme": "# Yeoman Environment\n\n[![npm](https://badge.fury.io/js/yeoman-environment.svg)](http://badge.fury.io/js/yeoman-environment) [![Build Status](https://travis-ci.org/yeoman/generator.svg?branch=master)](https://travis-ci.org/yeoman/environment) [![Coverage Status](https://coveralls.io/repos/github/yeoman/environment/badge.svg?branch=master)](https://coveralls.io/github/yeoman/environment?branch=master) [![Gitter](https://img.shields.io/badge/Gitter-Join_the_Yeoman_chat_%E2%86%92-00d06f.svg)](https://gitter.im/yeoman/yeoman)\n\n> Handles the lifecycle and bootstrapping of generators in a specific environment\n\nIt provides a high-level API to discover, create and run generators, as well as further tuning of where and how a generator is resolved.\n\n\n## Install\n\n```\n$ npm install yeoman-environment\n```\n\n\n## Usage\n\nFull documentation available [here](http://yeoman.io/authoring/integrating-yeoman.html).\n\n```js\nconst yeoman = require('yeoman-environment');\nconst env = yeoman.createEnv();\n\n// The #lookup() method will search the user computer for installed generators\n// The search if done from the current working directory\nenv.lookup(() => {\n  env.run('angular', {'skip-install': true}, err => {\n    console.log('done');\n  });\n});\n```\n\nFor advance usage, see [our API documentation](http://yeoman.github.io/environment).\n\n\n## License\n\nBSD-2-Clause © Yeoman"
}