87 lines
2.0 KiB
JSON
87 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"async-validator@1.11.5",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_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": [
|
|
"/rc-form"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/async-validator/-/async-validator-1.11.5.tgz",
|
|
"_spec": "1.11.5",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"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"
|
|
}
|