UNPKG

json-bufferify

Version:

This is a tiny module to help you convert between JSON data and ArrayBuffer, and you can use it in both Node.js and browsers.

29 lines 814 B
{ "name": "json-bufferify", "version": "0.2.3", "author": { "name": "LangZhai", "url": "https://langzhai-rebirth.github.io" }, "description": "This is a tiny module to help you convert between JSON data and ArrayBuffer, and you can use it in both Node.js and browsers.", "keywords": [ "JSON", "ArrayBuffer", "bufferify" ], "license": "LGPL-3.0+", "repository": { "type": "git", "url": "git+https://github.com/LangZhai-rebirth/json-bufferify.git" }, "bugs": { "url": "https://github.com/LangZhai-rebirth/json-bufferify/issues", "email": "zl2012xyz@hotmail.com" }, "homepage": "https://langzhai-rebirth.github.io/json-bufferify", "main": "dist/json-bufferify.min.js", "types": "types/json-bufferify.d.ts", "scripts": { "test": "node test" } }