{
  "_from": "@rc-component/async-validator@^5.0.3",
  "_id": "@rc-component/async-validator@5.0.4",
  "_inBundle": false,
  "_integrity": "sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==",
  "_location": "/@rc-component/async-validator",
  "_phantomChildren": {
    "regenerator-runtime": "0.14.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@rc-component/async-validator@^5.0.3",
    "name": "@rc-component/async-validator",
    "escapedName": "@rc-component%2fasync-validator",
    "scope": "@rc-component",
    "rawSpec": "^5.0.3",
    "saveSpec": null,
    "fetchSpec": "^5.0.3"
  },
  "_requiredBy": [
    "/rc-field-form"
  ],
  "_resolved": "https://registry.npmjs.org/@rc-component/async-validator/-/async-validator-5.0.4.tgz",
  "_shasum": "5291ad92f00a14b6766fc81735c234277f83e948",
  "_spec": "@rc-component/async-validator@^5.0.3",
  "_where": "/var/www/html/frontend-new/node_modules/rc-field-form",
  "bugs": {
    "url": "http://github.com/react-component/async-validator/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.24.4"
  },
  "deprecated": false,
  "description": "Validate form asynchronous",
  "devDependencies": {
    "@rc-component/father-plugin": "^1.0.2",
    "@types/jest": "^29.5.12",
    "@types/react": "18.x",
    "@types/react-dom": "18.x",
    "@umijs/fabric": "^4.0.1",
    "dumi": "^2.2.17",
    "eslint": "^8.0.0",
    "father": "^4.4.0",
    "gh-pages": "^6.1.1",
    "lint-staged": "^15.2.2",
    "np": "^10.0.3",
    "prettier": "^3.2.5",
    "rc-test": "^7.0.15",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "5.x"
  },
  "engines": {
    "node": ">=14.x"
  },
  "files": [
    "es",
    "lib"
  ],
  "homepage": "http://github.com/react-component/async-validator",
  "keywords": [
    "async-validator",
    "form"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{tsx,js,jsx,ts,json}": [
      "prettier --write"
    ]
  },
  "main": "./lib/index",
  "module": "./es/index",
  "name": "@rc-component/async-validator",
  "pre-commit": [
    "lint-staged"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/async-validator.git"
  },
  "scripts": {
    "compile": "father build",
    "coverage": "rc-test --coverage",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d .docs-dist",
    "gh-pages": "npm run docs:build && npm run docs:deploy",
    "lint": "eslint src --ext .tsx,.ts,.jsx,.js",
    "now-build": "npm run docs:build",
    "postpublish": "npm run gh-pages",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "prettier": "prettier . --write",
    "start": "dumi dev",
    "test": "rc-test",
    "tsc": "tsc --noEmit"
  },
  "types": "./lib/index.d.ts",
  "version": "5.0.4"
}
