yeoman-environment
Advanced tools
Comparing version 4.4.1 to 4.4.2
{ | ||
"name": "yeoman-environment", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "Handles the lifecyle and bootstrapping of generators in a specific environment", | ||
@@ -86,7 +86,6 @@ "keywords": [ | ||
"@types/semver": "^7.5.3", | ||
"c8": "^9.1.0", | ||
"c8": "^10.1.2", | ||
"cpy-cli": "^5.0.0", | ||
"esmocha": "^1.0.1", | ||
"fs-extra": "^11.1.1", | ||
"inquirer": "^9.2.11", | ||
"jsdoc": "^4.0.2", | ||
@@ -96,3 +95,3 @@ "prettier": "3.0.3", | ||
"rimraf": "^5.0.5", | ||
"sinon": "^18.0.0", | ||
"sinon": "^19.0.2", | ||
"sinon-test": "^3.1.5", | ||
@@ -174,2 +173,5 @@ "strip-ansi": "^7.1.0", | ||
}, | ||
"acceptDependencies": { | ||
"@yeoman/adapter": "^2.0.0" | ||
}, | ||
"engines": { | ||
@@ -176,0 +178,0 @@ "node": "^18.17.0 || >=20.5.0" |
# Yeoman Environment | ||
[![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) | ||
[![npm](https://badge.fury.io/js/yeoman-environment.svg)](http://badge.fury.io/js/yeoman-environment) [![NPM Test](https://github.com/yeoman/environment/actions/workflows/ci.yml/badge.svg)](https://github.com/yeoman/environment/actions/workflows/ci.yml) [![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) | ||
@@ -5,0 +5,0 @@ > Handles the lifecycle and bootstrapping of generators in a specific environment |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120936
24