{
  "_args": [
    [
      "async-validator@1.11.5",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
  ],
  "_from": "async-validator@1.11.5",
  "_id": "async-validator@1.11.5",
  "_inBundle": false,
  "_integrity": "sha512-XNtCsMAeAH1pdLMEg1z8/Bb3a8cdCbui9QbJATRFHHHW5kT6+NPI3zSVQUXgikTFITzsg+kYY5NTWhM2Orwt9w==",
  "_location": "/async-validator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "async-validator@1.11.5",
    "name": "async-validator",
    "escapedName": "async-validator",
    "rawSpec": "1.11.5",
    "saveSpec": null,
    "fetchSpec": "1.11.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/async-validator/-/async-validator-1.11.5.tgz",
  "_spec": "1.11.5",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
  "author": {
    "name": "yiminghe@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/yiminghe/async-validator/issues"
  },
  "config": {
    "port": 8010
  },
  "description": "validate form asynchronous",
  "devDependencies": {
    "babel-preset-env": "^1.7.0",
    "coveralls": "^2.13.1",
    "jest": "^23.6.0",
    "pre-commit": "1.x",
    "rc-tools": "7.x"
  },
  "files": [
    "lib",
    "es"
  ],
  "homepage": "http://github.com/yiminghe/async-validator",
  "jest": {
    "collectCoverageFrom": [
      "src/*"
    ],
    "transform": {
      "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
    }
  },
  "keywords": [
    "validator",
    "validate",
    "async"
  ],
  "licenses": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "async-validator",
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/yiminghe/async-validator.git"
  },
  "scripts": {
    "build": "rc-tools run build",
    "coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "gh-pages": "rc-tools run gh-pages",
    "lint": "rc-tools run lint",
    "pub": "rc-tools run pub",
    "start": "rc-tools run server",
    "test": "jest"
  },
  "version": "1.11.5"
}