{
  "_args": [
    [
      "rc-field-form@1.26.6",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "rc-field-form@1.26.6",
  "_id": "rc-field-form@1.26.6",
  "_inBundle": false,
  "_integrity": "sha512-N7nx/9Zk3innxZWTa4GPUV3j78OCgXacl2Lgi6agmP7ziz6BHoZYZ1djOt5UW50kK7UoVMAPtue5I1XgQO24MA==",
  "_location": "/rc-field-form",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rc-field-form@1.26.6",
    "name": "rc-field-form",
    "escapedName": "rc-field-form",
    "rawSpec": "1.26.6",
    "saveSpec": null,
    "fetchSpec": "1.26.6"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-field-form/-/rc-field-form-1.26.6.tgz",
  "_spec": "1.26.6",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "smith3816@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-component/field-form/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.18.0",
    "async-validator": "^4.1.0",
    "rc-util": "^5.8.0"
  },
  "description": "React Form Component",
  "devDependencies": {
    "@types/enzyme": "^3.10.5",
    "@types/jest": "^26.0.20",
    "@types/lodash": "^4.14.135",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@umijs/fabric": "^2.5.2",
    "@umijs/test": "^3.2.27",
    "dumi": "^1.1.0",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "enzyme-to-json": "^3.1.4",
    "eslint": "^7.18.0",
    "father": "^2.13.6",
    "father-build": "^1.18.6",
    "gh-pages": "^3.1.0",
    "np": "^5.0.3",
    "prettier": "^2.1.2",
    "react": "^16.14.0",
    "react-dnd": "^8.0.3",
    "react-dnd-html5-backend": "^8.0.3",
    "react-dom": "^16.14.0",
    "react-redux": "^4.4.10",
    "react-router": "^3.0.0",
    "redux": "^3.7.2",
    "typescript": "^4.6.3"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "lib",
    "es",
    "dist",
    "assets/*.css"
  ],
  "homepage": "https://github.com/react-component/field-form",
  "keywords": [
    "react",
    "react-component",
    "react-form",
    "form"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-field-form",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-component/field-form.git"
  },
  "scripts": {
    "compile": "father-build",
    "deploy": "npm run docs:build && npm run docs:deploy",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d docs-dist",
    "lint": "eslint src/ --ext .tsx,.ts",
    "lint:tsc": "tsc -p tsconfig.json --noEmit",
    "now-build": "npm run docs:build",
    "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "start": "dumi dev",
    "test": "father test",
    "test:coverage": "umi-test --coverage"
  },
  "typings": "es/index.d.ts",
  "version": "1.26.6"
}
