From 7c2a2a1950ab7c2fde0942c5f5ffc48b18aaa181 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Tue, 4 Apr 2023 14:48:55 -0400 Subject: [PATCH] fix package-lock.js --- package-lock.json | 143 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 121 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e5c523c..d530c90d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2633,6 +2633,10 @@ "resolved": "packages/plugin-corsi-blocks", "link": true }, + "node_modules/@jspsych-contrib/plugin-html-choice": { + "resolved": "packages/plugin-html-choice", + "link": true + }, "node_modules/@jspsych-contrib/plugin-html-multi-response": { "resolved": "packages/plugin-html-multi-response", "link": true @@ -2661,6 +2665,10 @@ "resolved": "packages/plugin-libet-intentional-binding", "link": true }, + "node_modules/@jspsych-contrib/plugin-nextcloud-filedrop": { + "resolved": "packages/plugin-nextcloud-filedrop", + "link": true + }, "node_modules/@jspsych-contrib/plugin-pipe": { "resolved": "packages/plugin-pipe", "link": true @@ -4994,7 +5002,6 @@ }, "node_modules/core-util-is": { "version": "1.0.3", - "dev": true, "license": "MIT" }, "node_modules/cosmiconfig": { @@ -7343,6 +7350,11 @@ "node": ">= 4" } }, + "node_modules/immediate": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", + "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" + }, "node_modules/import-fresh": { "version": "3.3.0", "dev": true, @@ -7543,7 +7555,6 @@ }, "node_modules/inherits": { "version": "2.0.4", - "dev": true, "license": "ISC" }, "node_modules/ini": { @@ -8054,7 +8065,6 @@ }, "node_modules/isarray": { "version": "1.0.0", - "dev": true, "license": "MIT" }, "node_modules/isexe": { @@ -10198,6 +10208,17 @@ "seedrandom": "^3.0.5" } }, + "node_modules/jszip": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", + "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", + "dependencies": { + "lie": "~3.3.0", + "pako": "~1.0.2", + "readable-stream": "~2.3.6", + "setimmediate": "^1.0.5" + } + }, "node_modules/just-debounce": { "version": "1.1.0", "dev": true, @@ -10284,6 +10305,14 @@ "node": ">= 0.8.0" } }, + "node_modules/lie": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", + "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", + "dependencies": { + "immediate": "~3.0.5" + } + }, "node_modules/liftoff": { "version": "3.1.0", "dev": true, @@ -11544,6 +11573,11 @@ "node": ">=6" } }, + "node_modules/pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, "node_modules/parent-module": { "version": "1.0.1", "dev": true, @@ -11934,7 +11968,6 @@ }, "node_modules/process-nextick-args": { "version": "2.0.1", - "dev": true, "license": "MIT" }, "node_modules/prompts": { @@ -12115,7 +12148,6 @@ }, "node_modules/readable-stream": { "version": "2.3.7", - "dev": true, "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", @@ -12640,7 +12672,6 @@ }, "node_modules/safe-buffer": { "version": "5.1.2", - "dev": true, "license": "MIT" }, "node_modules/safe-regex": { @@ -12753,6 +12784,11 @@ "node": ">=0.10.0" } }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" + }, "node_modules/shebang-command": { "version": "2.0.0", "dev": true, @@ -13463,7 +13499,6 @@ }, "node_modules/string_decoder": { "version": "1.1.1", - "dev": true, "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" @@ -14478,7 +14513,6 @@ }, "node_modules/util-deprecate": { "version": "1.0.2", - "dev": true, "license": "MIT" }, "node_modules/v8-to-istanbul": { @@ -15180,6 +15214,18 @@ "jspsych": ">=7.3.2" } }, + "packages/plugin-html-choice": { + "version": "0.1.0", + "license": "MIT", + "devDependencies": { + "@jspsych/config": "^1.0.0", + "@jspsych/test-utils": "^1.0.0", + "jspsych": "^7.0.0" + }, + "peerDependencies": { + "jspsych": ">=7.0.0" + } + }, "packages/plugin-html-multi-response": { "name": "@jspsych-contrib/plugin-html-multi-response", "version": "1.0.2", @@ -15269,6 +15315,17 @@ "jspsych": "^7.0.0" } }, + "packages/plugin-nextcloud-filedrop": { + "version": "0.1.0", + "license": "MIT", + "dependencies": { + "jszip": "^3.10.1" + }, + "devDependencies": { + "@jspsych/config": "^1.0.0", + "jspsych": "^7.0.0" + } + }, "packages/plugin-pipe": { "name": "@jspsych-contrib/plugin-pipe", "version": "0.3.0", @@ -17127,6 +17184,14 @@ "jspsych": "^7.3.2" } }, + "@jspsych-contrib/plugin-html-choice": { + "version": "file:packages/plugin-html-choice", + "requires": { + "@jspsych/config": "^1.0.0", + "@jspsych/test-utils": "^1.0.0", + "jspsych": "^7.0.0" + } + }, "@jspsych-contrib/plugin-html-multi-response": { "version": "file:packages/plugin-html-multi-response", "requires": { @@ -17183,6 +17248,14 @@ "jspsych": "^7.0.0" } }, + "@jspsych-contrib/plugin-nextcloud-filedrop": { + "version": "file:packages/plugin-nextcloud-filedrop", + "requires": { + "@jspsych/config": "^1.0.0", + "jspsych": "^7.0.0", + "jszip": "^3.10.1" + } + }, "@jspsych-contrib/plugin-pipe": { "version": "file:packages/plugin-pipe", "requires": { @@ -18849,8 +18922,7 @@ } }, "core-util-is": { - "version": "1.0.3", - "dev": true + "version": "1.0.3" }, "cosmiconfig": { "version": "7.0.1", @@ -20472,6 +20544,11 @@ "version": "5.2.0", "dev": true }, + "immediate": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", + "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" + }, "import-fresh": { "version": "3.3.0", "dev": true, @@ -20612,8 +20689,7 @@ } }, "inherits": { - "version": "2.0.4", - "dev": true + "version": "2.0.4" }, "ini": { "version": "1.3.8", @@ -20916,8 +20992,7 @@ "dev": true }, "isarray": { - "version": "1.0.0", - "dev": true + "version": "1.0.0" }, "isexe": { "version": "2.0.0", @@ -22296,6 +22371,17 @@ "seedrandom": "^3.0.5" } }, + "jszip": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", + "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", + "requires": { + "lie": "~3.3.0", + "pako": "~1.0.2", + "readable-stream": "~2.3.6", + "setimmediate": "^1.0.5" + } + }, "just-debounce": { "version": "1.1.0", "dev": true @@ -22349,6 +22435,14 @@ "type-check": "~0.3.2" } }, + "lie": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", + "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", + "requires": { + "immediate": "~3.0.5" + } + }, "liftoff": { "version": "3.1.0", "dev": true, @@ -23190,6 +23284,11 @@ "version": "2.2.0", "dev": true }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, "parent-module": { "version": "1.0.1", "dev": true, @@ -23424,8 +23523,7 @@ "dev": true }, "process-nextick-args": { - "version": "2.0.1", - "dev": true + "version": "2.0.1" }, "prompts": { "version": "2.4.2", @@ -23550,7 +23648,6 @@ }, "readable-stream": { "version": "2.3.7", - "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -23895,8 +23992,7 @@ } }, "safe-buffer": { - "version": "5.1.2", - "dev": true + "version": "5.1.2" }, "safe-regex": { "version": "1.1.0", @@ -23976,6 +24072,11 @@ } } }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" + }, "shebang-command": { "version": "2.0.0", "dev": true, @@ -24482,7 +24583,6 @@ }, "string_decoder": { "version": "1.1.1", - "dev": true, "requires": { "safe-buffer": "~5.1.0" } @@ -25134,8 +25234,7 @@ "dev": true }, "util-deprecate": { - "version": "1.0.2", - "dev": true + "version": "1.0.2" }, "v8-to-istanbul": { "version": "9.0.1",