UNPKG

buffershift

Version:

Bit-shift Buffers right or left in nodejs

27 lines (26 loc) 573 B
{ "name": "buffershift", "description": "Bit-shift Buffers right or left in nodejs", "keywords": [ "shift", "bitshift", "bitwise", "buffer", "bignum" ], "version": "0.0.2", "repository": "https://github.com/cjdelisle/buffershift.git", "license": "MIT", "devDependencies": { "flow-bin": "^0.42.0", "jshint": "~2.9.1" }, "scripts": { "lint": "jshint --config .jshintrc --exclude-path .jshintignore .", "test": "node test.js", "flow": "./node_modules/.bin/flow" }, "dependencies": { "jshint": "^2.9.4" } }