package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "jest-config@^26.6.3",
  3. "_id": "jest-config@26.6.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==",
  6. "_location": "/jest-config",
  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-config@^26.6.3",
  23. "name": "jest-config",
  24. "escapedName": "jest-config",
  25. "rawSpec": "^26.6.3",
  26. "saveSpec": null,
  27. "fetchSpec": "^26.6.3"
  28. },
  29. "_requiredBy": [
  30. "/@jest/core",
  31. "/jest-runner",
  32. "/jest-runtime",
  33. "/jest/jest-cli"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/jest-config/-/jest-config-26.6.3.tgz",
  36. "_shasum": "64f41444eef9eb03dc51d5c53b75c8c71f645349",
  37. "_spec": "jest-config@^26.6.3",
  38. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\core",
  39. "bugs": {
  40. "url": "https://github.com/facebook/jest/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "@babel/core": "^7.1.0",
  45. "@jest/test-sequencer": "^26.6.3",
  46. "@jest/types": "^26.6.2",
  47. "babel-jest": "^26.6.3",
  48. "chalk": "^4.0.0",
  49. "deepmerge": "^4.2.2",
  50. "glob": "^7.1.1",
  51. "graceful-fs": "^4.2.4",
  52. "jest-environment-jsdom": "^26.6.2",
  53. "jest-environment-node": "^26.6.2",
  54. "jest-get-type": "^26.3.0",
  55. "jest-jasmine2": "^26.6.3",
  56. "jest-regex-util": "^26.0.0",
  57. "jest-resolve": "^26.6.2",
  58. "jest-util": "^26.6.2",
  59. "jest-validate": "^26.6.2",
  60. "micromatch": "^4.0.2",
  61. "pretty-format": "^26.6.2"
  62. },
  63. "deprecated": false,
  64. "devDependencies": {
  65. "@types/babel__core": "^7.0.4",
  66. "@types/glob": "^7.1.1",
  67. "@types/graceful-fs": "^4.1.3",
  68. "@types/micromatch": "^4.0.0",
  69. "ts-node": "^9.0.0",
  70. "typescript": "^4.0.3"
  71. },
  72. "engines": {
  73. "node": ">= 10.14.2"
  74. },
  75. "gitHead": "2f6931e91d5ab126de70caf150c68709752e7f6c",
  76. "homepage": "https://github.com/facebook/jest#readme",
  77. "license": "MIT",
  78. "main": "build/index.js",
  79. "name": "jest-config",
  80. "peerDependencies": {
  81. "ts-node": ">=9.0.0"
  82. },
  83. "peerDependenciesMeta": {
  84. "ts-node": {
  85. "optional": true
  86. }
  87. },
  88. "publishConfig": {
  89. "access": "public"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/facebook/jest.git",
  94. "directory": "packages/jest-config"
  95. },
  96. "types": "build/index.d.ts",
  97. "version": "26.6.3"
  98. }