You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.9 KiB
70 lines
1.9 KiB
{
|
|
"_from": "async-validator@^3.0.3",
|
|
"_id": "async-validator@3.5.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8eLCg00W9pIRZSB781UUX/H6Oskmm8xloZfr09lz5bikRpBVDlJ3hRVuxxP1SxcwsEYfJ4IU8Q19Y8/893r3rQ==",
|
|
"_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": [
|
|
"/ant-design-vue"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/async-validator/-/async-validator-3.5.2.tgz",
|
|
"_shasum": "68e866a96824e8b2694ff7a831c1a25c44d5e500",
|
|
"_spec": "async-validator@^3.0.3",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\ant-design-vue",
|
|
"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.2"
|
|
}
|
|
|