package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "jest@26.6.0",
  3. "_id": "jest@26.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jxTmrvuecVISvKFFhOkjsWRZV7sFqdSUAd1ajOKY+/QE/aLBVstsJ/dX8GczLzwiT6ZEwwmZqtCUHLHHQVzcfA==",
  6. "_location": "/jest",
  7. "_phantomChildren": {
  8. "@jest/core": "26.6.3",
  9. "@jest/test-result": "26.6.2",
  10. "@jest/types": "26.6.2",
  11. "exit": "0.1.2",
  12. "graceful-fs": "4.2.6",
  13. "import-local": "3.0.2",
  14. "is-ci": "2.0.0",
  15. "jest-config": "26.6.3",
  16. "jest-util": "26.6.2",
  17. "jest-validate": "26.6.2",
  18. "prompts": "2.4.0",
  19. "yargs": "15.4.1"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "jest@26.6.0",
  25. "name": "jest",
  26. "escapedName": "jest",
  27. "rawSpec": "26.6.0",
  28. "saveSpec": null,
  29. "fetchSpec": "26.6.0"
  30. },
  31. "_requiredBy": [
  32. "/react-scripts"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/jest/-/jest-26.6.0.tgz",
  35. "_shasum": "546b25a1d8c888569dbbe93cae131748086a4a25",
  36. "_spec": "jest@26.6.0",
  37. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  38. "bin": {
  39. "jest": "bin/jest.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/facebook/jest/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "@jest/core": "^26.6.0",
  47. "import-local": "^3.0.2",
  48. "jest-cli": "^26.6.0"
  49. },
  50. "deprecated": false,
  51. "description": "Delightful JavaScript Testing.",
  52. "engines": {
  53. "node": ">= 10.14.2"
  54. },
  55. "gitHead": "b254fd82fdedcba200e1c7eddeaab83a09bdaaef",
  56. "homepage": "https://jestjs.io/",
  57. "keywords": [
  58. "ava",
  59. "babel",
  60. "coverage",
  61. "easy",
  62. "expect",
  63. "facebook",
  64. "immersive",
  65. "instant",
  66. "jasmine",
  67. "jest",
  68. "jsdom",
  69. "mocha",
  70. "mocking",
  71. "painless",
  72. "qunit",
  73. "runner",
  74. "sandboxed",
  75. "snapshot",
  76. "tap",
  77. "tape",
  78. "test",
  79. "testing",
  80. "typescript",
  81. "watch"
  82. ],
  83. "license": "MIT",
  84. "main": "build/jest.js",
  85. "name": "jest",
  86. "publishConfig": {
  87. "access": "public"
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/facebook/jest.git"
  92. },
  93. "types": "build/jest.d.ts",
  94. "version": "26.6.0"
  95. }