package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "@jest/globals@^26.6.2",
  3. "_id": "@jest/globals@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==",
  6. "_location": "/@jest/globals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jest/globals@^26.6.2",
  12. "name": "@jest/globals",
  13. "escapedName": "@jest%2fglobals",
  14. "scope": "@jest",
  15. "rawSpec": "^26.6.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^26.6.2"
  18. },
  19. "_requiredBy": [
  20. "/jest-runtime"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz",
  23. "_shasum": "5b613b78a1aa2655ae908eba638cc96a20df720a",
  24. "_spec": "@jest/globals@^26.6.2",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-runtime",
  26. "bugs": {
  27. "url": "https://github.com/facebook/jest/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@jest/environment": "^26.6.2",
  32. "@jest/types": "^26.6.2",
  33. "expect": "^26.6.2"
  34. },
  35. "deprecated": false,
  36. "engines": {
  37. "node": ">= 10.14.2"
  38. },
  39. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  40. "homepage": "https://github.com/facebook/jest#readme",
  41. "license": "MIT",
  42. "main": "build/index.js",
  43. "name": "@jest/globals",
  44. "publishConfig": {
  45. "access": "public"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/facebook/jest.git",
  50. "directory": "packages/jest-globals"
  51. },
  52. "types": "build/index.d.ts",
  53. "version": "26.6.2"
  54. }