{
  "_args": [
    [
      "@sinclair/typebox@0.24.51",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "@sinclair/typebox@0.24.51",
  "_id": "@sinclair/typebox@0.24.51",
  "_inBundle": false,
  "_integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==",
  "_location": "/@sinclair/typebox",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@sinclair/typebox@0.24.51",
    "name": "@sinclair/typebox",
    "escapedName": "@sinclair%2ftypebox",
    "scope": "@sinclair",
    "rawSpec": "0.24.51",
    "saveSpec": null,
    "fetchSpec": "0.24.51"
  },
  "_requiredBy": [
    "/@jest/schemas"
  ],
  "_resolved": "https://registry.npmmirror.com/@sinclair/typebox/-/typebox-0.24.51.tgz",
  "_spec": "0.24.51",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "author": {
    "name": "sinclairzx81"
  },
  "bugs": {
    "url": "https://github.com/sinclairzx81/typebox/issues"
  },
  "description": "JSONSchema Type Builder with Static Type Resolution for TypeScript",
  "devDependencies": {
    "@sinclair/hammer": "^0.17.1",
    "@types/chai": "^4.3.3",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.7.13",
    "ajv": "^8.11.0",
    "ajv-formats": "^2.1.1",
    "chai": "^4.3.6",
    "mocha": "^9.2.2",
    "prettier": "^2.7.1",
    "typescript": "^4.8.2"
  },
  "homepage": "https://github.com/sinclairzx81/typebox#readme",
  "keywords": [
    "typescript",
    "json-schema",
    "validate",
    "typecheck"
  ],
  "license": "MIT",
  "main": "./typebox.js",
  "name": "@sinclair/typebox",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sinclairzx81/typebox.git"
  },
  "scripts": {
    "benchmark": "hammer task benchmark",
    "build": "hammer task build",
    "clean": "hammer task clean",
    "format": "hammer task format",
    "publish": "hammer task publish",
    "start": "hammer task start",
    "test": "hammer task test"
  },
  "types": "./typebox.d.ts",
  "version": "0.24.51"
}
