{
  "_args": [
    [
      "@sinclair/typebox@0.23.5",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "@sinclair/typebox@0.23.5",
  "_id": "@sinclair/typebox@0.23.5",
  "_inBundle": false,
  "_integrity": "sha512-AFBVi/iT4g20DHoujvMH1aEDn8fGJh4xsRGCP6d8RpLPMqsNPvW01Jcn0QysXTsg++/xj25NmJsGyH9xug/wKg==",
  "_location": "/@sinclair/typebox",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@sinclair/typebox@0.23.5",
    "name": "@sinclair/typebox",
    "escapedName": "@sinclair%2ftypebox",
    "scope": "@sinclair",
    "rawSpec": "0.23.5",
    "saveSpec": null,
    "fetchSpec": "0.23.5"
  },
  "_requiredBy": [
    "/@jest/schemas"
  ],
  "_resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.23.5.tgz",
  "_spec": "0.23.5",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "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.16.3",
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.12",
    "ajv": "^8.9.0",
    "ajv-formats": "^2.1.1",
    "chai": "^4.3.5",
    "mocha": "^9.2.0",
    "tsd": "^0.19.1",
    "typescript": "^4.5.5"
  },
  "homepage": "https://github.com/sinclairzx81/typebox#readme",
  "keywords": [
    "json-schema",
    "typescript",
    "static-types",
    "runtime-typechecking"
  ],
  "license": "MIT",
  "main": "./typebox.js",
  "name": "@sinclair/typebox",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sinclairzx81/typebox.git"
  },
  "scripts": {
    "build": "hammer task build",
    "clean": "hammer task clean",
    "example": "hammer task example",
    "spec": "hammer task spec",
    "spec:schemas": "hammer task spec_schemas",
    "spec:types": "hammer task spec_types",
    "test": "npm run spec"
  },
  "types": "./typebox.d.ts",
  "version": "0.23.5"
}
