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-09 06:48:23 +0300
committerKat Marchán <kzm@zkat.tech>2018-08-09 06:49:55 +0300
commit866d776c27f80a71309389aaab42825b2a0916f6 (patch)
treeb4256e1f769f2245c982bae6a344a3fc8405a805 /node_modules/har-schema
parent50df1bf691e205b9f13e0fff0d51a68772c40561 (diff)
request@2.87.0
Diffstat (limited to 'node_modules/har-schema')
-rw-r--r--node_modules/har-schema/lib/afterRequest.json3
-rw-r--r--node_modules/har-schema/lib/beforeRequest.json3
-rw-r--r--node_modules/har-schema/lib/browser.json3
-rw-r--r--node_modules/har-schema/lib/cache.json3
-rw-r--r--node_modules/har-schema/lib/content.json3
-rw-r--r--node_modules/har-schema/lib/cookie.json3
-rw-r--r--node_modules/har-schema/lib/creator.json3
-rw-r--r--node_modules/har-schema/lib/entry.json3
-rw-r--r--node_modules/har-schema/lib/har.json3
-rw-r--r--node_modules/har-schema/lib/header.json3
-rw-r--r--node_modules/har-schema/lib/log.json3
-rw-r--r--node_modules/har-schema/lib/page.json3
-rw-r--r--node_modules/har-schema/lib/pageTimings.json3
-rw-r--r--node_modules/har-schema/lib/postData.json3
-rw-r--r--node_modules/har-schema/lib/query.json3
-rw-r--r--node_modules/har-schema/lib/request.json3
-rw-r--r--node_modules/har-schema/lib/response.json3
-rw-r--r--node_modules/har-schema/lib/timings.json3
-rw-r--r--node_modules/har-schema/package.json22
19 files changed, 47 insertions, 29 deletions
diff --git a/node_modules/har-schema/lib/afterRequest.json b/node_modules/har-schema/lib/afterRequest.json
index 0ae5a69d9..5f5258154 100644
--- a/node_modules/har-schema/lib/afterRequest.json
+++ b/node_modules/har-schema/lib/afterRequest.json
@@ -1,5 +1,6 @@
{
- "id": "afterRequest.json#",
+ "$id": "afterRequest.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"optional": true,
"required": [
diff --git a/node_modules/har-schema/lib/beforeRequest.json b/node_modules/har-schema/lib/beforeRequest.json
index 20f2ca117..c7b5c1016 100644
--- a/node_modules/har-schema/lib/beforeRequest.json
+++ b/node_modules/har-schema/lib/beforeRequest.json
@@ -1,5 +1,6 @@
{
- "id": "beforeRequest.json#",
+ "$id": "beforeRequest.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"optional": true,
"required": [
diff --git a/node_modules/har-schema/lib/browser.json b/node_modules/har-schema/lib/browser.json
index dd8bff4f4..d6869f75a 100644
--- a/node_modules/har-schema/lib/browser.json
+++ b/node_modules/har-schema/lib/browser.json
@@ -1,5 +1,6 @@
{
- "id": "browser.json#",
+ "$id": "browser.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"name",
diff --git a/node_modules/har-schema/lib/cache.json b/node_modules/har-schema/lib/cache.json
index d95e46145..30a7182eb 100644
--- a/node_modules/har-schema/lib/cache.json
+++ b/node_modules/har-schema/lib/cache.json
@@ -1,5 +1,6 @@
{
- "id": "cache.json#",
+ "$id": "cache.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"properties": {
"beforeRequest": {
"oneOf": [
diff --git a/node_modules/har-schema/lib/content.json b/node_modules/har-schema/lib/content.json
index 7aece620d..43944bfa1 100644
--- a/node_modules/har-schema/lib/content.json
+++ b/node_modules/har-schema/lib/content.json
@@ -1,5 +1,6 @@
{
- "id": "content.json#",
+ "$id": "content.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"size",
diff --git a/node_modules/har-schema/lib/cookie.json b/node_modules/har-schema/lib/cookie.json
index ec1dcf175..661f7f32a 100644
--- a/node_modules/har-schema/lib/cookie.json
+++ b/node_modules/har-schema/lib/cookie.json
@@ -1,5 +1,6 @@
{
- "id": "cookie.json#",
+ "$id": "cookie.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"name",
diff --git a/node_modules/har-schema/lib/creator.json b/node_modules/har-schema/lib/creator.json
index 003a06aee..71a75cd41 100644
--- a/node_modules/har-schema/lib/creator.json
+++ b/node_modules/har-schema/lib/creator.json
@@ -1,5 +1,6 @@
{
- "id": "creator.json#",
+ "$id": "creator.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"name",
diff --git a/node_modules/har-schema/lib/entry.json b/node_modules/har-schema/lib/entry.json
index d97a8f224..18025f433 100644
--- a/node_modules/har-schema/lib/entry.json
+++ b/node_modules/har-schema/lib/entry.json
@@ -1,5 +1,6 @@
{
- "id": "entry.json#",
+ "$id": "entry.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"optional": true,
"required": [
diff --git a/node_modules/har-schema/lib/har.json b/node_modules/har-schema/lib/har.json
index faeadede2..d1a1de551 100644
--- a/node_modules/har-schema/lib/har.json
+++ b/node_modules/har-schema/lib/har.json
@@ -1,5 +1,6 @@
{
- "id": "har.json#",
+ "$id": "har.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"log"
diff --git a/node_modules/har-schema/lib/header.json b/node_modules/har-schema/lib/header.json
index 2b1704075..103d949a3 100644
--- a/node_modules/har-schema/lib/header.json
+++ b/node_modules/har-schema/lib/header.json
@@ -1,5 +1,6 @@
{
- "id": "header.json#",
+ "$id": "header.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"name",
diff --git a/node_modules/har-schema/lib/log.json b/node_modules/har-schema/lib/log.json
index 402e9b459..c353b40f1 100644
--- a/node_modules/har-schema/lib/log.json
+++ b/node_modules/har-schema/lib/log.json
@@ -1,5 +1,6 @@
{
- "id": "log.json#",
+ "$id": "log.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"version",
diff --git a/node_modules/har-schema/lib/page.json b/node_modules/har-schema/lib/page.json
index 0a9ddb0c1..e24a3cee6 100644
--- a/node_modules/har-schema/lib/page.json
+++ b/node_modules/har-schema/lib/page.json
@@ -1,5 +1,6 @@
{
- "id": "page.json#",
+ "$id": "page.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"optional": true,
"required": [
diff --git a/node_modules/har-schema/lib/pageTimings.json b/node_modules/har-schema/lib/pageTimings.json
index 5fd6cb39e..130411fee 100644
--- a/node_modules/har-schema/lib/pageTimings.json
+++ b/node_modules/har-schema/lib/pageTimings.json
@@ -1,5 +1,6 @@
{
- "id": "pageTimings.json#",
+ "$id": "pageTimings.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"properties": {
"onContentLoad": {
diff --git a/node_modules/har-schema/lib/postData.json b/node_modules/har-schema/lib/postData.json
index 9f86a7210..3aa6294a4 100644
--- a/node_modules/har-schema/lib/postData.json
+++ b/node_modules/har-schema/lib/postData.json
@@ -1,5 +1,6 @@
{
- "id": "postData.json#",
+ "$id": "postData.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"optional": true,
"required": [
diff --git a/node_modules/har-schema/lib/query.json b/node_modules/har-schema/lib/query.json
index fa1b8af4b..f82d8d8da 100644
--- a/node_modules/har-schema/lib/query.json
+++ b/node_modules/har-schema/lib/query.json
@@ -1,5 +1,6 @@
{
- "id": "query.json#",
+ "$id": "query.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"name",
diff --git a/node_modules/har-schema/lib/request.json b/node_modules/har-schema/lib/request.json
index 06435d380..0e2566ded 100644
--- a/node_modules/har-schema/lib/request.json
+++ b/node_modules/har-schema/lib/request.json
@@ -1,5 +1,6 @@
{
- "id": "request.json#",
+ "$id": "request.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"method",
diff --git a/node_modules/har-schema/lib/response.json b/node_modules/har-schema/lib/response.json
index f27c397d7..ec30f802b 100644
--- a/node_modules/har-schema/lib/response.json
+++ b/node_modules/har-schema/lib/response.json
@@ -1,5 +1,6 @@
{
- "id": "response.json#",
+ "$id": "response.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"status",
diff --git a/node_modules/har-schema/lib/timings.json b/node_modules/har-schema/lib/timings.json
index 2055d09e8..5fe7dc7a5 100644
--- a/node_modules/har-schema/lib/timings.json
+++ b/node_modules/har-schema/lib/timings.json
@@ -1,5 +1,6 @@
{
- "id": "timings.json#",
+ "$id": "timings.json#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"required": [
"send",
"wait",
diff --git a/node_modules/har-schema/package.json b/node_modules/har-schema/package.json
index cd908360d..b6cec879e 100644
--- a/node_modules/har-schema/package.json
+++ b/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"
}