[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "har-validator@5.1.5",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "har-validator@5.1.5",
|
---|
| 10 | "_id": "har-validator@5.1.5",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
|
---|
| 13 | "_location": "/har-validator",
|
---|
| 14 | "_phantomChildren": {
|
---|
| 15 | "fast-deep-equal": "3.1.3",
|
---|
| 16 | "fast-json-stable-stringify": "2.1.0",
|
---|
| 17 | "uri-js": "4.4.1"
|
---|
| 18 | },
|
---|
| 19 | "_requested": {
|
---|
| 20 | "type": "version",
|
---|
| 21 | "registry": true,
|
---|
| 22 | "raw": "har-validator@5.1.5",
|
---|
| 23 | "name": "har-validator",
|
---|
| 24 | "escapedName": "har-validator",
|
---|
| 25 | "rawSpec": "5.1.5",
|
---|
| 26 | "saveSpec": null,
|
---|
| 27 | "fetchSpec": "5.1.5"
|
---|
| 28 | },
|
---|
| 29 | "_requiredBy": [
|
---|
| 30 | "/request"
|
---|
| 31 | ],
|
---|
| 32 | "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
|
---|
| 33 | "_spec": "5.1.5",
|
---|
| 34 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 35 | "author": {
|
---|
| 36 | "name": "Ahmad Nassri",
|
---|
| 37 | "email": "ahmad@ahmadnassri.com",
|
---|
| 38 | "url": "https://www.ahmadnassri.com/"
|
---|
| 39 | },
|
---|
| 40 | "bugs": {
|
---|
| 41 | "url": "https://github.com/ahmadnassri/node-har-validator/issues"
|
---|
| 42 | },
|
---|
| 43 | "dependencies": {
|
---|
| 44 | "ajv": "^6.12.3",
|
---|
| 45 | "har-schema": "^2.0.0"
|
---|
| 46 | },
|
---|
[6a3a178] | 47 | "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
|
---|
[59329aa] | 48 | "devDependencies": {
|
---|
| 49 | "tap": "^14.10.8"
|
---|
[6a3a178] | 50 | },
|
---|
[59329aa] | 51 | "engines": {
|
---|
| 52 | "node": ">=6"
|
---|
| 53 | },
|
---|
| 54 | "files": [
|
---|
| 55 | "lib"
|
---|
| 56 | ],
|
---|
| 57 | "homepage": "https://github.com/ahmadnassri/node-har-validator",
|
---|
[6a3a178] | 58 | "keywords": [
|
---|
| 59 | "har",
|
---|
| 60 | "cli",
|
---|
| 61 | "ajv",
|
---|
| 62 | "http",
|
---|
| 63 | "archive",
|
---|
| 64 | "validate",
|
---|
| 65 | "validator"
|
---|
| 66 | ],
|
---|
[59329aa] | 67 | "license": "MIT",
|
---|
| 68 | "main": "lib/promise.js",
|
---|
| 69 | "name": "har-validator",
|
---|
| 70 | "repository": {
|
---|
| 71 | "type": "git",
|
---|
| 72 | "url": "git+https://github.com/ahmadnassri/node-har-validator.git"
|
---|
[6a3a178] | 73 | },
|
---|
| 74 | "scripts": {
|
---|
| 75 | "lint": "npx run-p lint:*",
|
---|
| 76 | "test": "tap test --no-coverage",
|
---|
| 77 | "test:coverage": "tap test --coverage-report=lcov --no-browser"
|
---|
| 78 | },
|
---|
[59329aa] | 79 | "version": "5.1.5"
|
---|
[6a3a178] | 80 | }
|
---|