Spaces:
Runtime error
Runtime error
docs: updated author as the original code was changed massively
Browse files- package-lock.json +184 -184
- package.json +10 -8
package-lock.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
-
"name": "2d-gamecreator
|
3 |
-
"version": "
|
4 |
"lockfileVersion": 3,
|
5 |
"requires": true,
|
6 |
"packages": {
|
7 |
"": {
|
8 |
-
"name": "2d-gamecreator
|
9 |
-
"version": "
|
10 |
"license": "AGPL",
|
11 |
"dependencies": {
|
12 |
"@babel/parser": "7.21.4",
|
@@ -673,6 +673,36 @@
|
|
673 |
"glob": "7.1.7"
|
674 |
}
|
675 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
676 |
"node_modules/@next/swc-darwin-arm64": {
|
677 |
"version": "13.2.4",
|
678 |
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.2.4.tgz",
|
@@ -688,6 +718,156 @@
|
|
688 |
"node": ">= 10"
|
689 |
}
|
690 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
691 |
"node_modules/@nodelib/fs.scandir": {
|
692 |
"version": "2.1.5",
|
693 |
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
@@ -7566,186 +7746,6 @@
|
|
7566 |
"funding": {
|
7567 |
"url": "https://github.com/sponsors/sindresorhus"
|
7568 |
}
|
7569 |
-
},
|
7570 |
-
"node_modules/@next/swc-android-arm-eabi": {
|
7571 |
-
"version": "13.2.4",
|
7572 |
-
"resolved": "https://registry.npmjs.org/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-13.2.4.tgz",
|
7573 |
-
"integrity": "sha512-DWlalTSkLjDU11MY11jg17O1gGQzpRccM9Oes2yTqj2DpHndajrXHGxj9HGtJ+idq2k7ImUdJVWS2h2l/EDJOw==",
|
7574 |
-
"cpu": [
|
7575 |
-
"arm"
|
7576 |
-
],
|
7577 |
-
"optional": true,
|
7578 |
-
"os": [
|
7579 |
-
"android"
|
7580 |
-
],
|
7581 |
-
"engines": {
|
7582 |
-
"node": ">= 10"
|
7583 |
-
}
|
7584 |
-
},
|
7585 |
-
"node_modules/@next/swc-android-arm64": {
|
7586 |
-
"version": "13.2.4",
|
7587 |
-
"resolved": "https://registry.npmjs.org/@next/swc-android-arm64/-/swc-android-arm64-13.2.4.tgz",
|
7588 |
-
"integrity": "sha512-sRavmUImUCf332Gy+PjIfLkMhiRX1Ez4SI+3vFDRs1N5eXp+uNzjFUK/oLMMOzk6KFSkbiK/3Wt8+dHQR/flNg==",
|
7589 |
-
"cpu": [
|
7590 |
-
"arm64"
|
7591 |
-
],
|
7592 |
-
"optional": true,
|
7593 |
-
"os": [
|
7594 |
-
"android"
|
7595 |
-
],
|
7596 |
-
"engines": {
|
7597 |
-
"node": ">= 10"
|
7598 |
-
}
|
7599 |
-
},
|
7600 |
-
"node_modules/@next/swc-darwin-x64": {
|
7601 |
-
"version": "13.2.4",
|
7602 |
-
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-13.2.4.tgz",
|
7603 |
-
"integrity": "sha512-a6LBuoYGcFOPGd4o8TPo7wmv5FnMr+Prz+vYHopEDuhDoMSHOnC+v+Ab4D7F0NMZkvQjEJQdJS3rqgFhlZmKlw==",
|
7604 |
-
"cpu": [
|
7605 |
-
"x64"
|
7606 |
-
],
|
7607 |
-
"optional": true,
|
7608 |
-
"os": [
|
7609 |
-
"darwin"
|
7610 |
-
],
|
7611 |
-
"engines": {
|
7612 |
-
"node": ">= 10"
|
7613 |
-
}
|
7614 |
-
},
|
7615 |
-
"node_modules/@next/swc-freebsd-x64": {
|
7616 |
-
"version": "13.2.4",
|
7617 |
-
"resolved": "https://registry.npmjs.org/@next/swc-freebsd-x64/-/swc-freebsd-x64-13.2.4.tgz",
|
7618 |
-
"integrity": "sha512-kkbzKVZGPaXRBPisoAQkh3xh22r+TD+5HwoC5bOkALraJ0dsOQgSMAvzMXKsN3tMzJUPS0tjtRf1cTzrQ0I5vQ==",
|
7619 |
-
"cpu": [
|
7620 |
-
"x64"
|
7621 |
-
],
|
7622 |
-
"optional": true,
|
7623 |
-
"os": [
|
7624 |
-
"freebsd"
|
7625 |
-
],
|
7626 |
-
"engines": {
|
7627 |
-
"node": ">= 10"
|
7628 |
-
}
|
7629 |
-
},
|
7630 |
-
"node_modules/@next/swc-linux-arm-gnueabihf": {
|
7631 |
-
"version": "13.2.4",
|
7632 |
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-13.2.4.tgz",
|
7633 |
-
"integrity": "sha512-7qA1++UY0fjprqtjBZaOA6cas/7GekpjVsZn/0uHvquuITFCdKGFCsKNBx3S0Rpxmx6WYo0GcmhNRM9ru08BGg==",
|
7634 |
-
"cpu": [
|
7635 |
-
"arm"
|
7636 |
-
],
|
7637 |
-
"optional": true,
|
7638 |
-
"os": [
|
7639 |
-
"linux"
|
7640 |
-
],
|
7641 |
-
"engines": {
|
7642 |
-
"node": ">= 10"
|
7643 |
-
}
|
7644 |
-
},
|
7645 |
-
"node_modules/@next/swc-linux-arm64-gnu": {
|
7646 |
-
"version": "13.2.4",
|
7647 |
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.2.4.tgz",
|
7648 |
-
"integrity": "sha512-xzYZdAeq883MwXgcwc72hqo/F/dwUxCukpDOkx/j1HTq/J0wJthMGjinN9wH5bPR98Mfeh1MZJ91WWPnZOedOg==",
|
7649 |
-
"cpu": [
|
7650 |
-
"arm64"
|
7651 |
-
],
|
7652 |
-
"optional": true,
|
7653 |
-
"os": [
|
7654 |
-
"linux"
|
7655 |
-
],
|
7656 |
-
"engines": {
|
7657 |
-
"node": ">= 10"
|
7658 |
-
}
|
7659 |
-
},
|
7660 |
-
"node_modules/@next/swc-linux-arm64-musl": {
|
7661 |
-
"version": "13.2.4",
|
7662 |
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.2.4.tgz",
|
7663 |
-
"integrity": "sha512-8rXr3WfmqSiYkb71qzuDP6I6R2T2tpkmf83elDN8z783N9nvTJf2E7eLx86wu2OJCi4T05nuxCsh4IOU3LQ5xw==",
|
7664 |
-
"cpu": [
|
7665 |
-
"arm64"
|
7666 |
-
],
|
7667 |
-
"optional": true,
|
7668 |
-
"os": [
|
7669 |
-
"linux"
|
7670 |
-
],
|
7671 |
-
"engines": {
|
7672 |
-
"node": ">= 10"
|
7673 |
-
}
|
7674 |
-
},
|
7675 |
-
"node_modules/@next/swc-linux-x64-gnu": {
|
7676 |
-
"version": "13.2.4",
|
7677 |
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.2.4.tgz",
|
7678 |
-
"integrity": "sha512-Ngxh51zGSlYJ4EfpKG4LI6WfquulNdtmHg1yuOYlaAr33KyPJp4HeN/tivBnAHcZkoNy0hh/SbwDyCnz5PFJQQ==",
|
7679 |
-
"cpu": [
|
7680 |
-
"x64"
|
7681 |
-
],
|
7682 |
-
"optional": true,
|
7683 |
-
"os": [
|
7684 |
-
"linux"
|
7685 |
-
],
|
7686 |
-
"engines": {
|
7687 |
-
"node": ">= 10"
|
7688 |
-
}
|
7689 |
-
},
|
7690 |
-
"node_modules/@next/swc-linux-x64-musl": {
|
7691 |
-
"version": "13.2.4",
|
7692 |
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.2.4.tgz",
|
7693 |
-
"integrity": "sha512-gOvwIYoSxd+j14LOcvJr+ekd9fwYT1RyMAHOp7znA10+l40wkFiMONPLWiZuHxfRk+Dy7YdNdDh3ImumvL6VwA==",
|
7694 |
-
"cpu": [
|
7695 |
-
"x64"
|
7696 |
-
],
|
7697 |
-
"optional": true,
|
7698 |
-
"os": [
|
7699 |
-
"linux"
|
7700 |
-
],
|
7701 |
-
"engines": {
|
7702 |
-
"node": ">= 10"
|
7703 |
-
}
|
7704 |
-
},
|
7705 |
-
"node_modules/@next/swc-win32-arm64-msvc": {
|
7706 |
-
"version": "13.2.4",
|
7707 |
-
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.2.4.tgz",
|
7708 |
-
"integrity": "sha512-q3NJzcfClgBm4HvdcnoEncmztxrA5GXqKeiZ/hADvC56pwNALt3ngDC6t6qr1YW9V/EPDxCYeaX4zYxHciW4Dw==",
|
7709 |
-
"cpu": [
|
7710 |
-
"arm64"
|
7711 |
-
],
|
7712 |
-
"optional": true,
|
7713 |
-
"os": [
|
7714 |
-
"win32"
|
7715 |
-
],
|
7716 |
-
"engines": {
|
7717 |
-
"node": ">= 10"
|
7718 |
-
}
|
7719 |
-
},
|
7720 |
-
"node_modules/@next/swc-win32-ia32-msvc": {
|
7721 |
-
"version": "13.2.4",
|
7722 |
-
"resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.2.4.tgz",
|
7723 |
-
"integrity": "sha512-/eZ5ncmHUYtD2fc6EUmAIZlAJnVT2YmxDsKs1Ourx0ttTtvtma/WKlMV5NoUsyOez0f9ExLyOpeCoz5aj+MPXw==",
|
7724 |
-
"cpu": [
|
7725 |
-
"ia32"
|
7726 |
-
],
|
7727 |
-
"optional": true,
|
7728 |
-
"os": [
|
7729 |
-
"win32"
|
7730 |
-
],
|
7731 |
-
"engines": {
|
7732 |
-
"node": ">= 10"
|
7733 |
-
}
|
7734 |
-
},
|
7735 |
-
"node_modules/@next/swc-win32-x64-msvc": {
|
7736 |
-
"version": "13.2.4",
|
7737 |
-
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.2.4.tgz",
|
7738 |
-
"integrity": "sha512-0MffFmyv7tBLlji01qc0IaPP/LVExzvj7/R5x1Jph1bTAIj4Vu81yFQWHHQAP6r4ff9Ukj1mBK6MDNVXm7Tcvw==",
|
7739 |
-
"cpu": [
|
7740 |
-
"x64"
|
7741 |
-
],
|
7742 |
-
"optional": true,
|
7743 |
-
"os": [
|
7744 |
-
"win32"
|
7745 |
-
],
|
7746 |
-
"engines": {
|
7747 |
-
"node": ">= 10"
|
7748 |
-
}
|
7749 |
}
|
7750 |
}
|
7751 |
}
|
|
|
1 |
{
|
2 |
+
"name": "2d-gamecreator",
|
3 |
+
"version": "0.0.1",
|
4 |
"lockfileVersion": 3,
|
5 |
"requires": true,
|
6 |
"packages": {
|
7 |
"": {
|
8 |
+
"name": "2d-gamecreator",
|
9 |
+
"version": "0.0.1",
|
10 |
"license": "AGPL",
|
11 |
"dependencies": {
|
12 |
"@babel/parser": "7.21.4",
|
|
|
673 |
"glob": "7.1.7"
|
674 |
}
|
675 |
},
|
676 |
+
"node_modules/@next/swc-android-arm-eabi": {
|
677 |
+
"version": "13.2.4",
|
678 |
+
"resolved": "https://registry.npmjs.org/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-13.2.4.tgz",
|
679 |
+
"integrity": "sha512-DWlalTSkLjDU11MY11jg17O1gGQzpRccM9Oes2yTqj2DpHndajrXHGxj9HGtJ+idq2k7ImUdJVWS2h2l/EDJOw==",
|
680 |
+
"cpu": [
|
681 |
+
"arm"
|
682 |
+
],
|
683 |
+
"optional": true,
|
684 |
+
"os": [
|
685 |
+
"android"
|
686 |
+
],
|
687 |
+
"engines": {
|
688 |
+
"node": ">= 10"
|
689 |
+
}
|
690 |
+
},
|
691 |
+
"node_modules/@next/swc-android-arm64": {
|
692 |
+
"version": "13.2.4",
|
693 |
+
"resolved": "https://registry.npmjs.org/@next/swc-android-arm64/-/swc-android-arm64-13.2.4.tgz",
|
694 |
+
"integrity": "sha512-sRavmUImUCf332Gy+PjIfLkMhiRX1Ez4SI+3vFDRs1N5eXp+uNzjFUK/oLMMOzk6KFSkbiK/3Wt8+dHQR/flNg==",
|
695 |
+
"cpu": [
|
696 |
+
"arm64"
|
697 |
+
],
|
698 |
+
"optional": true,
|
699 |
+
"os": [
|
700 |
+
"android"
|
701 |
+
],
|
702 |
+
"engines": {
|
703 |
+
"node": ">= 10"
|
704 |
+
}
|
705 |
+
},
|
706 |
"node_modules/@next/swc-darwin-arm64": {
|
707 |
"version": "13.2.4",
|
708 |
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.2.4.tgz",
|
|
|
718 |
"node": ">= 10"
|
719 |
}
|
720 |
},
|
721 |
+
"node_modules/@next/swc-darwin-x64": {
|
722 |
+
"version": "13.2.4",
|
723 |
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-13.2.4.tgz",
|
724 |
+
"integrity": "sha512-a6LBuoYGcFOPGd4o8TPo7wmv5FnMr+Prz+vYHopEDuhDoMSHOnC+v+Ab4D7F0NMZkvQjEJQdJS3rqgFhlZmKlw==",
|
725 |
+
"cpu": [
|
726 |
+
"x64"
|
727 |
+
],
|
728 |
+
"optional": true,
|
729 |
+
"os": [
|
730 |
+
"darwin"
|
731 |
+
],
|
732 |
+
"engines": {
|
733 |
+
"node": ">= 10"
|
734 |
+
}
|
735 |
+
},
|
736 |
+
"node_modules/@next/swc-freebsd-x64": {
|
737 |
+
"version": "13.2.4",
|
738 |
+
"resolved": "https://registry.npmjs.org/@next/swc-freebsd-x64/-/swc-freebsd-x64-13.2.4.tgz",
|
739 |
+
"integrity": "sha512-kkbzKVZGPaXRBPisoAQkh3xh22r+TD+5HwoC5bOkALraJ0dsOQgSMAvzMXKsN3tMzJUPS0tjtRf1cTzrQ0I5vQ==",
|
740 |
+
"cpu": [
|
741 |
+
"x64"
|
742 |
+
],
|
743 |
+
"optional": true,
|
744 |
+
"os": [
|
745 |
+
"freebsd"
|
746 |
+
],
|
747 |
+
"engines": {
|
748 |
+
"node": ">= 10"
|
749 |
+
}
|
750 |
+
},
|
751 |
+
"node_modules/@next/swc-linux-arm-gnueabihf": {
|
752 |
+
"version": "13.2.4",
|
753 |
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-13.2.4.tgz",
|
754 |
+
"integrity": "sha512-7qA1++UY0fjprqtjBZaOA6cas/7GekpjVsZn/0uHvquuITFCdKGFCsKNBx3S0Rpxmx6WYo0GcmhNRM9ru08BGg==",
|
755 |
+
"cpu": [
|
756 |
+
"arm"
|
757 |
+
],
|
758 |
+
"optional": true,
|
759 |
+
"os": [
|
760 |
+
"linux"
|
761 |
+
],
|
762 |
+
"engines": {
|
763 |
+
"node": ">= 10"
|
764 |
+
}
|
765 |
+
},
|
766 |
+
"node_modules/@next/swc-linux-arm64-gnu": {
|
767 |
+
"version": "13.2.4",
|
768 |
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.2.4.tgz",
|
769 |
+
"integrity": "sha512-xzYZdAeq883MwXgcwc72hqo/F/dwUxCukpDOkx/j1HTq/J0wJthMGjinN9wH5bPR98Mfeh1MZJ91WWPnZOedOg==",
|
770 |
+
"cpu": [
|
771 |
+
"arm64"
|
772 |
+
],
|
773 |
+
"optional": true,
|
774 |
+
"os": [
|
775 |
+
"linux"
|
776 |
+
],
|
777 |
+
"engines": {
|
778 |
+
"node": ">= 10"
|
779 |
+
}
|
780 |
+
},
|
781 |
+
"node_modules/@next/swc-linux-arm64-musl": {
|
782 |
+
"version": "13.2.4",
|
783 |
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.2.4.tgz",
|
784 |
+
"integrity": "sha512-8rXr3WfmqSiYkb71qzuDP6I6R2T2tpkmf83elDN8z783N9nvTJf2E7eLx86wu2OJCi4T05nuxCsh4IOU3LQ5xw==",
|
785 |
+
"cpu": [
|
786 |
+
"arm64"
|
787 |
+
],
|
788 |
+
"optional": true,
|
789 |
+
"os": [
|
790 |
+
"linux"
|
791 |
+
],
|
792 |
+
"engines": {
|
793 |
+
"node": ">= 10"
|
794 |
+
}
|
795 |
+
},
|
796 |
+
"node_modules/@next/swc-linux-x64-gnu": {
|
797 |
+
"version": "13.2.4",
|
798 |
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.2.4.tgz",
|
799 |
+
"integrity": "sha512-Ngxh51zGSlYJ4EfpKG4LI6WfquulNdtmHg1yuOYlaAr33KyPJp4HeN/tivBnAHcZkoNy0hh/SbwDyCnz5PFJQQ==",
|
800 |
+
"cpu": [
|
801 |
+
"x64"
|
802 |
+
],
|
803 |
+
"optional": true,
|
804 |
+
"os": [
|
805 |
+
"linux"
|
806 |
+
],
|
807 |
+
"engines": {
|
808 |
+
"node": ">= 10"
|
809 |
+
}
|
810 |
+
},
|
811 |
+
"node_modules/@next/swc-linux-x64-musl": {
|
812 |
+
"version": "13.2.4",
|
813 |
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.2.4.tgz",
|
814 |
+
"integrity": "sha512-gOvwIYoSxd+j14LOcvJr+ekd9fwYT1RyMAHOp7znA10+l40wkFiMONPLWiZuHxfRk+Dy7YdNdDh3ImumvL6VwA==",
|
815 |
+
"cpu": [
|
816 |
+
"x64"
|
817 |
+
],
|
818 |
+
"optional": true,
|
819 |
+
"os": [
|
820 |
+
"linux"
|
821 |
+
],
|
822 |
+
"engines": {
|
823 |
+
"node": ">= 10"
|
824 |
+
}
|
825 |
+
},
|
826 |
+
"node_modules/@next/swc-win32-arm64-msvc": {
|
827 |
+
"version": "13.2.4",
|
828 |
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.2.4.tgz",
|
829 |
+
"integrity": "sha512-q3NJzcfClgBm4HvdcnoEncmztxrA5GXqKeiZ/hADvC56pwNALt3ngDC6t6qr1YW9V/EPDxCYeaX4zYxHciW4Dw==",
|
830 |
+
"cpu": [
|
831 |
+
"arm64"
|
832 |
+
],
|
833 |
+
"optional": true,
|
834 |
+
"os": [
|
835 |
+
"win32"
|
836 |
+
],
|
837 |
+
"engines": {
|
838 |
+
"node": ">= 10"
|
839 |
+
}
|
840 |
+
},
|
841 |
+
"node_modules/@next/swc-win32-ia32-msvc": {
|
842 |
+
"version": "13.2.4",
|
843 |
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.2.4.tgz",
|
844 |
+
"integrity": "sha512-/eZ5ncmHUYtD2fc6EUmAIZlAJnVT2YmxDsKs1Ourx0ttTtvtma/WKlMV5NoUsyOez0f9ExLyOpeCoz5aj+MPXw==",
|
845 |
+
"cpu": [
|
846 |
+
"ia32"
|
847 |
+
],
|
848 |
+
"optional": true,
|
849 |
+
"os": [
|
850 |
+
"win32"
|
851 |
+
],
|
852 |
+
"engines": {
|
853 |
+
"node": ">= 10"
|
854 |
+
}
|
855 |
+
},
|
856 |
+
"node_modules/@next/swc-win32-x64-msvc": {
|
857 |
+
"version": "13.2.4",
|
858 |
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.2.4.tgz",
|
859 |
+
"integrity": "sha512-0MffFmyv7tBLlji01qc0IaPP/LVExzvj7/R5x1Jph1bTAIj4Vu81yFQWHHQAP6r4ff9Ukj1mBK6MDNVXm7Tcvw==",
|
860 |
+
"cpu": [
|
861 |
+
"x64"
|
862 |
+
],
|
863 |
+
"optional": true,
|
864 |
+
"os": [
|
865 |
+
"win32"
|
866 |
+
],
|
867 |
+
"engines": {
|
868 |
+
"node": ">= 10"
|
869 |
+
}
|
870 |
+
},
|
871 |
"node_modules/@nodelib/fs.scandir": {
|
872 |
"version": "2.1.5",
|
873 |
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
|
7746 |
"funding": {
|
7747 |
"url": "https://github.com/sponsors/sindresorhus"
|
7748 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7749 |
}
|
7750 |
}
|
7751 |
}
|
package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"name": "2d-gamecreator
|
3 |
-
"version": "
|
4 |
-
"description": "
|
5 |
"keywords": [
|
6 |
"ai",
|
7 |
"artificial intelligence",
|
@@ -9,17 +9,19 @@
|
|
9 |
"gpt",
|
10 |
"gpt-4",
|
11 |
"gpt-35-turbo",
|
12 |
-
"web-ui"
|
|
|
|
|
13 |
],
|
14 |
"license": "AGPL",
|
15 |
"author": {
|
16 |
-
"name": "
|
17 |
-
"url": "https://github.com/
|
18 |
},
|
19 |
"contributors": [
|
20 |
{
|
21 |
-
"name": "
|
22 |
-
"url": "https://github.com/
|
23 |
}
|
24 |
],
|
25 |
"scripts": {
|
|
|
1 |
{
|
2 |
+
"name": "2d-gamecreator",
|
3 |
+
"version": "0.0.1",
|
4 |
+
"description": "text-to-game using OpenAI GPT 3.5 / GPT 4",
|
5 |
"keywords": [
|
6 |
"ai",
|
7 |
"artificial intelligence",
|
|
|
9 |
"gpt",
|
10 |
"gpt-4",
|
11 |
"gpt-35-turbo",
|
12 |
+
"web-ui",
|
13 |
+
"game development",
|
14 |
+
"prototyping"
|
15 |
],
|
16 |
"license": "AGPL",
|
17 |
"author": {
|
18 |
+
"name": "Tim Pietrusky",
|
19 |
+
"url": "https://github.com/TimPietrusky/"
|
20 |
},
|
21 |
"contributors": [
|
22 |
{
|
23 |
+
"name": "Gregor Adams",
|
24 |
+
"url": "https://github.com/pixelass"
|
25 |
}
|
26 |
],
|
27 |
"scripts": {
|