package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_from": "@jest/core@^26.6.0",
  3. "_id": "@jest/core@26.6.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==",
  6. "_location": "/@jest/core",
  7. "_phantomChildren": {
  8. "@jest/types": "26.6.2",
  9. "@types/normalize-package-data": "2.4.0",
  10. "find-up": "4.1.0",
  11. "graceful-fs": "4.2.6",
  12. "jest-pnp-resolver": "1.2.2",
  13. "jest-util": "26.6.2",
  14. "normalize-package-data": "2.5.0",
  15. "parse-json": "5.2.0",
  16. "resolve": "1.18.1",
  17. "slash": "3.0.0"
  18. },
  19. "_requested": {
  20. "type": "range",
  21. "registry": true,
  22. "raw": "@jest/core@^26.6.0",
  23. "name": "@jest/core",
  24. "escapedName": "@jest%2fcore",
  25. "scope": "@jest",
  26. "rawSpec": "^26.6.0",
  27. "saveSpec": null,
  28. "fetchSpec": "^26.6.0"
  29. },
  30. "_requiredBy": [
  31. "/jest",
  32. "/jest/jest-cli"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz",
  35. "_shasum": "7639fcb3833d748a4656ada54bde193051e45fad",
  36. "_spec": "@jest/core@^26.6.0",
  37. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest",
  38. "bugs": {
  39. "url": "https://github.com/facebook/jest/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "@jest/console": "^26.6.2",
  44. "@jest/reporters": "^26.6.2",
  45. "@jest/test-result": "^26.6.2",
  46. "@jest/transform": "^26.6.2",
  47. "@jest/types": "^26.6.2",
  48. "@types/node": "*",
  49. "ansi-escapes": "^4.2.1",
  50. "chalk": "^4.0.0",
  51. "exit": "^0.1.2",
  52. "graceful-fs": "^4.2.4",
  53. "jest-changed-files": "^26.6.2",
  54. "jest-config": "^26.6.3",
  55. "jest-haste-map": "^26.6.2",
  56. "jest-message-util": "^26.6.2",
  57. "jest-regex-util": "^26.0.0",
  58. "jest-resolve": "^26.6.2",
  59. "jest-resolve-dependencies": "^26.6.3",
  60. "jest-runner": "^26.6.3",
  61. "jest-runtime": "^26.6.3",
  62. "jest-snapshot": "^26.6.2",
  63. "jest-util": "^26.6.2",
  64. "jest-validate": "^26.6.2",
  65. "jest-watcher": "^26.6.2",
  66. "micromatch": "^4.0.2",
  67. "p-each-series": "^2.1.0",
  68. "rimraf": "^3.0.0",
  69. "slash": "^3.0.0",
  70. "strip-ansi": "^6.0.0"
  71. },
  72. "deprecated": false,
  73. "description": "Delightful JavaScript Testing.",
  74. "devDependencies": {
  75. "@jest/test-sequencer": "^26.6.3",
  76. "@jest/test-utils": "^26.6.2",
  77. "@types/exit": "^0.1.30",
  78. "@types/graceful-fs": "^4.1.2",
  79. "@types/micromatch": "^4.0.0",
  80. "@types/rimraf": "^3.0.0",
  81. "jest-snapshot-serializer-raw": "^1.1.0"
  82. },
  83. "engines": {
  84. "node": ">= 10.14.2"
  85. },
  86. "gitHead": "2f6931e91d5ab126de70caf150c68709752e7f6c",
  87. "homepage": "https://jestjs.io/",
  88. "keywords": [
  89. "ava",
  90. "babel",
  91. "coverage",
  92. "easy",
  93. "expect",
  94. "facebook",
  95. "immersive",
  96. "instant",
  97. "jasmine",
  98. "jest",
  99. "jsdom",
  100. "mocha",
  101. "mocking",
  102. "painless",
  103. "qunit",
  104. "runner",
  105. "sandboxed",
  106. "snapshot",
  107. "tap",
  108. "tape",
  109. "test",
  110. "testing",
  111. "typescript",
  112. "watch"
  113. ],
  114. "license": "MIT",
  115. "main": "build/jest.js",
  116. "name": "@jest/core",
  117. "publishConfig": {
  118. "access": "public"
  119. },
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/facebook/jest.git",
  123. "directory": "packages/jest-core"
  124. },
  125. "types": "build/jest.d.ts",
  126. "version": "26.6.3"
  127. }