summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/har-validator/package.json')
-rw-r--r--deps/npm/node_modules/request/node_modules/har-validator/package.json42
1 files changed, 22 insertions, 20 deletions
diff --git a/deps/npm/node_modules/request/node_modules/har-validator/package.json b/deps/npm/node_modules/request/node_modules/har-validator/package.json
index 76cfafba1..7a32287fa 100644
--- a/deps/npm/node_modules/request/node_modules/har-validator/package.json
+++ b/deps/npm/node_modules/request/node_modules/har-validator/package.json
@@ -1,5 +1,5 @@
{
- "version": "1.7.1",
+ "version": "1.8.0",
"name": "har-validator",
"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
"author": {
@@ -12,10 +12,10 @@
"type": "git",
"url": "git+https://github.com/ahmadnassri/har-validator.git"
},
- "license": "MIT",
- "main": "./src/index.js",
+ "license": "ISC",
+ "main": "lib/index",
"bin": {
- "har-validator": "./bin/har-validator"
+ "har-validator": "bin/har-validator"
},
"keywords": [
"har",
@@ -29,14 +29,16 @@
},
"files": [
"bin",
- "src"
+ "lib"
],
"bugs": {
"url": "https://github.com/ahmadnassri/har-validator/issues"
},
"scripts": {
- "test": "standard && echint && mocha --reporter spec",
- "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha",
+ "pretest": "standard && echint",
+ "test": "mocha",
+ "posttest": "npm run coverage",
+ "coverage": "istanbul cover --dir coverage _mocha -- -R dot",
"codeclimate": "codeclimate < coverage/lcov.info"
},
"echint": {
@@ -46,24 +48,24 @@
},
"devDependencies": {
"codeclimate-test-reporter": "0.0.4",
- "echint": "^1.1.0",
- "istanbul": "^0.3.14",
+ "echint": "^1.3.0",
+ "istanbul": "^0.3.15",
"mocha": "^2.2.5",
- "require-directory": "^2.1.0",
- "should": "^6.0.3",
- "standard": "^3.11.1"
+ "require-directory": "^2.1.1",
+ "should": "^7.0.1",
+ "standard": "^4.3.1"
},
"dependencies": {
- "bluebird": "^2.9.26",
+ "bluebird": "^2.9.30",
"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",
+ "gitHead": "8fd21c30edb23a1fed2d50b934d055d1be3dd7c9",
+ "_id": "har-validator@1.8.0",
+ "_shasum": "d83842b0eb4c435960aeb108a067a3aa94c0eeb2",
"_from": "har-validator@>=1.6.1 <2.0.0",
- "_npmVersion": "2.7.4",
+ "_npmVersion": "2.11.2",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "ahmadnassri",
@@ -76,10 +78,10 @@
}
],
"dist": {
- "shasum": "8ec8952f8287d21b451ba3e36f27ed8d997d8a95",
- "tarball": "http://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz"
+ "shasum": "d83842b0eb4c435960aeb108a067a3aa94c0eeb2",
+ "tarball": "http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz"
},
"directories": {},
- "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz",
+ "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz",
"readme": "ERROR: No README data found!"
}