1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_from": "jest-get-type@^26.3.0",
- "_id": "jest-get-type@26.3.0",
- "_inBundle": false,
- "_integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
- "_location": "/jest-get-type",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "jest-get-type@^26.3.0",
- "name": "jest-get-type",
- "escapedName": "jest-get-type",
- "rawSpec": "^26.3.0",
- "saveSpec": null,
- "fetchSpec": "^26.3.0"
- },
- "_requiredBy": [
- "/expect",
- "/jest-config",
- "/jest-diff",
- "/jest-each",
- "/jest-leak-detector",
- "/jest-matcher-utils",
- "/jest-snapshot",
- "/jest-validate"
- ],
- "_resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
- "_shasum": "e97dc3c3f53c2b406ca7afaed4493b1d099199e0",
- "_spec": "jest-get-type@^26.3.0",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-config",
- "bugs": {
- "url": "https://github.com/facebook/jest/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A utility function to get the type of a value",
- "engines": {
- "node": ">= 10.14.2"
- },
- "gitHead": "3a7e06fe855515a848241bb06a6f6e117847443d",
- "homepage": "https://github.com/facebook/jest#readme",
- "license": "MIT",
- "main": "build/index.js",
- "name": "jest-get-type",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/facebook/jest.git",
- "directory": "packages/jest-get-type"
- },
- "types": "build/index.d.ts",
- "version": "26.3.0"
- }
|