{"id":15455345,"url":"https://github.com/gozala/web-encoding","last_synced_at":"2025-04-14T00:38:09.582Z","repository":{"id":42629467,"uuid":"281768624","full_name":"Gozala/web-encoding","owner":"Gozala","description":"TextEncoder and TextDecoder APIs from Encoding Standard APIs in a universal package","archived":false,"fork":false,"pushed_at":"2023-04-21T03:18:56.000Z","size":777,"stargazers_count":10,"open_issues_count":11,"forks_count":6,"subscribers_count":3,"default_branch":"default","last_synced_at":"2025-04-05T22:31:57.207Z","etag":null,"topics":["js","textdecoder","textencoder","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gozala.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-22T19:44:33.000Z","updated_at":"2024-07-25T19:36:22.000Z","dependencies_parsed_at":"2024-06-18T15:39:14.845Z","dependency_job_id":null,"html_url":"https://github.com/Gozala/web-encoding","commit_stats":{"total_commits":28,"total_committers":6,"mean_commits":4.666666666666667,"dds":0.5357142857142857,"last_synced_commit":"7197c998ca9dba0e2e9aec675f5897e541593d95"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gozala%2Fweb-encoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gozala%2Fweb-encoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gozala%2Fweb-encoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gozala%2Fweb-encoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gozala","download_url":"https://codeload.github.com/Gozala/web-encoding/tar.gz/refs/heads/default","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248803794,"owners_count":21164122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["js","textdecoder","textencoder","web"],"created_at":"2024-10-01T22:12:20.895Z","updated_at":"2025-04-14T00:38:09.551Z","avatar_url":"https://github.com/Gozala.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-encoding\n\n![Node.js CI][node.js ci]\n[![package][version.icon] ![downloads][downloads.icon]][package.url]\n[![styled with prettier][prettier.icon]][prettier.url]\n\nThis package provides [TextEncoder][] and [TextDecoder][] [Encoding Standard][]\nAPIs in a universal package. In the browsers it just exposes existing globals,\nin nodejs it exposes globals in newer node versions and ones from `util` module\nin older versions, and in the React Native environments it exposes these from\nthe [@zxing/text-encoding](https://www.npmjs.com/package/@zxing/text-encoding)\npolyfill (installed as an optional dependency).\n\nPackage also works as ES module and CommonJS module.\n\n### Usage\n\n```js\nimport { TextEncoder, TextDecoder } from \"web-encoding\"\n```\n\n## Install\n\n    npm install web-encoding\n\n[node.js ci]: https://github.com/Gozala/web-encoding/workflows/Node.js%20CI/badge.svg\n[version.icon]: https://img.shields.io/npm/v/web-encoding.svg\n[downloads.icon]: https://img.shields.io/npm/dm/web-encoding.svg\n[package.url]: https://npmjs.org/package/web-encoding\n[downloads.image]: https://img.shields.io/npm/dm/web-encoding.svg\n[downloads.url]: https://npmjs.org/package/web-encoding\n[prettier.icon]: https://img.shields.io/badge/styled_with-prettier-ff69b4.svg\n[prettier.url]: https://github.com/prettier/prettier\n[ts-jsdoc]: https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html\n[textencoder]: https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder\n[textdecoder]: https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder\n[encoding standard]: https://encoding.spec.whatwg.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgozala%2Fweb-encoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgozala%2Fweb-encoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgozala%2Fweb-encoding/lists"}