package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "@vue/cli-plugin-unit-jest@^3.2.3",
  3. "_id": "@vue/cli-plugin-unit-jest@3.12.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Cc9Kq4+RaUN1yfNVb7c9hVDNXo2tFTWHgwooCL3XWMu2iL+pDawQt8ZeSqauDY95JoMeEAVy2xBimjL+7jo/jw==",
  6. "_location": "/@vue/cli-plugin-unit-jest",
  7. "_phantomChildren": {
  8. "@hapi/joi": "15.1.1",
  9. "chalk": "2.4.2",
  10. "is-wsl": "1.1.0",
  11. "isexe": "2.0.0",
  12. "launch-editor": "2.11.1",
  13. "lru-cache": "5.1.1",
  14. "nice-try": "1.0.5",
  15. "node-ipc": "9.2.1",
  16. "ora": "3.4.0",
  17. "p-finally": "1.0.0",
  18. "pump": "3.0.3",
  19. "request": "2.88.2",
  20. "request-promise-native": "1.0.9",
  21. "signal-exit": "3.0.7",
  22. "string.prototype.padstart": "3.1.7",
  23. "strip-eof": "1.0.0"
  24. },
  25. "_requested": {
  26. "type": "range",
  27. "registry": true,
  28. "raw": "@vue/cli-plugin-unit-jest@^3.2.3",
  29. "name": "@vue/cli-plugin-unit-jest",
  30. "escapedName": "@vue%2fcli-plugin-unit-jest",
  31. "scope": "@vue",
  32. "rawSpec": "^3.2.3",
  33. "saveSpec": null,
  34. "fetchSpec": "^3.2.3"
  35. },
  36. "_requiredBy": [
  37. "#DEV:/"
  38. ],
  39. "_resolved": "https://registry.npmmirror.com/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-3.12.1.tgz",
  40. "_shasum": "b7edd30701191deaa9d53cea752b8d72b825d640",
  41. "_spec": "@vue/cli-plugin-unit-jest@^3.2.3",
  42. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  43. "author": {
  44. "name": "Evan You"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/vuejs/vue-cli/issues"
  48. },
  49. "bundleDependencies": false,
  50. "dependencies": {
  51. "@vue/cli-shared-utils": "^3.12.1",
  52. "babel-jest": "^23.6.0",
  53. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  54. "jest": "^23.6.0",
  55. "jest-serializer-vue": "^2.0.2",
  56. "jest-transform-stub": "^2.0.0",
  57. "jest-watch-typeahead": "0.2.1",
  58. "vue-jest": "^3.0.4"
  59. },
  60. "deprecated": false,
  61. "description": "unit-jest plugin for vue-cli",
  62. "devDependencies": {
  63. "@vue/test-utils": "1.0.0-beta.29",
  64. "ts-jest": "^23.0.0"
  65. },
  66. "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-jest#readme",
  67. "keywords": [
  68. "vue",
  69. "cli",
  70. "unit-jest"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "@vue/cli-plugin-unit-jest",
  75. "publishConfig": {
  76. "access": "public"
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/vuejs/vue-cli.git",
  81. "directory": "packages/@vue/cli-plugin-unit-jest"
  82. },
  83. "version": "3.12.1"
  84. }