diff options
author | 2020-11-16 00:10:28 +0100 | |
---|---|---|
committer | 2020-11-16 00:10:28 +0100 | |
commit | e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch) | |
tree | 55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/big.js/package.json | |
download | website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2 website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip |
api, login, auth
Diffstat (limited to 'node_modules/big.js/package.json')
-rw-r--r-- | node_modules/big.js/package.json | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/node_modules/big.js/package.json b/node_modules/big.js/package.json new file mode 100644 index 0000000..efd135a --- /dev/null +++ b/node_modules/big.js/package.json @@ -0,0 +1,77 @@ +{ + "_from": "big.js@^5.2.2", + "_id": "big.js@5.2.2", + "_inBundle": false, + "_integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "_location": "/big.js", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "big.js@^5.2.2", + "name": "big.js", + "escapedName": "big.js", + "rawSpec": "^5.2.2", + "saveSpec": null, + "fetchSpec": "^5.2.2" + }, + "_requiredBy": [ + "/copy-webpack-plugin/loader-utils", + "/loader-utils" + ], + "_resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "_shasum": "65f0af382f578bcdc742bd9c281e9cb2d7768328", + "_spec": "big.js@^5.2.2", + "_where": "/home/pruss/Dev/3-minute-website/node_modules/loader-utils", + "author": { + "name": "Michael Mclaughlin", + "email": "M8ch88l@gmail.com" + }, + "browser": "big.js", + "bugs": { + "url": "https://github.com/MikeMcl/big.js/issues" + }, + "bundleDependencies": false, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/bigjs" + }, + "deprecated": false, + "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic", + "engines": { + "node": "*" + }, + "files": [ + "big.js", + "big.mjs", + "big.min.js" + ], + "homepage": "https://github.com/MikeMcl/big.js#readme", + "keywords": [ + "arbitrary", + "precision", + "arithmetic", + "big", + "number", + "decimal", + "float", + "biginteger", + "bigdecimal", + "bignumber", + "bigint", + "bignum" + ], + "license": "MIT", + "main": "big", + "module": "big.mjs", + "name": "big.js", + "repository": { + "type": "git", + "url": "git+https://github.com/MikeMcl/big.js.git" + }, + "scripts": { + "build": "uglifyjs big.js --source-map -c -m -o big.min.js", + "test": "node ./test/every-test.js" + }, + "version": "5.2.2" +} |