UNPKG

@cuba-platform/front-generator

Version:
109 lines (108 loc) 2.69 kB
{ "_from": "yeoman-environment@^2.1.1", "_id": "yeoman-environment@2.1.1", "_inBundle": false, "_integrity": "sha512-IBLwCUrJrDxBYuwdYm1wuF3O/CR2LpXR0rFS684QOrU6x69DPPrsdd20dZOFaedZ/M9sON7po73WhO3I1CbgNQ==", "_location": "/yeoman-environment", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "yeoman-environment@^2.1.1", "name": "yeoman-environment", "escapedName": "yeoman-environment", "rawSpec": "^2.1.1", "saveSpec": null, "fetchSpec": "^2.1.1" }, "_requiredBy": [ "/", "/yeoman-generator" ], "_resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.1.1.tgz", "_shasum": "10a045f7fc4397873764882eae055a33e56ee1c5", "_spec": "yeoman-environment@^2.1.1", "_where": "/work/polymer_69/cuba-front-generator", "author": { "name": "Yeoman" }, "bugs": { "url": "https://github.com/yeoman/environment/issues" }, "bundleDependencies": false, "dependencies": { "chalk": "^2.1.0", "cross-spawn": "^6.0.5", "debug": "^3.1.0", "diff": "^3.3.1", "escape-string-regexp": "^1.0.2", "globby": "^8.0.1", "grouped-queue": "^0.3.3", "inquirer": "^5.2.0", "is-scoped": "^1.0.0", "lodash": "^4.17.10", "log-symbols": "^2.1.0", "mem-fs": "^1.1.0", "strip-ansi": "^4.0.0", "text-table": "^0.2.0", "untildify": "^3.0.2" }, "deprecated": false, "description": "Handles the lifecyle and bootstrapping of generators in a specific environment", "devDependencies": { "coveralls": "^3.0.1", "jsdoc": "^3.5.5", "matcha": "^0.7.0", "mocha": "^5.1.1", "nsp": "^3.2.1", "nyc": "^11.7.3", "sinon": "^5.0.7", "sinon-test": "^2.1.3", "xo": "^0.18.1", "yeoman-assert": "^3.0.0", "yeoman-generator": "^2.0.5" }, "files": [ "lib" ], "homepage": "http://yeoman.io", "keywords": [ "development", "dev", "build", "tool", "cli", "scaffold", "scaffolding", "generate", "generator", "yeoman", "app" ], "license": "BSD-2-Clause", "main": "lib/environment.js", "name": "yeoman-environment", "repository": { "type": "git", "url": "git+https://github.com/yeoman/environment.git" }, "scripts": { "benchmark": "matcha benchmark/**", "coverage": "nyc report --reporter=text-lcov | coveralls", "doc": "jsdoc -c ./jsdoc.json ./readme.md", "prepublish": "nsp check", "pretest": "xo", "test": "nyc mocha" }, "version": "2.1.1", "xo": { "space": true, "envs": [ "node", "mocha" ], "rules": { "import/no-dynamic-require": "off" } } }