{
  "_args": [
    [
      "ts-core-utils-is@1.0.0",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "ts-core-utils-is@1.0.0",
  "_id": "ts-core-utils-is@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-v/6g+fSAqMHJNhOvmd9dU7BJ8HfDLY1mA9R6+7fOQCyEg+9Q7DJ138jn62T8BMJ/Uzg5RtkTigtYwEuvI5LZKQ==",
  "_location": "/ts-core-utils-is",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ts-core-utils-is@1.0.0",
    "name": "ts-core-utils-is",
    "escapedName": "ts-core-utils-is",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ts-core-utils-is/-/ts-core-utils-is-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Zheng Yu Tay"
  },
  "description": "A port from [https://github.com/isaacs/core-util-is](https://github.com/isaacs/core-util-is)",
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "@types/node": "^13.9.2",
    "husky": "^4.2.3",
    "tsdx": "^0.12.3",
    "tslib": "^1.11.1",
    "typescript": "^3.8.3"
  },
  "files": [
    "dist"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "keywords": [
    "typescript",
    "util",
    "isBuffer",
    "isArray",
    "isNumber",
    "isString",
    "isRegExp",
    "isThis",
    "isThat",
    "polyfill"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/ts-core-utils-is.esm.js",
  "name": "ts-core-utils-is",
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "scripts": {
    "build": "tsdx build",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "start": "tsdx watch",
    "test": "tsdx test"
  },
  "typings": "dist/index.d.ts",
  "version": "1.0.0"
}
