{ "_from": "@sinclair/typebox@^0.24.1", "_id": "@sinclair/typebox@0.24.51", "_inBundle": false, "_integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "_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" ], "_resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", "_shasum": "645f33fe4e02defe26f2f5c0410e1c094eac7f5f", "_spec": "@sinclair/typebox@^0.24.1", "_where": "/home/josie/development/hdlines/hdlines-react/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.51" }