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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
| {
| "_from": "yup@^0.26.10",
| "_id": "yup@0.26.10",
| "_inBundle": false,
| "_integrity": "sha512-keuNEbNSnsOTOuGCt3UJW69jDE3O4P+UHAakO7vSeFMnjaitcmlbij/a3oNb9g1Y1KvSKH/7O1R2PQ4m4TRylw==",
| "_location": "/yup",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "yup@^0.26.10",
| "name": "yup",
| "escapedName": "yup",
| "rawSpec": "^0.26.10",
| "saveSpec": null,
| "fetchSpec": "^0.26.10"
| },
| "_requiredBy": [
| "/lint-staged"
| ],
| "_resolved": "https://registry.npmmirror.com/yup/-/yup-0.26.10.tgz",
| "_shasum": "3545839663289038faf25facfc07e11fd67c0cb1",
| "_spec": "yup@^0.26.10",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\lint-staged",
| "author": {
| "name": "@monasticpanic Jason Quense"
| },
| "bugs": {
| "url": "https://github.com/jquense/yup/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@babel/runtime": "7.0.0",
| "fn-name": "~2.0.1",
| "lodash": "^4.17.10",
| "property-expr": "^1.5.0",
| "synchronous-promise": "^2.0.5",
| "toposort": "^2.0.2"
| },
| "deprecated": false,
| "description": "Dead simple Object schema validation",
| "devDependencies": {
| "@4c/rollout": "^1.1.0",
| "@babel/cli": "7.0.0",
| "@babel/core": "7.0.0",
| "babel-core": "^7.0.0-bridge.0",
| "babel-eslint": "^9.0.0",
| "babel-jest": "^22.4.3",
| "babel-preset-jason": "^6.0.1",
| "benchmark": "^2.0.0",
| "chai": "^4.1.2",
| "chai-as-promised": "^7.1.1",
| "dirty-chai": "^2.0.1",
| "doctoc": "^1.3.1",
| "eslint": "^4.19.1",
| "eslint-config-jason": "^4.0.1",
| "eslint-config-prettier": "^3.0.1",
| "eslint-plugin-import": "^2.14.0",
| "eslint-plugin-jest": "^21.22.0",
| "eslint-plugin-react": "^7.11.1",
| "husky": "^0.14.3",
| "jest": "^22.4.3",
| "lint-staged": "^7.2.2",
| "prettier": "^1.13.7",
| "rollup": "^0.65.0",
| "rollup-plugin-babel": "^4.0.2",
| "rollup-plugin-filesize": "^4.0.1",
| "rollup-plugin-node-resolve": "^3.3.0",
| "rollup-plugin-size-snapshot": "^0.6.1",
| "sinon": "^6.1.5",
| "sinon-chai": "^3.2.0"
| },
| "files": [
| "lib"
| ],
| "homepage": "https://github.com/jquense/yup",
| "jest": {
| "globals": {
| "YUP_USE_SYNC": true
| },
| "testEnvironment": "node",
| "setupTestFrameworkScriptFile": "./test-setup.js",
| "roots": [
| "test"
| ],
| "testRegex": "\\.js",
| "testPathIgnorePatterns": [
| "helpers\\.js"
| ]
| },
| "license": "MIT",
| "lint-staged": {
| "*.{js,json,css,md}": [
| "prettier --write",
| "git add"
| ]
| },
| "main": "lib/index.js",
| "name": "yup",
| "prettier": {
| "singleQuote": true,
| "trailingComma": "all"
| },
| "release": {
| "conventional-commits": true
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jquense/yup.git"
| },
| "runkitExampleFilename": "./runkit-example.js",
| "scripts": {
| "build": "babel src --out-dir lib --delete-dir-on-start && npm run toc",
| "lint": "eslint src test",
| "precommit": "lint-staged",
| "prepublishOnly": "npm run build",
| "release": "rollout",
| "tdd": "jest --watch",
| "test": "npm run lint && npm run test-all -- --runInBand",
| "test-all": "npm run testonly -- --projects ./jest-sync.config.json --projects ./package.json",
| "testonly": "jest",
| "toc": "doctoc README.md --github"
| },
| "version": "0.26.10"
| }
|
|