summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/har-schema/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/har-schema/package.json')
-rw-r--r--deps/npm/node_modules/har-schema/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/deps/npm/node_modules/har-schema/package.json b/deps/npm/node_modules/har-schema/package.json
index cd908360dc..b6cec879e1 100644
--- a/deps/npm/node_modules/har-schema/package.json
+++ b/deps/npm/node_modules/har-schema/package.json
@@ -1,26 +1,26 @@
{
- "_from": "har-schema@^1.0.5",
- "_id": "har-schema@1.0.5",
+ "_from": "har-schema@^2.0.0",
+ "_id": "har-schema@2.0.0",
"_inBundle": false,
- "_integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4=",
+ "_integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
"_location": "/har-schema",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "har-schema@^1.0.5",
+ "raw": "har-schema@^2.0.0",
"name": "har-schema",
"escapedName": "har-schema",
- "rawSpec": "^1.0.5",
+ "rawSpec": "^2.0.0",
"saveSpec": null,
- "fetchSpec": "^1.0.5"
+ "fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/har-validator"
],
- "_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz",
- "_shasum": "d263135f43307c02c602afc8fe95970c0151369e",
- "_spec": "har-schema@^1.0.5",
+ "_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
+ "_shasum": "a94c2224ebcac04782a0d9035521f24735b7ec92",
+ "_spec": "har-schema@^2.0.0",
"_where": "/Users/zkat/Documents/code/work/npm/node_modules/har-validator",
"author": {
"name": "Ahmad Nassri",
@@ -45,7 +45,7 @@
"deprecated": false,
"description": "JSON Schema for HTTP Archive (HAR)",
"devDependencies": {
- "ajv": "^4.9.1",
+ "ajv": "^5.0.0",
"codeclimate-test-reporter": "^0.4.0",
"cz-conventional-changelog": "^1.2.0",
"echint": "^2.1.0",
@@ -82,5 +82,5 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "tap test --reporter spec"
},
- "version": "1.0.5"
+ "version": "2.0.0"
}