UNPKG

1.11 kBJSONView Raw
1{
2 "name": "@vue/cli-plugin-unit-mocha",
3 "version": "5.0.8",
4 "description": "mocha unit testing plugin for vue-cli",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/vuejs/vue-cli.git",
9 "directory": "packages/@vue/cli-plugin-unit-mocha"
10 },
11 "keywords": [
12 "vue",
13 "vue-cli",
14 "mocha",
15 "webpack",
16 "unit-testing"
17 ],
18 "author": "Evan You",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/vuejs/vue-cli/issues"
22 },
23 "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
24 "dependencies": {
25 "@vue/cli-shared-utils": "^5.0.8",
26 "jsdom": "^18.0.1",
27 "jsdom-global": "^3.0.2",
28 "mocha": "^8.3.0",
29 "mochapack": "^2.1.0"
30 },
31 "devDependencies": {
32 "@types/chai": "^4.2.15",
33 "@types/mocha": "^8.2.1",
34 "@vue/test-utils": "^1.1.3",
35 "chai": "^4.3.0"
36 },
37 "peerDependencies": {
38 "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
39 },
40 "publishConfig": {
41 "access": "public"
42 },
43 "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb"
44}