package.json
2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"_from": "async-validator@~1.8.1",
"_id": "async-validator@1.8.5",
"_inBundle": false,
"_integrity": "sha1-3D4I7B/Q3dtn5ghC8CwM0c7G1/A=",
"_location": "/async-validator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "async-validator@~1.8.1",
"name": "async-validator",
"escapedName": "async-validator",
"rawSpec": "~1.8.1",
"saveSpec": null,
"fetchSpec": "~1.8.1"
},
"_requiredBy": [
"/element-ui"
],
"_resolved": "http://registry.npm.taobao.org/async-validator/download/async-validator-1.8.5.tgz",
"_shasum": "dc3e08ec1fd0dddb67e60842f02c0cd1cec6d7f0",
"_spec": "async-validator@~1.8.1",
"_where": "E:\\appImg\\echarts\\node_modules\\element-ui",
"author": {
"name": "yiminghe@gmail.com"
},
"bugs": {
"url": "http://github.com/yiminghe/async-validator/issues"
},
"bundleDependencies": false,
"config": {
"port": 8010
},
"dependencies": {
"babel-runtime": "6.x"
},
"deprecated": false,
"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"
}