{ "name": "int64-buffer", "description": "64bit Long Integer on Buffer/Array/ArrayBuffer in Pure JavaScript", "version": "0.1.10", "author": "@kawanet", "bugs": { "url": "https://github.com/kawanet/int64-buffer/issues" }, "contributors": [ "kawanet ", "pizza2code ", "Jan Krems " ], "devDependencies": { "jshint": "^2.9.5", "mocha": "^4.0.1", "uglify-js": "^3.1.10", "zuul": "^3.11.1" }, "homepage": "https://github.com/kawanet/int64-buffer", "jshintConfig": { "globals": { "describe": true, "it": true, "window": true }, "node": true, "undef": true, "unused": true }, "keywords": [ "64bit", "IEEE-754", "arraybuffer", "buffer", "int", "int64", "int8array", "integer", "long", "longlong", "signed", "uint64", "unsinged" ], "license": "MIT", "main": "int64-buffer.js", "repository": { "type": "git", "url": "git+https://github.com/kawanet/int64-buffer.git" }, "scripts": { "fixpack": "fixpack", "test": "make test" }, "typings": "int64-buffer.d.ts" }