{
  "_from": "is-what@^3.3.1",
  "_id": "is-what@3.8.0",
  "_inBundle": false,
  "_integrity": "sha512-UKeBoQfV8bjlM4pmx1FLDHdxslW/1mTksEs8ReVsilPmUv5cORd4+2/wFcviI3cUjrLybxCjzc8DnodAzJ/Wrg==",
  "_location": "/is-what",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-what@^3.3.1",
    "name": "is-what",
    "escapedName": "is-what",
    "rawSpec": "^3.3.1",
    "saveSpec": null,
    "fetchSpec": "^3.3.1"
  },
  "_requiredBy": [
    "/merge-anything"
  ],
  "_resolved": "https://registry.npmjs.org/is-what/-/is-what-3.8.0.tgz",
  "_shasum": "610bc46a524355f2424eb85eedc6ebbbf7e1ff8c",
  "_spec": "is-what@^3.3.1",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/merge-anything",
  "author": {
    "name": "Luca Ban - Mesqueeb"
  },
  "ava": {
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  },
  "bugs": {
    "url": "https://github.com/mesqueeb/is-what/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@types/babel-core": "^6.25.6",
    "@types/jest": "^25.2.1",
    "@typescript-eslint/eslint-plugin": "^2.27.0",
    "@typescript-eslint/parser": "^2.27.0",
    "ava": "^3.6.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^25.3.0",
    "babel-preset-env": "^1.7.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-tree-shaking": "^1.8.0",
    "jest": "^25.3.0",
    "regenerator-runtime": "^0.13.5",
    "rollup": "^1.32.1",
    "rollup-plugin-typescript2": "^0.26.0",
    "ts-node": "^8.8.2",
    "typescript": "^3.8.3"
  },
  "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.cjs.js",
  "module": "dist/index.esm.js",
  "name": "is-what",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mesqueeb/is-what.git"
  },
  "scripts": {
    "ava": "ava",
    "build": "npm run lint && npm run rollup && npm run test",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "rollup": "rollup -c ./build/rollup.js",
    "test": "jest",
    "test-w": "jest --watchAll"
  },
  "sideEffects": false,
  "typings": "types/index.d.ts",
  "version": "3.8.0"
}
