@vue/cli-plugin-unit-mocha
Version:
mocha unit testing plugin for vue-cli
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "@vue/cli-plugin-unit-mocha",
"version": "5.0.8",
"description": "mocha unit testing plugin for vue-cli",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git",
"directory": "packages/@vue/cli-plugin-unit-mocha"
},
"keywords": [
"vue",
"vue-cli",
"mocha",
"webpack",
"unit-testing"
],
"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-plugin-unit-mocha#readme",
"dependencies": {
"@vue/cli-shared-utils": "^5.0.8",
"jsdom": "^18.0.1",
"jsdom-global": "^3.0.2",
"mocha": "^8.3.0",
"mochapack": "^2.1.0"
},
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"@vue/test-utils": "^1.1.3",
"chai": "^4.3.0"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb"
}