{
  "_from": "is-what@^5.2.0",
  "_id": "is-what@5.5.0",
  "_inBundle": false,
  "_integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  "_location": "/is-what",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-what@^5.2.0",
    "name": "is-what",
    "escapedName": "is-what",
    "rawSpec": "^5.2.0",
    "saveSpec": null,
    "fetchSpec": "^5.2.0"
  },
  "_requiredBy": [
    "/copy-anything"
  ],
  "_resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  "_shasum": "a3031815757cfe1f03fed990bf6355a2d3f628c4",
  "_spec": "is-what@^5.2.0",
  "_where": "/home/devwebsite/public_html/loopra/node_modules/copy-anything",
  "author": {
    "name": "Luca Ban - Mesqueeb",
    "url": "https://cycraft.co"
  },
  "bugs": {
    "url": "https://github.com/mesqueeb/is-what/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",
  "devDependencies": {
    "@cycraft/eslint": "^0.4.4",
    "@cycraft/tsconfig": "^0.1.2",
    "del-cli": "^7.0.0",
    "np": "^10.2.0",
    "oxlint": "^1.16.0",
    "typedoc": "^0.28.13",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*"
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/mesqueeb",
  "homepage": "https://github.com/mesqueeb/is-what#readme",
  "keywords": [
    "javascript",
    "typescript",
    "typechecker",
    "check-type",
    "javascript-type",
    "primitive-types",
    "plain-object",
    "plain-objects",
    "class-instance",
    "class-identifier",
    "type-checking",
    "type-checker",
    "type-check",
    "define-type",
    "get-type",
    "what-type",
    "is-object",
    "is-plain-obj",
    "is-plain-object"
  ],
  "license": "MIT",
  "name": "is-what",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mesqueeb/is-what.git"
  },
  "scripts": {
    "build": "del-cli dist && tsc",
    "build:docs": "typedoc",
    "lint": "tsc --noEmit && oxlint",
    "release": "npm run lint && npm run build && np --no-publish",
    "test": "vitest run"
  },
  "sideEffects": false,
  "type": "module",
  "version": "5.5.0"
}
