package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_from": "jest@^23.6.0",
  3. "_id": "jest@23.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lWzcd+HSiqeuxyhG+EnZds6iO3Y3ZEnMrfZq/OTGvF/C+Z4fPMCdhWTGSAiO2Oym9rbEXfwddHhh6jqrTF3+Lw==",
  6. "_location": "/jest",
  7. "_phantomChildren": {
  8. "ansi-escapes": "3.2.0",
  9. "arr-flatten": "1.1.0",
  10. "chalk": "2.4.2",
  11. "core-util-is": "1.0.3",
  12. "exit": "0.1.2",
  13. "expand-range": "1.8.2",
  14. "filename-regex": "2.0.1",
  15. "glob": "7.2.3",
  16. "graceful-fs": "4.2.11",
  17. "inherits": "2.0.4",
  18. "is-buffer": "1.1.6",
  19. "is-ci": "1.2.1",
  20. "is-posix-bracket": "0.1.1",
  21. "isarray": "1.0.0",
  22. "isexe": "2.0.0",
  23. "istanbul-api": "1.3.7",
  24. "istanbul-lib-coverage": "1.2.1",
  25. "istanbul-lib-instrument": "1.10.2",
  26. "istanbul-lib-source-maps": "1.2.6",
  27. "jest-changed-files": "23.4.2",
  28. "jest-config": "23.6.0",
  29. "jest-environment-jsdom": "23.4.0",
  30. "jest-get-type": "22.4.3",
  31. "jest-haste-map": "23.6.0",
  32. "jest-message-util": "23.4.0",
  33. "jest-regex-util": "23.3.0",
  34. "jest-resolve-dependencies": "23.6.0",
  35. "jest-runner": "23.6.0",
  36. "jest-runtime": "23.6.0",
  37. "jest-snapshot": "23.6.0",
  38. "jest-util": "23.4.0",
  39. "jest-validate": "23.6.0",
  40. "jest-watcher": "23.4.0",
  41. "node-notifier": "5.4.5",
  42. "object.omit": "2.0.1",
  43. "parse-glob": "3.0.4",
  44. "path-exists": "3.0.0",
  45. "preserve": "0.2.0",
  46. "process-nextick-args": "2.0.1",
  47. "prompts": "0.1.14",
  48. "realpath-native": "1.1.0",
  49. "regex-cache": "0.4.4",
  50. "remove-trailing-separator": "1.1.0",
  51. "repeat-element": "1.1.4",
  52. "rimraf": "2.7.1",
  53. "safe-buffer": "5.1.2",
  54. "string-length": "2.0.0",
  55. "string_decoder": "1.1.1",
  56. "util-deprecate": "1.0.2",
  57. "yargs": "11.1.1"
  58. },
  59. "_requested": {
  60. "type": "range",
  61. "registry": true,
  62. "raw": "jest@^23.6.0",
  63. "name": "jest",
  64. "escapedName": "jest",
  65. "rawSpec": "^23.6.0",
  66. "saveSpec": null,
  67. "fetchSpec": "^23.6.0"
  68. },
  69. "_requiredBy": [
  70. "/@vue/cli-plugin-unit-jest"
  71. ],
  72. "_resolved": "https://registry.npmmirror.com/jest/-/jest-23.6.0.tgz",
  73. "_shasum": "ad5835e923ebf6e19e7a1d7529a432edfee7813d",
  74. "_spec": "jest@^23.6.0",
  75. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\cli-plugin-unit-jest",
  76. "bin": {
  77. "jest": "bin/jest.js"
  78. },
  79. "bugs": {
  80. "url": "https://github.com/facebook/jest/issues"
  81. },
  82. "bundleDependencies": false,
  83. "dependencies": {
  84. "import-local": "^1.0.0",
  85. "jest-cli": "^23.6.0"
  86. },
  87. "deprecated": false,
  88. "description": "Delightful JavaScript Testing.",
  89. "engines": {
  90. "node": ">= 6"
  91. },
  92. "homepage": "https://jestjs.io/",
  93. "keywords": [
  94. "ava",
  95. "babel",
  96. "coverage",
  97. "easy",
  98. "expect",
  99. "facebook",
  100. "immersive",
  101. "instant",
  102. "jasmine",
  103. "jest",
  104. "jsdom",
  105. "mocha",
  106. "mocking",
  107. "painless",
  108. "qunit",
  109. "runner",
  110. "sandboxed",
  111. "snapshot",
  112. "tap",
  113. "tape",
  114. "test",
  115. "testing",
  116. "typescript",
  117. "watch"
  118. ],
  119. "license": "MIT",
  120. "main": "build/jest.js",
  121. "name": "jest",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/facebook/jest.git"
  125. },
  126. "version": "23.6.0"
  127. }