%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
{ "name": "big-integer", "version": "1.6.52", "author": "Peter Olson <peter.e.c.olson+npm@gmail.com>", "description": "An arbitrary length integer library for Javascript", "contributors": [], "bin": {}, "scripts": { "test": "tsc && karma start my.conf.js && node spec/tsDefinitions.js", "minify": "uglifyjs BigInteger.js -o BigInteger.min.js" }, "main": "./BigInteger", "repository": { "type": "git", "url": "git@github.com:peterolson/BigInteger.js.git" }, "keywords": [ "math", "big", "bignum", "bigint", "biginteger", "integer", "arbitrary", "precision", "arithmetic" ], "devDependencies": { "@types/lodash": "^4.14.175", "@types/node": "^7.10.2", "coveralls": "^3.0.6", "jasmine": "3.5.0", "jasmine-core": "^3.5.0", "karma": "^6.3.4", "karma-cli": "^2.0.0", "karma-coverage": "^2.0.3", "karma-jasmine": "^4.0.1", "karma-phantomjs-launcher": "^1.0.4", "lodash": "^4.17.21", "typescript": "^5.3.2", "uglify-js": "^3.17.4" }, "license": "Unlicense", "engines": { "node": ">=0.6" }, "typings": "./BigInteger.d.ts" }