package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "expect@^26.6.2",
  3. "_id": "expect@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==",
  6. "_location": "/expect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "expect@^26.6.2",
  12. "name": "expect",
  13. "escapedName": "expect",
  14. "rawSpec": "^26.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^26.6.2"
  17. },
  18. "_requiredBy": [
  19. "/@jest/globals",
  20. "/jest-circus",
  21. "/jest-jasmine2",
  22. "/jest-snapshot"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz",
  25. "_shasum": "c6b996bf26bf3fe18b67b2d0f51fc981ba934417",
  26. "_spec": "expect@^26.6.2",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\globals",
  28. "bugs": {
  29. "url": "https://github.com/facebook/jest/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@jest/types": "^26.6.2",
  34. "ansi-styles": "^4.0.0",
  35. "jest-get-type": "^26.3.0",
  36. "jest-matcher-utils": "^26.6.2",
  37. "jest-message-util": "^26.6.2",
  38. "jest-regex-util": "^26.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/en/expect.html).",
  42. "devDependencies": {
  43. "@jest/test-utils": "^26.6.2",
  44. "chalk": "^4.0.0",
  45. "fast-check": "^2.0.0",
  46. "immutable": "^4.0.0-rc.12"
  47. },
  48. "engines": {
  49. "node": ">= 10.14.2"
  50. },
  51. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  52. "homepage": "https://github.com/facebook/jest#readme",
  53. "license": "MIT",
  54. "main": "build/index.js",
  55. "name": "expect",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/facebook/jest.git",
  62. "directory": "packages/expect"
  63. },
  64. "types": "build/index.d.ts",
  65. "version": "26.6.2"
  66. }