react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / har-validator / package.json
81145 views{1"version": "1.7.1",2"name": "har-validator",3"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",4"author": {5"name": "Ahmad Nassri",6"email": "[email protected]",7"url": "https://www.ahmadnassri.com/"8},9"homepage": "https://github.com/ahmadnassri/har-validator",10"repository": {11"type": "git",12"url": "https://github.com/ahmadnassri/har-validator"13},14"license": "MIT",15"main": "./src/index.js",16"bin": {17"har-validator": "./bin/har-validator"18},19"keywords": [20"har",21"http",22"archive",23"validate",24"validator"25],26"engines": {27"node": ">=0.10"28},29"files": [30"bin",31"src"32],33"bugs": {34"url": "https://github.com/ahmadnassri/har-validator/issues"35},36"scripts": {37"test": "standard && echint && mocha --reporter spec",38"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha",39"codeclimate": "codeclimate < coverage/lcov.info"40},41"echint": {42"ignore": [43"coverage/**"44]45},46"devDependencies": {47"codeclimate-test-reporter": "0.0.4",48"echint": "^1.1.0",49"istanbul": "^0.3.14",50"mocha": "^2.2.5",51"require-directory": "^2.1.0",52"should": "^6.0.3",53"standard": "^3.11.1"54},55"dependencies": {56"bluebird": "^2.9.26",57"chalk": "^1.0.0",58"commander": "^2.8.1",59"is-my-json-valid": "^2.12.0"60},61"gitHead": "328d7f2f37affcc4fca1db13da68f2be817ad31c",62"_id": "[email protected]",63"_shasum": "8ec8952f8287d21b451ba3e36f27ed8d997d8a95",64"_from": "har-validator@>=1.6.1 <2.0.0",65"_npmVersion": "2.7.4",66"_nodeVersion": "0.12.2",67"_npmUser": {68"name": "ahmadnassri",69"email": "[email protected]"70},71"maintainers": [72{73"name": "ahmadnassri",74"email": "[email protected]"75}76],77"dist": {78"shasum": "8ec8952f8287d21b451ba3e36f27ed8d997d8a95",79"tarball": "http://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz"80},81"directories": {},82"_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz"83}848586