{
  "_args": [
    [
      "@hookform/resolvers@2.4.0",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "@hookform/resolvers@2.4.0",
  "_id": "@hookform/resolvers@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-KiHc7Uwd2IJMvPTMQ9vQxfss2ulq2gRYL/HYZ90qiTs+07UgGWCikiIvE2pKjjGVltEYjq5eR8x0ITmoyEjGxQ==",
  "_location": "/@hookform/resolvers",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@hookform/resolvers@2.4.0",
    "name": "@hookform/resolvers",
    "escapedName": "@hookform%2fresolvers",
    "scope": "@hookform",
    "rawSpec": "2.4.0",
    "saveSpec": null,
    "fetchSpec": "2.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-2.4.0.tgz",
  "_spec": "2.4.0",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "amdName": "hookformResolvers",
  "author": {
    "name": "bluebill1049",
    "email": "bluebill1049@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-hook-form/resolvers/issues"
  },
  "description": "React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts and Nope.",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/react": "^11.2.3",
    "@testing-library/user-event": "^12.6.3",
    "@types/jest": "^26.0.20",
    "@types/react": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^4.14.2",
    "@typescript-eslint/parser": "^4.14.2",
    "check-export-map": "^1.0.1",
    "class-transformer": "^0.4.0",
    "class-validator": "^0.13.1",
    "eslint": "^7.19.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-prettier": "^3.3.1",
    "fp-ts": "^2.7.0",
    "husky": "^4.3.8",
    "io-ts": "^2.0.0",
    "io-ts-types": "^0.5.16",
    "jest": "^26.6.3",
    "joi": "^17.3.0",
    "lint-staged": "^10.5.3",
    "microbundle": "^0.13.0",
    "monocle-ts": "^2.3.9",
    "newtype-ts": "^0.3.4",
    "nope-validator": "^0.12.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.2.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-hook-form": "^7.0.0-alpha.2",
    "reflect-metadata": "^0.1.13",
    "superstruct": "^0.14.0",
    "ts-jest": "^26.5.0",
    "typescript": "^4.1.3",
    "vest": "^3.1.2",
    "yup": "^0.32.8",
    "zod": "^1.11.11"
  },
  "exports": {
    ".": {
      "browser": "./dist/resolvers.module.js",
      "umd": "./dist/resolvers.umd.js",
      "import": "./dist/resolvers.mjs",
      "require": "./dist/resolvers.js"
    },
    "./zod": {
      "browser": "./zod/dist/zod.module.js",
      "umd": "./zod/dist/zod.umd.js",
      "import": "./zod/dist/zod.mjs",
      "require": "./zod/dist/zod.js"
    },
    "./yup": {
      "browser": "./yup/dist/yup.module.js",
      "umd": "./yup/dist/yup.umd.js",
      "import": "./yup/dist/yup.mjs",
      "require": "./yup/dist/yup.js"
    },
    "./joi": {
      "browser": "./joi/dist/joi.module.js",
      "umd": "./joi/dist/joi.umd.js",
      "import": "./joi/dist/joi.mjs",
      "require": "./joi/dist/joi.js"
    },
    "./vest": {
      "browser": "./vest/dist/vest.module.js",
      "umd": "./vest/dist/vest.umd.js",
      "import": "./vest/dist/vest.mjs",
      "require": "./vest/dist/vest.js"
    },
    "./superstruct": {
      "browser": "./superstruct/dist/superstruct.module.js",
      "umd": "./superstruct/dist/superstruct.umd.js",
      "import": "./superstruct/dist/superstruct.mjs",
      "require": "./superstruct/dist/superstruct.js"
    },
    "./class-validator": {
      "browser": "./class-validator/dist/class-validator.module.js",
      "umd": "./class-validator/dist/class-validator.umd.js",
      "import": "./class-validator/dist/class-validator.mjs",
      "require": "./class-validator/dist/class-validator.js"
    },
    "./io-ts": {
      "browser": "./io-ts/dist/io-ts.module.js",
      "umd": "./io-ts/dist/io-ts.umd.js",
      "import": "./io-ts/dist/io-ts.mjs",
      "require": "./io-ts/dist/io-ts.js"
    },
    "./nope": {
      "browser": "./nope/dist/nope.module.js",
      "umd": "./nope/dist/nope.umd.js",
      "import": "./nope/dist/nope.mjs",
      "require": "./nope/dist/nope.js"
    },
    "./package.json": "./package.json",
    "./": "./"
  },
  "files": [
    "dist",
    "yup/package.json",
    "yup/src",
    "yup/dist",
    "zod/package.json",
    "zod/src",
    "zod/dist",
    "vest/package.json",
    "vest/src",
    "vest/dist",
    "joi/package.json",
    "joi/src",
    "joi/dist",
    "superstruct/package.json",
    "superstruct/src",
    "superstruct/dist",
    "class-validator/package.json",
    "class-validator/src",
    "class-validator/dist",
    "io-ts/package.json",
    "io-ts/src",
    "io-ts/dist",
    "nope/package.json",
    "nope/src",
    "nope/dist"
  ],
  "homepage": "https://react-hook-form.com",
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint:types && lint-staged"
    }
  },
  "keywords": [
    "scheme",
    "validation",
    "scheme-validation",
    "hookform",
    "react-hook-form",
    "yup",
    "joi",
    "superstruct",
    "typescript",
    "zod",
    "vest",
    "class-validator",
    "io-ts",
    "nope"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts}": [
      "yarn lint --fix"
    ],
    "*.{md,json,yml}": [
      "prettier --write"
    ]
  },
  "main": "dist/resolvers.js",
  "module": "dist/resolvers.module.js",
  "name": "@hookform/resolvers",
  "peerDependencies": {
    "react-hook-form": "^7.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-hook-form/resolvers.git"
  },
  "scripts": {
    "build": "npm-run-all --parallel build:*",
    "build:class-validator": "microbundle --cwd class-validator --globals '@hookform/resolvers=hookformResolvers'",
    "build:io-ts": "microbundle --cwd io-ts --globals '@hookform/resolvers=hookformResolvers'",
    "build:joi": "microbundle --cwd joi --globals '@hookform/resolvers=hookformResolvers'",
    "build:nope": "microbundle --cwd nope --globals '@hookform/resolvers=hookformResolvers'",
    "build:src": "microbundle build",
    "build:superstruct": "microbundle --cwd superstruct --globals '@hookform/resolvers=hookformResolvers'",
    "build:vest": "microbundle --cwd vest --globals '@hookform/resolvers=hookformResolvers'",
    "build:yup": "microbundle --cwd yup --globals '@hookform/resolvers=hookformResolvers'",
    "build:zod": "microbundle --cwd zod --globals '@hookform/resolvers=hookformResolvers'",
    "check:all": "npm-run-all --parallel lint:* test",
    "lint": "eslint . --ext .ts,.js --ignore-path .gitignore",
    "lint:types": "tsc",
    "postbuild": "node ./config/node-13-exports.js",
    "prepare": "run-s build:src build && check-export-map",
    "test": "jest",
    "test:watch": "yarn test --watchAll --coverage --runInBand"
  },
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "umd:main": "dist/resolvers.umd.js",
  "version": "2.4.0"
}
