{
  "_args": [
    [
      "ts-interface-checker@0.1.13",
      "/Users/gastoenock/Desktop/Laravel/ttsl-ai"
    ]
  ],
  "_development": true,
  "_from": "ts-interface-checker@0.1.13",
  "_id": "ts-interface-checker@0.1.13",
  "_inBundle": false,
  "_integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  "_location": "/ts-interface-checker",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ts-interface-checker@0.1.13",
    "name": "ts-interface-checker",
    "escapedName": "ts-interface-checker",
    "rawSpec": "0.1.13",
    "saveSpec": null,
    "fetchSpec": "0.1.13"
  },
  "_requiredBy": [
    "/sucrase"
  ],
  "_resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  "_spec": "0.1.13",
  "_where": "/Users/gastoenock/Desktop/Laravel/ttsl-ai",
  "author": {
    "name": "Dmitry S, Grist Labs"
  },
  "bugs": {
    "url": "https://github.com/gristlabs/ts-interface-checker/issues"
  },
  "dependencies": {},
  "description": "Runtime library to validate data against TypeScript interfaces",
  "devDependencies": {
    "@types/benchmark": "^1.0.31",
    "@types/chai": "~4.0.8",
    "@types/mocha": "^8.0.1",
    "@types/node": "^8.0.57",
    "benchmark": "^2.1.4",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "mocha": "^7.1.2",
    "nyc": "^15.0.1",
    "protobufjs": "^6.8.3",
    "source-map-support": "^0.5.0",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.7"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/gristlabs/ts-interface-checker#readme",
  "keywords": [
    "typescript",
    "ts",
    "interface",
    "type",
    "validate",
    "validator",
    "check"
  ],
  "license": "Apache-2.0",
  "main": "dist/index",
  "name": "ts-interface-checker",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "exclude": [
      "**/*.d.ts"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gristlabs/ts-interface-checker.git"
  },
  "scripts": {
    "bench": "tsc && node test/bench/bench.js",
    "build": "tsc",
    "preversion": "npm test",
    "test": "tsc && nyc mocha -R list test/",
    "version": "npm run build",
    "watch": "tsc -w"
  },
  "typings": "dist/index",
  "version": "0.1.13"
}
