123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "expect@^26.6.2",
- "_id": "expect@26.6.2",
- "_inBundle": false,
- "_integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==",
- "_location": "/expect",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "expect@^26.6.2",
- "name": "expect",
- "escapedName": "expect",
- "rawSpec": "^26.6.2",
- "saveSpec": null,
- "fetchSpec": "^26.6.2"
- },
- "_requiredBy": [
- "/@jest/globals",
- "/jest-circus",
- "/jest-jasmine2",
- "/jest-snapshot"
- ],
- "_resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz",
- "_shasum": "c6b996bf26bf3fe18b67b2d0f51fc981ba934417",
- "_spec": "expect@^26.6.2",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\globals",
- "bugs": {
- "url": "https://github.com/facebook/jest/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@jest/types": "^26.6.2",
- "ansi-styles": "^4.0.0",
- "jest-get-type": "^26.3.0",
- "jest-matcher-utils": "^26.6.2",
- "jest-message-util": "^26.6.2",
- "jest-regex-util": "^26.0.0"
- },
- "deprecated": false,
- "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).",
- "devDependencies": {
- "@jest/test-utils": "^26.6.2",
- "chalk": "^4.0.0",
- "fast-check": "^2.0.0",
- "immutable": "^4.0.0-rc.12"
- },
- "engines": {
- "node": ">= 10.14.2"
- },
- "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
- "homepage": "https://github.com/facebook/jest#readme",
- "license": "MIT",
- "main": "build/index.js",
- "name": "expect",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/facebook/jest.git",
- "directory": "packages/expect"
- },
- "types": "build/index.d.ts",
- "version": "26.6.2"
- }
|