{ "_args": [ [ "bn.js@5.1.1", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_development": true, "_from": "bn.js@5.1.1", "_id": "bn.js@5.1.1", "_inBundle": false, "_integrity": "sha512-IUTD/REb78Z2eodka1QZyyEk66pciRcP6Sroka0aI3tG/iwIdYLrBD62RsubR7vqdt3WyX8p4jxeatzmRSphtA==", "_location": "/bn.js", "_phantomChildren": {}, "_requested": { "type": "version", "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-sign" ], "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.1.tgz", "_spec": "5.1.1", "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI", "author": { "name": "Fedor Indutny", "email": "fedor@indutny.com" }, "browser": { "buffer": false }, "bugs": { "url": "https://github.com/indutny/bn.js/issues" }, "description": "Big number implementation in pure javascript", "devDependencies": { "babel-eslint": "^10.0.2", "mocha": "^6.1.4", "standardx": "^4.0.0" }, "files": [ "lib" ], "homepage": "https://github.com/indutny/bn.js", "keywords": [ "BN", "BigNum", "Big number", "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.1" }