buffer/package.json

24 lines
451 B
JSON

{
"name": "@bytedo/buffer",
"version": "1.0.0",
"type": "module",
"main": "dist/index.js",
"files": [
"dist/*"
],
"description": "Buffer浏览器版本,提供常用的API封装",
"keywords": [
"Buffer",
"base64"
],
"author": "Yutent <yutent.io@gmail.com>",
"scripts": {
"start": "node ./build.js"
},
"repository": {
"type": "git",
"url": "https://git.wkit.fun/bytedo/buffer"
},
"license": "MIT"
}
浏览器版的Buffer对象模拟, 提供近似Node.js的BUffer对象的API
JavaScript 100%