package.json
2.41 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
86
87
88
89
90
91
92
93
94
95
96
{
"_from": "indicative@^3.0.0",
"_id": "indicative@3.0.6",
"_inBundle": false,
"_integrity": "sha512-Bl53TocPR3bVg+1eAQSHtuzO7jAvFCWyYdQ4TKQ4+tqFo3QshlzD/uCDNPmFfGAfgP/ljrGb6QB+K5YcMQxCBA==",
"_location": "/indicative",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "indicative@^3.0.0",
"name": "indicative",
"escapedName": "indicative",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/indicative/-/indicative-3.0.6.tgz",
"_shasum": "c81620a56630db6f468640dec74c7c9f1e02b188",
"_spec": "indicative@^3.0.0",
"_where": "C:\\Users\\admin\\Documents\\express-project",
"author": {
"name": "amanvirk"
},
"bugs": {
"url": "https://github.com/poppinss/indicative/issues"
},
"bundleDependencies": false,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@slynova/slug": "^1.0.0",
"date-fns": "^1.29.0",
"haye": "^1.0.1",
"lodash": "^4.17.4",
"p-lazy": "^1.0.0",
"p-series": "^1.0.0",
"p-settle": "^2.0.0",
"pluralize": "^7.0.0",
"pope": "^1.0.4"
},
"deprecated": false,
"description": "Intentionally beautiful schema and raw validator for nodejs",
"devDependencies": {
"benchmark": "^2.1.4",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
"japa": "^1.0.5",
"japa-cli": "^1.0.1",
"nyc": "^11.2.1",
"semver": "^5.4.1",
"standard": "^10.0.3"
},
"directories": {
"doc": "docs",
"test": "test"
},
"homepage": "https://github.com/poppinss/indicative#readme",
"keywords": [
"node-validator",
"validator",
"schema-validator",
"quick-validations"
],
"license": "MIT",
"main": "index.js",
"name": "indicative",
"nyc": {
"exclude": [
"bin",
"test"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/poppinss/indicative.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard",
"posttest": "npm run coverage",
"pretest": "npm run lint",
"test": "nyc npm run test:local",
"test:local": "FORCE_COLOR=true node bin/index.js --local",
"test:win": "set FORCE_COLOR=true && node bin/index.js --win"
},
"types": "index.d.ts",
"version": "3.0.6"
}