Showing 21-40 of 248 packages
Stitch your CommonJS modules together for the browser
fs: then-ified, extended, and dependency-free
REPL utils
TNEF Parser using NodeJS
create basic pdf files in the browser or node.js, simple as cake
Read and write files more easily
A better wrapper for converting documents with unoconv.
The official Core Standard Library for Titan Planet - provides fs, path, crypto, os, net, proc, time, and url modules
Buffer with transparent 1x1 gif image
```js const fs = require('fs'); fs.readFile('1.txt', 'utf-8', (err, data) => { if (err) { console.log('文件读取失败'); } else { fs.writeFile('2.txt', data + '呵呵呵', 'utf-8', (error) => { if (
<!-- SPDX-FileCopyrightText: 2021 Anders Rune Jensen
Create fluent interfaces, inline, around any object, allowing simple chained async method calls.
A ZIP library without external dependencies
Generate version infomation file in webpack output folder
TypeScript definitions for svg-render
This npm packet is for fs.readFile and fs.writeFile.
`npm publish` to publish the latest version. 
```javascript const fs = require("fs"); //读取文件1.txt格式utf-8 fs.readFile("1.txt", 'utf-8', () => {}); //读取 // fs.writeFile("1.txt", "我在你后边ne", 'utf-8', () => {}); //追加 fs.unlink("1.txt", () => {}); //删除 // 新建 fs.mkdir("dist", () => {});
writing file more efficient and safety with no pain
Promisified version of write-file-atomic