package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "@vue/cli-plugin-unit-mocha@3.12.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/cli-plugin-unit-mocha@3.12.1",
  10. "_id": "@vue/cli-plugin-unit-mocha@3.12.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-vAUVi3gmhXL0DbLtejpoaPPn0VivWE1rGrv6KCXHL1M/HFri4D5zGk2o4LsDk+9FI81avcj6lpdD454TGQoAcA==",
  13. "_location": "/@vue/cli-plugin-unit-mocha",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vue/cli-plugin-unit-mocha@3.12.1",
  19. "name": "@vue/cli-plugin-unit-mocha",
  20. "escapedName": "@vue%2fcli-plugin-unit-mocha",
  21. "scope": "@vue",
  22. "rawSpec": "3.12.1",
  23. "saveSpec": null,
  24. "fetchSpec": "3.12.1"
  25. },
  26. "_requiredBy": [
  27. "#DEV:/"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@vue/cli-plugin-unit-mocha/-/cli-plugin-unit-mocha-3.12.1.tgz",
  30. "_spec": "3.12.1",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "Evan You"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/vuejs/vue-cli/issues"
  37. },
  38. "dependencies": {
  39. "@vue/cli-shared-utils": "^3.12.1",
  40. "jsdom": "^13.2.0",
  41. "jsdom-global": "^3.0.2",
  42. "mocha": "^5.2.0",
  43. "mocha-webpack": "^2.0.0-beta.0"
  44. },
  45. "description": "mocha unit testing plugin for vue-cli",
  46. "devDependencies": {
  47. "@vue/test-utils": "1.0.0-beta.29",
  48. "chai": "^4.1.2"
  49. },
  50. "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
  51. "keywords": [
  52. "vue",
  53. "vue-cli",
  54. "mocha",
  55. "webpack",
  56. "unit-testing"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "@vue/cli-plugin-unit-mocha",
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/vuejs/vue-cli.git",
  67. "directory": "packages/@vue/cli-plugin-unit-mocha"
  68. },
  69. "version": "3.12.1"
  70. }