har-validator / 2.1.3 last updated 4 months ago created on Feb 10th 2015

Install

npm install --save har-validator

Clone

git clone git@github.com:ahmadnassri/har-validator.git

dependencies show all 16

main chalk 1.1.3 MIT
is-my-json-valid 2.13.1 MIT
commander 2.9.0 MIT

maintainers

ahmadnassri

versions 29 total

2.1.3 4 months ago ahmadnassri
2.1.2 4 months ago ahmadnassri
2.1.1 5 months ago ahmadnassri
2.1.0 5 months ago ahmadnassri
2.0.6 6 months ago ahmadnassri
2.0.5 7 months ago ahmadnassri
2.0.4 7 months ago ahmadnassri
2.0.3 8 months ago ahmadnassri
2.0.2 10 months ago ahmadnassri
2.0.1 10 months ago ahmadnassri
2.0.0 10 months ago ahmadnassri
1.8.0 a year ago ahmadnassri
1.7.1 a year ago ahmadnassri
1.7.0 a year ago ahmadnassri
1.6.1 a year ago ahmadnassri
1.6.0 a year ago ahmadnassri
1.5.1 a year ago ahmadnassri
1.5.0 a year ago ahmadnassri
1.4.0 a year ago ahmadnassri
1.3.1 a year ago ahmadnassri
1.3.0 a year ago ahmadnassri
1.2.0 a year ago ahmadnassri
1.1.3 a year ago ahmadnassri
1.1.2 a year ago ahmadnassri
1.1.1 a year ago ahmadnassri
1.1.0 a year ago ahmadnassri
1.0.2 a year ago ahmadnassri
1.0.1 a year ago ahmadnassri
1.0.0 a year ago ahmadnassri
139617 Downloads yesterday.

readme

HAR Validator version License

Extremely fast HTTP Archive (HAR) validator using JSON Schema.

Build Status Downloads Code Climate Coverage Status Dependencies

Install

1
2
3
4
5
# to use in cli
npm install --global har-validator

# to use as a module
npm install --save har-validator

CLI Usage

1
2
3
4
5
6
7
  Usage: har-validator [options] <files ...>

  Options:

    -h, --help           output usage information
    -V, --version        output the version number
    -s, --schema [name]  validate schema name (log, request, response, etc ...)
Example
1
2
3
har-validator har.json

har-validator --schema request request.json

API

Note: as of v2.0.0 this module defaults to Promise based API. For backward comptability with v1.x an async/callback API is also provided


:copyright: www.ahmadnassri.com  ·  License: ISC  ·  Github: @ahmadnassri  ·  Twitter:

Resolving all dependencies.. This could take a while as our cache is not yet fully warmed up.