{
  "_from": "rc-form@^2.4.10",
  "_id": "rc-form@2.4.11",
  "_inBundle": false,
  "_integrity": "sha512-8BL+FNlFLTOY/A5X6tU35GQJLSIpsmqpwn/tFAYQTczXc4dMJ33ggtH248Cum8+LS0jLTsJKG2L4Qp+1CkY+sA==",
  "_location": "/rc-form",
  "_phantomChildren": {
    "loose-envify": "1.4.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-form@^2.4.10",
    "name": "rc-form",
    "escapedName": "rc-form",
    "rawSpec": "^2.4.10",
    "saveSpec": null,
    "fetchSpec": "^2.4.10"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-form/-/rc-form-2.4.11.tgz",
  "_shasum": "61ee3ae579259684ae30f2c48f55f0f23a5d3d08",
  "_spec": "rc-form@^2.4.10",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/antd",
  "author": {
    "name": "yiminghe@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-component/form/issues"
  },
  "bundleDependencies": false,
  "config": {
    "port": 8000,
    "entry": {
      "rc-form": [
        "./scripts/index.js"
      ]
    }
  },
  "dependencies": {
    "async-validator": "~1.11.3",
    "babel-runtime": "6.x",
    "create-react-class": "^15.5.3",
    "dom-scroll-into-view": "1.x",
    "hoist-non-react-statics": "^3.3.0",
    "lodash": "^4.17.4",
    "rc-util": "^4.15.3",
    "warning": "^4.0.3"
  },
  "deprecated": false,
  "description": "React High Order Form Component",
  "devDependencies": {
    "antd": "3.x",
    "async": "^3.0.0",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "enzyme-to-json": "^3.1.4",
    "history": "^1.16.0",
    "jest": "^21.2.1",
    "pre-commit": "1.x",
    "prop-types": "^15.5.10",
    "rc-tools": "8.x",
    "react": "^16.1.1",
    "react-dom": "^16.1.1",
    "react-redux": "^4.0.0",
    "react-router": "^3.0.0",
    "react-test-renderer": "^16.1.1",
    "redux": "^3.0.4"
  },
  "files": [
    "lib",
    "es",
    "dist",
    "assets/*.css"
  ],
  "homepage": "https://github.com/react-component/form",
  "jest": {
    "setupFiles": [
      "./tests/setup.js"
    ],
    "collectCoverageFrom": [
      "src/**/*"
    ],
    "snapshotSerializers": [
      "enzyme-to-json/serializer"
    ],
    "transform": {
      "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
    }
  },
  "keywords": [
    "react",
    "react-component",
    "react-form",
    "form"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-form",
  "peerDependencies": {
    "prop-types": "^15.0"
  },
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-component/form.git"
  },
  "scripts": {
    "build": "rc-tools run build",
    "compile": "rc-tools run compile --babel-runtime",
    "coverage": "jest --coverage",
    "gh-pages": "rc-tools run gh-pages",
    "lint": "rc-tools run lint",
    "lint:fix": "rc-tools run lint --fix",
    "prepublish": "rc-tools run guard",
    "pub": "rc-tools run pub --babel-runtime",
    "start": "rc-tools run server",
    "test": "jest"
  },
  "version": "2.4.11"
}
