Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"version": "1.7.1",
3
"name": "har-validator",
4
"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
5
"author": {
6
"name": "Ahmad Nassri",
7
"email": "[email protected]",
8
"url": "https://www.ahmadnassri.com/"
9
},
10
"homepage": "https://github.com/ahmadnassri/har-validator",
11
"repository": {
12
"type": "git",
13
"url": "https://github.com/ahmadnassri/har-validator"
14
},
15
"license": "MIT",
16
"main": "./src/index.js",
17
"bin": {
18
"har-validator": "./bin/har-validator"
19
},
20
"keywords": [
21
"har",
22
"http",
23
"archive",
24
"validate",
25
"validator"
26
],
27
"engines": {
28
"node": ">=0.10"
29
},
30
"files": [
31
"bin",
32
"src"
33
],
34
"bugs": {
35
"url": "https://github.com/ahmadnassri/har-validator/issues"
36
},
37
"scripts": {
38
"test": "standard && echint && mocha --reporter spec",
39
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha",
40
"codeclimate": "codeclimate < coverage/lcov.info"
41
},
42
"echint": {
43
"ignore": [
44
"coverage/**"
45
]
46
},
47
"devDependencies": {
48
"codeclimate-test-reporter": "0.0.4",
49
"echint": "^1.1.0",
50
"istanbul": "^0.3.14",
51
"mocha": "^2.2.5",
52
"require-directory": "^2.1.0",
53
"should": "^6.0.3",
54
"standard": "^3.11.1"
55
},
56
"dependencies": {
57
"bluebird": "^2.9.26",
58
"chalk": "^1.0.0",
59
"commander": "^2.8.1",
60
"is-my-json-valid": "^2.12.0"
61
},
62
"gitHead": "328d7f2f37affcc4fca1db13da68f2be817ad31c",
63
"_id": "[email protected]",
64
"_shasum": "8ec8952f8287d21b451ba3e36f27ed8d997d8a95",
65
"_from": "har-validator@>=1.6.1 <2.0.0",
66
"_npmVersion": "2.7.4",
67
"_nodeVersion": "0.12.2",
68
"_npmUser": {
69
"name": "ahmadnassri",
70
"email": "[email protected]"
71
},
72
"maintainers": [
73
{
74
"name": "ahmadnassri",
75
"email": "[email protected]"
76
}
77
],
78
"dist": {
79
"shasum": "8ec8952f8287d21b451ba3e36f27ed8d997d8a95",
80
"tarball": "http://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz"
81
},
82
"directories": {},
83
"_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz"
84
}
85
86