![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/local/lib/node_modules/browserify/node_modules/bn.js/ |
Upload File : |
{ "_from": "bn.js@^5.1.1", "_id": "bn.js@5.1.3", "_inBundle": false, "_integrity": "sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ==", "_location": "/browserify/bn.js", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "bn.js@^5.1.1", "name": "bn.js", "escapedName": "bn.js", "rawSpec": "^5.1.1", "saveSpec": null, "fetchSpec": "^5.1.1" }, "_requiredBy": [ "/browserify/browserify-rsa", "/browserify/browserify-sign" ], "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.3.tgz", "_shasum": "beca005408f642ebebea80b042b4d18d2ac0ee6b", "_spec": "bn.js@^5.1.1", "_where": "/usr/local/lib/node_modules/browserify/node_modules/browserify-sign", "author": { "name": "Fedor Indutny", "email": "fedor@indutny.com" }, "browser": { "buffer": false }, "bugs": { "url": "https://github.com/indutny/bn.js/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Big number implementation in pure javascript", "devDependencies": { "babel-eslint": "^10.0.3", "mocha": "^7.0.1", "standardx": "^5.0.0" }, "files": [ "lib/bn.js" ], "homepage": "https://github.com/indutny/bn.js", "keywords": [ "BN", "Big number", "BigNum", "Modulo", "Montgomery" ], "license": "MIT", "main": "lib/bn.js", "name": "bn.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/indutny/bn.js.git" }, "scripts": { "lint": "standardx", "test": "npm run lint && npm run unit", "unit": "mocha --reporter=spec test/*-test.js" }, "standardx": { "parser": "babel-eslint" }, "version": "5.1.3" }