Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKat Marchán <kzm@zkat.tech>2018-08-15 23:30:52 +0300
committerKat Marchán <kzm@zkat.tech>2018-08-21 02:17:43 +0300
commit37b8f405f35c861b7beeed56f71ad20b0bf87889 (patch)
tree96cbf4a9121d6a9d29cc72bd0d790011d65d110f /node_modules/har-validator
parent1f6ba1cb174590c1f5d2b00e2ca238dfa39d507a (diff)
request@2.88.0
Credit: @mikeal
Diffstat (limited to 'node_modules/har-validator')
-rw-r--r--node_modules/har-validator/package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/node_modules/har-validator/package.json b/node_modules/har-validator/package.json
index b6a06ccb1..94517703a 100644
--- a/node_modules/har-validator/package.json
+++ b/node_modules/har-validator/package.json
@@ -1,26 +1,26 @@
{
- "_from": "har-validator@~5.0.3",
- "_id": "har-validator@5.0.3",
+ "_from": "har-validator@~5.1.0",
+ "_id": "har-validator@5.1.0",
"_inBundle": false,
- "_integrity": "sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0=",
+ "_integrity": "sha512-+qnmNjI4OfH2ipQ9VQOw23bBd/ibtfbVdK2fYbY4acTDqKTW/YDp9McimZdDbG8iV9fZizUqQMD5xvriB146TA==",
"_location": "/har-validator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "har-validator@~5.0.3",
+ "raw": "har-validator@~5.1.0",
"name": "har-validator",
"escapedName": "har-validator",
- "rawSpec": "~5.0.3",
+ "rawSpec": "~5.1.0",
"saveSpec": null,
- "fetchSpec": "~5.0.3"
+ "fetchSpec": "~5.1.0"
},
"_requiredBy": [
"/request"
],
- "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.0.3.tgz",
- "_shasum": "ba402c266194f15956ef15e0fcf242993f6a7dfd",
- "_spec": "har-validator@~5.0.3",
+ "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz",
+ "_shasum": "44657f5688a22cfd4b72486e81b3a3fb11742c29",
+ "_spec": "har-validator@~5.1.0",
"_where": "/Users/zkat/Documents/code/work/npm/node_modules/request",
"author": {
"name": "Ahmad Nassri",
@@ -32,15 +32,15 @@
},
"bundleDependencies": false,
"dependencies": {
- "ajv": "^5.1.0",
+ "ajv": "^5.3.0",
"har-schema": "^2.0.0"
},
"deprecated": false,
"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
"devDependencies": {
"echint": "^4.0.1",
- "standard": "^10.0.2",
- "tap": "^10.3.2"
+ "standard": "^10.0.3",
+ "tap": "^10.7.2"
},
"engines": {
"node": ">=4"
@@ -71,5 +71,5 @@
"pretest": "npm run lint",
"test": "tap test"
},
- "version": "5.0.3"
+ "version": "5.1.0"
}