package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "@vue/cli-plugin-unit-mocha@^3.0.1",
  3. "_id": "@vue/cli-plugin-unit-mocha@3.12.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vAUVi3gmhXL0DbLtejpoaPPn0VivWE1rGrv6KCXHL1M/HFri4D5zGk2o4LsDk+9FI81avcj6lpdD454TGQoAcA==",
  6. "_location": "/@vue/cli-plugin-unit-mocha",
  7. "_phantomChildren": {
  8. "@hapi/joi": "15.1.1",
  9. "abab": "2.0.6",
  10. "acorn": "6.4.2",
  11. "acorn-globals": "4.3.4",
  12. "array-equal": "1.0.2",
  13. "async-limiter": "1.0.1",
  14. "chalk": "2.4.2",
  15. "cssom": "0.3.8",
  16. "cssstyle": "1.4.0",
  17. "data-urls": "1.1.0",
  18. "domexception": "1.0.1",
  19. "escodegen": "1.14.3",
  20. "html-encoding-sniffer": "1.0.2",
  21. "is-wsl": "1.1.0",
  22. "isexe": "2.0.0",
  23. "launch-editor": "2.11.1",
  24. "lodash.sortby": "4.7.0",
  25. "lru-cache": "5.1.1",
  26. "nice-try": "1.0.5",
  27. "node-ipc": "9.2.1",
  28. "nwsapi": "2.2.22",
  29. "ora": "3.4.0",
  30. "p-finally": "1.0.0",
  31. "pn": "1.1.0",
  32. "pump": "3.0.3",
  33. "punycode": "2.3.1",
  34. "request": "2.88.2",
  35. "request-promise-native": "1.0.9",
  36. "signal-exit": "3.0.7",
  37. "string.prototype.padstart": "3.1.7",
  38. "strip-eof": "1.0.0",
  39. "symbol-tree": "3.2.4",
  40. "tough-cookie": "2.5.0",
  41. "w3c-hr-time": "1.0.2",
  42. "w3c-xmlserializer": "1.1.2",
  43. "whatwg-encoding": "1.0.5",
  44. "whatwg-mimetype": "2.3.0",
  45. "xml-name-validator": "3.0.0",
  46. "xmlchars": "2.2.0"
  47. },
  48. "_requested": {
  49. "type": "range",
  50. "registry": true,
  51. "raw": "@vue/cli-plugin-unit-mocha@^3.0.1",
  52. "name": "@vue/cli-plugin-unit-mocha",
  53. "escapedName": "@vue%2fcli-plugin-unit-mocha",
  54. "scope": "@vue",
  55. "rawSpec": "^3.0.1",
  56. "saveSpec": null,
  57. "fetchSpec": "^3.0.1"
  58. },
  59. "_requiredBy": [
  60. "#DEV:/"
  61. ],
  62. "_resolved": "https://registry.npmmirror.com/@vue/cli-plugin-unit-mocha/-/cli-plugin-unit-mocha-3.12.1.tgz",
  63. "_shasum": "970c536475bf470aa854b0d4cc414ed9b2426636",
  64. "_spec": "@vue/cli-plugin-unit-mocha@^3.0.1",
  65. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  66. "author": {
  67. "name": "Evan You"
  68. },
  69. "bugs": {
  70. "url": "https://github.com/vuejs/vue-cli/issues"
  71. },
  72. "bundleDependencies": false,
  73. "dependencies": {
  74. "@vue/cli-shared-utils": "^3.12.1",
  75. "jsdom": "^13.2.0",
  76. "jsdom-global": "^3.0.2",
  77. "mocha": "^5.2.0",
  78. "mocha-webpack": "^2.0.0-beta.0"
  79. },
  80. "deprecated": false,
  81. "description": "mocha unit testing plugin for vue-cli",
  82. "devDependencies": {
  83. "@vue/test-utils": "1.0.0-beta.29",
  84. "chai": "^4.1.2"
  85. },
  86. "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
  87. "keywords": [
  88. "vue",
  89. "vue-cli",
  90. "mocha",
  91. "webpack",
  92. "unit-testing"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "@vue/cli-plugin-unit-mocha",
  97. "publishConfig": {
  98. "access": "public"
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/vuejs/vue-cli.git",
  103. "directory": "packages/@vue/cli-plugin-unit-mocha"
  104. },
  105. "version": "3.12.1"
  106. }