dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/har-validator/package.json
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

112 lines
2.7 KiB
JSON

{
"_args": [
[
"har-validator@^1.6.1",
"/Users/sid/Desktop/code/RustyCode/node_modules/request"
]
],
"_from": "har-validator@>=1.6.1 <2.0.0",
"_id": "har-validator@1.8.0",
"_inCache": true,
"_installable": true,
"_location": "/har-validator",
"_nodeVersion": "0.12.2",
"_npmUser": {
"email": "ahmad@ahmadnassri.com",
"name": "ahmadnassri"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"name": "har-validator",
"raw": "har-validator@^1.6.1",
"rawSpec": "^1.6.1",
"scope": null,
"spec": ">=1.6.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz",
"_shasum": "d83842b0eb4c435960aeb108a067a3aa94c0eeb2",
"_shrinkwrap": null,
"_spec": "har-validator@^1.6.1",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/request",
"author": {
"email": "ahmad@ahmadnassri.com",
"name": "Ahmad Nassri",
"url": "https://www.ahmadnassri.com/"
},
"bin": {
"har-validator": "bin/har-validator"
},
"bugs": {
"url": "https://github.com/ahmadnassri/har-validator/issues"
},
"dependencies": {
"bluebird": "^2.9.30",
"chalk": "^1.0.0",
"commander": "^2.8.1",
"is-my-json-valid": "^2.12.0"
},
"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
"devDependencies": {
"codeclimate-test-reporter": "0.0.4",
"echint": "^1.3.0",
"istanbul": "^0.3.15",
"mocha": "^2.2.5",
"require-directory": "^2.1.1",
"should": "^7.0.1",
"standard": "^4.3.1"
},
"directories": {},
"dist": {
"shasum": "d83842b0eb4c435960aeb108a067a3aa94c0eeb2",
"tarball": "https://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz"
},
"echint": {
"ignore": [
"coverage/**"
]
},
"engines": {
"node": ">=0.10"
},
"files": [
"bin",
"lib"
],
"gitHead": "8fd21c30edb23a1fed2d50b934d055d1be3dd7c9",
"homepage": "https://github.com/ahmadnassri/har-validator",
"keywords": [
"har",
"http",
"archive",
"validate",
"validator"
],
"license": "ISC",
"main": "lib/index",
"maintainers": [
{
"email": "ahmad@ahmadnassri.com",
"name": "ahmadnassri"
}
],
"name": "har-validator",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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": "1.8.0"
}