memfs:具有Node API的内存中文件系统

时间:2024-03-03 00:26:13
【文件属性】:

文件名称:memfs:具有Node API的内存中文件系统

文件大小:206KB

文件格式:ZIP

更新时间:2024-03-03 00:26:13

memory filesystem fs in-memory memfs

记忆体 具有的内存中文件系统。 已实现节点的fs API,请参阅 将文件存储在内存中的Buffer 引发与Node.js相同的错误 具有智能节点的概念 实现硬链接 实现软链接(又名符号链接,符号链接) 许可*将来可能会实施 可以在浏览器中使用,请参阅 安装 npm install --save memfs 用法 import { fs } from 'memfs' ; fs . writeFileSync ( '/hello.txt' , 'World!' ) ; fs . readFileSync ( '/hello.txt' , 'utf8' ) ; // World! 从普通的JSON创建文件系统: import { fs , vol } from 'memfs' ; const json = { './README.md' : '1' , './src/inde


【文件预览】:
memfs-master
----.travis.yml(316B)
----.nvmrc(7B)
----renovate.json(324B)
----docs()
--------api-status.md(4KB)
--------relative-paths.md(864B)
--------dependencies.md(470B)
--------reference.md(4KB)
----package.json(2KB)
----tslint.json(254B)
----.github()
--------FUNDING.yml(65B)
----prettier.config.js(157B)
----LICENSE(1KB)
----CONTRIBUTING.md(202B)
----src()
--------volume-localstorage.ts(2KB)
--------node.ts(9KB)
--------getBigInt.js(191B)
--------encoding.ts(762B)
--------internal()
--------__tests__()
--------Dirent.ts(1KB)
--------process.ts(1KB)
--------setImmediate.ts(279B)
--------setTimeoutUnref.ts(455B)
--------volume.ts(81KB)
--------constants.ts(2KB)
--------promises.ts(9KB)
--------index.ts(2KB)
--------Stats.ts(3KB)
----tsconfig.json(333B)
----codecov.yml(1B)
----.gitignore(78B)
----CHANGELOG.md(17KB)
----demo()
--------createReadStream.ts(206B)
--------relative-path.ts(159B)
--------createWriteStream.ts(189B)
--------readFileSync.ts(129B)
--------mountSync.ts(138B)
--------localstorage.ts(268B)
--------JSON.ts(575B)
--------throw-error.ts(121B)
--------symlink.ts(699B)
--------permissions.ts(208B)
--------toJSON.ts(483B)
--------watch.ts(570B)
--------12.ts(184B)
--------write.ts(216B)
--------rename.ts(157B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(3KB)
----yarn.lock(331KB)
----.huskyrc.json(168B)
----.vscode()
--------settings.json(25B)

网友评论