You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

126 lines
3.4 KiB

{
"_from": "yeoman-environment@^2.10.3",
"_id": "yeoman-environment@2.10.3",
"_inBundle": false,
"_integrity": "sha512-pLIhhU9z/G+kjOXmJ2bPFm3nejfbH+f1fjYRSOteEXDBrv1EoJE/e+kuHixSXfCYfTkxjYsvRaDX+1QykLCnpQ==",
"_location": "/yeoman-environment",
"_phantomChildren": {
"escape-string-regexp": "1.0.5",
"ms": "2.1.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "yeoman-environment@^2.10.3",
"name": "yeoman-environment",
"escapedName": "yeoman-environment",
"rawSpec": "^2.10.3",
"saveSpec": null,
"fetchSpec": "^2.10.3"
},
"_requiredBy": [
"/@webpack-cli/generators",
"/yeoman-generator"
],
"_resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.10.3.tgz",
"_shasum": "9d8f42b77317414434cc0e51fb006a4bdd54688e",
"_spec": "yeoman-environment@^2.10.3",
"_where": "D:\\code\\template-vue-antd\\node_modules\\@webpack-cli\\generators",
"author": {
"name": "Yeoman"
},
"bugs": {
"url": "https://github.com/yeoman/environment/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
"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"
},
"files": [
"lib"
],
"homepage": "http://yeoman.io",
"keywords": [
"development",
"dev",
"build",
"tool",
"cli",
"scaffold",
"scaffolding",
"generate",
"generator",
"yeoman",
"app"
],
"license": "BSD-2-Clause",
"main": "lib/environment.js",
"name": "yeoman-environment",
"repository": {
"type": "git",
"url": "git+https://github.com/yeoman/environment.git"
},
"scripts": {
"benchmark": "matcha benchmark/**",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"doc": "jsdoc -c ./jsdoc.json ./readme.md",
"fix": "xo --fix",
"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"
},
"version": "2.10.3",
"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"
}
}
}