UNPKG

buffer2map

Version:

buffer(ArrayBuffer/Dataview) -> key value pair -> Map(key, value list)

38 lines (37 loc) 879 B
{ "name": "buffer2map", "version": "0.0.5", "description": "buffer(ArrayBuffer/Dataview) -> key value pair -> Map(key, value list)", "main": "buffer2map.js", "scripts": { "test": "jest", "jcov": "jest --coverage", "codecov": "jest --coverage && codecov" }, "repository": { "type": "git", "url": "git+https://github.com/takanoriyanagitani/buffer2map.git" }, "keywords": [ "ArrayBuffer", "DataView", "Map", "aggregate", "groupby", "ie11", "selenium", "chrome" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/takanoriyanagitani/buffer2map/issues" }, "homepage": "https://github.com/takanoriyanagitani/buffer2map#readme", "devDependencies": { "chromedriver": "^83.0.0", "codecov": "^3.7.0", "jest": "^26.0.1", "selenium-webdriver": "^4.0.0-alpha.7" } }