{"_id":"@alugha/player","_rev":"5-3696464f751151536a8b525a285a4da5","name":"@alugha/player","dist-tags":{"latest":"0.3.3"},"versions":{"0.1.0":{"name":"@alugha/player","version":"0.1.0","description":"A statically typed, lightweight and compatible alternative to Embedly's player.js","repository":{"type":"git","url":"https://github.com/alugha/player"},"bugs":{"url":"https://github.com/alugha/player/issues"},"author":{"name":"Alugha GmbH","email":"hello@alugha.com","url":"https://alugha.com/"},"maintainers":[{"name":"niklaskorz","email":"niklas@niklaskorz.de"}],"license":"MIT","main":"lib/cjs/index.js","module":"lib/esm/index.js","typings":"lib/typings/index.d.ts","scripts":{"precommit":"lint-staged","prepare":"yarn compile","lint":"eslint --ext .json,.js,.ts .","precompile":"rimraf lib","compile":"yarn compile:esm && yarn compile:cjs","compile:esm":"tsc --project tsconfig.json","compile:cjs":"tsc --project tsconfig.cjs.json","example":"yarn compile && rimraf example/lib && cp -r lib example/lib && serve example"},"lint-staged":{"*.{js,ts,json}":["eslint --ext .json,.js,.ts --fix","git add"],"*.md":["prettier --write","git add"]},"devDependencies":{"@typescript-eslint/eslint-plugin":"^6.17.0","@typescript-eslint/parser":"^6.17.0","eslint":"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.2","husky":"^8.0.3","lint-staged":"^15.2.0","prettier":"^3.1.1","rimraf":"^5.0.5","serve":"^14.2.1","typescript":"^5.3.3"},"contributors":[{"name":"Alugha GmbH","email":"*@alugha.com"}],"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2021-2024 Alugha GmbH\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"@alugha/player@0.1.0","dist":{"shasum":"b435b7070746de9cf88c5f23f670ace57035af00","integrity":"sha512-XY+kJcqyH/GqRLSM8YbfygRkIGBos43PZjpBhSuxl5ztTuXu8Fe2/ot8d9NF7X9YNb5sdG1P7o0Omx+xIS/F1g==","tarball":"https://registry.npmjs.org/@alugha/player/-/player-0.1.0.tgz","fileCount":29,"unpackedSize":43741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNQfG6S1RuyNdY/YLhPxfIdrbjrPwxrAG5wquyxAPb5AIhAPuisXB6QB7jIrP+Hr5LPlxAMLo9vsTVZO87oBuXhQUk"}]},"_npmUser":{"name":"niklaskorz","email":"niklas@niklaskorz.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/player_0.1.0_1704471198023_0.3355894901267398"},"_hasShrinkwrap":false},"0.2.0":{"name":"@alugha/player","version":"0.2.0","description":"A lightweight SDK for embedding and controlling the alugha player.","homepage":"https://alugha.github.io/player/","repository":{"type":"git","url":"https://github.com/alugha/player"},"bugs":{"url":"https://github.com/alugha/player/issues"},"author":{"name":"Alugha GmbH","email":"hello@alugha.com","url":"https://alugha.com/"},"maintainers":[{"name":"niklaskorz","email":"niklas@niklaskorz.de"}],"license":"MIT","main":"cjs/index.js","module":"lib/index.js","types":"lib/index.d.ts","exports":{".":{"import":"./lib/index.js","require":"./cjs/index.js"},"./lib/receiver":{"import":"./lib/receiver.js","require":"./cjs/receiver.js"}},"scripts":{"precommit":"lint-staged","prepare":"yarn compile","lint":"eslint --ext .json,.js,.ts .","precompile":"rimraf lib cjs","compile":"yarn compile:esm && yarn compile:cjs","compile:esm":"tsc --project tsconfig.json","compile:cjs":"tsc --project tsconfig.cjs.json","example":"yarn compile && rimraf example/lib && cp -r lib example/lib && serve example","docs:build":"typedoc src","docs":"yarn docs:build && serve docs"},"lint-staged":{"*.{js,ts,json}":["eslint --ext .json,.js,.ts --fix","git add"],"*.md":["prettier --write","git add"]},"devDependencies":{"@typescript-eslint/eslint-plugin":"^6.17.0","@typescript-eslint/parser":"^6.17.0","eslint":"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.2","husky":"^8.0.3","lint-staged":"^15.2.0","prettier":"^3.1.1","rimraf":"^5.0.5","serve":"^14.2.1","typedoc":"^0.25.7","typescript":"^5.3.3"},"contributors":[{"name":"Alugha GmbH","email":"*@alugha.com"}],"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2021-2024 Alugha GmbH\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"@alugha/player@0.2.0","dist":{"shasum":"2f7e23f4b1d779e4d4610d6a5dccebbdeb634e89","integrity":"sha512-efLRQOPhi3vQTlGpuKd0T7J03ABA+AYxMz1nKJLD5yADuIsd9ZrZ4il1o5d3yUxCQpcfpbgIVu8o0rG0lgmAPw==","tarball":"https://registry.npmjs.org/@alugha/player/-/player-0.2.0.tgz","fileCount":27,"unpackedSize":60772,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGR6tKa2HLz22wdyLMCJdLjWsKjMk0xmFItQ4paXUudwIgL1fFVP0lPLCW+IIJ2+2c+S/yQnA8APKHZBi7p56cf+4="}]},"_npmUser":{"name":"niklaskorz","email":"niklas@niklaskorz.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/player_0.2.0_1704989488936_0.6992114825491793"},"_hasShrinkwrap":false},"0.3.0":{"name":"@alugha/player","version":"0.3.0","description":"A lightweight SDK for embedding and controlling the alugha player.","homepage":"https://alugha.github.io/player/","repository":{"type":"git","url":"https://github.com/alugha/player"},"bugs":{"url":"https://github.com/alugha/player/issues"},"author":{"name":"Alugha GmbH","email":"hello@alugha.com","url":"https://alugha.com/"},"maintainers":[{"name":"niklaskorz","email":"niklas@niklaskorz.de"}],"license":"MIT","main":"cjs/index.js","module":"lib/index.js","types":"lib/index.d.ts","exports":{".":{"import":"./lib/index.js","require":"./cjs/index.js"},"./lib/receiver":{"import":"./lib/receiver.js","require":"./cjs/receiver.js"}},"scripts":{"precommit":"lint-staged","prepare":"yarn compile","lint":"eslint --ext .json,.js,.ts .","precompile":"rimraf lib cjs","compile":"yarn compile:esm && yarn compile:cjs","compile:esm":"tsc --project tsconfig.json","compile:cjs":"tsc --project tsconfig.cjs.json","example:build":"yarn compile && rimraf example/lib && cp -r lib example/lib","example":"yarn example:build && serve example","docs:build":"typedoc src","docs":"yarn docs:build && serve docs"},"lint-staged":{"*.{js,ts,json}":["eslint --ext .json,.js,.ts --fix","git add"],"*.md":["prettier --write","git add"]},"devDependencies":{"@typescript-eslint/eslint-plugin":"^6.17.0","@typescript-eslint/parser":"^6.17.0","eslint":"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.2","husky":"^8.0.3","lint-staged":"^15.2.0","prettier":"^3.1.1","rimraf":"^5.0.5","serve":"^14.2.1","typedoc":"^0.25.7","typescript":"^5.3.3"},"contributors":[{"name":"Alugha GmbH","email":"*@alugha.com"}],"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2021-2024 Alugha GmbH\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"@alugha/player@0.3.0","dist":{"shasum":"d8b1fe70357fa4a658ca716773f6ded5f741e5cb","integrity":"sha512-WTFtUuLIjghaF9RHFFG4E7EnajTmP7hft6bjMM5HpL/4Vhe9SZWNLMkSOyvRgSok5JKmsklBGwrKMhTKBMBJ5w==","tarball":"https://registry.npmjs.org/@alugha/player/-/player-0.3.0.tgz","fileCount":27,"unpackedSize":67434,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDb4gv8CVYOZEgF+CiAx4Kpizz3G8TpE1NeJ2+lsiuYGAIgULEuDWmhCArP62iWLqWTUAFvC+wt007y7p2N3jZAsC4="}]},"_npmUser":{"name":"niklaskorz","email":"niklas@niklaskorz.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/player_0.3.0_1706788592737_0.06594532887962545"},"_hasShrinkwrap":false},"0.3.1":{"name":"@alugha/player","version":"0.3.1","description":"A lightweight SDK for embedding and controlling the alugha player.","homepage":"https://alugha.github.io/player/","repository":{"type":"git","url":"https://github.com/alugha/player"},"bugs":{"url":"https://github.com/alugha/player/issues"},"author":{"name":"Alugha GmbH","email":"hello@alugha.com","url":"https://alugha.com/"},"maintainers":[{"name":"niklaskorz","email":"niklas@niklaskorz.de"}],"license":"MIT","main":"cjs/index.js","module":"lib/index.js","types":"lib/index.d.ts","exports":{".":{"import":"./lib/index.js","require":"./cjs/index.js"},"./lib/receiver":{"import":"./lib/receiver.js","require":"./cjs/receiver.js"}},"scripts":{"precommit":"lint-staged","prepare":"yarn compile","lint":"eslint --ext .json,.js,.ts .","precompile":"rimraf lib cjs","compile":"yarn compile:esm && yarn compile:cjs","compile:esm":"tsc --project tsconfig.json","compile:cjs":"tsc --project tsconfig.cjs.json","example:build":"yarn compile && rimraf example/lib && cp -r lib example/lib","example":"yarn example:build && serve example","docs:build":"typedoc src","docs":"yarn docs:build && serve docs"},"lint-staged":{"*.{js,ts,json}":["eslint --ext .json,.js,.ts --fix","git add"],"*.md":["prettier --write","git add"]},"devDependencies":{"@typescript-eslint/eslint-plugin":"^6.17.0","@typescript-eslint/parser":"^6.17.0","eslint":"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.2","husky":"^8.0.3","lint-staged":"^15.2.0","prettier":"^3.1.1","rimraf":"^5.0.5","serve":"^14.2.1","typedoc":"^0.25.7","typescript":"^5.3.3"},"contributors":[{"name":"Alugha GmbH","email":"*@alugha.com"}],"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2021-2024 Alugha GmbH\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"@alugha/player@0.3.1","dist":{"shasum":"0c6183f476f286339784367ac7a89c44d12a2072","integrity":"sha512-i6HsHgxPxmamkbGRHQ0rpXiFSQb57GEbWUQP6MiEVrIEpWF9J/cr8mMNBsZSxPgRR/xGijJC2J+FmaCSTtZc3A==","tarball":"https://registry.npmjs.org/@alugha/player/-/player-0.3.1.tgz","fileCount":27,"unpackedSize":67615,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPADo5/Wu2xlzQvQVnySNR8pYs2VhnjrnE0oNqfFYgEgIhALpojtpAepI1VktVtyhdkacvMYyeoGKVyyhjUQoaOfjg"}]},"_npmUser":{"name":"niklaskorz","email":"niklas@niklaskorz.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/player_0.3.1_1706788718618_0.3538410303053763"},"_hasShrinkwrap":false},"0.3.2":{"name":"@alugha/player","version":"0.3.2","description":"A lightweight SDK for embedding and controlling the alugha player.","homepage":"https://alugha.github.io/player/","repository":{"type":"git","url":"https://github.com/alugha/player"},"bugs":{"url":"https://github.com/alugha/player/issues"},"author":{"name":"Alugha GmbH","email":"hello@alugha.com","url":"https://alugha.com/"},"maintainers":[{"name":"niklaskorz","email":"niklas@niklaskorz.de"}],"license":"MIT","main":"cjs/index.js","module":"lib/index.js","types":"lib/index.d.ts","exports":{".":{"import":"./lib/index.js","require":"./cjs/index.js"},"./lib/receiver":{"import":"./lib/receiver.js","require":"./cjs/receiver.js"}},"scripts":{"precommit":"lint-staged","prepare":"yarn compile","lint":"eslint --ext .json,.js,.ts .","precompile":"rimraf lib cjs","compile":"yarn compile:esm && yarn compile:cjs","compile:esm":"tsc --project tsconfig.json","compile:cjs":"tsc --project tsconfig.cjs.json","example:build":"yarn compile && rimraf example/lib && cp -r lib example/lib","example":"yarn example:build && serve example","docs:build":"typedoc src","docs":"yarn docs:build && serve docs"},"lint-staged":{"*.{js,ts,json}":["eslint --ext .json,.js,.ts --fix","git add"],"*.md":["prettier --write","git add"]},"devDependencies":{"@typescript-eslint/eslint-plugin":"^6.17.0","@typescript-eslint/parser":"^6.17.0","eslint":"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.2","husky":"^8.0.3","lint-staged":"^15.2.0","prettier":"^3.1.1","rimraf":"^5.0.5","serve":"^14.2.1","typedoc":"^0.25.7","typescript":"^5.3.3"},"contributors":[{"name":"Alugha GmbH","email":"*@alugha.com"}],"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2021-2024 Alugha GmbH\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"@alugha/player@0.3.2","dist":{"shasum":"64f1605a10e92333bc231a943cc47c25d8fa03c8","integrity":"sha512-/scX19exsACnVjX+svVlSpZUzJdWdUKuOsBtUgNi+Jg7ZRs05GitZrU+vSnKvm21OYsyAIG+lRE3C/rpv0NbiA==","tarball":"https://registry.npmjs.org/@alugha/player/-/player-0.3.2.tgz","fileCount":27,"unpackedSize":69870,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF2hmPaFrDnsMtGAcI6VAbQt3jKwPPXsU7MGuJH6SvjRAiEA1622yUkmS3V+0+sh9mHhelbZdBWGvsErCANSQTEkA+Q="}]},"_npmUser":{"name":"niklaskorz","email":"niklas@niklaskorz.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/player_0.3.2_1706792054519_0.9056962592148563"},"_hasShrinkwrap":false},"0.3.3":{"name":"@alugha/player","version":"0.3.3","description":"A lightweight SDK for embedding and controlling the alugha player.","homepage":"https://alugha.github.io/player/","repository":{"type":"git","url":"https://github.com/alugha/player"},"bugs":{"url":"https://github.com/alugha/player/issues"},"author":{"name":"Alugha GmbH","email":"hello@alugha.com","url":"https://alugha.com/"},"maintainers":[{"name":"niklaskorz","email":"niklas@niklaskorz.de"}],"license":"MIT","main":"cjs/index.js","module":"lib/index.js","types":"lib/index.d.ts","exports":{".":{"import":"./lib/index.js","require":"./cjs/index.js"},"./lib/receiver":{"import":"./lib/receiver.js","require":"./cjs/receiver.js"}},"scripts":{"precommit":"lint-staged","prepare":"yarn compile","lint":"eslint --ext .json,.js,.ts .","precompile":"rimraf lib cjs","compile":"yarn compile:esm && yarn compile:cjs","compile:esm":"tsc --project tsconfig.json","compile:cjs":"tsc --project tsconfig.cjs.json","example:build":"yarn compile && rimraf example/lib && cp -r lib example/lib","example":"yarn example:build && serve example","docs:build":"typedoc src","docs":"yarn docs:build && serve docs"},"lint-staged":{"*.{js,ts,json}":["eslint --ext .json,.js,.ts --fix","git add"],"*.md":["prettier --write","git add"]},"devDependencies":{"@typescript-eslint/eslint-plugin":"^6.17.0","@typescript-eslint/parser":"^6.17.0","eslint":"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.2","husky":"^8.0.3","lint-staged":"^15.2.0","prettier":"^3.1.1","rimraf":"^5.0.5","serve":"^14.2.1","typedoc":"^0.25.7","typescript":"^5.3.3"},"contributors":[{"name":"Alugha GmbH","email":"*@alugha.com"}],"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2021-2024 Alugha GmbH\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"@alugha/player@0.3.3","dist":{"shasum":"fe0b185542bb897caa870d171f6097e8f8dc07ea","integrity":"sha512-B9caiM/OeTUiHwHRy4JKq5PVUDnuReIbvRaFx/mf+IW9C4Pr27jXSbzWYkq9sI79mmoKAk3NETiEYf2oiYK/sw==","tarball":"https://registry.npmjs.org/@alugha/player/-/player-0.3.3.tgz","fileCount":27,"unpackedSize":69986,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDT64gkibJn4gchZPL0vbVTKFbwHj8btmUc2olu63YJdAIhAJse+yeGDMgMtxzcjoBBvIpSWQmMfYJxIdb1Z/JWwbrL"}]},"_npmUser":{"name":"niklaskorz","email":"niklas@niklaskorz.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/player_0.3.3_1706793304333_0.5218790271251712"},"_hasShrinkwrap":false}},"time":{"created":"2024-01-05T16:13:17.910Z","0.1.0":"2024-01-05T16:13:18.177Z","modified":"2024-02-01T13:15:04.750Z","0.2.0":"2024-01-11T16:11:29.136Z","0.3.0":"2024-02-01T11:56:32.885Z","0.3.1":"2024-02-01T11:58:38.773Z","0.3.2":"2024-02-01T12:54:14.738Z","0.3.3":"2024-02-01T13:15:04.585Z"},"maintainers":[{"name":"niklaskorz","email":"niklas@niklaskorz.de"}],"description":"A lightweight SDK for embedding and controlling the alugha player.","repository":{"type":"git","url":"https://github.com/alugha/player"},"contributors":[{"name":"Alugha GmbH","email":"*@alugha.com"}],"author":{"name":"Alugha GmbH","email":"hello@alugha.com","url":"https://alugha.com/"},"bugs":{"url":"https://github.com/alugha/player/issues"},"license":"MIT","readme":"# alugha player SDK\n\nThis is the SDK for the alugha player. You can install it from npm:\n\n```\n# using npm\nnpm install --save @alugha/player\n# using yarn\nyarn add @alugha/player\n```\n\n## Example\n\nYou can find an interactive example on <https://alugha.github.io/player/example/>.\nThe code for the example is located at <https://github.com/alugha/player/tree/main/example>.\n\n## Usage\n\nA small usage example with TypeScript:\n\n```ts\nimport { Player, EventType } from \"@alugha/player\";\n\n// Create a new player with video id \"b92c4508-faeb-11e9-bc4c-93211a9e934f\"\n// and mount it at the position of the element with id \"player\".\n// Also enables autoplay.\nconst player = new Player({\n  videoId: \"b92c4508-faeb-11e9-bc4c-93211a9e934f\",\n  mountPoint: \"player\",\n  replaceMountPoint: true,\n  autoPlay: true,\n});\n\nplayer.on(EventType.Ready, () => {\n  console.log(\"The player is ready\");\n});\n\nplayer.on(EventType.Pause, () => {\n  console.log(\"The video has paused\");\n});\n\n// Seek to 42 seconds\nplayer.currentTime = 42;\n\nconsole.log(\"Video duration:\", await player.duration);\n```\n\nYou can find all available event types in [`src/data.ts`](./src/data.ts);\nPlayer methods, such as seeking, pausing, or getting the duration, can be found in [`src/player.ts`](./src/player.ts).\n","readmeFilename":"README.md","homepage":"https://alugha.github.io/player/"}