{"_id":"@aicacia/peer","_rev":"6-02e0d2be82f52c149b752fcd7f9e5cb3","name":"@aicacia/peer","dist-tags":{"latest":"0.1.5"},"versions":{"0.1.0":{"name":"@aicacia/peer","version":"0.1.0","keywords":["hash"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","_id":"@aicacia/peer@0.1.0","maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"homepage":"https://github.com/aicacia/ts-peer#readme","bugs":{"url":"https://github.com/aicacia/ts-peer/issues"},"nyc":{"exclude":["src/**/*.test.*","src/**/*.benchmark.*"],"include":["src"],"extension":[".ts",".tsx"]},"dist":{"shasum":"0acbacbe0e4b9fb11e18fd2b3591527cfed9f2e8","tarball":"https://registry.npmjs.org/@aicacia/peer/-/peer-0.1.0.tgz","fileCount":13,"integrity":"sha512-We2y4T2270YE/nM/bjSeFlURcemstsxmm6d7t590CG40wXbYTrPI17R4dGa4tlZwFDGAPiRYdr9waz4RexuK+A==","signatures":[{"sig":"MEUCIDrpRtHqNMG0ZvNF3m2gT+jjjHJQrJPtq+tQY0J6J3zLAiEA1M2F2WEVYLGNnRejHvYyPfE3hSPLBLsaMQRk2Bt9LnA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87837},"main":"cjs/index.js","_from":"file:aicacia-peer-0.1.0.tgz","types":"types/index.d.ts","module":"esm/index.js","scripts":{"doc":"typedoc","lint":"biome lint ./src","test":"ts-node node_modules/tape/bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/tape/bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","build":"npm run clean && npm run buildTSC && npm run buildESM && npm run buildBrowser","clean":"rm -rf esm cjs browser types .nyc_output coverage","format":"biome format --write .","buildESM":"tsc -b tsconfig.esm.json","buildTSC":"tsc","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","preCommit":"npm run format && npm run lint && npm run coverage","buildBrowser":"rollup -c","coverageHTML":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=html"},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"_resolved":"/tmp/66c5ec1f176a6c131f43da127da235ae/aicacia-peer-0.1.0.tgz","_integrity":"sha512-We2y4T2270YE/nM/bjSeFlURcemstsxmm6d7t590CG40wXbYTrPI17R4dGa4tlZwFDGAPiRYdr9waz4RexuK+A==","repository":{"url":"git+https://github.com/aicacia/ts-peer.git","type":"git"},"_npmVersion":"10.8.2","description":"simple peer to peer for webrtc","directories":{},"_nodeVersion":"22.5.0","dependencies":{"uuid":"10","eventemitter3":"5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"17","tape":"5","husky":"9","tslib":"2","rollup":"4","tap-nyc":"1","ts-node":"10","typedoc":"0","tap-spec":"5","typescript":"5","@types/tape":"5","@types/uuid":"10","@roamhq/wrtc":"0","@biomejs/biome":"1","@rollup/plugin-terser":"0","@rollup/plugin-commonjs":"28","@rollup/plugin-typescript":"12","@rollup/plugin-node-resolve":"15","rollup-plugin-esm-import-to-url":"2"},"peerDependencies":{"tslib":"2"},"_npmOperationalInternal":{"tmp":"tmp/peer_0.1.0_1728236853125_0.8259636146730471","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"@aicacia/peer","version":"0.1.1","keywords":["peer","webrtc","p2p"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","_id":"@aicacia/peer@0.1.1","maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"homepage":"https://github.com/aicacia/ts-peer#readme","bugs":{"url":"https://github.com/aicacia/ts-peer/issues"},"nyc":{"exclude":["src/**/*.test.*","src/**/*.benchmark.*"],"include":["src"],"extension":[".ts",".tsx"]},"dist":{"shasum":"077fcd44dec0b2fcd1698dc6c791419e587b3162","tarball":"https://registry.npmjs.org/@aicacia/peer/-/peer-0.1.1.tgz","fileCount":13,"integrity":"sha512-7em1nDKsoiFhNnK5ltEt061D4PNyUcjBhUZncMDBykTsrJNJ42WmN58VzY+3iuXS8MyRF3sy+c6vZxAiee9s1g==","signatures":[{"sig":"MEUCIQCYz5y7AFW07YsYJ+m10trTNs4PzKI3TTAV7CyRHvGszwIgWyhZVp5lSt18tquiRp28TeERQ9aJdLCgBhlioKSl3m8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87862},"main":"cjs/index.js","_from":"file:aicacia-peer-0.1.1.tgz","types":"types/index.d.ts","module":"esm/index.js","scripts":{"doc":"typedoc","lint":"biome lint ./src","test":"ts-node node_modules/tape/bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/tape/bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","build":"npm run clean && npm run buildTSC && npm run buildESM && npm run buildBrowser","clean":"rm -rf esm cjs browser types .nyc_output coverage","format":"biome format --write .","buildESM":"tsc -b tsconfig.esm.json","buildTSC":"tsc","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","preCommit":"npm run format && npm run lint && npm run coverage","buildBrowser":"rollup -c","coverageHTML":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=html"},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"_resolved":"/tmp/59cb05053a64a685802d8aeea5cae321/aicacia-peer-0.1.1.tgz","_integrity":"sha512-7em1nDKsoiFhNnK5ltEt061D4PNyUcjBhUZncMDBykTsrJNJ42WmN58VzY+3iuXS8MyRF3sy+c6vZxAiee9s1g==","repository":{"url":"git+https://github.com/aicacia/ts-peer.git","type":"git"},"_npmVersion":"10.8.2","description":"simple peer to peer for webrtc","directories":{},"_nodeVersion":"22.5.0","dependencies":{"uuid":"10","eventemitter3":"5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"17","tape":"5","husky":"9","tslib":"2","rollup":"4","tap-nyc":"1","ts-node":"10","typedoc":"0","tap-spec":"5","typescript":"5","@types/tape":"5","@types/uuid":"10","@roamhq/wrtc":"0","@biomejs/biome":"1","@rollup/plugin-terser":"0","@rollup/plugin-commonjs":"28","@rollup/plugin-typescript":"12","@rollup/plugin-node-resolve":"15","rollup-plugin-esm-import-to-url":"2"},"peerDependencies":{"tslib":"2"},"_npmOperationalInternal":{"tmp":"tmp/peer_0.1.1_1728237096900_0.37462892572456674","host":"s3://npm-registry-packages"}},"0.1.2":{"name":"@aicacia/peer","version":"0.1.2","keywords":["peer","webrtc","p2p"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","_id":"@aicacia/peer@0.1.2","maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"homepage":"https://github.com/aicacia/ts-peer#readme","bugs":{"url":"https://github.com/aicacia/ts-peer/issues"},"nyc":{"exclude":["src/**/*.test.*","src/**/*.benchmark.*"],"include":["src"],"extension":[".ts",".tsx"]},"dist":{"shasum":"7cb5d1e55526bd24bd0cc002fc308ddb7faaf101","tarball":"https://registry.npmjs.org/@aicacia/peer/-/peer-0.1.2.tgz","fileCount":15,"integrity":"sha512-PUmN5BZ0o7HgY8WnSqHMF5DCfA/tVdQxRxDJbqyoV1NoKAKic87jLrDdcHXohBkvvQ/3HWZrIO0GMJvXTCaBEg==","signatures":[{"sig":"MEUCIQDl9DIk1OdbqYjoYQloQTiJLmHNdpX2uDg3scSI/S+sqwIgTcXIz9sxecSg9krfEmP67rOmlDpRs2QucQhetxZKYZQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55433},"main":"cjs/index.js","types":"types/index.d.ts","module":"esm/index.js","gitHead":"75eb99905c85434ba8862f420c8d61ffd60f9ea1","scripts":{"doc":"typedoc","lint":"biome lint ./src","test":"ts-node node_modules/tape/bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/tape/bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","build":"npm run clean && npm run buildTSC && npm run buildESM && npm run buildBrowser","clean":"rm -rf esm cjs browser types .nyc_output coverage","format":"biome format --write .","prepare":"husky","buildESM":"tsc -b tsconfig.esm.json","buildTSC":"tsc","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","preCommit":"npm run format && npm run lint && npm run coverage","buildBrowser":"rollup -c","coverageHTML":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=html","prepublishOnly":"npm run build"},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"repository":{"url":"git+https://github.com/aicacia/ts-peer.git","type":"git"},"_npmVersion":"10.8.2","description":"simple peer to peer for webrtc","directories":{},"_nodeVersion":"22.5.0","dependencies":{"uuid":"10","eventemitter3":"5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"17","tape":"5","husky":"9","tslib":"2","rollup":"4","tap-nyc":"1","ts-node":"10","typedoc":"0","tap-spec":"5","typescript":"5","@types/tape":"5","@types/uuid":"10","@roamhq/wrtc":"0","@biomejs/biome":"1","@rollup/plugin-terser":"0","@rollup/plugin-commonjs":"28","@rollup/plugin-typescript":"12","@rollup/plugin-node-resolve":"15","rollup-plugin-esm-import-to-url":"2"},"peerDependencies":{"tslib":"2"},"_npmOperationalInternal":{"tmp":"tmp/peer_0.1.2_1744717921828_0.15919706885651475","host":"s3://npm-registry-packages-npm-production"}},"0.1.3":{"name":"@aicacia/peer","version":"0.1.3","keywords":["peer","webrtc","p2p"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","_id":"@aicacia/peer@0.1.3","maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"homepage":"https://github.com/aicacia/ts-peer#readme","bugs":{"url":"https://github.com/aicacia/ts-peer/issues"},"nyc":{"exclude":["src/**/*.test.*","src/**/*.benchmark.*"],"include":["src"],"extension":[".ts",".tsx"]},"dist":{"shasum":"b5608bf6d3cbe24f28b8db96838dabb46c35a1ec","tarball":"https://registry.npmjs.org/@aicacia/peer/-/peer-0.1.3.tgz","fileCount":23,"integrity":"sha512-VksVBH6RiO6Wa1Uu9ViWniy84rzExpLPejffPoar2rs5K6OJ0PGRaIZLT5BISsCtZw/Rr1n93KcVYPzBPx0bqw==","signatures":[{"sig":"MEQCICg48jag1211b0lqBRPtyjoZ6JDoscsGw6yPZ/YKxGKkAiAm0d13mrpuEcbWzhPwr4pJlbPT6y3ESConYwmHt/LEnQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":110889},"main":"cjs/index.js","_from":"file:aicacia-peer-0.1.3.tgz","types":"types/index.d.ts","module":"esm/index.js","scripts":{"doc":"typedoc","lint":"biome lint ./src","test":"ts-node node_modules/tape/bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/tape/bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","build":"npm run clean && npm run buildTSC && npm run buildESM && npm run buildBrowser","clean":"rm -rf esm cjs browser types .nyc_output coverage","format":"biome format --write .","buildESM":"tsc -b tsconfig.esm.json","buildTSC":"tsc","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","preCommit":"npm run format && npm run lint && npm run coverage","buildBrowser":"rollup -c","coverageHTML":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=html"},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"_resolved":"/tmp/2bb7daad3c0a77bf38d645f2c6fc1542/aicacia-peer-0.1.3.tgz","_integrity":"sha512-VksVBH6RiO6Wa1Uu9ViWniy84rzExpLPejffPoar2rs5K6OJ0PGRaIZLT5BISsCtZw/Rr1n93KcVYPzBPx0bqw==","repository":{"url":"git+https://github.com/aicacia/ts-peer.git","type":"git"},"_npmVersion":"10.8.2","description":"simple peer to peer for webrtc","directories":{},"_nodeVersion":"22.5.0","dependencies":{"uuid":"10","eventemitter3":"5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"17","tape":"5","husky":"9","tslib":"2","rollup":"4","tap-nyc":"1","ts-node":"10","typedoc":"0","tap-spec":"5","typescript":"5","@types/tape":"5","@types/uuid":"10","@roamhq/wrtc":"0","@biomejs/biome":"1","@rollup/plugin-terser":"0","@rollup/plugin-commonjs":"28","@rollup/plugin-typescript":"12","@rollup/plugin-node-resolve":"16","rollup-plugin-esm-import-to-url":"2"},"peerDependencies":{"tslib":"2"},"_npmOperationalInternal":{"tmp":"tmp/peer_0.1.3_1746099716514_0.5086022480953913","host":"s3://npm-registry-packages-npm-production"}},"0.1.4":{"name":"@aicacia/peer","version":"0.1.4","keywords":["peer","webrtc","p2p"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","_id":"@aicacia/peer@0.1.4","maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"homepage":"https://github.com/aicacia/ts-peer#readme","bugs":{"url":"https://github.com/aicacia/ts-peer/issues"},"nyc":{"exclude":["src/**/*.test.*","src/**/*.benchmark.*"],"include":["src"],"extension":[".ts",".tsx"]},"dist":{"shasum":"e18f3b364dc8c6a3bcbced98c29440394bd1a297","tarball":"https://registry.npmjs.org/@aicacia/peer/-/peer-0.1.4.tgz","fileCount":20,"integrity":"sha512-kqtu0njwKwea0NGtkP14LyhM2eKPu1NFrpdB2SrJCJ3fZ+q3hcDuL7LIOYf7JKddWBciT2sKyc+z9Bw7rW4rYA==","signatures":[{"sig":"MEUCIE/SBKtmZ30+vuYmoY1Fo5mMHA3EGd9w35NXRoSSHIngAiEA+FcJ/EVYbVK/tdBraXaav/zljP8P7Akj0oYtKzMuH+I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":90479},"main":"cjs/index.js","_from":"file:aicacia-peer-0.1.4.tgz","types":"types/index.d.ts","module":"esm/index.js","scripts":{"doc":"typedoc","lint":"biome lint ./src","test":"ts-node node_modules/tape/bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/tape/bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","build":"npm run clean && npm run buildTSC && npm run buildESM && npm run buildBrowser","clean":"rm -rf esm cjs browser types .nyc_output coverage","format":"biome format --write .","buildESM":"tsc -b tsconfig.esm.json","buildTSC":"tsc","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","preCommit":"npm run format && npm run lint && npm run coverage","buildBrowser":"rollup -c","coverageHTML":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=html"},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"_resolved":"/tmp/286af006997f3e4b3b3913aab06a1bb7/aicacia-peer-0.1.4.tgz","_integrity":"sha512-kqtu0njwKwea0NGtkP14LyhM2eKPu1NFrpdB2SrJCJ3fZ+q3hcDuL7LIOYf7JKddWBciT2sKyc+z9Bw7rW4rYA==","repository":{"url":"git+https://github.com/aicacia/ts-peer.git","type":"git"},"_npmVersion":"11.3.0","description":"simple peer to peer for webrtc","directories":{},"_nodeVersion":"24.0.1","dependencies":{"uuid":"10","eventemitter3":"5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"17","tape":"5","husky":"9","tslib":"2","rollup":"4","tap-nyc":"1","ts-node":"10","typedoc":"0","tap-spec":"5","typescript":"5","@types/tape":"5","@types/uuid":"10","@roamhq/wrtc":"0","@biomejs/biome":"1","@rollup/plugin-terser":"0","@rollup/plugin-commonjs":"28","@rollup/plugin-typescript":"12","@rollup/plugin-node-resolve":"16","rollup-plugin-esm-import-to-url":"2"},"peerDependencies":{"tslib":"2"},"_npmOperationalInternal":{"tmp":"tmp/peer_0.1.4_1747127057969_0.12086169623029352","host":"s3://npm-registry-packages-npm-production"}},"0.1.5":{"name":"@aicacia/peer","version":"0.1.5","description":"simple peer to peer for webrtc","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-peer.git"},"module":"esm/index.js","main":"cjs/index.js","types":"types/index.d.ts","keywords":["peer","webrtc","p2p"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@biomejs/biome":"1","@roamhq/wrtc":"0","@rollup/plugin-commonjs":"28","@rollup/plugin-node-resolve":"16","@rollup/plugin-terser":"0","@rollup/plugin-typescript":"12","@types/tape":"5","@types/uuid":"10","husky":"9","nyc":"17","rollup":"4","rollup-plugin-esm-import-to-url":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"10","tslib":"2","typedoc":"0","typescript":"5"},"peerDependencies":{"tslib":"2"},"dependencies":{"eventemitter3":"5","uuid":"10"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*","src/**/*.benchmark.*"],"extension":[".ts",".tsx"]},"scripts":{"buildTSC":"tsc","buildESM":"tsc -b tsconfig.esm.json","buildBrowser":"rollup -c","build":"npm run clean && npm run buildTSC && npm run buildESM && npm run buildBrowser","doc":"typedoc","test":"ts-node node_modules/tape/bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/tape/bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","coverageHTML":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=html","clean":"rm -rf esm cjs browser types .nyc_output coverage","lint":"biome lint ./src","format":"biome format --write .","preCommit":"npm run format && npm run lint && npm run coverage"},"_id":"@aicacia/peer@0.1.5","bugs":{"url":"https://github.com/aicacia/ts-peer/issues"},"homepage":"https://github.com/aicacia/ts-peer#readme","_integrity":"sha512-ncvWEqeF+Md2ZFRT/ihK++jZUapNs4tbx2GLQp2u8U3NLVzyLEMQdhpKTtzQR0sCLOK/yo3tZcsBQ+tSTLO9jA==","_resolved":"/tmp/e2a8fa56ce07d318098f73971803e24c/aicacia-peer-0.1.5.tgz","_from":"file:aicacia-peer-0.1.5.tgz","_nodeVersion":"24.0.1","_npmVersion":"11.3.0","dist":{"integrity":"sha512-ncvWEqeF+Md2ZFRT/ihK++jZUapNs4tbx2GLQp2u8U3NLVzyLEMQdhpKTtzQR0sCLOK/yo3tZcsBQ+tSTLO9jA==","shasum":"2d5ddf8cb8697044fae271b031e63a18c365cded","tarball":"https://registry.npmjs.org/@aicacia/peer/-/peer-0.1.5.tgz","fileCount":20,"unpackedSize":90513,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDE64gp0tmxKCoDYEooI+KJFPjXbAQFaFco4CVN+5tK1wIhAKwjtZQa4C9uLtkuTtcu/oRe7J8xAk0rzlwS1DHbjZU0"}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/peer_0.1.5_1747127164685_0.32798701329311064"},"_hasShrinkwrap":false}},"time":{"created":"2024-10-06T17:47:33.046Z","modified":"2025-05-13T09:06:05.054Z","0.1.0":"2024-10-06T17:47:33.345Z","0.1.1":"2024-10-06T17:51:37.160Z","0.1.2":"2025-04-15T11:52:02.009Z","0.1.3":"2025-05-01T11:41:56.735Z","0.1.4":"2025-05-13T09:04:18.133Z","0.1.5":"2025-05-13T09:06:04.856Z"},"bugs":{"url":"https://github.com/aicacia/ts-peer/issues"},"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","homepage":"https://github.com/aicacia/ts-peer#readme","keywords":["peer","webrtc","p2p"],"repository":{"type":"git","url":"git+https://github.com/aicacia/ts-peer.git"},"description":"simple peer to peer for webrtc","maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"readme":"# ts-peer\n\n[![license](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue\")](LICENSE-MIT)\n[![docs](https://img.shields.io/badge/docs-typescript-blue.svg)](https://aicacia.github.io/ts-peer/)\n[![npm (scoped)](https://img.shields.io/npm/v/@aicacia/peer)](https://www.npmjs.com/package/@aicacia/peer)\n[![build](https://github.com/aicacia/ts-peer/workflows/Test/badge.svg)](https://github.com/aicacia/ts-peer/actions?query=workflow%3ATest)\n\nsimple peer to peer for webrtc\n","readmeFilename":"README.md"}