123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "@vue/cli",
- "version": "4.2.2",
- "description": "Command line interface for rapid Vue.js development",
- "bin": {
- "vue": "bin/vue.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-cli.git",
- "directory": "packages/@vue/cli"
- },
- "keywords": [
- "vue",
- "cli"
- ],
- "author": "Evan You",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/vuejs/vue-cli/issues"
- },
- "homepage": "https://cli.vuejs.org/",
- "publishConfig": {
- "access": "public"
- },
- "dependencies": {
- "@vue/cli-shared-utils": "^4.2.2",
- "@vue/cli-ui": "^4.2.2",
- "@vue/cli-ui-addon-webpack": "^4.2.2",
- "@vue/cli-ui-addon-widgets": "^4.2.2",
- "boxen": "^4.1.0",
- "cmd-shim": "^3.0.3",
- "commander": "^2.20.0",
- "debug": "^4.1.0",
- "deepmerge": "^4.2.2",
- "didyoumean": "^1.2.1",
- "download-git-repo": "^1.0.2",
- "ejs": "^2.7.1",
- "envinfo": "^7.5.0",
- "fs-extra": "^7.0.1",
- "globby": "^9.2.0",
- "import-global": "^0.1.0",
- "inquirer": "^6.3.1",
- "isbinaryfile": "^4.0.0",
- "javascript-stringify": "^1.6.0",
- "js-yaml": "^3.13.1",
- "jscodeshift": "^0.7.0",
- "lodash.clonedeep": "^4.5.0",
- "lru-cache": "^5.1.1",
- "minimist": "^1.2.0",
- "recast": "^0.18.1",
- "resolve": "^1.15.0",
- "shortid": "^2.2.15",
- "slash": "^3.0.0",
- "validate-npm-package-name": "^3.0.0",
- "vue-jscodeshift-adapter": "^2.0.2",
- "yaml-front-matter": "^3.4.1"
- },
- "engines": {
- "node": ">=8.9"
- },
- "gitHead": "94da5243bebae0359951288568c9992c6933a1a6"
- }
|