-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f9af2b
commit 6bfb038
Showing
2 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
Oops, something went wrong.