UNPKG

@premix/buffer

Version:
45 lines (44 loc) 1 kB
{ "name": "@premix/buffer", "version": "0.2.0", "private": false, "description": "Handle ArrayBuffer easily", "keywords": [ "ArrayBuffer", "buffer", "binary", "DataView", "TypedArray" ], "author": "Bowen <vnode@outlook.com>", "homepage": "https://github.com/lbwa/premix/tree/master/packages/buffer#readme", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/lbwa/premix.git" }, "scripts": { "build": "npm run clean && tsc", "clean": "rm -rf ./lib/*", "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/lbwa/premix/issues" }, "devDependencies": { "typescript": "^3.7.4" }, "gitHead": "acd3fa9a8f0b0ef63582d902c0132707291bc1fc" }