{
  "_args": [
    [
      "ts-essentials@1.0.4",
      "/var/www/html"
    ]
  ],
  "_from": "ts-essentials@1.0.4",
  "_id": "ts-essentials@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-q3N1xS4vZpRouhYHDPwO0bDW3EZ6SK9CrrDHxi/D6BPReSjpVgWIOpLS2o0gSBZm+7q/wyKp6RVM1AeeW7uyfQ==",
  "_location": "/ts-essentials",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ts-essentials@1.0.4",
    "name": "ts-essentials",
    "escapedName": "ts-essentials",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/popmotion-pose"
  ],
  "_resolved": "https://registry.npmjs.org/ts-essentials/-/ts-essentials-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "/var/www/html",
  "author": {
    "name": "Krzysztof Kaczor",
    "email": "chris@kaczor.io"
  },
  "bugs": {
    "url": "https://github.com/krzkaczor/ts-essentials/issues"
  },
  "description": "All essential Typescript types in one place",
  "devDependencies": {
    "conditional-type-checks": "^0.5.0",
    "prettier": "^1.16.1",
    "typescript": "^3.2.2"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/krzkaczor/ts-essentials#readme",
  "keywords": [
    "typescript",
    "types",
    "essentials"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "ts-essentials",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/krzkaczor/ts-essentials.git"
  },
  "scripts": {
    "build": "rm -rf ./dist && tsc -p tsconfig.prod.json --outDir ./dist",
    "prepublishOnly": "yarn test && yarn build",
    "test": "prettier -c **/*.ts && tsc --noEmit",
    "test:fix": "prettier --write **/*.ts && tsc --noEmit"
  },
  "types": "dist/types.d.ts",
  "version": "1.0.4"
}
