文件名称:prismarine-nbt:NBT解析器,用于node-minecraft-protocol
文件大小:57KB
文件格式:ZIP
更新时间:2024-06-01 10:45:15
JavaScript
海蓝宝石 Prismarine-NBT是用于存档JavaScript解析器和序列化器,与一起使用。 它支持大,小和小变体编码的NBT文件。 用法 作为异步承诺 const fs = require ( 'fs' ) const { parse , writeUncompressed } = require ( 'prismarine-nbt' ) async function main ( file ) { const buffer = await fs . promises . readFile ( file ) const { parsed , type } = await parse ( buffer ) const json = JSON . stringify ( result , null , 2 ) console . log ( 'JSON
【文件预览】:
prismarine-nbt-master
----.github()
--------dependabot.yml(125B)
--------workflows()
----compiler-compound.js(1KB)
----bench()
--------compiled_nbt.js(2KB)
----compiler-zigzag.js(4KB)
----nbt.json(2KB)
----test()
--------nbt-cross-encode.js(1KB)
--------nbt-spec.js(4KB)
--------datatypes.js(5KB)
----HISTORY.md(702B)
----README.md(3KB)
----sample()
--------readmeExample.js(737B)
--------bigtest.nbt(2KB)
--------emptyComp.nbt(3B)
--------biome_definitions.le.nbt(37KB)
--------sample.js(380B)
--------bigtest.js(14KB)
--------block_states.lev.nbt(958KB)
--------bigtest.nbt.gz(507B)
--------level.dat(483B)
--------sampleLE.js(273B)
----compound.js(1KB)
----nbt.js(5KB)
----typings()
--------index.d.ts(3KB)
----.npmrc(19B)
----nbt-varint.json(2KB)
----compiler-tagname.js(549B)
----.gitignore(41B)
----package.json(972B)