| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/zinisoft.net-react/node_modules/@hookform/resolvers/ |
Upload File : |
{
"name": "@hookform/resolvers",
"amdName": "hookformResolvers",
"version": "2.9.11",
"description": "React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types and Typanion",
"main": "dist/resolvers.js",
"module": "dist/resolvers.module.js",
"umd:main": "dist/resolvers.umd.js",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"exports": {
".": {
"umd": "./dist/resolvers.umd.js",
"import": "./dist/resolvers.mjs",
"require": "./dist/resolvers.js"
},
"./zod": {
"umd": "./zod/dist/zod.umd.js",
"import": "./zod/dist/zod.mjs",
"require": "./zod/dist/zod.js"
},
"./yup": {
"umd": "./yup/dist/yup.umd.js",
"import": "./yup/dist/yup.mjs",
"require": "./yup/dist/yup.js"
},
"./joi": {
"umd": "./joi/dist/joi.umd.js",
"import": "./joi/dist/joi.mjs",
"require": "./joi/dist/joi.js"
},
"./vest": {
"umd": "./vest/dist/vest.umd.js",
"import": "./vest/dist/vest.mjs",
"require": "./vest/dist/vest.js"
},
"./superstruct": {
"umd": "./superstruct/dist/superstruct.umd.js",
"import": "./superstruct/dist/superstruct.mjs",
"require": "./superstruct/dist/superstruct.js"
},
"./class-validator": {
"umd": "./class-validator/dist/class-validator.umd.js",
"import": "./class-validator/dist/class-validator.mjs",
"require": "./class-validator/dist/class-validator.js"
},
"./io-ts": {
"umd": "./io-ts/dist/io-ts.umd.js",
"import": "./io-ts/dist/io-ts.mjs",
"require": "./io-ts/dist/io-ts.js"
},
"./nope": {
"umd": "./nope/dist/nope.umd.js",
"import": "./nope/dist/nope.mjs",
"require": "./nope/dist/nope.js"
},
"./computed-types": {
"umd": "./computed-types/dist/computed-types.umd.js",
"import": "./computed-types/dist/computed-types.mjs",
"require": "./computed-types/dist/computed-types.js"
},
"./typanion": {
"umd": "./typanion/dist/typanion.umd.js",
"import": "./typanion/dist/typanion.mjs",
"require": "./typanion/dist/typanion.js"
},
"./ajv": {
"umd": "./ajv/dist/ajv.umd.js",
"import": "./ajv/dist/ajv.mjs",
"require": "./ajv/dist/ajv.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",
"computed-types/package.json",
"computed-types/src",
"computed-types/dist",
"typanion/package.json",
"typanion/src",
"typanion/dist",
"ajv/package.json",
"ajv/src",
"ajv/dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepare": "run-s build:src build && check-export-map && husky install",
"build": "npm-run-all --parallel build:*",
"build:src": "microbundle build --globals react-hook-form=ReactHookForm",
"build:zod": "microbundle --cwd zod --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
"build:yup": "microbundle --cwd yup --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
"build:joi": "microbundle --cwd joi --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
"build:superstruct": "microbundle --cwd superstruct --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
"build:io-ts": "microbundle --cwd io-ts --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
"build:vest": "microbundle --cwd vest --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
"build:class-validator": "microbundle --cwd class-validator --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
"build:nope": "microbundle --cwd nope --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
"build:computed-types": "microbundle --cwd computed-types --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
"build:typanion": "microbundle --cwd typanion --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
"build:ajv": "microbundle --cwd ajv --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
"postbuild": "node ./config/node-13-exports.js",
"lint": "eslint . --ext .ts,.js --ignore-path .gitignore",
"lint:types": "tsc",
"test": "jest",
"test:watch": "yarn test --watchAll --coverage --runInBand",
"check:all": "npm-run-all --parallel lint:* test"
},
"keywords": [
"scheme",
"validation",
"scheme-validation",
"hookform",
"react-hook-form",
"yup",
"joi",
"superstruct",
"typescript",
"zod",
"vest",
"class-validator",
"io-ts",
"nope",
"computed-types",
"typanion",
"ajv"
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-hook-form/resolvers.git"
},
"author": "bluebill1049 <bluebill1049@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-hook-form/resolvers/issues"
},
"homepage": "https://react-hook-form.com",
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"ajv": "^8.11.0",
"ajv-errors": "^3.0.0",
"check-export-map": "^1.2.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"computed-types": "^1.11.1",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"fp-ts": "^2.11.8",
"husky": "^7.0.4",
"io-ts": "^2.0.0",
"io-ts-types": "^0.5.16",
"jest": "^27.4.7",
"joi": "^17.5.0",
"lint-staged": "^12.1.7",
"microbundle": "^0.14.2",
"monocle-ts": "^2.3.12",
"newtype-ts": "^0.3.5",
"nope-validator": "^1.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.33.0",
"reflect-metadata": "^0.1.13",
"superstruct": "^0.15.3",
"ts-jest": "^27.1.3",
"typanion": "^3.7.1",
"typescript": "^4.5.4",
"vest": "^4.0.3",
"yup": "^0.32.11",
"zod": "^3.11.6"
},
"peerDependencies": {
"react-hook-form": "^7.0.0"
},
"lint-staged": {
"*.{js,ts}": [
"yarn lint --fix"
],
"*.{md,json,yml}": [
"prettier --write"
]
}
}