diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000000000000000000000000000000000000..e622cd65b7650db7c3543717e1ad52103ab08e5a --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,154 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="AutoImportSettings"> + <option name="autoReloadType" value="SELECTIVE" /> + </component> + <component name="ChangeListManager"> + <list default="true" id="dc2eda89-ce72-4bfb-9c82-f9fb4ab5dde0" name="Changes" comment="Lets start over. (Not bumping version because thats stupid)" /> + <option name="SHOW_DIALOG" value="false" /> + <option name="HIGHLIGHT_CONFLICTS" value="true" /> + <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> + <option name="LAST_RESOLUTION" value="IGNORE" /> + </component> + <component name="FileTemplateManagerImpl"> + <option name="RECENT_TEMPLATES"> + <list> + <option value="CSS File" /> + <option value="SCSS File" /> + <option value="JavaScript File" /> + </list> + </option> + </component> + <component name="Git.Settings"> + <option name="RECENT_BRANCH_BY_REPOSITORY"> + <map> + <entry key="$PROJECT_DIR$" value="4.0.0" /> + </map> + </option> + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> + </component> + <component name="ProjectColorInfo">{ + "associatedIndex": 0 +}</component> + <component name="ProjectId" id="2qDIoVBtKlCpC2BFgz8uKNetZqV" /> + <component name="ProjectViewState"> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent">{ + "keyToString": { + "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.git.unshallow": "true", + "git-widget-placeholder": "master", + "last_opened_file_path": "/shop/code/waves", + "list.type.of.created.stylesheet": "SCSS", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "npm.electron_start.executor": "Run", + "npm.start.executor": "Run", + "settings.editor.selected.configurable": "preferences.lookFeel", + "ts.external.directory.path": "/home/bye/.local/share/JetBrains/Toolbox/apps/webstorm/plugins/javascript-plugin/jsLanguageServicesImpl/external", + "vue.rearranger.settings.migration": "true" + } +}</component> + <component name="RecentsManager"> + <key name="CopyFile.RECENT_KEYS"> + <recent name="$PROJECT_DIR$" /> + </key> + <key name="MoveFile.RECENT_KEYS"> + <recent name="$PROJECT_DIR$/public" /> + <recent name="$PROJECT_DIR$/src" /> + <recent name="$PROJECT_DIR$" /> + <recent name="$PROJECT_DIR$/dist" /> + </key> + </component> + <component name="RunManager" selected="npm.start"> + <configuration name="electron_start" type="js.build_tools.npm" temporary="true" nameIsGenerated="true"> + <package-json value="$PROJECT_DIR$/package.json" /> + <command value="run" /> + <scripts> + <script value="electron_start" /> + </scripts> + <node-interpreter value="project" /> + <envs /> + <method v="2" /> + </configuration> + <configuration name="start" type="js.build_tools.npm" temporary="true" nameIsGenerated="true"> + <package-json value="$PROJECT_DIR$/package.json" /> + <command value="run" /> + <scripts> + <script value="start" /> + </scripts> + <node-interpreter value="project" /> + <envs /> + <method v="2" /> + </configuration> + <recent_temporary> + <list> + <item itemvalue="npm.start" /> + <item itemvalue="npm.electron_start" /> + </list> + </recent_temporary> + </component> + <component name="SharedIndexes"> + <attachedChunks> + <set> + <option value="bundled-js-predefined-d6986cc7102b-822845ee3bb5-JavaScript-WS-243.23654.120" /> + </set> + </attachedChunks> + </component> + <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> + <component name="TaskManager"> + <task active="true" id="Default" summary="Default task"> + <changelist id="dc2eda89-ce72-4bfb-9c82-f9fb4ab5dde0" name="Changes" comment="" /> + <created>1734190893983</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1734190893983</updated> + <workItem from="1734190895032" duration="470000" /> + <workItem from="1734191876641" duration="2709000" /> + <workItem from="1734196334077" duration="238000" /> + <workItem from="1739383521121" duration="9616000" /> + <workItem from="1739640466862" duration="3000" /> + <workItem from="1739648779749" duration="3000" /> + <workItem from="1739804662390" duration="10502000" /> + <workItem from="1740001871738" duration="1071000" /> + <workItem from="1740323680481" duration="8000" /> + <workItem from="1741975972036" duration="5487000" /> + <workItem from="1742126058949" duration="567000" /> + <workItem from="1742499282237" duration="423000" /> + </task> + <task id="LOCAL-00001" summary="Lets start over. (Not bumping version because thats stupid)"> + <option name="closed" value="true" /> + <created>1742499316615</created> + <option name="number" value="00001" /> + <option name="presentableId" value="LOCAL-00001" /> + <option name="project" value="LOCAL" /> + <updated>1742499316615</updated> + </task> + <option name="localTasksCounter" value="2" /> + <servers /> + </component> + <component name="TypeScriptGeneratedFilesManager"> + <option name="version" value="3" /> + </component> + <component name="Vcs.Log.Tabs.Properties"> + <option name="TAB_STATES"> + <map> + <entry key="MAIN"> + <value> + <State /> + </value> + </entry> + </map> + </option> + </component> + <component name="VcsManagerConfiguration"> + <MESSAGE value="Lets start over. (Not bumping version because thats stupid)" /> + <option name="LAST_COMMIT_MESSAGE" value="Lets start over. (Not bumping version because thats stupid)" /> + </component> +</project> \ No newline at end of file diff --git a/waves/package.json b/waves/package.json new file mode 100644 index 0000000000000000000000000000000000000000..6f8369acf7e2d50a8d044df230a54e0d0933b5f9 --- /dev/null +++ b/waves/package.json @@ -0,0 +1,11 @@ +{ + "name": "waves", + "version": "5.0.0", + "description": "radio playing library for node js", + "repository": { + "type": "git", + "url": "https://shinonome.rocks/bye/waves" + }, + "license": "UNLICENSED", + "author": "Bye <bye@byecorps.com> (https://byemc.xyz)" +}