mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
Add exports
field to package.json
This commit is contained in:
parent
6006fec96a
commit
7499817415
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,14 @@
|
|||||||
"version": "7.0.0",
|
"version": "7.0.0",
|
||||||
"description": "Behavioral experiments in a browser",
|
"description": "Behavioral experiments in a browser",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
".": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
|
"./css/*": "./css/*"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "jspsych plugin for categorization trials with feedback",
|
"description": "jspsych plugin for categorization trials with feedback",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "jspsych plugin for categorization trials with feedback",
|
"description": "jspsych plugin for categorization trials with feedback",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "jsPsych plugin to display instructions",
|
"description": "jsPsych plugin to display instructions",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "RDK plugin for JsPsych",
|
"description": "RDK plugin for JsPsych",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "a jspsych plugin for free html forms",
|
"description": "a jspsych plugin for free html forms",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.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.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "virtual chinrest plugin for jsPsych",
|
"description": "virtual chinrest plugin for jsPsych",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "jsPsych visual search circle plugin",
|
"description": "jsPsych visual search circle plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.cjs",
|
||||||
|
"exports": {
|
||||||
|
"import": "./dist/index.js",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"unpkg": "dist/index.browser.min.js",
|
"unpkg": "dist/index.browser.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user