视频会议上传文件
This commit is contained in:
+68
-38
@@ -1,24 +1,56 @@
|
||||
{
|
||||
"name": "async-validator",
|
||||
"version": "1.8.5",
|
||||
"description": "validate form asynchronous",
|
||||
"keywords": [
|
||||
"validator",
|
||||
"validate",
|
||||
"async"
|
||||
"_args": [
|
||||
[
|
||||
"async-validator@1.8.5",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"homepage": "http://github.com/yiminghe/async-validator",
|
||||
"author": "yiminghe@gmail.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:yiminghe/async-validator.git"
|
||||
"_from": "async-validator@1.8.5",
|
||||
"_id": "async-validator@1.8.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-tXBM+1m056MAX0E8TL2iCjg8WvSyXu0Zc8LNtYqrVeyoL3+esHRZ4SieE9fKQyyU09uONjnMEjrNBMqT0mbvmA==",
|
||||
"_location": "/async-validator",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "async-validator@1.8.5",
|
||||
"name": "async-validator",
|
||||
"escapedName": "async-validator",
|
||||
"rawSpec": "1.8.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.8.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/element-ui"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-1.8.5.tgz",
|
||||
"_spec": "1.8.5",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "yiminghe@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/yiminghe/async-validator/issues"
|
||||
},
|
||||
"config": {
|
||||
"port": 8010
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-runtime": "6.x"
|
||||
},
|
||||
"description": "validate form asynchronous",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.13.1",
|
||||
"jest": "20.x",
|
||||
"pre-commit": "1.x",
|
||||
"rc-tools": "6.x"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"es"
|
||||
],
|
||||
"main": "./lib/index",
|
||||
"module": "./es/index",
|
||||
"homepage": "http://github.com/yiminghe/async-validator",
|
||||
"jest": {
|
||||
"collectCoverageFrom": [
|
||||
"src/*"
|
||||
@@ -27,32 +59,30 @@
|
||||
"\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
|
||||
}
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/yiminghe/async-validator/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"validator",
|
||||
"validate",
|
||||
"async"
|
||||
],
|
||||
"licenses": "MIT",
|
||||
"config": {
|
||||
"port": 8010
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rc-tools run build",
|
||||
"gh-pages": "rc-tools run gh-pages",
|
||||
"start": "rc-tools run server",
|
||||
"pub": "rc-tools run pub --babel-runtime",
|
||||
"lint": "rc-tools run lint",
|
||||
"test": "jest",
|
||||
"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.13.1",
|
||||
"jest": "20.x",
|
||||
"pre-commit": "1.x",
|
||||
"rc-tools": "6.x"
|
||||
},
|
||||
"main": "./lib/index",
|
||||
"module": "./es/index",
|
||||
"name": "async-validator",
|
||||
"pre-commit": [
|
||||
"lint"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "6.x"
|
||||
}
|
||||
"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 --babel-runtime",
|
||||
"start": "rc-tools run server",
|
||||
"test": "jest"
|
||||
},
|
||||
"version": "1.8.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user