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