Add directory to repository field in package.json files

This commit is contained in:
bjoluc 2021-10-01 19:32:43 +02:00
parent ba37371edf
commit 8b279d1dbf
50 changed files with 99 additions and 63 deletions

12
package-lock.json generated
View File

@ -2817,10 +2817,6 @@
"resolved": "packages/plugin-survey-text", "resolved": "packages/plugin-survey-text",
"link": true "link": true
}, },
"node_modules/@jspsych/plugin-template": {
"resolved": "packages/plugin-template",
"link": true
},
"node_modules/@jspsych/plugin-video-button-response": { "node_modules/@jspsych/plugin-video-button-response": {
"resolved": "packages/plugin-video-button-response", "resolved": "packages/plugin-video-button-response",
"link": true "link": true
@ -14651,6 +14647,7 @@
"packages/plugin-template": { "packages/plugin-template": {
"name": "@jspsych/plugin-template", "name": "@jspsych/plugin-template",
"version": "0.1.0", "version": "0.1.0",
"extraneous": true,
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@jspsych/config": "^0.1.0", "@jspsych/config": "^0.1.0",
@ -17048,13 +17045,6 @@
"@jspsych/test-utils": "^0.1.0" "@jspsych/test-utils": "^0.1.0"
} }
}, },
"@jspsych/plugin-template": {
"version": "file:packages/plugin-template",
"requires": {
"@jspsych/config": "^0.1.0",
"@jspsych/test-utils": "^0.1.0"
}
},
"@jspsych/plugin-video-button-response": { "@jspsych/plugin-video-button-response": {
"version": "file:packages/plugin-video-button-response", "version": "file:packages/plugin-video-button-response",
"requires": { "requires": {

View File

@ -33,7 +33,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/config"
}, },
"author": "bjoluc <mail@bjoluc.de>", "author": "bjoluc <mail@bjoluc.de>",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/extension-webgazer"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -19,9 +19,6 @@
"css" "css"
], ],
"source": "src/index.ts", "source": "src/index.ts",
"directories": {
"test": "tests"
},
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"test:watch": "npm test -- --watch", "test:watch": "npm test -- --watch",
@ -32,7 +29,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/jspsych"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-animation"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-audio-button-response"
}, },
"author": "Kristin Diep", "author": "Kristin Diep",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-audio-keyboard-response"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-audio-slider-response"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-call-function"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-canvas-button-response"
}, },
"author": "Chris Jungerius, Josh de Leeuw", "author": "Chris Jungerius, Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-canvas-keyboard-response"
}, },
"author": "Chris Jungerius, Josh de Leeuw", "author": "Chris Jungerius, Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-canvas-slider-response"
}, },
"author": "Chris Jungerius, Josh de Leeuw", "author": "Chris Jungerius, Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-categorize-animation"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-categorize-html"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-categorize-image"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-cloze"
}, },
"author": "Philipp Sprengholz", "author": "Philipp Sprengholz",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-external-html"
}, },
"author": "Erik Weitnauer", "author": "Erik Weitnauer",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-free-sort"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-fullscreen"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-html-button-response"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-html-keyboard-response"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-html-slider-response"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-iat-html"
}, },
"author": "Kristin Diep", "author": "Kristin Diep",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-iat-image"
}, },
"author": "Kristin Diep", "author": "Kristin Diep",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-image-button-response"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-image-keyboard-response"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-image-slider-response"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-instructions"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-maxdiff"
}, },
"author": "Angus Hughes", "author": "Angus Hughes",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-preload"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-reconstruction"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-resize"
}, },
"author": "Steve Chao", "author": "Steve Chao",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-same-different-html"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-same-different-image"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-serial-reaction-time-mouse"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-serial-reaction-time"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-survey-html-form"
}, },
"author": "Jan Simson", "author": "Jan Simson",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-survey-likert"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-survey-multi-choice"
}, },
"author": "Shane Martin", "author": "Shane Martin",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-survey-multi-select"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-survey-text"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-video-button-response"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-video-keyboard-response"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-video-slider-response"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-virtual-chinrest"
}, },
"author": "Qisheng Li, Gustavo Juantorena", "author": "Qisheng Li, Gustavo Juantorena",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-visual-search-circle"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-webgazer-calibrate"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-webgazer-init-camera"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -24,7 +24,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/plugin-webgazer-validate"
}, },
"author": "Josh de Leeuw", "author": "Josh de Leeuw",
"license": "MIT", "license": "MIT",

View File

@ -21,7 +21,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git" "url": "git+https://github.com/jspsych/jsPsych.git",
"directory": "packages/test-utils"
}, },
"author": "bjoluc <mail@bjoluc.de>", "author": "bjoluc <mail@bjoluc.de>",
"license": "MIT", "license": "MIT",