yeoman-environment
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "yeoman-environment", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Handles the lifecyle and bootstrapping of generators in a specific environment", | ||
@@ -27,18 +27,20 @@ "homepage": "http://yeoman.io", | ||
"scripts": { | ||
"test": "xo && gulp", | ||
"pretest": "xo", | ||
"test": "nyc mocha", | ||
"doc": "jsdoc -c ./jsdoc.json ./readme.md", | ||
"benchmark": "matcha benchmark/**", | ||
"prepublish": "gulp prepublish" | ||
"prepublish": "nsp check", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
"dependencies": { | ||
"chalk": "^1.0.0", | ||
"debug": "^2.0.0", | ||
"diff": "^3.2.0", | ||
"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.0", | ||
"inquirer": "^3.0.1", | ||
"grouped-queue": "^0.3.3", | ||
"inquirer": "^3.3.0", | ||
"is-scoped": "^1.0.0", | ||
"lodash": "^4.11.1", | ||
"log-symbols": "^1.0.1", | ||
"lodash": "^4.17.4", | ||
"log-symbols": "^2.1.0", | ||
"mem-fs": "^1.1.0", | ||
@@ -49,14 +51,9 @@ "text-table": "^0.2.0", | ||
"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", | ||
"coveralls": "^2.13.3", | ||
"jsdoc": "^3.5.5", | ||
"matcha": "^0.7.0", | ||
"mocha": "^3.2.0", | ||
"shelljs": "^0.7.0", | ||
"mocha": "^3.5.3", | ||
"nsp": "^2.8.1", | ||
"nyc": "^11.2.1", | ||
"shelljs": "^0.7.8", | ||
"sinon": "^2.1.0", | ||
@@ -66,3 +63,3 @@ "sinon-test": "^1.0.1", | ||
"yeoman-assert": "^3.0.0", | ||
"yeoman-generator": "^1.1.0" | ||
"yeoman-generator": "^1.1.1" | ||
}, | ||
@@ -69,0 +66,0 @@ "xo": { |
12
33839
+ Addeddebug@3.2.7(transitive)
+ Addedlog-symbols@2.2.0(transitive)
+ Addedms@2.1.3(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedlog-symbols@1.0.2(transitive)
- Removedms@2.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^2.1.0
Updateddebug@^3.1.0
Updateddiff@^3.3.1
Updatedgrouped-queue@^0.3.3
Updatedinquirer@^3.3.0
Updatedlodash@^4.17.4
Updatedlog-symbols@^2.1.0