{ "_from": "@sindresorhus/is@^4.0.0", "_id": "@sindresorhus/is@4.4.0", "_inBundle": false, "_integrity": "sha512-QppPM/8l3Mawvh4rn9CNEYIU9bxpXUCRMaX9yUpvBk1nMKusLKpfXGDEKExKaPhLzcn3lzil7pR6rnJ11HgeRQ==", "_location": "/@sindresorhus/is", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@sindresorhus/is@^4.0.0", "name": "@sindresorhus/is", "escapedName": "@sindresorhus%2fis", "scope": "@sindresorhus", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/got" ], "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.4.0.tgz", "_shasum": "e277e5bdbdf7cb1e20d320f02f5e2ed113cd3185", "_spec": "@sindresorhus/is@^4.0.0", "_where": "C:\\laragon\\www\\idlers\\node_modules\\got", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "ava": { "extensions": [ "ts" ], "require": [ "ts-node/register" ] }, "bugs": { "url": "https://github.com/sindresorhus/is/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Type check values", "devDependencies": { "@sindresorhus/tsconfig": "^0.7.0", "@types/jsdom": "^16.1.0", "@types/node": "^14.0.13", "@types/zen-observable": "^0.8.0", "@typescript-eslint/eslint-plugin": "^2.20.0", "@typescript-eslint/parser": "^2.20.0", "ava": "^3.3.0", "del-cli": "^2.0.0", "eslint-config-xo-typescript": "^0.26.0", "jsdom": "^16.0.1", "rxjs": "^6.4.0", "tempy": "^0.4.0", "ts-node": "^8.3.0", "typescript": "~3.8.2", "xo": "^0.26.1", "zen-observable": "^0.8.8" }, "engines": { "node": ">=10" }, "files": [ "dist" ], "funding": "https://github.com/sindresorhus/is?sponsor=1", "homepage": "https://github.com/sindresorhus/is#readme", "keywords": [ "type", "types", "is", "check", "checking", "validate", "validation", "utility", "util", "typeof", "instanceof", "object", "assert", "assertion", "test", "kind", "primitive", "verify", "compare", "typescript", "typeguards", "types" ], "license": "MIT", "main": "dist/index.js", "name": "@sindresorhus/is", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/is.git" }, "scripts": { "build": "del dist && tsc", "prepare": "npm run build", "test": "xo && ava" }, "sideEffects": false, "types": "dist/index.d.ts", "version": "4.4.0", "xo": { "extends": "xo-typescript", "extensions": [ "ts" ], "parserOptions": { "project": "./tsconfig.xo.json" }, "globals": [ "BigInt", "BigInt64Array", "BigUint64Array" ], "rules": { "@typescript-eslint/promise-function-async": "off", "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/explicit-function-return-type": "off" } } }