source: trip-planner-front/node_modules/har-validator/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 989 bytes
Line 
1{
2 "version": "5.1.5",
3 "name": "har-validator",
4 "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
5 "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
6 "homepage": "https://github.com/ahmadnassri/node-har-validator",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/ahmadnassri/node-har-validator.git"
10 },
11 "license": "MIT",
12 "main": "lib/promise.js",
13 "keywords": [
14 "har",
15 "cli",
16 "ajv",
17 "http",
18 "archive",
19 "validate",
20 "validator"
21 ],
22 "engines": {
23 "node": ">=6"
24 },
25 "files": [
26 "lib"
27 ],
28 "bugs": {
29 "url": "https://github.com/ahmadnassri/node-har-validator/issues"
30 },
31 "scripts": {
32 "lint": "npx run-p lint:*",
33 "test": "tap test --no-coverage",
34 "test:coverage": "tap test --coverage-report=lcov --no-browser"
35 },
36 "devDependencies": {
37 "tap": "^14.10.8"
38 },
39 "dependencies": {
40 "ajv": "^6.12.3",
41 "har-schema": "^2.0.0"
42 }
43}
Note: See TracBrowser for help on using the repository browser.