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.
40 lines
995 B
40 lines
995 B
{ |
|
"name": "@vue/cli-shared-utils", |
|
"version": "5.0.1", |
|
"description": "shared utilities for vue-cli packages", |
|
"main": "index.js", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/vuejs/vue-cli.git", |
|
"directory": "packages/@vue/cli-shared-utils" |
|
}, |
|
"keywords": [ |
|
"vue", |
|
"cli", |
|
"cli-shared-utils" |
|
], |
|
"author": "Evan You", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/vuejs/vue-cli/issues" |
|
}, |
|
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-shared-utils#readme", |
|
"dependencies": { |
|
"chalk": "^4.1.2", |
|
"execa": "^1.0.0", |
|
"joi": "^17.4.0", |
|
"launch-editor": "^2.2.1", |
|
"lru-cache": "^6.0.0", |
|
"node-fetch": "^2.6.7", |
|
"node-ipc": "^9.1.1", |
|
"open": "^8.0.2", |
|
"ora": "^5.3.0", |
|
"read-pkg": "^5.1.1", |
|
"semver": "^7.3.4", |
|
"strip-ansi": "^6.0.0" |
|
}, |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"gitHead": "92d80a89122cea830a4e7e32946af64b4c3b62f7" |
|
}
|
|
|