| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "version": "5.1.0",
- "name": "har-validator",
- "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
- "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
- "homepage": "https://github.com/ahmadnassri/har-validator",
- "repository": {
- "type": "git",
- "url": "https://github.com/ahmadnassri/har-validator.git"
- },
- "license": "ISC",
- "main": "lib/promise.js",
- "keywords": [
- "har",
- "cli",
- "ajv",
- "http",
- "archive",
- "validate",
- "validator"
- ],
- "engines": {
- "node": ">=4"
- },
- "files": [
- "lib"
- ],
- "bugs": {
- "url": "https://github.com/ahmadnassri/har-validator/issues"
- },
- "scripts": {
- "lint": "standard && echint",
- "pretest": "npm run lint",
- "test": "tap test",
- "coverage": "tap test --reporter silent --coverage"
- },
- "devDependencies": {
- "echint": "^4.0.1",
- "standard": "^10.0.3",
- "tap": "^10.7.2"
- },
- "dependencies": {
- "ajv": "^5.3.0",
- "har-schema": "^2.0.0"
- },
- "_from": "har-validator@5.1.0",
- "_resolved": "http://registry.npm.taobao.org/har-validator/download/har-validator-5.1.0.tgz"
- }
|