{"_id":"@8n/vbyte","name":"@8n/vbyte","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.2":{"name":"@8n/vbyte","version":"0.0.2","main":"_.js","repository":{"type":"git","url":"git+https://github.com/i18n-site/node.git"},"homepage":"https://github.com/i18n-site/node/tree/main/vbyte","license":"Apache-2.0","author":{"name":"8n.art@gmail.com"},"exports":{".":"./_.js","./*":"./*"},"_id":"@8n/vbyte@0.0.2","gitHead":"487c49b62c64e4855ed46412530a4d4de15fd769","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-uTMIbFNsedk+N3BTWEpadLtcsHEe95Dl7zmDA6woKYgJRg+0j82oUx5mKwvkTSjUSI3CqHvEiGdH4W2t06/ePQ==","shasum":"3e2fe134e36030ad15ed90671c7b365924e9479f","tarball":"https://registry.npmjs.org/@8n/vbyte/-/vbyte-0.0.2.tgz","fileCount":6,"unpackedSize":20951,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDiUpNRrnRZF1vTSOa0hqsxHJzOx67kwvERLxEnddvXAwIhALKf7joKUoL4ofrNmqzQnYHYmm2wKJ6zU/Io3+0y1itO"}]},"_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/vbyte_0.0.2_1695277090894_0.6422708751949193"},"_hasShrinkwrap":false}},"time":{"created":"2023-09-21T06:18:10.769Z","0.0.2":"2023-09-21T06:18:11.112Z","modified":"2023-09-21T06:18:11.411Z"},"maintainers":[{"name":"i18n-now","email":"i18n.site@gmail.com"}],"description":"<!-- 本文件由 ./readme.make.md 自动生成，请不要直接修改此文件 -->","homepage":"https://github.com/i18n-site/node/tree/main/vbyte","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"}