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
| {
| "_from": "class-validator@0.14.1",
| "_id": "class-validator@0.14.1",
| "_inBundle": false,
| "_integrity": "sha512-2VEG9JICxIqTpoK1eMzZqaV+u/EiwEJkMGzTrZf6sU/fwsnOITVgYJ8yojSy6CaXtO9V0Cc6ZQZ8h8m4UBuLwQ==",
| "_location": "/class-validator",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "class-validator@0.14.1",
| "name": "class-validator",
| "escapedName": "class-validator",
| "rawSpec": "0.14.1",
| "saveSpec": null,
| "fetchSpec": "0.14.1"
| },
| "_requiredBy": [
| "/javascript-obfuscator"
| ],
| "_resolved": "https://registry.npmmirror.com/class-validator/-/class-validator-0.14.1.tgz",
| "_shasum": "ff2411ed8134e9d76acfeb14872884448be98110",
| "_spec": "class-validator@0.14.1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/javascript-obfuscator",
| "author": {
| "name": "TypeStack contributors"
| },
| "bugs": {
| "url": "https://github.com/typestack/class-validator/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@types/validator": "^13.11.8",
| "libphonenumber-js": "^1.10.53",
| "validator": "^13.9.0"
| },
| "deprecated": false,
| "description": "Decorator-based property validation for classes.",
| "es2015": "./esm2015/index.js",
| "homepage": "https://github.com/typestack/class-validator#readme",
| "license": "MIT",
| "main": "./cjs/index.js",
| "module": "./esm5/index.js",
| "name": "class-validator",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/typestack/class-validator.git"
| },
| "sideEffects": false,
| "tags": [
| "validator",
| "validation",
| "decorators",
| "typescript"
| ],
| "typings": "./types/index.d.ts",
| "version": "0.14.1"
| }
|
|