{
  "_from": "@sinclair/typebox@^0.24.1",
  "_id": "@sinclair/typebox@0.24.46",
  "_inBundle": false,
  "_integrity": "sha512-ng4ut1z2MCBhK/NwDVwIQp3pAUOCs/KNaW3cBxdFB2xTDrOuo1xuNmpr/9HHFhxqIvHrs1NTH3KJg6q+JSy1Kw==",
  "_location": "/@sinclair/typebox",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@sinclair/typebox@^0.24.1",
    "name": "@sinclair/typebox",
    "escapedName": "@sinclair%2ftypebox",
    "scope": "@sinclair",
    "rawSpec": "^0.24.1",
    "saveSpec": null,
    "fetchSpec": "^0.24.1"
  },
  "_requiredBy": [
    "/@jest/schemas",
    "/jest-watch-typeahead/@jest/schemas"
  ],
  "_resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.46.tgz",
  "_shasum": "57501b58023776dbbae9e25619146286440be34c",
  "_spec": "@sinclair/typebox@^0.24.1",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/@jest/schemas",
  "author": {
    "name": "sinclairzx81"
  },
  "bugs": {
    "url": "https://github.com/sinclairzx81/typebox/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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.46"
}
