mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 16:48:56 -06:00
- @vue/cli-init@3.1.1 - @vue/cli-plugin-e2e-cypress@3.1.1 - @vue/cli-plugin-e2e-nightwatch@3.1.1 - @vue/cli-plugin-eslint@3.1.4 - @vue/cli-plugin-pwa@3.1.1 - @vue/cli-plugin-typescript@3.1.1 - @vue/cli-plugin-unit-jest@3.1.1 - @vue/cli-plugin-unit-mocha@3.1.1 - @vue/cli-service-global@3.1.2 - @vue/cli-service@3.1.2 - @vue/cli-shared-utils@3.1.1 - @vue/cli-test-utils@3.1.1 - @vue/cli-ui-addon-webpack@3.1.1 - @vue/cli-ui-addon-widgets@3.1.1 - @vue/cli-ui@3.1.1 - @vue/cli-upgrade@3.1.1 - @vue/cli@3.1.1 - @vue/eslint-config-typescript@3.1.1
30 lines
664 B
JSON
30 lines
664 B
JSON
{
|
|
"name": "@vue/cli-test-utils",
|
|
"version": "3.1.1",
|
|
"description": "test utilities for vue-cli packages",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli",
|
|
"cli-test-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-test-utils#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"execa": "^1.0.0",
|
|
"json-server": "^0.12.2",
|
|
"puppeteer": "^1.0.0",
|
|
"strip-ansi": "^3.0.0"
|
|
}
|
|
}
|