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:
authorGar <gar+gh@danger.computer>2021-10-07 23:13:29 +0300
committerGar <gar+gh@danger.computer>2021-10-07 23:13:29 +0300
commit57893e3057b054c861ffc9bb17cb13ee11a33ca6 (patch)
treec00bb4b4a7b37150afc5db1d03d983822e88970a /node_modules/har-schema
parentc3b2738de5ba34442f56d8fa4aad1e3063ae35a2 (diff)
chore: remove ignored deps
This came up after publish, looks like node_modules didn't get cleaned out properly after the last dep updates and bundle/gitignores
Diffstat (limited to 'node_modules/har-schema')
-rw-r--r--node_modules/har-schema/LICENSE13
-rw-r--r--node_modules/har-schema/lib/afterRequest.json30
-rw-r--r--node_modules/har-schema/lib/beforeRequest.json30
-rw-r--r--node_modules/har-schema/lib/browser.json20
-rw-r--r--node_modules/har-schema/lib/cache.json21
-rw-r--r--node_modules/har-schema/lib/content.json29
-rw-r--r--node_modules/har-schema/lib/cookie.json36
-rw-r--r--node_modules/har-schema/lib/creator.json20
-rw-r--r--node_modules/har-schema/lib/entry.json53
-rw-r--r--node_modules/har-schema/lib/har.json13
-rw-r--r--node_modules/har-schema/lib/header.json20
-rw-r--r--node_modules/har-schema/lib/index.js22
-rw-r--r--node_modules/har-schema/lib/log.json36
-rw-r--r--node_modules/har-schema/lib/page.json32
-rw-r--r--node_modules/har-schema/lib/pageTimings.json18
-rw-r--r--node_modules/har-schema/lib/postData.json43
-rw-r--r--node_modules/har-schema/lib/query.json20
-rw-r--r--node_modules/har-schema/lib/request.json57
-rw-r--r--node_modules/har-schema/lib/response.json54
-rw-r--r--node_modules/har-schema/lib/timings.json42
-rw-r--r--node_modules/har-schema/package.json54
21 files changed, 0 insertions, 663 deletions
diff --git a/node_modules/har-schema/LICENSE b/node_modules/har-schema/LICENSE
deleted file mode 100644
index ca55c91af..000000000
--- a/node_modules/har-schema/LICENSE
+++ /dev/null
@@ -1,13 +0,0 @@
-Copyright (c) 2015, Ahmad Nassri <ahmad@ahmadnassri.com>
-
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/node_modules/har-schema/lib/afterRequest.json b/node_modules/har-schema/lib/afterRequest.json
deleted file mode 100644
index 5f5258154..000000000
--- a/node_modules/har-schema/lib/afterRequest.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "$id": "afterRequest.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "optional": true,
- "required": [
- "lastAccess",
- "eTag",
- "hitCount"
- ],
- "properties": {
- "expires": {
- "type": "string",
- "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))?"
- },
- "lastAccess": {
- "type": "string",
- "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))?"
- },
- "eTag": {
- "type": "string"
- },
- "hitCount": {
- "type": "integer"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/beforeRequest.json b/node_modules/har-schema/lib/beforeRequest.json
deleted file mode 100644
index c7b5c1016..000000000
--- a/node_modules/har-schema/lib/beforeRequest.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "$id": "beforeRequest.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "optional": true,
- "required": [
- "lastAccess",
- "eTag",
- "hitCount"
- ],
- "properties": {
- "expires": {
- "type": "string",
- "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))?"
- },
- "lastAccess": {
- "type": "string",
- "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))?"
- },
- "eTag": {
- "type": "string"
- },
- "hitCount": {
- "type": "integer"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/browser.json b/node_modules/har-schema/lib/browser.json
deleted file mode 100644
index d6869f75a..000000000
--- a/node_modules/har-schema/lib/browser.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$id": "browser.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "name",
- "version"
- ],
- "properties": {
- "name": {
- "type": "string"
- },
- "version": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/cache.json b/node_modules/har-schema/lib/cache.json
deleted file mode 100644
index 30a7182eb..000000000
--- a/node_modules/har-schema/lib/cache.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "$id": "cache.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "properties": {
- "beforeRequest": {
- "oneOf": [
- { "type": "null" },
- { "$ref": "beforeRequest.json#" }
- ]
- },
- "afterRequest": {
- "oneOf": [
- { "type": "null" },
- { "$ref": "afterRequest.json#" }
- ]
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/content.json b/node_modules/har-schema/lib/content.json
deleted file mode 100644
index 43944bfa1..000000000
--- a/node_modules/har-schema/lib/content.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "$id": "content.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "size",
- "mimeType"
- ],
- "properties": {
- "size": {
- "type": "integer"
- },
- "compression": {
- "type": "integer"
- },
- "mimeType": {
- "type": "string"
- },
- "text": {
- "type": "string"
- },
- "encoding": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/cookie.json b/node_modules/har-schema/lib/cookie.json
deleted file mode 100644
index 661f7f32a..000000000
--- a/node_modules/har-schema/lib/cookie.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "$id": "cookie.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "name",
- "value"
- ],
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "path": {
- "type": "string"
- },
- "domain": {
- "type": "string"
- },
- "expires": {
- "type": ["string", "null"],
- "format": "date-time"
- },
- "httpOnly": {
- "type": "boolean"
- },
- "secure": {
- "type": "boolean"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/creator.json b/node_modules/har-schema/lib/creator.json
deleted file mode 100644
index 71a75cd41..000000000
--- a/node_modules/har-schema/lib/creator.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$id": "creator.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "name",
- "version"
- ],
- "properties": {
- "name": {
- "type": "string"
- },
- "version": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/entry.json b/node_modules/har-schema/lib/entry.json
deleted file mode 100644
index 18025f433..000000000
--- a/node_modules/har-schema/lib/entry.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "$id": "entry.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "optional": true,
- "required": [
- "startedDateTime",
- "time",
- "request",
- "response",
- "cache",
- "timings"
- ],
- "properties": {
- "pageref": {
- "type": "string"
- },
- "startedDateTime": {
- "type": "string",
- "format": "date-time",
- "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))"
- },
- "time": {
- "type": "number",
- "min": 0
- },
- "request": {
- "$ref": "request.json#"
- },
- "response": {
- "$ref": "response.json#"
- },
- "cache": {
- "$ref": "cache.json#"
- },
- "timings": {
- "$ref": "timings.json#"
- },
- "serverIPAddress": {
- "type": "string",
- "oneOf": [
- { "format": "ipv4" },
- { "format": "ipv6" }
- ]
- },
- "connection": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/har.json b/node_modules/har-schema/lib/har.json
deleted file mode 100644
index d1a1de551..000000000
--- a/node_modules/har-schema/lib/har.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "$id": "har.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "log"
- ],
- "properties": {
- "log": {
- "$ref": "log.json#"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/header.json b/node_modules/har-schema/lib/header.json
deleted file mode 100644
index 103d949a3..000000000
--- a/node_modules/har-schema/lib/header.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$id": "header.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "name",
- "value"
- ],
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/index.js b/node_modules/har-schema/lib/index.js
deleted file mode 100644
index 244c08e04..000000000
--- a/node_modules/har-schema/lib/index.js
+++ /dev/null
@@ -1,22 +0,0 @@
-'use strict'
-
-module.exports = {
- afterRequest: require('./afterRequest.json'),
- beforeRequest: require('./beforeRequest.json'),
- browser: require('./browser.json'),
- cache: require('./cache.json'),
- content: require('./content.json'),
- cookie: require('./cookie.json'),
- creator: require('./creator.json'),
- entry: require('./entry.json'),
- har: require('./har.json'),
- header: require('./header.json'),
- log: require('./log.json'),
- page: require('./page.json'),
- pageTimings: require('./pageTimings.json'),
- postData: require('./postData.json'),
- query: require('./query.json'),
- request: require('./request.json'),
- response: require('./response.json'),
- timings: require('./timings.json')
-}
diff --git a/node_modules/har-schema/lib/log.json b/node_modules/har-schema/lib/log.json
deleted file mode 100644
index c353b40f1..000000000
--- a/node_modules/har-schema/lib/log.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "$id": "log.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "version",
- "creator",
- "entries"
- ],
- "properties": {
- "version": {
- "type": "string"
- },
- "creator": {
- "$ref": "creator.json#"
- },
- "browser": {
- "$ref": "browser.json#"
- },
- "pages": {
- "type": "array",
- "items": {
- "$ref": "page.json#"
- }
- },
- "entries": {
- "type": "array",
- "items": {
- "$ref": "entry.json#"
- }
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/page.json b/node_modules/har-schema/lib/page.json
deleted file mode 100644
index e24a3cee6..000000000
--- a/node_modules/har-schema/lib/page.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "$id": "page.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "optional": true,
- "required": [
- "startedDateTime",
- "id",
- "title",
- "pageTimings"
- ],
- "properties": {
- "startedDateTime": {
- "type": "string",
- "format": "date-time",
- "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))"
- },
- "id": {
- "type": "string",
- "unique": true
- },
- "title": {
- "type": "string"
- },
- "pageTimings": {
- "$ref": "pageTimings.json#"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/pageTimings.json b/node_modules/har-schema/lib/pageTimings.json
deleted file mode 100644
index 130411fee..000000000
--- a/node_modules/har-schema/lib/pageTimings.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "$id": "pageTimings.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "properties": {
- "onContentLoad": {
- "type": "number",
- "min": -1
- },
- "onLoad": {
- "type": "number",
- "min": -1
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/postData.json b/node_modules/har-schema/lib/postData.json
deleted file mode 100644
index 3aa6294a4..000000000
--- a/node_modules/har-schema/lib/postData.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "$id": "postData.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "optional": true,
- "required": [
- "mimeType"
- ],
- "properties": {
- "mimeType": {
- "type": "string"
- },
- "text": {
- "type": "string"
- },
- "params": {
- "type": "array",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "fileName": {
- "type": "string"
- },
- "contentType": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- }
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/query.json b/node_modules/har-schema/lib/query.json
deleted file mode 100644
index f82d8d8da..000000000
--- a/node_modules/har-schema/lib/query.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$id": "query.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "name",
- "value"
- ],
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/request.json b/node_modules/har-schema/lib/request.json
deleted file mode 100644
index 0e2566ded..000000000
--- a/node_modules/har-schema/lib/request.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "$id": "request.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "method",
- "url",
- "httpVersion",
- "cookies",
- "headers",
- "queryString",
- "headersSize",
- "bodySize"
- ],
- "properties": {
- "method": {
- "type": "string"
- },
- "url": {
- "type": "string",
- "format": "uri"
- },
- "httpVersion": {
- "type": "string"
- },
- "cookies": {
- "type": "array",
- "items": {
- "$ref": "cookie.json#"
- }
- },
- "headers": {
- "type": "array",
- "items": {
- "$ref": "header.json#"
- }
- },
- "queryString": {
- "type": "array",
- "items": {
- "$ref": "query.json#"
- }
- },
- "postData": {
- "$ref": "postData.json#"
- },
- "headersSize": {
- "type": "integer"
- },
- "bodySize": {
- "type": "integer"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/response.json b/node_modules/har-schema/lib/response.json
deleted file mode 100644
index ec30f802b..000000000
--- a/node_modules/har-schema/lib/response.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "$id": "response.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "status",
- "statusText",
- "httpVersion",
- "cookies",
- "headers",
- "content",
- "redirectURL",
- "headersSize",
- "bodySize"
- ],
- "properties": {
- "status": {
- "type": "integer"
- },
- "statusText": {
- "type": "string"
- },
- "httpVersion": {
- "type": "string"
- },
- "cookies": {
- "type": "array",
- "items": {
- "$ref": "cookie.json#"
- }
- },
- "headers": {
- "type": "array",
- "items": {
- "$ref": "header.json#"
- }
- },
- "content": {
- "$ref": "content.json#"
- },
- "redirectURL": {
- "type": "string"
- },
- "headersSize": {
- "type": "integer"
- },
- "bodySize": {
- "type": "integer"
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/lib/timings.json b/node_modules/har-schema/lib/timings.json
deleted file mode 100644
index 5fe7dc7a5..000000000
--- a/node_modules/har-schema/lib/timings.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "$id": "timings.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "required": [
- "send",
- "wait",
- "receive"
- ],
- "properties": {
- "dns": {
- "type": "number",
- "min": -1
- },
- "connect": {
- "type": "number",
- "min": -1
- },
- "blocked": {
- "type": "number",
- "min": -1
- },
- "send": {
- "type": "number",
- "min": -1
- },
- "wait": {
- "type": "number",
- "min": -1
- },
- "receive": {
- "type": "number",
- "min": -1
- },
- "ssl": {
- "type": "number",
- "min": -1
- },
- "comment": {
- "type": "string"
- }
- }
-}
diff --git a/node_modules/har-schema/package.json b/node_modules/har-schema/package.json
deleted file mode 100644
index d14650bd7..000000000
--- a/node_modules/har-schema/package.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "version": "2.0.0",
- "name": "har-schema",
- "description": "JSON Schema for HTTP Archive (HAR)",
- "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
- "contributors": [
- "Evgeny Poberezkin <e.poberezkin@me.com>"
- ],
- "homepage": "https://github.com/ahmadnassri/har-schema",
- "repository": {
- "type": "git",
- "url": "https://github.com/ahmadnassri/har-schema.git"
- },
- "license": "ISC",
- "main": "lib/index.js",
- "keywords": [
- "har",
- "http",
- "archive",
- "JSON",
- "schema",
- "JSON-schema"
- ],
- "engines": {
- "node": ">=4"
- },
- "files": [
- "lib"
- ],
- "bugs": {
- "url": "https://github.com/ahmadnassri/har-schema/issues"
- },
- "scripts": {
- "test": "tap test --reporter spec",
- "pretest": "snazzy && echint",
- "coverage": "tap test --reporter silent --coverage",
- "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter",
- "semantic-release": "semantic-release pre && npm publish && semantic-release post"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- },
- "devDependencies": {
- "ajv": "^5.0.0",
- "codeclimate-test-reporter": "^0.4.0",
- "cz-conventional-changelog": "^1.2.0",
- "echint": "^2.1.0",
- "semantic-release": "^6.3.2",
- "snazzy": "^5.0.0",
- "tap": "^8.0.1"
- }
-} \ No newline at end of file