moduloteste
Version:
um modulo de teste
86 lines (85 loc) • 2.24 kB
JSON
{
"version": "1.7.1",
"name": "har-validator",
"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
"url": "https://www.ahmadnassri.com/"
},
"homepage": "https://github.com/ahmadnassri/har-validator",
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadnassri/har-validator.git"
},
"license": "MIT",
"main": "./src/index.js",
"bin": {
"har-validator": "./bin/har-validator"
},
"keywords": [
"har",
"http",
"archive",
"validate",
"validator"
],
"engines": {
"node": ">=0.10"
},
"files": [
"bin",
"src"
],
"bugs": {
"url": "https://github.com/ahmadnassri/har-validator/issues"
},
"scripts": {
"test": "standard && echint && mocha --reporter spec",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha",
"codeclimate": "codeclimate < coverage/lcov.info"
},
"echint": {
"ignore": [
"coverage/**"
]
},
"devDependencies": {
"codeclimate-test-reporter": "0.0.4",
"echint": "^1.1.0",
"istanbul": "^0.3.14",
"mocha": "^2.2.5",
"require-directory": "^2.1.0",
"should": "^6.0.3",
"standard": "^3.11.1"
},
"dependencies": {
"bluebird": "^2.9.26",
"chalk": "^1.0.0",
"commander": "^2.8.1",
"is-my-json-valid": "^2.12.0"
},
"gitHead": "328d7f2f37affcc4fca1db13da68f2be817ad31c",
"_id": "har-validator@1.7.1",
"_shasum": "8ec8952f8287d21b451ba3e36f27ed8d997d8a95",
"_from": "har-validator@>=1.6.1 <2.0.0",
"_npmVersion": "2.7.4",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "ahmadnassri",
"email": "ahmad@ahmadnassri.com"
},
"maintainers": [
{
"name": "ahmadnassri",
"email": "ahmad@ahmadnassri.com"
}
],
"dist": {
"shasum": "8ec8952f8287d21b451ba3e36f27ed8d997d8a95",
"tarball": "http://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz",
"readme": "ERROR: No README data found!"
}