{
	"name": "chai-bn",
	"versions": {
		"0.1.0-alpha.0": {
			"name": "chai-bn",
			"version": "0.1.0-alpha.0",
			"description": "Chai assertions for comparing arbitrary-precision decimals using the bignumber.js library",
			"main": "chai-bn.js",
			"scripts": {
				"lint": "jshint *.js",
				"test": "mocha test/*.js"
			},
			"devDependencies": {
				"bn.js": "^4.11.8",
				"chai": "^4.2.0",
				"mocha": "^5.2.0",
				"mocha-eslint": "^5.0.0"
			},
			"author": {
				"name": "Nicolas Venturo",
				"email": "nicolas.venturo@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/ZeppelinSolutions/chai-bn#readme",
			"repository": {
				"type": "git",
				"url": "git://github.com/ZeppelinSolutions/chai-bn.git"
			},
			"keywords": [
				"chai",
				"chai-plugin",
				"math",
				"test",
				"arbitrary",
				"precision",
				"arithmetic",
				"big",
				"number",
				"decimal",
				"float",
				"bignumber",
				"bn"
			],
			"gitHead": "1900f60a9d5fbba3d44c755e24b5efe2f81d3a1d",
			"bugs": {
				"url": "https://github.com/ZeppelinSolutions/chai-bn/issues"
			},
			"_id": "chai-bn@0.1.0-alpha.0",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "nventuro",
				"email": "nicolas.venturo@gmail.com"
			},
			"dist": {
				"integrity": "sha512-VNUgjscaHIMwbbF+yO/J3ORT5M6qtBvmixoGFKFW1IAJTiEFDg0TvZLEE5NXhSQxIA1/feK/nhjoQj38pd4k9A==",
				"shasum": "9817f3d5e49e887c7e95fefff786206cbf545bdb",
				"tarball": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.0-alpha.0.tgz",
				"fileCount": 4,
				"unpackedSize": 8102,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJSA8CRA9TVsSAnZWagAAyyAQAJrsPDmN23zi+LK4kHe9\n6mL8zolcmTgJVa+EHEz1BkMPUFcp/E230wBqLhkTGUg5tUXDDkK/EItXAySB\nCo1tqc6IbYzPVbfLa6Enl6Ns4/4nQpkuDnetLfIKWUHztA86DMSDVGohWF/H\nJeoNf9u5d+4TKLB11WBbHVq5p09HtUsTfSf3ZzhpriZ+hPjf/p1yX3mNKOYd\njB/Vume5XqobA25v6Yd6UZdTecZJhNlnJC1gqCj8n4Vr3fyrHo0ceAzvWca7\n1PlYfIdHvEjHQRMp6r2d9dlZqEtFnROc+BWGGi8phphCkUFYqjGKz8x/s7kK\nKM6fD6lOgPWagj6DYIX0U7dqjcgLTJVS9U3e8kpKPkl/8uVEcqJBsIvD3sTb\nULXFNgWNMVLts6L29yDD9xX6RFwErV3hqnLHRA3GFERpETxek99dL6CttvwQ\nwruXrC7tAUdW2hSmX8v/lQXrUDxxgrjrnt9v2wtfcW8zG98wfA8xz+loqNd4\nwD+W1T5DKvdA98Wsz4vhtA+E2R+MxJettzYZVH/8OMTA6dZh0tyyv849azPR\nPpyLQXaTbr9i6NwK1Zn68G8j5xKQU+gv+q6TSZyDY05plzR2hKzbRK8ucnnP\niT4DoXEdxte7758uJww8PXuxLbZEgGeHt5NmR6ciRWJ71I6UGzN89poF4/Ww\nQ4qe\r\n=EanB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nventuro",
					"email": "nicolas.venturo@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/chai-bn_0.1.0-alpha.0_1545936956088_0.948940585581765"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.0-alpha.1": {
			"name": "chai-bn",
			"version": "0.1.0-alpha.1",
			"description": "Chai assertions for comparing arbitrary-precision integers using the bignumber.js library",
			"main": "chai-bn.js",
			"scripts": {
				"lint": "eslint .",
				"test": "mocha test/*.js"
			},
			"devDependencies": {
				"bn.js": "^4.11.8",
				"chai": "^4.2.0",
				"eslint-plugin-mocha-no-only": "^1.1.0",
				"mocha": "^5.2.0"
			},
			"author": {
				"name": "Nicolas Venturo",
				"email": "nicolas.venturo@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/ZeppelinSolutions/chai-bn#readme",
			"repository": {
				"type": "git",
				"url": "git://github.com/ZeppelinSolutions/chai-bn.git"
			},
			"keywords": [
				"chai",
				"chai-plugin",
				"math",
				"test",
				"arbitrary",
				"precision",
				"arithmetic",
				"big",
				"number",
				"decimal",
				"float",
				"bignumber",
				"bn"
			],
			"dependencies": {
				"eslint": "^5.11.1"
			},
			"peerDependencies": {
				"bn.js": "^4.11.0",
				"chai": "^4.0.0"
			},
			"gitHead": "93e77ee0bdd59ffec9cf884a24fec331d8c8eff9",
			"bugs": {
				"url": "https://github.com/ZeppelinSolutions/chai-bn/issues"
			},
			"_id": "chai-bn@0.1.0-alpha.1",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "nventuro",
				"email": "nicolas.venturo@gmail.com"
			},
			"dist": {
				"integrity": "sha512-rvJdvehPbeYbCxcaNfKsBMZ0oZ/iPKMiAvlymB/obLykxyb4x4GagMBcL7pIZ5EMAbnTO5jwiRoUwDfctCFg6g==",
				"shasum": "f6cfe493f1f2f727c1387fbc516e0d2a44b32e76",
				"tarball": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.0-alpha.1.tgz",
				"fileCount": 4,
				"unpackedSize": 8238,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJiwjCRA9TVsSAnZWagAA7F4QAIDi9Xi7JiI0hh/aF9Mv\nUUI7IhS5KG1QMIo3qdUiVzAE41FimY2pfmJA+vPO2pHW+WvUQuNdLBgaEQ/g\nNRyi1Ar97tNaRWjH9SitDLNiw117CB9nnydMdkjkgM7wvzXDq2WjPGg4SnRT\nzqxoU0S8BSm061iMBeoRSbyzCVkO9HpdBjitP/9E3b8zWkd9koeePOuVxn/I\nNz2fYswDndS3BB4IOxN2THDAKy9Ab6PTlQnfUtOJdf8qrN49sKmVsPNYs/qU\nnbYE5QEDankfZCzqFSlx1G5WVckcP8aEs0/A8rRToq7TX1LAOT/MBfK/uv+S\n8YaoBmPOXeMjUgtenxqOwUWp/1v2XqVy42OCkNbIw20n8SfShwDrm0ySYuis\nOkF91g8AFxL2TVeo3fM7WNBxCP7h+aeHf04Fa5S0pHs8px9Y97qAR7p5TXpL\nkPa83NcNry9Jsf3OvWUq4vcwlbKeS1//ghqAOOvu6g0Xi7AdAh3RiJUVM2yJ\n9xFRSvfmsLYUZCuurru75GdvMPHjkt80C/tdqqQdS8QExuwH+puH2jJ48uxM\nqF7n8KpSUbKml9qv3e0izsHYu226z1vF4tV6rbtum+BESI73jJNKFLd69LmN\nvNkxXAQP4AWshrY7/WD5Md5gzoWkvE3hiwILtj98R+uZkb4fLZNg2F/zx8mC\nflPG\r\n=xnRS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nventuro",
					"email": "nicolas.venturo@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/chai-bn_0.1.0-alpha.1_1546005538715_0.05817788780643185"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.0-alpha.2": {
			"name": "chai-bn",
			"version": "0.1.0-alpha.2",
			"description": "Chai assertions for comparing arbitrary-precision integers using the bignumber.js library",
			"main": "chai-bn.js",
			"scripts": {
				"lint": "eslint .",
				"test": "mocha test/*.js"
			},
			"devDependencies": {
				"bn.js": "^4.11.8",
				"chai": "^4.2.0",
				"eslint": "^5.11.1",
				"eslint-plugin-mocha-no-only": "^1.1.0",
				"mocha": "^5.2.0"
			},
			"author": {
				"name": "Nicolas Venturo",
				"email": "nicolas.venturo@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/ZeppelinSolutions/chai-bn#readme",
			"repository": {
				"type": "git",
				"url": "git://github.com/ZeppelinSolutions/chai-bn.git"
			},
			"keywords": [
				"chai",
				"chai-plugin",
				"math",
				"test",
				"arbitrary",
				"precision",
				"arithmetic",
				"big",
				"number",
				"decimal",
				"float",
				"bignumber",
				"bn"
			],
			"dependencies": {},
			"peerDependencies": {
				"bn.js": "^4.11.0",
				"chai": "^4.0.0"
			},
			"gitHead": "7c21dd0aa754227790c6e31a3c6c9b5d8dad1610",
			"bugs": {
				"url": "https://github.com/ZeppelinSolutions/chai-bn/issues"
			},
			"_id": "chai-bn@0.1.0-alpha.2",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "nventuro",
				"email": "nicolas.venturo@gmail.com"
			},
			"dist": {
				"integrity": "sha512-L5fsrNDS0jTtn54SZ2ikQinyKK7cmWshvRS4FNML0H5z4uYPzMkeBcV2VLq8USF8jilUv01BlXydpTPs4iRTGg==",
				"shasum": "e080fcb1ccb31bcf08758bb9c2f3767725f6c1fc",
				"tarball": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.0-alpha.2.tgz",
				"fileCount": 4,
				"unpackedSize": 8255,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJmCrCRA9TVsSAnZWagAAWgkP/0sBLUYSkJ7AcV4LzagV\n/PdtwP6O/eedi5GjlgROOkgifReShE+sklgUWJcVbU/JzNyMUgSIUGip3k/L\nJySaIqoggXH388wQeZmkAGA2ttD63dARUT2pHjaFXkyEymU4uumSM6kVeZYr\nnZGw5E+ly0YL8PDBfmdsYW1PrEh4uoGccAhavFdxuoZuXFIXvyGW8Wa8LxLM\nLE7plsbdmEMqwZAzFAe6VMWawrD+Us+gat/qHUvcF1S0GgR2UahxT/bedn01\ntUJuyjRSwkOJuMKZwU+ZU4tiBmXq+HeytknkZ3HQodYmIYt2nwl6OTI8O1SN\npEBxchzj7Nse0VKAiX7/l6o+bpvokWPk3Yf3308yKkXaDSPENTeYlipKICTO\nq21D0+GFweCFi8muAiZvAMEYhVsL4XJzpXa2aLOKbgqMagHXk+YHVXlVtaIK\n4q0ug5VsQQZTXdD3qbgKDSisfcZvWEVqgVaJXyj92Rf9qe3bF6PCWtvG+7Ks\nML90mIz9HlWyK7DcEOr7/rLYzEQtkcZy5JQaeXNB0QJJiY/Nasruxmh7d22p\nw/zP03JsHdWYp4Juxn7rZem87y1zLR0T+c/HsEwbBBoD4B8VNHtm3krxUAFF\nMhhICRqJ6U+EFN97zA2hHQG4BSwue1KdLKiJuP7UEJwaH8JiD85jNjpRdef+\nOe6F\r\n=IUyh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nventuro",
					"email": "nicolas.venturo@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/chai-bn_0.1.0-alpha.2_1546018986717_0.0376713072109931"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.0-beta.0": {
			"name": "chai-bn",
			"version": "0.1.0-beta.0",
			"description": "Chai assertions for comparing arbitrary-precision integers using the bignumber.js library",
			"main": "chai-bn.js",
			"scripts": {
				"lint": "eslint .",
				"test": "mocha test/*.js"
			},
			"devDependencies": {
				"bn.js": "^4.11.8",
				"chai": "^4.2.0",
				"eslint": "^5.11.1",
				"eslint-plugin-mocha-no-only": "^1.1.0",
				"mocha": "^5.2.0"
			},
			"author": {
				"name": "Nicolas Venturo",
				"email": "nicolas.venturo@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/ZeppelinSolutions/chai-bn#readme",
			"repository": {
				"type": "git",
				"url": "git://github.com/ZeppelinSolutions/chai-bn.git"
			},
			"keywords": [
				"chai",
				"chai-plugin",
				"math",
				"test",
				"arbitrary",
				"precision",
				"arithmetic",
				"big",
				"number",
				"decimal",
				"float",
				"bignumber",
				"bn"
			],
			"dependencies": {},
			"peerDependencies": {
				"bn.js": "^4.11.0",
				"chai": "^4.0.0"
			},
			"gitHead": "5e209720662259b314521937d63b21225a358785",
			"bugs": {
				"url": "https://github.com/ZeppelinSolutions/chai-bn/issues"
			},
			"_id": "chai-bn@0.1.0-beta.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "nventuro",
				"email": "nicolas.venturo@gmail.com"
			},
			"dist": {
				"integrity": "sha512-H88f0+5eMTQLhP8CxwgDB0y6QM1Do3HmihvwhlGkYOXu9H+2TuOT2WAsbjV6e0Tf63CFmQBIG39xZ/j/g+4vKw==",
				"shasum": "dc4341b6692c30fa9aa8ee939825d84681b672d4",
				"tarball": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.0-beta.0.tgz",
				"fileCount": 4,
				"unpackedSize": 9575,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJutXCRA9TVsSAnZWagAAUC8P+wR2peXcPZJSuIx9Ykui\nIYgR7BQRWuZn2y2qK8+OiBeueI0aRlxO8XysbyUOxPI7V6RryYDm+lMNXuSe\nnbQH+buNbGqARr1Az355MyPhpCmFPFggnDpNj1xO5DRLLaKJwY0hT7zkUq/d\n80LLdKSYe6ntUcyxaiqlRKE3hknDPkBrz+yzQzta5/Pro9IdoUCJJc8IJlSg\neawrvGB5EoXn/PJ3dXy+IQZuwSKMUd+sL75+tyRLl1lVH6KZFDRG7XiouCN0\n66gm9SaC6dGjZwLrLuYhzB0Z4XtzCMWOoGzgEkLwioQSE1ePJBnhfvsk7puc\nSbbATDrl6ry6/Usy+PL0BrHkcJLtE44KUU6+RXt8dLflzX1dIkkOfYr/BvMP\nWWT0UFicYVJ7pxovAWAvZkfEgFLbDtlG5h++V5vxB1OziG6ywVyZR/nHrwM9\nsPywTpXkmOQ/edXUMGtFX8tFtclFFS5BABfpYW3I94Ns90Qc3oIi8r0/IkeV\nL+v3uDJCyrvNrLTi7xq9CLidPN32IZkOQQgkdMIYyUESTfOvGKm3Lk62DGdK\nb7qQvdsFZgqPql4lwaqMSk8ZGrgS5lsORAT8QE6gCY0DowMyobBpzkc7EGZA\nrV7pKtLkCg5sSC03FxvHJ4wF9cDM9KlBdvPXDAW5ICRW5ndtKE8lgiAYUc7Y\nBy1v\r\n=M5z9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nventuro",
					"email": "nicolas.venturo@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/chai-bn_0.1.0-beta.0_1546054487372_0.3211106975591116"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.0": {
			"name": "chai-bn",
			"version": "0.1.0",
			"description": "Chai assertions for comparing arbitrary-precision integers using the bignumber.js library",
			"main": "chai-bn.js",
			"scripts": {
				"lint": "eslint .",
				"test": "mocha test/*.js"
			},
			"devDependencies": {
				"bn.js": "^4.11.8",
				"chai": "^4.2.0",
				"eslint": "^5.11.1",
				"eslint-plugin-mocha-no-only": "^1.1.0",
				"mocha": "^5.2.0"
			},
			"author": {
				"name": "Nicolas Venturo",
				"email": "nicolas.venturo@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/ZeppelinSolutions/chai-bn#readme",
			"repository": {
				"type": "git",
				"url": "git://github.com/ZeppelinSolutions/chai-bn.git"
			},
			"keywords": [
				"chai",
				"chai-plugin",
				"math",
				"test",
				"arbitrary",
				"precision",
				"arithmetic",
				"big",
				"number",
				"decimal",
				"float",
				"bignumber",
				"bn"
			],
			"dependencies": {},
			"peerDependencies": {
				"bn.js": "^4.11.0",
				"chai": "^4.0.0"
			},
			"gitHead": "cb898fcc9d7ca734b81ceaf63754c222922fc933",
			"bugs": {
				"url": "https://github.com/ZeppelinSolutions/chai-bn/issues"
			},
			"_id": "chai-bn@0.1.0",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "nventuro",
				"email": "nicolas.venturo@gmail.com"
			},
			"dist": {
				"integrity": "sha512-5HFepJrMEzJM/yz/bhLXAZP/jvHqtwKiTlqjv+kt8FsNGZ0eEh8zsmiVxVoVZI7ZRi8BqtJcSu5jzErHM6npaA==",
				"shasum": "8166d4e30801a799dba67d34f7aa6a8fc650228c",
				"tarball": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.0.tgz",
				"fileCount": 4,
				"unpackedSize": 9568,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOOi+CRA9TVsSAnZWagAArUwP/3ogEqpTsEi56VaIBnIy\nKmxy4ZbsbUJs3f4LCpnFHQNQrhgHNiAPpy62mD7qHKDCeZkCLTT9DVSueZCC\nNfByQ/cVvg/dsMBFgx0lAiL/N35PQofZ+vFmjiATJPjkn8jiIlCaN7z3GWeH\n0k/w/iTSs85NyyV5H2oeTUL7ry8PYipqlcM0vOU8OEM52yUFjuenEHdxVkAw\nKkZp5p7jIQJUKZimwsbx1V8g9H5GhQEzE+omTJisSi+kJ1EBIbV6MYT7/2Br\ns6I9WjAD+HVfhkI5uhZ61rIF7NEDzbn5FBJMH7z30FKE47Rmhnx6DNd+CdMM\n8wrO02gitH+FNnXdPG3pk15vcjEg+OMV6w3B+eRdYeO4uNMF0ABA/rCjw3SW\nKRL8v9tXTbRsYfhS13Q3VpCetoxnWvmUkJaEHKDaQZC9XxArCzhv7ACJJ5wI\nLgDzhwdDIAzmlSXJgCmUX64njVHie+ivxEKDGgtXXbSUz9R8VfpuewXAMLcw\nxcR6GI+ffBSfF6OtybASg4+DP+DpeBZqFlzaQsivEu8rof+d8NNM7/KgTrfT\n24gCNowCVTcZUvhfzi71QH+bUaALc/qSQESckcke+TSGY5a00CLu1+vwI7mZ\nlHKyPJqtMug7ZNVJR6JBupyx5brjeEQCRpgXyaZkwpF7VVaUBATfpsmPMGNX\nfKHe\r\n=z7Rt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nventuro",
					"email": "nicolas.venturo@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/chai-bn_0.1.0_1547233469752_0.10527643364947448"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.1": {
			"name": "chai-bn",
			"version": "0.1.1",
			"description": "Chai assertions for comparing arbitrary-precision integers using the bignumber.js library",
			"main": "chai-bn.js",
			"scripts": {
				"lint": "eslint .",
				"test": "mocha test/*.js"
			},
			"devDependencies": {
				"bn.js": "^4.11.8",
				"chai": "^4.2.0",
				"eslint": "^5.11.1",
				"eslint-plugin-mocha-no-only": "^1.1.0",
				"mocha": "^5.2.0"
			},
			"author": {
				"name": "Nicolas Venturo",
				"email": "nicolas.venturo@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/ZeppelinSolutions/chai-bn#readme",
			"repository": {
				"type": "git",
				"url": "git://github.com/ZeppelinSolutions/chai-bn.git"
			},
			"keywords": [
				"chai",
				"chai-plugin",
				"math",
				"test",
				"arbitrary",
				"precision",
				"arithmetic",
				"big",
				"number",
				"decimal",
				"float",
				"bignumber",
				"bn"
			],
			"dependencies": {},
			"peerDependencies": {
				"bn.js": "^4.11.0",
				"chai": "^4.0.0"
			},
			"gitHead": "4fc58a6d101a1e7d91673211aa3ff713dd6af792",
			"bugs": {
				"url": "https://github.com/ZeppelinSolutions/chai-bn/issues"
			},
			"_id": "chai-bn@0.1.1",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "nventuro",
				"email": "nicolas.venturo@gmail.com"
			},
			"dist": {
				"integrity": "sha512-e1npVXt3cQfZ6oQET9oP38vNj/4HeJ4ojeUpuC8YzhVbTJpIDqANVt7TKi7Dq9yKlHySk2FqbmiMih35iT4DYg==",
				"shasum": "a8904b2dc878e5c094881f327c0029579ff2062b",
				"tarball": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.1.tgz",
				"fileCount": 4,
				"unpackedSize": 10048,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcP+puCRA9TVsSAnZWagAAe+QP/jQ6lltJXrgXGqKraKQc\n3LBvTCwwbHo5Nb+zg+wONLEfik2Ph6niV/bLD4ZGtVgbhI1RvUgCn3jcro24\nk7DkFqjGOOx/+k9nDjo5E+wfifpZRVof+ya/323UBjiP7HdRzv5g43VIPhQE\nWvH4GxE9KsVEpWWsc8CYaT/PnwtCz1wo4vKlba8/guoTcZpbPngv7Fqw0Iko\nO07f4d1oA+gVBZEZX1OV4vCHqK+dYlLHWqK3p7+lpSdfjTz6foJ03zP7cpW+\neZwmUkyjBEwk9w9TykDLXvrx6LuNF2QXR1VH3QGjhyfKg/v6hU0poXvZodpW\nBYjlhN9Ye52PJizCAK25AP09WrtUaXDdD95LcilRXof5xVEpmjEvHzMOue7G\naMqi3nqjfYTNBp4PuTyfodfBgbkip1ydEEZ5UtqCFaGH9+uLYCDcd2m9JF7R\nnc7gO3hKTqcElw1Tcx4xnwr3KBIbj08StOuTTFrFupx21WgjE0G7laaSrlp1\nio8V2QaXJ1kT4KK+iYlDlhe9lO7qPOpR3/XBNzy61Rfk1AzjRYX2EFY6dtKl\nkgTcjRPPNc3KlE+ETF8OWHJqnFp/4RobPL3Gmv5/mxqWD10ebHgqzfmAWDa/\n6fwAzc9Y3+PIhDZ6ykuY+3p6buGdyE0sqM+C1h13xp0bfE1S6uzRs8rwB+gJ\nVtPU\r\n=V3da\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nventuro",
					"email": "nicolas.venturo@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/chai-bn_0.1.1_1547692654036_0.17240840726060336"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.2.0": {
			"name": "chai-bn",
			"version": "0.2.0",
			"description": "Chai assertions for comparing arbitrary-precision integers using the bignumber.js library",
			"main": "chai-bn.js",
			"scripts": {
				"lint": "eslint .",
				"test": "mocha test/*.js"
			},
			"devDependencies": {
				"bn.js": "^4.11.8",
				"chai": "^4.2.0",
				"eslint": "^5.11.1",
				"eslint-plugin-mocha-no-only": "^1.1.0",
				"mocha": "^5.2.0"
			},
			"author": {
				"name": "Nicolas Venturo",
				"email": "nicolas.venturo@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/ZeppelinSolutions/chai-bn#readme",
			"repository": {
				"type": "git",
				"url": "git://github.com/ZeppelinSolutions/chai-bn.git"
			},
			"keywords": [
				"chai",
				"chai-plugin",
				"math",
				"test",
				"arbitrary",
				"precision",
				"arithmetic",
				"big",
				"number",
				"decimal",
				"float",
				"bignumber",
				"bn"
			],
			"dependencies": {},
			"peerDependencies": {
				"bn.js": "^4.11.0",
				"chai": "^4.0.0"
			},
			"gitHead": "43951a1fab51b84d2e6471563e23b3ccb6251a33",
			"bugs": {
				"url": "https://github.com/ZeppelinSolutions/chai-bn/issues"
			},
			"_id": "chai-bn@0.2.0",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.10.2",
			"dist": {
				"integrity": "sha512-h+XqIFikre13N3uiZSc50PZ0VztVjuD/Gytle07EUFkbd8z31tWp37DLAsR1dPozmOLA3yu4hi3IFjJDQ5CKBg==",
				"shasum": "7da60617531e5a8bdf9fbd5d848e693b7405a5cb",
				"tarball": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.2.0.tgz",
				"fileCount": 4,
				"unpackedSize": 9740,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg/NACRA9TVsSAnZWagAAfRUQAJyXKKmiUTow4wgdYnj9\n9dWRl3zn7WB3kD7et82ND8W16AptJlUbcMxNb3dbUydaQiQmM7mKsBB58D8m\nZubramBPL5P8O/Es6htF7oxVUejGN9GMn9OyCfo1UMSyjugDlKNFyBQivNem\n+Mwcu0Tcfh6vmpEdIsftXbnExmaY9nANqc0gFU5agQkfqq2GMnYNwHB4iPnN\nX3+HnxhIMApU/hOAaHoi0UspS28ab5VdRd7Ejj4JGZT5g5yTQBGU1P9nAzzt\nO2+yQoQ2l/hImYZsndqacOsrorORaQMdqjVi+vb1WV3F5LPnFyStFfcA712C\na4LeO42J8miiJvqcuFrLuaBILSKbsk9fHFJmZID8NSG4J5FNRLIUgqr+n19s\nFJQP+4kdqfE3YDoB4syIyv9ZC9I7uT1a5JzXpqbb8EPMSu51JaOgr3dWAKZP\neNoTjNBLWzhuAIV/ucKPYgo2nj962KPd9EzodhfrT3XNw8aLMtrctMsZlx1F\nmBCMUPUOu4BWuCezD4vMkAcAbr10MwSMD4cIceW3thzLnIFlUjYWAK2cX5y/\nrAOYfypQAFZOXkFMXqfZkTyjWyZtLNuRffL87awFvk4l3HrE7N/Pl4LS8ZV8\nySnnZvgwmSj6LmNck9hdUW1QQfJuwR0tagAnoHKdRwwlUKf6xvTNN87kjaBx\nBOuX\r\n=GIMm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nventuro",
					"email": "nicolas.venturo@gmail.com"
				}
			],
			"_npmUser": {
				"name": "nventuro",
				"email": "nicolas.venturo@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/chai-bn_0.2.0_1568928575616_0.7518072932446567"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.2.1": {
			"name": "chai-bn",
			"version": "0.2.1",
			"description": "Chai assertions for comparing arbitrary-precision integers using the bignumber.js library",
			"main": "chai-bn.js",
			"scripts": {
				"lint": "eslint .",
				"test": "mocha test/*.js"
			},
			"devDependencies": {
				"bn.js": "^4.11.8",
				"chai": "^4.2.0",
				"eslint": "^5.11.1",
				"eslint-plugin-mocha-no-only": "^1.1.0",
				"mocha": "^5.2.0"
			},
			"author": {
				"name": "Nicolas Venturo",
				"email": "nicolas.venturo@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/ZeppelinSolutions/chai-bn#readme",
			"repository": {
				"type": "git",
				"url": "git://github.com/ZeppelinSolutions/chai-bn.git"
			},
			"keywords": [
				"chai",
				"chai-plugin",
				"math",
				"test",
				"arbitrary",
				"precision",
				"arithmetic",
				"big",
				"number",
				"decimal",
				"float",
				"bignumber",
				"bn"
			],
			"dependencies": {},
			"peerDependencies": {
				"bn.js": "^4.11.0",
				"chai": "^4.0.0"
			},
			"gitHead": "56be6470775441d5f2b1fabfb249d36cf0adfe04",
			"bugs": {
				"url": "https://github.com/ZeppelinSolutions/chai-bn/issues"
			},
			"_id": "chai-bn@0.2.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.12.0",
			"dist": {
				"integrity": "sha512-01jt2gSXAw7UYFPT5K8d7HYjdXj2vyeIuE+0T/34FWzlNcVbs1JkPxRu7rYMfQnJhrHT8Nr6qjSf5ZwwLU2EYg==",
				"shasum": "1dad95e24c3afcd8139ab0262e9bbefff8a30ab7",
				"tarball": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.2.1.tgz",
				"fileCount": 4,
				"unpackedSize": 10353,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZol0CRA9TVsSAnZWagAAjWkP/0uGNBtmMu5yfCvYSYx3\nTgOwpeJC8J6m5DGpr++Xg56FFjDoZBulRJKzt2GGc3s8ImztDIhdK/k0wmdQ\nZexIXzJYtx/T0M0pvlbQHrWAu+5PWFWCxpGLDht7QNEUjdE6pK3XaYqjqcZW\nru/WFQYd23wHCv0IxhBYPYhnqc+IU0MH8aFRiaFHDhOp5Ve950pAD2p+8qC/\nNNzhCN342yiS7HoofkK6ly8TSH1gQlU91SdWiLr8KC3vO3ucCTFt3+8r2cYR\ngDZLiEvIhSH//C8GPym0JHg0LntO6K7Fde8yjrmz52Ew10BZDryryw2eWnkt\nP3a8SqATT5sYGzmJ1IAHdKlFkIU5gL2anSY2Z3FuBYX8wjnnrgpsNMsgCL/s\nVUhwmroAU9l44t/IZbnI0zlTL18ZfggZtpDbryROBH788+SMqi9iaYP/Fcl1\nzx8yau/E6WH4OdRpzZPSJjJxLQZSDfe4iWKZgT7w+4h9HQl4r3FFPHmbiGVj\njdlsaY1GLzC+CYMKS9kkWHypVop/toWHNpH0PqYNTSHr68KJL7Y2RG8kc8k2\nbcTnV9Rd6uNQeIX4RKPnBbW4ziGon0o0+ezEiZwXr3ugRet6orq22OdbYeeo\nu3k/QAaPRlXsoga/dw+/SgKoJ62diQJuAEAFna9J/yrappbRejRF39jKQRdE\ncZdI\r\n=ffZS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nventuro",
					"email": "nicolas.venturo@gmail.com"
				}
			],
			"_npmUser": {
				"name": "nventuro",
				"email": "nicolas.venturo@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/chai-bn_0.2.1_1583778164112_0.4962124990526411"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-12-27T18:55:56.087Z",
		"0.1.0-alpha.0": "2018-12-27T18:55:56.164Z",
		"modified": "2020-03-09T18:22:46.642Z",
		"0.1.0-alpha.1": "2018-12-28T13:58:58.881Z",
		"0.1.0-alpha.2": "2018-12-28T17:43:06.853Z",
		"0.1.0-beta.0": "2018-12-29T03:34:47.470Z",
		"0.1.0": "2019-01-11T19:04:29.879Z",
		"0.1.1": "2019-01-17T02:37:34.150Z",
		"0.2.0": "2019-09-19T21:29:35.753Z",
		"0.2.1": "2020-03-09T18:22:44.261Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "0.2.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"de16f53a8e0aabb1cbd8b973c78addff\"",
			"fetched": 1602009368733
		}
	},
	"_distfiles": {
		"chai-bn-0.1.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.0-alpha.0.tgz",
			"sha": "9817f3d5e49e887c7e95fefff786206cbf545bdb",
			"registry": "npmjs"
		},
		"chai-bn-0.1.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.0-alpha.1.tgz",
			"sha": "f6cfe493f1f2f727c1387fbc516e0d2a44b32e76",
			"registry": "npmjs"
		},
		"chai-bn-0.1.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.0-alpha.2.tgz",
			"sha": "e080fcb1ccb31bcf08758bb9c2f3767725f6c1fc",
			"registry": "npmjs"
		},
		"chai-bn-0.1.0-beta.0.tgz": {
			"url": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.0-beta.0.tgz",
			"sha": "dc4341b6692c30fa9aa8ee939825d84681b672d4",
			"registry": "npmjs"
		},
		"chai-bn-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.0.tgz",
			"sha": "8166d4e30801a799dba67d34f7aa6a8fc650228c",
			"registry": "npmjs"
		},
		"chai-bn-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.1.1.tgz",
			"sha": "a8904b2dc878e5c094881f327c0029579ff2062b",
			"registry": "npmjs"
		},
		"chai-bn-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.2.0.tgz",
			"sha": "7da60617531e5a8bdf9fbd5d848e693b7405a5cb",
			"registry": "npmjs"
		},
		"chai-bn-0.2.1.tgz": {
			"url": "https://registry.npmjs.org/chai-bn/-/chai-bn-0.2.1.tgz",
			"sha": "1dad95e24c3afcd8139ab0262e9bbefff8a30ab7",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "11-f6dc365734adfc5b",
	"_id": "chai-bn",
	"readme": "# chai-bn\n\n[![NPM Package](https://img.shields.io/npm/v/chai-bn.svg?style=flat-square)](https://www.npmjs.org/package/chai-bn)\n[![Build Status](https://travis-ci.com/OpenZeppelin/chai-bn.svg?branch=master)](https://travis-ci.com/OpenZeppelin/chai-bn)\n\n[`Chai`](https://www.chaijs.com/) assertions for comparing arbitrary-precision integers using the [bn.js](https://github.com/indutny/bn.js) library. Forked from [chai-bignumber](https://github.com/asmarques/chai-bignumber), which uses the [bignumber.js](https://github.com/MikeMcl/bignumber.js) library.\n\n## Installation\n\n```bash\nnpm install --save-dev chai-bn\n```\n\n## Usage\n\n```javascript\nconst chai = require('chai');\nconst BN = require('bn.js');\n\n// Enable and inject BN dependency\nchai.use(require('chai-bn')(BN));\n```\n\n## Assertions\n\nThe following assertion methods are provided and will override the existing builtin assertions if the `bignumber` property is set as part of the assertion chain:\n- equal/equals/eq\n- above/gt/greaterThan\n- least/gte\n- below/lt/lessThan\n- most/lte\n- closeTo\n\nA set of additional assertion properties is also provided:\n- negative\n- zero\n\nBoth actual values (the values being asserted) and expected values (the values the actual value is expected to match) can be either instances of `BN`, or strings which can be converted into a valid number. This is a key difference with [chai-bignumber](https://github.com/asmarques/chai-bignumber), which automatically converts JavaScript numbers to `BigNumber` instances for both actual and expected values.\n\nOnly BDD style (`expect` or `should`) assertions are supported.\n\n## Examples\n\nMethods:\n\n```javascript\nconst actual = new BN('100000000000000000').plus(new BN('1'));\nconst expected = '100000000000000001';\n\nactual.should.be.a.bignumber.that.equals(expected);\nexpect(actual).to.be.a.bignumber.that.is.at.most(expected);\n(new BN('1000')).should.be.a.bignumber.that.is.lessThan('2000');\n```\n\nProperties:\n\n```javascript\n(new BN('-100')).should.be.a.bignumber.that.is.negative;\nexpect(new BN('1').sub(new BN('1'))).to.be.a.bignumber.that.is.zero;\n```\n\nSome `Chai` properties (e.g. the `that.is` chain) have no effect other than increasing readability, and can be dropped if less verbosity is desired.\n\n## License\n\n[MIT](LICENSE)"
}