Sha256: a7b0a0b435f76cabc551f2db1b795beea8b56df3b438a025df20b304c07894b3
Contents?: true
Size: 773 Bytes
Versions: 33
Compression:
Stored size: 773 Bytes
Contents
{ "name": "buffer-xor", "version": "1.0.3", "description": "A simple module for bitwise-xor on buffers", "main": "index.js", "scripts": { "standard": "standard", "test": "npm run-script unit", "unit": "mocha" }, "repository": { "type": "git", "url": "https://github.com/crypto-browserify/buffer-xor.git" }, "bugs": { "url": "https://github.com/crypto-browserify/buffer-xor/issues" }, "homepage": "https://github.com/crypto-browserify/buffer-xor", "keywords": [ "bits", "bitwise", "buffer", "buffer-xor", "crypto", "inline", "math", "memory", "performance", "xor" ], "author": "Daniel Cousens", "license": "MIT", "devDependencies": { "mocha": "*", "standard": "*" } }
Version data entries
33 entries across 32 versions & 12 rubygems