Skip to content

Commit

Permalink
deploy: 8b4c5ff
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Apr 21, 2024
1 parent 2f9af2b commit 6bfb038
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -6417,7 +6417,7 @@
},
{
"kind": "packageJSON",
"content": "{\n \"name\": \"osc-js\",\n \"version\": \"2.4.0\",\n \"description\": \"OSC library for Node.js and the browser, with customizable Plugin API for WebSocket, UDP or bridge networking\",\n \"main\": \"lib/osc.js\",\n \"browser\": \"lib/osc.min.js\",\n \"types\": \"lib/osc.d.ts\",\n \"scripts\": {\n \"build\": \"rollup -c\",\n \"docs\": \"esdoc\",\n \"lint\": \"eslint rollup.config.js src/** test/**\",\n \"test\": \"mocha test/** --require @babel/register --exit\",\n \"test:watch\": \"mocha test/** --require @babel/register --reporter min --watch test/** src/**\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+ssh://[email protected]/adzialocha/osc-js.git\"\n },\n \"keywords\": [\n \"osc\",\n \"data\",\n \"open\",\n \"sound\",\n \"control\",\n \"websocket\",\n \"udp\",\n \"datagram\",\n \"network\"\n ],\n \"author\": \"Andreas Dzialocha\",\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/adzialocha/osc-js/issues\"\n },\n \"files\": [\n \"lib\"\n ],\n \"homepage\": \"https://github.com/adzialocha/osc-js#readme\",\n \"devDependencies\": {\n \"@babel/core\": \"7.19.3\",\n \"@babel/eslint-parser\": \"7.19.1\",\n \"@babel/preset-env\": \"7.19.3\",\n \"@babel/register\": \"7.18.9\",\n \"@rollup/plugin-alias\": \"^3.1.9\",\n \"@rollup/plugin-babel\": \"^5.3.1\",\n \"@types/node\": \"^18.8.3\",\n \"@types/ws\": \"^8.5.3\",\n \"chai\": \"4.3.6\",\n \"chai-spies-next\": \"0.9.3\",\n \"esdoc\": \"1.1.0\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-standard-plugin\": \"1.0.0\",\n \"eslint\": \"8.24.0\",\n \"eslint-config-airbnb-base\": \"15.0.0\",\n \"eslint-plugin-import\": \"2.26.0\",\n \"mocha\": \"10.0.0\",\n \"rollup\": \"2.79.1\",\n \"rollup-plugin-cleanup\": \"3.2.1\",\n \"rollup-plugin-dts\": \"^4.2.2\",\n \"rollup-plugin-terser\": \"7.0.2\",\n \"typescript\": \"^4.8.4\"\n },\n \"dependencies\": {\n \"ws\": \"^8.9.0\"\n }\n}\n",
"content": "{\n \"name\": \"osc-js\",\n \"version\": \"2.4.0\",\n \"description\": \"OSC library for Node.js and the browser, with customizable Plugin API for WebSocket, UDP or bridge networking\",\n \"main\": \"lib/osc.js\",\n \"browser\": \"lib/osc.min.js\",\n \"types\": \"lib/osc.d.ts\",\n \"scripts\": {\n \"build\": \"rollup -c\",\n \"docs\": \"esdoc\",\n \"lint\": \"eslint rollup.config.js src/** test/**\",\n \"test\": \"mocha test/** --require @babel/register --exit\",\n \"test:watch\": \"mocha test/** --require @babel/register --reporter min --watch test/** src/**\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+ssh://[email protected]/adzialocha/osc-js.git\"\n },\n \"keywords\": [\n \"osc\",\n \"data\",\n \"open\",\n \"sound\",\n \"control\",\n \"websocket\",\n \"udp\",\n \"datagram\",\n \"network\"\n ],\n \"author\": \"Andreas Dzialocha\",\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/adzialocha/osc-js/issues\"\n },\n \"files\": [\n \"lib\"\n ],\n \"homepage\": \"https://github.com/adzialocha/osc-js#readme\",\n \"devDependencies\": {\n \"@babel/core\": \"7.24.4\",\n \"@babel/eslint-parser\": \"7.24.1\",\n \"@babel/preset-env\": \"7.24.4\",\n \"@babel/register\": \"7.23.7\",\n \"@rollup/plugin-alias\": \"^3.1.9\",\n \"@rollup/plugin-babel\": \"^5.3.1\",\n \"@types/node\": \"^18.8.3\",\n \"@types/ws\": \"^8.5.10\",\n \"chai\": \"4.3.6\",\n \"chai-spies-next\": \"0.9.3\",\n \"esdoc\": \"1.1.0\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-standard-plugin\": \"1.0.0\",\n \"eslint\": \"8.24.0\",\n \"eslint-config-airbnb-base\": \"15.0.0\",\n \"eslint-plugin-import\": \"2.29.1\",\n \"mocha\": \"10.4.0\",\n \"rollup\": \"2.79.1\",\n \"rollup-plugin-cleanup\": \"3.2.1\",\n \"rollup-plugin-dts\": \"^4.2.2\",\n \"rollup-plugin-terser\": \"7.0.2\",\n \"typescript\": \"^4.8.4\"\n },\n \"dependencies\": {\n \"ws\": \"^8.16.0\"\n }\n}\n",
"longname": "/home/runner/work/osc-js/osc-js/package.json",
"name": "package.json",
"static": true,
Expand Down
Loading

0 comments on commit 6bfb038

Please sign in to comment.