{
  "_args": [
    [
      "is-what@3.2.3",
      "/Users/kimvigren/Documents/git/react-kiwi-dropdown/test"
    ]
  ],
  "_from": "is-what@3.2.3",
  "_id": "is-what@3.2.3",
  "_inBundle": false,
  "_integrity": "sha512-c4syLgFnjXTH5qd82Fp/qtUIeM0wA69xbI0KH1QpurMIvDaZFrS8UtAa4U52Dc2qSznaMxHit0gErMp6A/Qk1w==",
  "_location": "/is-what",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-what@3.2.3",
    "name": "is-what",
    "escapedName": "is-what",
    "rawSpec": "3.2.3",
    "saveSpec": null,
    "fetchSpec": "3.2.3"
  },
  "_requiredBy": [
    "/merge-anything"
  ],
  "_resolved": "https://registry.npmjs.org/is-what/-/is-what-3.2.3.tgz",
  "_spec": "3.2.3",
  "_where": "/Users/kimvigren/Documents/git/react-kiwi-dropdown/test",
  "author": {
    "name": "Luca Ban - Mesqueeb"
  },
  "bugs": {
    "url": "https://github.com/mesqueeb/is-what/issues"
  },
  "dependencies": {},
  "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@types/babel-core": "^6.25.6",
    "@types/jest": "^23.3.14",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^24.8.0",
    "babel-preset-env": "^1.7.0",
    "jest": "^24.8.0",
    "regenerator-runtime": "^0.12.1",
    "rollup": "^0.65.2",
    "rollup-plugin-typescript2": "^0.21.1",
    "typescript": "^3.5.1"
  },
  "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": {
    "build": "rollup -c ./build/rollup.js && npm run test",
    "test": "jest",
    "test-w": "jest --watchAll"
  },
  "typings": "types/index.d.ts",
  "version": "3.2.3"
}
