{"_id":"@8n/binmap","name":"@8n/binmap","dist-tags":{"latest":"0.0.4"},"versions":{"0.0.4":{"name":"@8n/binmap","version":"0.0.4","main":"_.js","repository":{"type":"git","url":"git+https://github.com/i18n-site/node.git"},"homepage":"https://github.com/i18n-site/node/tree/main/binmap","license":"Apache-2.0","author":{"name":"8n.art@gmail.com"},"exports":{".":"./_.js","./*":"./*"},"_id":"@8n/binmap@0.0.4","gitHead":"9c824c6ef4fef0d6c65b1ec284a2dbdf0cc5a696","types":"./_.d.ts","description":"<!-- 本文件由 ./readme.make.md 自动生成，请不要直接修改此文件 -->","bugs":{"url":"https://github.com/i18n-site/node/issues"},"_nodeVersion":"20.5.0","_npmVersion":"9.8.0","dist":{"integrity":"sha512-Q7xGT4PjRMjDe3BMZHyRgPgjRsvPj3R7Z3dcpwDqw6jgUrsd49agA1e9XxBzCMePCmuYQMdpXMwpXKLbD1uF+A==","shasum":"d8d41e51809f9e51bf5a9790d634a61c4ba5f8dc","tarball":"https://registry.npmjs.org/@8n/binmap/-/binmap-0.0.4.tgz","fileCount":6,"unpackedSize":21870,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGxIEpqwnH2nENBYp/1+S457bPbNQKloWjJ/8LUHma85AiBqKZ/GwD2+hcT6oEjVAjRriI1Lb0NX3fUTSKQ4WlZ7IQ=="}]},"_npmUser":{"name":"i18n-now","email":"i18n.site@gmail.com"},"directories":{},"maintainers":[{"name":"i18n-now","email":"i18n.site@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/binmap_0.0.4_1695276976228_0.3927787317426865"},"_hasShrinkwrap":false}},"time":{"created":"2023-09-21T06:16:16.090Z","0.0.4":"2023-09-21T06:16:16.460Z","modified":"2023-09-21T06:16:16.761Z"},"maintainers":[{"name":"i18n-now","email":"i18n.site@gmail.com"}],"description":"<!-- 本文件由 ./readme.make.md 自动生成，请不要直接修改此文件 -->","homepage":"https://github.com/i18n-site/node/tree/main/binmap","repository":{"type":"git","url":"git+https://github.com/i18n-site/node.git"},"author":{"name":"8n.art@gmail.com"},"bugs":{"url":"https://github.com/i18n-site/node/issues"},"license":"Apache-2.0","readme":"<!-- 本文件由 ./readme.make.md 自动生成，请不要直接修改此文件 -->\n\n# @rmw/utf8\n\nwasm wrapper for wasm\n\nsee https://lib.rs/crates/wasm\n\n\n## wasm\n\nShort text compression algorithm for utf-8 (optimized for Chinese , developed based on rust programming language).\n\n面向utf-8的短文本压缩算法（为中文压缩优化，基于rust编程语言开发）。\n\n\n\n##  安装\n\n```\nyarn add @rmw/utf8\n```\n\n或者\n\n```\nnpm install @rmw/utf8\n```\n\n## 使用\n\n```\n#!/usr/bin/env coffee\n\nimport {encode, encode_bin, decode} from './pkg'\n\nt = encode 'test'\nconsole.log t\nconsole.log decode t\n\nt = encode_bin Buffer.from('test')\nconsole.log t\nconsole.log decode t\n```\n\n## 关于\n\n本项目隶属于**人民网络([rmw.link](//rmw.link))** 代码计划。\n\n![人民网络](https://raw.githubusercontent.com/rmw-link/logo/master/rmw.red.bg.svg)\n","readmeFilename":"README.md"}