{
  "_from": "@standard-schema/utils@^0.3.0",
  "_id": "@standard-schema/utils@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==",
  "_location": "/@standard-schema/utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@standard-schema/utils@^0.3.0",
    "name": "@standard-schema/utils",
    "escapedName": "@standard-schema%2futils",
    "scope": "@standard-schema",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "/@hookform/resolvers"
  ],
  "_resolved": "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz",
  "_shasum": "3d5e608f16c2390c10528e98e59aef6bf73cae7b",
  "_spec": "@standard-schema/utils@^0.3.0",
  "_where": "/var/www/tecnibi/node_modules/@hookform/resolvers",
  "author": {
    "name": "Fabian Hiller"
  },
  "bugs": {
    "url": "https://github.com/standard-schema/standard-schema/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The official runtime utils for Standard Schema",
  "devDependencies": {
    "@standard-schema/spec": "npm:@jsr/standard-schema__spec@1.0.0-beta.4",
    "@vitest/coverage-v8": "2.1.2",
    "tsup": "^8.3.0",
    "typescript": "^5.6.2",
    "vite": "^5.4.8",
    "vitest": "^2.1.2"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/standard-schema/standard-schema#readme",
  "keywords": [
    "standard",
    "schema",
    "utils"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@standard-schema/utils",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/standard-schema/standard-schema.git"
  },
  "scripts": {
    "build": "tsup",
    "check": "pnpm biome check ./src",
    "coverage": "vitest run --coverage --isolate",
    "format": "pnpm biome format --write ./src",
    "lint": "pnpm biome lint ./src",
    "test": "vitest"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.3.0"
}
