blob: b601727832037442ff8dc5d5b07b6c1a65976ee2 [file] [log] [blame]
{
"_args": [
[
"har-validator@2.0.6",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "har-validator@2.0.6",
"_id": "har-validator@2.0.6",
"_inBundle": false,
"_integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=",
"_location": "/node-sass/har-validator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "har-validator@2.0.6",
"name": "har-validator",
"escapedName": "har-validator",
"rawSpec": "2.0.6",
"saveSpec": null,
"fetchSpec": "2.0.6"
},
"_requiredBy": [
"/node-sass/request"
],
"_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
"_spec": "2.0.6",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
"url": "https://www.ahmadnassri.com/"
},
"bin": {
"har-validator": "bin/har-validator"
},
"bugs": {
"url": "https://github.com/ahmadnassri/har-validator/issues"
},
"dependencies": {
"chalk": "^1.1.1",
"commander": "^2.9.0",
"is-my-json-valid": "^2.12.4",
"pinkie-promise": "^2.0.0"
},
"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
"devDependencies": {
"codeclimate-test-reporter": "0.2.1",
"echint": "^1.5.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"require-directory": "^2.1.1",
"should": "^8.1.1",
"standard": "^5.4.1"
},
"echint": {
"ignore": [
"coverage/**"
]
},
"engines": {
"node": ">=0.10"
},
"files": [
"bin",
"lib"
],
"homepage": "https://github.com/ahmadnassri/har-validator",
"keywords": [
"har",
"http",
"archive",
"validate",
"validator"
],
"license": "ISC",
"main": "lib/index",
"name": "har-validator",
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadnassri/har-validator.git"
},
"scripts": {
"codeclimate": "codeclimate < coverage/lcov.info",
"coverage": "istanbul cover --dir coverage _mocha -- -R dot",
"posttest": "npm run coverage",
"pretest": "standard && echint",
"test": "mocha"
},
"version": "2.0.6"
}