{ "name": "big-integer", "version": "1.6.51", "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": "^3.6.3", "uglifyjs": "^2.4.10" }, "license": "Unlicense", "engines": { "node": ">=0.6" }, "typings": "./BigInteger.d.ts" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
BigInteger.d.ts | File | 66 KB | 0644 |
|
BigInteger.js | File | 50.72 KB | 0644 |
|
BigInteger.min.js | File | 20.89 KB | 0644 |
|
LICENSE | File | 1.21 KB | 0644 |
|
README.md | File | 19.44 KB | 0644 |
|
bower.json | File | 554 B | 0644 |
|
package.json | File | 1.18 KB | 0644 |
|
tsconfig.json | File | 579 B | 0644 |
|