{
  "_from": "is-what@^4.1.8",
  "_id": "is-what@4.1.16",
  "_inBundle": false,
  "_integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  "_location": "/is-what",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-what@^4.1.8",
    "name": "is-what",
    "escapedName": "is-what",
    "rawSpec": "^4.1.8",
    "saveSpec": null,
    "fetchSpec": "^4.1.8"
  },
  "_requiredBy": [
    "/copy-anything"
  ],
  "_resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
  "_shasum": "1ad860a19da8b4895ad5495da3182ce2acdd7a6f",
  "_spec": "is-what@^4.1.8",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/copy-anything",
  "author": {
    "name": "Luca Ban - Mesqueeb"
  },
  "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": {
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "del-cli": "^5.1.0",
    "eslint": "^8.52.0",
    "eslint-config-prettier": "^8.10.0",
    "eslint-plugin-tree-shaking": "^1.10.1",
    "np": "^8.0.4",
    "prettier": "^2.8.8",
    "prettier-plugin-jsdoc": "^0.4.2",
    "rollup": "^3.29.4",
    "rollup-plugin-dts": "^5.3.1",
    "rollup-plugin-esbuild": "^5.0.0",
    "typedoc": "^0.25.2",
    "typescript": "^5.2.2",
    "vitest": "^0.34.6"
  },
  "engines": {
    "node": ">=12.13"
  },
  "eslintConfig": {
    "ignorePatterns": [
      "node_modules",
      "dist",
      "scripts",
      "test"
    ],
    "root": true,
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "@typescript-eslint",
      "tree-shaking"
    ],
    "extends": [
      "eslint:recommended",
      "plugin:@typescript-eslint/eslint-recommended",
      "plugin:@typescript-eslint/recommended",
      "prettier"
    ],
    "rules": {
      "@typescript-eslint/no-empty-function": "off",
      "@typescript-eslint/no-explicit-any": "off",
      "@typescript-eslint/ban-ts-ignore": "off",
      "tree-shaking/no-side-effects-in-initialization": "error",
      "@typescript-eslint/ban-ts-comment": "off"
    }
  },
  "exports": {
    ".": {
      "require": {
        "types": "./dist/cjs/index.d.cts",
        "default": "./dist/cjs/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "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",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "name": "is-what",
  "np": {
    "branch": "production",
    "publish": false,
    "yarn": false
  },
  "prettier": {
    "printWidth": 100,
    "tabWidth": 2,
    "singleQuote": true,
    "trailingComma": "es5",
    "semi": false,
    "bracketSpacing": true,
    "quoteProps": "consistent",
    "plugins": [
      "prettier-plugin-jsdoc"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mesqueeb/is-what.git"
  },
  "scripts": {
    "build": "rollup -c ./rollup.config.js",
    "build:docs": "typedoc",
    "lint": "tsc --noEmit && eslint ./src --ext .ts",
    "release": "npm run lint && del dist && npm run build && np",
    "test": "vitest run"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "4.1.16"
}
