package.json 1.97 KB
{
  "_from": "async-validator@^3.0.3",
  "_id": "async-validator@3.5.1",
  "_inBundle": false,
  "_integrity": "sha512-DDmKA7sdSAJtTVeNZHrnr2yojfFaoeW8MfQN8CeuXg8DDQHTqKk9Fdv38dSvnesHoO8MUwMI2HphOeSyIF+wmQ==",
  "_location": "/async-validator",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "async-validator@^3.0.3",
    "name": "async-validator",
    "escapedName": "async-validator",
    "rawSpec": "^3.0.3",
    "saveSpec": null,
    "fetchSpec": "^3.0.3"
  },
  "_requiredBy": [
    "/rc-field-form"
  ],
  "_resolved": "https://registry.npmjs.org/async-validator/-/async-validator-3.5.1.tgz",
  "_shasum": "cd62b9688b2465f48420e27adb47760ab1b5559f",
  "_spec": "async-validator@^3.0.3",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\rc-field-form",
  "bugs": {
    "url": "https://github.com/yiminghe/async-validator/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "validate form asynchronous",
  "devDependencies": {
    "@babel/preset-env": "^7.8.7",
    "@pika/pack": "^0.5.0",
    "@pika/plugin-build-types": "^0.6.0",
    "@pika/plugin-standard-pkg": "^0.6.0",
    "@pika/types": "^0.6.0",
    "babel-jest": "^24.8.0",
    "coveralls": "^2.13.1",
    "jest": "^24.8.0",
    "lint-staged": "^7.2.0",
    "np": "^5.0.3",
    "pika-plugin-build-web-babel": "^0.8.0",
    "pika-plugin-clean-dist-src": "^0.1.1",
    "pre-commit": "^1.2.2",
    "prettier": "^1.11.1"
  },
  "files": [
    "dist-*/",
    "bin/"
  ],
  "homepage": "https://github.com/yiminghe/async-validator",
  "keywords": [
    "validator",
    "validate",
    "async"
  ],
  "license": "MIT",
  "main": "dist-node/index.js",
  "module": "dist-web/index.js",
  "name": "async-validator",
  "pika": true,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/yiminghe/async-validator.git"
  },
  "sideEffects": false,
  "types": "dist-types/index.d.ts",
  "version": "3.5.1"
}