mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Setup changesets (#2066)
* Setup changesets and the changesets GH action * Lower package versions so changesets can bump them * Add changesets for all changes on the `modularization` branch Co-authored-by: Josh de Leeuw <josh.deleeuw@gmail.com> Co-authored-by: Becky Gilbert <beckyannegilbert@gmail.com>
This commit is contained in:
parent
2acc8880c5
commit
37b85f953c
8
.changeset/README.md
Normal file
8
.changeset/README.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Changesets
|
||||||
|
|
||||||
|
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
|
||||||
|
with multi-package repos, or single-package repos to help you version and publish your code. You can
|
||||||
|
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
|
||||||
|
|
||||||
|
We have a quick list of common questions to get you started engaging with this project in
|
||||||
|
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
|
10
.changeset/config.json
Normal file
10
.changeset/config.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
|
||||||
|
"changelog": ["@changesets/changelog-github", { "repo": "jspsych/jsPsych" }],
|
||||||
|
"commit": false,
|
||||||
|
"linked": [],
|
||||||
|
"access": "public",
|
||||||
|
"baseBranch": "changeset-setup",
|
||||||
|
"updateInternalDependencies": "patch",
|
||||||
|
"ignore": []
|
||||||
|
}
|
11
.changeset/cuddly-zoos-exist.md
Normal file
11
.changeset/cuddly-zoos-exist.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
"@jspsych/plugin-video-button-response": patch
|
||||||
|
"@jspsych/plugin-video-keyboard-response": patch
|
||||||
|
"@jspsych/plugin-video-slider-response": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixed a bug that caused the trial to not end when the `trial_ends_after_video` parameter was set to `true` and the video ended at a specific time via the `stop` parameter.
|
||||||
|
|
||||||
|
pr:1533
|
||||||
|
author: @becky-gilbert
|
||||||
|
commit: 7b16a1d
|
59
.changeset/major.md
Normal file
59
.changeset/major.md
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
---
|
||||||
|
"jspsych": major
|
||||||
|
"@jspsych/extension-webgazer": major
|
||||||
|
"@jspsych/plugin-animation": major
|
||||||
|
"@jspsych/plugin-audio-button-response": major
|
||||||
|
"@jspsych/plugin-audio-keyboard-response": major
|
||||||
|
"@jspsych/plugin-audio-slider-response": major
|
||||||
|
"@jspsych/plugin-call-function": major
|
||||||
|
"@jspsych/plugin-canvas-button-response": major
|
||||||
|
"@jspsych/plugin-canvas-keyboard-response": major
|
||||||
|
"@jspsych/plugin-canvas-slider-response": major
|
||||||
|
"@jspsych/plugin-categorize-animation": major
|
||||||
|
"@jspsych/plugin-categorize-html": major
|
||||||
|
"@jspsych/plugin-categorize-image": major
|
||||||
|
"@jspsych/plugin-cloze": major
|
||||||
|
"@jspsych/plugin-external-html": major
|
||||||
|
"@jspsych/plugin-free-sort": major
|
||||||
|
"@jspsych/plugin-fullscreen": major
|
||||||
|
"@jspsych/plugin-html-button-response": major
|
||||||
|
"@jspsych/plugin-html-keyboard-response": major
|
||||||
|
"@jspsych/plugin-html-slider-response": major
|
||||||
|
"@jspsych/plugin-iat-html": major
|
||||||
|
"@jspsych/plugin-iat-image": major
|
||||||
|
"@jspsych/plugin-image-button-response": major
|
||||||
|
"@jspsych/plugin-image-keyboard-response": major
|
||||||
|
"@jspsych/plugin-image-slider-response": major
|
||||||
|
"@jspsych/plugin-instructions": major
|
||||||
|
"@jspsych/plugin-maxdiff": major
|
||||||
|
"@jspsych/plugin-preload": major
|
||||||
|
"@jspsych/plugin-reconstruction": major
|
||||||
|
"@jspsych/plugin-resize": major
|
||||||
|
"@jspsych/plugin-same-different-html": major
|
||||||
|
"@jspsych/plugin-same-different-image": major
|
||||||
|
"@jspsych/plugin-serial-reaction-time": major
|
||||||
|
"@jspsych/plugin-serial-reaction-time-mouse": major
|
||||||
|
"@jspsych/plugin-survey-html-form": major
|
||||||
|
"@jspsych/plugin-survey-likert": major
|
||||||
|
"@jspsych/plugin-survey-multi-choice": major
|
||||||
|
"@jspsych/plugin-survey-multi-select": major
|
||||||
|
"@jspsych/plugin-survey-text": major
|
||||||
|
"@jspsych/plugin-template": major
|
||||||
|
"@jspsych/plugin-video-button-response": major
|
||||||
|
"@jspsych/plugin-video-keyboard-response": major
|
||||||
|
"@jspsych/plugin-video-slider-response": major
|
||||||
|
"@jspsych/plugin-virtual-chinrest": major
|
||||||
|
"@jspsych/plugin-visual-search-circle": major
|
||||||
|
"@jspsych/plugin-webgazer-calibrate": major
|
||||||
|
"@jspsych/plugin-webgazer-init-camera": major
|
||||||
|
"@jspsych/plugin-webgazer-validate": major
|
||||||
|
---
|
||||||
|
|
||||||
|
**jsPsych is now fully modular, with individual NPM packages for the core library, plugins, and extensions.**
|
||||||
|
|
||||||
|
To support this change, we've made a number of breaking changes. We've added [a guide for migrating from version 6.x to 7.x](https://www.jspsych.org/support/migration-v7/) to the documentation, and updated the [hello world tutorial](https://www.jspsych.org/tutorials/hello-world/) with instructions for configuring jsPsych in three different ways. In addition to enabling package management, some of the benefits that this change provides include an improved developer experience with IntelliSense code hints, proper encapsulation of jsPsych so that multiple instances can be run on the same page, and easier integration with modern JavaScript tools like bundlers.
|
||||||
|
|
||||||
|
pr: 2183
|
||||||
|
author: @jodeleeuw
|
||||||
|
author: @becky-gilbert
|
||||||
|
author: @bjoluc
|
7
.changeset/ninety-pears-wash.md
Normal file
7
.changeset/ninety-pears-wash.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
"@jspsych/plugin-visual-search-circle": major
|
||||||
|
---
|
||||||
|
|
||||||
|
Added new `stimuli` parameter and changed `foil` parameter to only allow a string (not array). The visual circle stimuli set can now be defined in two ways. One option is to use the `set_size`, `target` (image string), and `foil` (image string) parameters, in which case the `foil` image will be repeated up to `set_size` (if target is not present) or `set_size` - 1 (if target is present). The other option is to specify the `stimuli` parameter, which is an arbitrary array of images and therefore allows for different foil/distractor images.
|
||||||
|
|
||||||
|
pr: 2133
|
12
.changeset/on-load-plugins.md
Normal file
12
.changeset/on-load-plugins.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
"jspsych": major
|
||||||
|
"@jspsych/plugin-audio-button-response": minor
|
||||||
|
"@jspsych/plugin-audio-keyboard-response": minor
|
||||||
|
"@jspsych/plugin-audio-slider-response": minor
|
||||||
|
"@jspsych/plugin-external-html": minor
|
||||||
|
"@jspsych/plugin-webgazer-init-camera": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Added the option for plugins to return a `Promise` and delay the execution of the `on_load` event handler for the trial until the plugin manually invokes it. This allows for plugins that have asynchronous components to finish loading before triggering the `on_load` event. Added this functionality to all plugins that currently require it.
|
||||||
|
|
||||||
|
pr:2130
|
8
.changeset/perfect-pandas-talk.md
Normal file
8
.changeset/perfect-pandas-talk.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
"@jspsych/plugin-same-different-html": patch
|
||||||
|
"@jspsych/plugin-same-different-image": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixed a bug where `null` was incorrectly set as the default value for the `first_stim_duration` and `second_stim_duration` parameters. The defaults for these parameters have been changed to `1000`, consistent with existing documentation.
|
||||||
|
|
||||||
|
pr:1880
|
11
.changeset/polite-bottles-fry.md
Normal file
11
.changeset/polite-bottles-fry.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
"@jspsych/plugin-audio-slider-response": minor
|
||||||
|
"@jspsych/plugin-canvas-slider-response": minor
|
||||||
|
"@jspsych/plugin-html-slider-response": minor
|
||||||
|
"@jspsych/plugin-image-slider-response": minor
|
||||||
|
"@jspsych/plugin-video-slider-response": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
When `require_movement` is true a 'touchstart' event or a 'mousedown' event will now enable the button. This means that this parameter will work on mobile devices, and that the button will become enabled as soon as the paricipant interacts with the slider rather than after they click and release the slider.
|
||||||
|
|
||||||
|
pr:2143
|
7
.changeset/proud-apricots-wink.md
Normal file
7
.changeset/proud-apricots-wink.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
"jspsych": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
When `jsPsych.endExperiment` is called it provides the option of displaying a message on the screen. If the `on_finish` event handler in `initJsPsych()` returns a `Promise` then the message will now display only after the promise has resolved.
|
||||||
|
|
||||||
|
pr:2142
|
30
.changeset/round-all-rts.md
Normal file
30
.changeset/round-all-rts.md
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
"jspsych": minor
|
||||||
|
"@jspsych/plugin-animation": minor
|
||||||
|
"@jspsych/plugin-audio-button-response": minor
|
||||||
|
"@jspsych/plugin-audio-slider-response": minor
|
||||||
|
"@jspsych/plugin-canvas-button-response": minor
|
||||||
|
"@jspsych/plugin-canvas-slider-response": minor
|
||||||
|
"@jspsych/plugin-external-html": minor
|
||||||
|
"@jspsych/plugin-free-sort": minor
|
||||||
|
"@jspsych/plugin-html-button-response": minor
|
||||||
|
"@jspsych/plugin-html-slider-response": minor
|
||||||
|
"@jspsych/plugin-image-button-response": minor
|
||||||
|
"@jspsych/plugin-image-slider-response": minor
|
||||||
|
"@jspsych/plugin-instructions": minor
|
||||||
|
"@jspsych/plugin-maxdiff": minor
|
||||||
|
"@jspsych/plugin-reconstruction": minor
|
||||||
|
"@jspsych/plugin-serial-reaction-time-mouse": minor
|
||||||
|
"@jspsych/plugin-survey-html-form": minor
|
||||||
|
"@jspsych/plugin-survey-likert": minor
|
||||||
|
"@jspsych/plugin-survey-multi-choice": minor
|
||||||
|
"@jspsych/plugin-survey-multi-select": minor
|
||||||
|
"@jspsych/plugin-survey-text": minor
|
||||||
|
"@jspsych/plugin-video-button-response": minor
|
||||||
|
"@jspsych/plugin-video-slider-response": minor
|
||||||
|
"@jspsych/plugin-virtual-chinrest": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
All duration measurements, including response times, are now rounded to the nearest millisecond. We changed this because the precision that `performance.now()` generates is misleading in this context and removing the (often very long) decimal component of the measurement will save space in the data files.
|
||||||
|
|
||||||
|
pr:2129
|
14
.changeset/short-baboons-count.md
Normal file
14
.changeset/short-baboons-count.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
"jspsych": major
|
||||||
|
---
|
||||||
|
|
||||||
|
Renamed all getter-type functions to have `get` prefix to make it clearer what the role of these functions are. The following were affected:
|
||||||
|
- `currentTimelineNodeID` -> `getCurrentTimelineNodeID`
|
||||||
|
- `progress` -> `getProgress`
|
||||||
|
- `startTime` -> `getStartTime`
|
||||||
|
- `totalTime` -> `getTotalTime`
|
||||||
|
- `currentTrial` -> `getCurrentTrial`
|
||||||
|
- `initSettings` -> `getInitSettings`
|
||||||
|
- `allTimelineVariables` -> `getAllTimelineVariables`
|
||||||
|
|
||||||
|
pr: 2100
|
8
.changeset/turk.md
Normal file
8
.changeset/turk.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
"jspsych": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Updated `turk.submitToTurk()` to use `POST` instead of `GET` to avoid errors where too much data is transmitted.
|
||||||
|
|
||||||
|
pr: 2121
|
||||||
|
author: @zimmerrol
|
80
.github/workflows/release.yml
vendored
Normal file
80
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
name: release
|
||||||
|
|
||||||
|
env:
|
||||||
|
HUSKY: 0
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- changeset-setup
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
name: Release
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Setup Node.js 16.x
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: 16.x
|
||||||
|
|
||||||
|
- name: Install dependencies and build packages
|
||||||
|
run: npm ci --ignore-scripts
|
||||||
|
|
||||||
|
- name: Create Release Pull Request
|
||||||
|
uses: changesets/action@master
|
||||||
|
with:
|
||||||
|
publish: npm run release
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Upload Release Assets
|
||||||
|
uses: actions/github-script@v4
|
||||||
|
if: steps.changesets.outputs.published == 'true'
|
||||||
|
with:
|
||||||
|
script: |
|
||||||
|
const fs = require("fs");
|
||||||
|
|
||||||
|
const publishedPackages = ${{ steps.changesets.outputs.publishedPackages }};
|
||||||
|
const { owner, repo } = context.repo;
|
||||||
|
const distFile = "dist.zip";
|
||||||
|
|
||||||
|
let errorMessage;
|
||||||
|
for (const { name: tag, version } of publishedPackages) {
|
||||||
|
try {
|
||||||
|
// https://docs.github.com/en/rest/reference/repos#get-a-release-by-tag-name
|
||||||
|
const releaseId = (
|
||||||
|
await github.request("GET /repos/{owner}/{repo}/releases/tags/{tag}", {
|
||||||
|
owner,
|
||||||
|
repo,
|
||||||
|
tag,
|
||||||
|
})
|
||||||
|
).data.id;
|
||||||
|
|
||||||
|
// https://octokit.github.io/rest.js/v18#repos-upload-release-asset
|
||||||
|
await github.repos.uploadReleaseAsset({
|
||||||
|
owner,
|
||||||
|
repo,
|
||||||
|
release_id: releaseId,
|
||||||
|
name: `${tag.replace(/@jspsych(.*)\//g, "jspsych$1-").replace("@", "-")}-dist.zip`,
|
||||||
|
label: "Dist archive (zip)",
|
||||||
|
headers: {
|
||||||
|
"content-type": "application/zip",
|
||||||
|
"content-length": fs.statSync(distFile).size,
|
||||||
|
},
|
||||||
|
data: fs.readFileSync(distFile),
|
||||||
|
});
|
||||||
|
} catch (error) {
|
||||||
|
console.log(error);
|
||||||
|
errorMessage = error.message;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (errorMessage) {
|
||||||
|
core.setFailed(errorMessage);
|
||||||
|
}
|
4377
package-lock.json
generated
4377
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,13 +10,17 @@
|
|||||||
"build": "npm run build -ws",
|
"build": "npm run build -ws",
|
||||||
"build:archive": "gulp createCoreDistArchive",
|
"build:archive": "gulp createCoreDistArchive",
|
||||||
"prepare": "husky install && npm run build --workspace jspsych && npm run build",
|
"prepare": "husky install && npm run build --workspace jspsych && npm run build",
|
||||||
"tsc": "npm run tsc -ws"
|
"tsc": "npm run tsc -ws",
|
||||||
|
"changeset": "changeset",
|
||||||
|
"release": "npm run build && changeset publish"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
"npm": ">=7.0.0"
|
"npm": ">=7.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@changesets/changelog-github": "^0.4.0",
|
||||||
|
"@changesets/cli": "^2.16.0",
|
||||||
"husky": "^7.0.1",
|
"husky": "^7.0.1",
|
||||||
"import-sort-style-module": "^6.0.0",
|
"import-sort-style-module": "^6.0.0",
|
||||||
"lint-staged": "^11.1.2",
|
"lint-staged": "^11.1.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/extension-webgazer",
|
"name": "@jspsych/extension-webgazer",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych extension for eye tracking using WebGazer.js",
|
"description": "jsPsych extension for eye tracking using WebGazer.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jspsych",
|
"name": "jspsych",
|
||||||
"version": "7.0.0",
|
"version": "6.3.1",
|
||||||
"description": "Behavioral experiments in a browser",
|
"description": "Behavioral experiments in a browser",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-animation",
|
"name": "@jspsych/plugin-animation",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for showing animations and recording keyboard responses",
|
"description": "jsPsych plugin for showing animations and recording keyboard responses",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-audio-button-response",
|
"name": "@jspsych/plugin-audio-button-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for playing an audio file and getting a button response",
|
"description": "jsPsych plugin for playing an audio file and getting a button response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-audio-keyboard-response",
|
"name": "@jspsych/plugin-audio-keyboard-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for playing an audio file and getting a keyboard response",
|
"description": "jsPsych plugin for playing an audio file and getting a keyboard response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-audio-slider-response",
|
"name": "@jspsych/plugin-audio-slider-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-call-function",
|
"name": "@jspsych/plugin-call-function",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for calling an arbitrary function during a jspsych experiment",
|
"description": "jsPsych plugin for calling an arbitrary function during a jspsych experiment",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-canvas-button-response",
|
"name": "@jspsych/plugin-canvas-button-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for displaying a canvas stimulus and getting a button response",
|
"description": "jsPsych plugin for displaying a canvas stimulus and getting a button response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-canvas-keyboard-response",
|
"name": "@jspsych/plugin-canvas-keyboard-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for displaying a canvas stimulus and getting a keyboard response",
|
"description": "jsPsych plugin for displaying a canvas stimulus and getting a keyboard response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-canvas-slider-response",
|
"name": "@jspsych/plugin-canvas-slider-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for displaying a canvas stimulus and getting a slider response",
|
"description": "jsPsych plugin for displaying a canvas stimulus and getting a slider response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-categorize-animation",
|
"name": "@jspsych/plugin-categorize-animation",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jspsych plugin for categorization trials with feedback and animated stimuli",
|
"description": "jspsych plugin for categorization trials with feedback and animated stimuli",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-categorize-html",
|
"name": "@jspsych/plugin-categorize-html",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jspsych plugin for categorization trials with feedback",
|
"description": "jspsych plugin for categorization trials with feedback",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-categorize-image",
|
"name": "@jspsych/plugin-categorize-image",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jspsych plugin for categorization trials with feedback",
|
"description": "jspsych plugin for categorization trials with feedback",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-cloze",
|
"name": "@jspsych/plugin-cloze",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for displaying a cloze test and checking participants answers against a correct solution",
|
"description": "jsPsych plugin for displaying a cloze test and checking participants answers against a correct solution",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-external-html",
|
"name": "@jspsych/plugin-external-html",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin to load and display external html pages",
|
"description": "jsPsych plugin to load and display external html pages",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-free-sort",
|
"name": "@jspsych/plugin-free-sort",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for drag-and-drop sorting of a collection of images",
|
"description": "jsPsych plugin for drag-and-drop sorting of a collection of images",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-fullscreen",
|
"name": "@jspsych/plugin-fullscreen",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin to toggle fullscreen mode in the browser",
|
"description": "jsPsych plugin to toggle fullscreen mode in the browser",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-html-button-response",
|
"name": "@jspsych/plugin-html-button-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for displaying a stimulus and getting a button response",
|
"description": "jsPsych plugin for displaying a stimulus and getting a button response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-html-keyboard-response",
|
"name": "@jspsych/plugin-html-keyboard-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for displaying a stimulus and getting a keyboard response",
|
"description": "jsPsych plugin for displaying a stimulus and getting a keyboard response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-html-slider-response",
|
"name": "@jspsych/plugin-html-slider-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "a jspsych plugin for free response survey questions",
|
"description": "a jspsych plugin for free response survey questions",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-iat-html",
|
"name": "@jspsych/plugin-iat-html",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for running an IAT (Implicit Association Test) with an HTML-formatted stimulus",
|
"description": "jsPsych plugin for running an IAT (Implicit Association Test) with an HTML-formatted stimulus",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-iat-image",
|
"name": "@jspsych/plugin-iat-image",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for running an IAT (Implicit Association Test) with an image stimulus",
|
"description": "jsPsych plugin for running an IAT (Implicit Association Test) with an image stimulus",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-image-button-response",
|
"name": "@jspsych/plugin-image-button-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for displaying a stimulus and getting a button response",
|
"description": "jsPsych plugin for displaying a stimulus and getting a button response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-image-keyboard-response",
|
"name": "@jspsych/plugin-image-keyboard-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for displaying a stimulus and getting a keyboard response",
|
"description": "jsPsych plugin for displaying a stimulus and getting a keyboard response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-image-slider-response",
|
"name": "@jspsych/plugin-image-slider-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "a jspsych plugin for free response survey questions",
|
"description": "a jspsych plugin for free response survey questions",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-instructions",
|
"name": "@jspsych/plugin-instructions",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin to display instructions",
|
"description": "jsPsych plugin to display instructions",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-maxdiff",
|
"name": "@jspsych/plugin-maxdiff",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "a jspsych plugin for maxdiff/conjoint analysis designs",
|
"description": "a jspsych plugin for maxdiff/conjoint analysis designs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-preload",
|
"name": "@jspsych/plugin-preload",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-reconstruction",
|
"name": "@jspsych/plugin-reconstruction",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "a jspsych plugin for a reconstruction task where the subject recreates a stimulus from memory",
|
"description": "a jspsych plugin for a reconstruction task where the subject recreates a stimulus from memory",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-resize",
|
"name": "@jspsych/plugin-resize",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for controlling the real world size of the display",
|
"description": "jsPsych plugin for controlling the real world size of the display",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-same-different-html",
|
"name": "@jspsych/plugin-same-different-html",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for showing two stimuli sequentially and getting a same / different judgment",
|
"description": "jsPsych plugin for showing two stimuli sequentially and getting a same / different judgment",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-same-different-image",
|
"name": "@jspsych/plugin-same-different-image",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for showing two stimuli sequentially and getting a same / different judgment",
|
"description": "jsPsych plugin for showing two stimuli sequentially and getting a same / different judgment",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-serial-reaction-time-mouse",
|
"name": "@jspsych/plugin-serial-reaction-time-mouse",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for running a serial reaction time task",
|
"description": "jsPsych plugin for running a serial reaction time task",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-serial-reaction-time",
|
"name": "@jspsych/plugin-serial-reaction-time",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for running a serial reaction time task",
|
"description": "jsPsych plugin for running a serial reaction time task",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-survey-html-form",
|
"name": "@jspsych/plugin-survey-html-form",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "a jspsych plugin for free html forms",
|
"description": "a jspsych plugin for free html forms",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-survey-likert",
|
"name": "@jspsych/plugin-survey-likert",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "a jspsych plugin for measuring items on a likert scale",
|
"description": "a jspsych plugin for measuring items on a likert scale",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-survey-multi-choice",
|
"name": "@jspsych/plugin-survey-multi-choice",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "a jspsych plugin for multiple choice survey questions",
|
"description": "a jspsych plugin for multiple choice survey questions",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-survey-multi-select",
|
"name": "@jspsych/plugin-survey-multi-select",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "a jspsych plugin for multiple choice survey questions",
|
"description": "a jspsych plugin for multiple choice survey questions",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-survey-text",
|
"name": "@jspsych/plugin-survey-text",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "a jspsych plugin for free response survey questions",
|
"description": "a jspsych plugin for free response survey questions",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-template",
|
"name": "@jspsych/plugin-template",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-video-button-response",
|
"name": "@jspsych/plugin-video-button-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for playing a video file and getting a button response",
|
"description": "jsPsych plugin for playing a video file and getting a button response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-video-keyboard-response",
|
"name": "@jspsych/plugin-video-keyboard-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for playing a video file and getting a keyboard response",
|
"description": "jsPsych plugin for playing a video file and getting a keyboard response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-video-slider-response",
|
"name": "@jspsych/plugin-video-slider-response",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych plugin for playing a video file and getting a slider response",
|
"description": "jsPsych plugin for playing a video file and getting a slider response",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-virtual-chinrest",
|
"name": "@jspsych/plugin-virtual-chinrest",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "virtual chinrest plugin for jsPsych",
|
"description": "virtual chinrest plugin for jsPsych",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-visual-search-circle",
|
"name": "@jspsych/plugin-visual-search-circle",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "jsPsych visual search circle plugin",
|
"description": "jsPsych visual search circle plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-webgazer-calibrate",
|
"name": "@jspsych/plugin-webgazer-calibrate",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-webgazer-init-camera",
|
"name": "@jspsych/plugin-webgazer-init-camera",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-webgazer-validate",
|
"name": "@jspsych/plugin-webgazer-validate",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7"
|
"jspsych": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^0.1.0",
|
"@jspsych/config": "^0.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user