lepu-test-platform-web/node_modules/async-validator/package.json

89 lines
2.1 KiB
JSON

{
"_args": [
[
"async-validator@1.8.5",
"/Applications/work/GitLab/lepu-test-platform-web"
]
],
"_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.npmjs.org/async-validator/-/async-validator-1.8.5.tgz",
"_spec": "1.8.5",
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
"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"
],
"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 --babel-runtime",
"start": "rc-tools run server",
"test": "jest"
},
"version": "1.8.5"
}