package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "jest-get-type@^26.3.0",
  3. "_id": "jest-get-type@26.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
  6. "_location": "/jest-get-type",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-get-type@^26.3.0",
  12. "name": "jest-get-type",
  13. "escapedName": "jest-get-type",
  14. "rawSpec": "^26.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^26.3.0"
  17. },
  18. "_requiredBy": [
  19. "/expect",
  20. "/jest-config",
  21. "/jest-diff",
  22. "/jest-each",
  23. "/jest-leak-detector",
  24. "/jest-matcher-utils",
  25. "/jest-snapshot",
  26. "/jest-validate"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
  29. "_shasum": "e97dc3c3f53c2b406ca7afaed4493b1d099199e0",
  30. "_spec": "jest-get-type@^26.3.0",
  31. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-config",
  32. "bugs": {
  33. "url": "https://github.com/facebook/jest/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "A utility function to get the type of a value",
  38. "engines": {
  39. "node": ">= 10.14.2"
  40. },
  41. "gitHead": "3a7e06fe855515a848241bb06a6f6e117847443d",
  42. "homepage": "https://github.com/facebook/jest#readme",
  43. "license": "MIT",
  44. "main": "build/index.js",
  45. "name": "jest-get-type",
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/facebook/jest.git",
  52. "directory": "packages/jest-get-type"
  53. },
  54. "types": "build/index.d.ts",
  55. "version": "26.3.0"
  56. }