{
	"name": "number-to-bn",
	"versions": {
		"1.0.0": {
			"name": "number-to-bn",
			"version": "1.0.0",
			"description": "A simple method that will convert a string integer, hex, BN or bignumber.js object into a BN.js object.",
			"main": "src/index.js",
			"scripts": {
				"test": "mocha src/tests/**/**.js",
				"test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js",
				"coveralls": "npm run test-travis && cat ./coverage/lcov.info | coveralls"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/SilentCicero/number-to-bn.git"
			},
			"engines": {
				"npm": ">=3",
				"node": ">=6.5.0"
			},
			"keywords": [
				"number",
				"to",
				"bn",
				"convert",
				"hex",
				"bn.js"
			],
			"author": {
				"name": "Nick Dodson",
				"email": "thenickdodson@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/SilentCicero/number-to-bn/issues"
			},
			"homepage": "https://github.com/SilentCicero/number-to-bn#readme",
			"dependencies": {
				"bn.js": "4.11.6",
				"is-hex-prefixed": "1.0.0",
				"strip-hex-prefix": "1.0.0"
			},
			"devDependencies": {
				"bignumber.js": "3.0.1",
				"chai": "3.5.0",
				"coveralls": "2.11.9",
				"istanbul": "0.4.5",
				"mocha": "3.2.0"
			},
			"gitHead": "9c81eaf26beb3a54ef34f93af9e5bca92f75628e",
			"_id": "number-to-bn@1.0.0",
			"_shasum": "067583f49402c88f4d690882510af42b80c25f09",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "silentcicero",
				"email": "thenickdodson@gmail.com"
			},
			"dist": {
				"shasum": "067583f49402c88f4d690882510af42b80c25f09",
				"tarball": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "silentcicero",
					"email": "thenickdodson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/number-to-bn-1.0.0.tgz_1481070873888_0.5603043544106185"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "number-to-bn",
			"version": "1.1.0",
			"description": "A simple method that will convert a string integer, hex, BN or bignumber.js object into a BN.js object.",
			"main": "src/index.js",
			"scripts": {
				"test": "mocha src/tests/**/**.js",
				"test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js",
				"coveralls": "npm run test-travis && cat ./coverage/lcov.info | coveralls"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/SilentCicero/number-to-bn.git"
			},
			"engines": {
				"npm": ">=3",
				"node": ">=6.5.0"
			},
			"keywords": [
				"number",
				"to",
				"bn",
				"convert",
				"hex",
				"bn.js"
			],
			"author": {
				"name": "Nick Dodson",
				"email": "thenickdodson@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/SilentCicero/number-to-bn/issues"
			},
			"homepage": "https://github.com/SilentCicero/number-to-bn#readme",
			"dependencies": {
				"bn.js": "4.11.6",
				"is-hex-prefixed": "1.0.0",
				"strip-hex-prefix": "1.0.0"
			},
			"devDependencies": {
				"bignumber.js": "3.0.1",
				"chai": "3.5.0",
				"coveralls": "2.11.9",
				"istanbul": "0.4.5",
				"mocha": "3.2.0"
			},
			"gitHead": "9c81eaf26beb3a54ef34f93af9e5bca92f75628e",
			"_id": "number-to-bn@1.1.0",
			"_shasum": "51a3387c5bc68035ab4058c626132f767d9d08bf",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "silentcicero",
				"email": "thenickdodson@gmail.com"
			},
			"dist": {
				"shasum": "51a3387c5bc68035ab4058c626132f767d9d08bf",
				"tarball": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "silentcicero",
					"email": "thenickdodson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/number-to-bn-1.1.0.tgz_1481071490205_0.4125918096397072"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "number-to-bn",
			"version": "1.2.0",
			"description": "A simple method that will convert a string integer, hex, BN or bignumber.js object into a BN.js object.",
			"main": "src/index.js",
			"scripts": {
				"test": "mocha src/tests/**/**.js",
				"test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js",
				"coveralls": "npm run test-travis && cat ./coverage/lcov.info | coveralls"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/SilentCicero/number-to-bn.git"
			},
			"engines": {
				"npm": ">=3",
				"node": ">=6.5.0"
			},
			"keywords": [
				"number",
				"to",
				"bn",
				"convert",
				"hex",
				"bn.js"
			],
			"author": {
				"name": "Nick Dodson",
				"email": "thenickdodson@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/SilentCicero/number-to-bn/issues"
			},
			"homepage": "https://github.com/SilentCicero/number-to-bn#readme",
			"dependencies": {
				"bn.js": "4.11.6",
				"is-hex-prefixed": "1.0.0",
				"strip-hex-prefix": "1.0.0"
			},
			"devDependencies": {
				"bignumber.js": "3.0.1",
				"chai": "3.5.0",
				"coveralls": "2.11.9",
				"istanbul": "0.4.5",
				"mocha": "3.2.0"
			},
			"gitHead": "685017f4193e5e664c03a1b5143180414d2ff5aa",
			"_id": "number-to-bn@1.2.0",
			"_shasum": "51ccede1f705118fd3122a5a3bd55d7f5902eeee",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "silentcicero",
				"email": "thenickdodson@gmail.com"
			},
			"dist": {
				"shasum": "51ccede1f705118fd3122a5a3bd55d7f5902eeee",
				"tarball": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "silentcicero",
					"email": "thenickdodson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/number-to-bn-1.2.0.tgz_1481077124450_0.053678404772654176"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "number-to-bn",
			"version": "1.3.0",
			"description": "A simple method that will convert numbers, hex, BN or bignumber.js object into a BN.js object.",
			"main": "src/index.js",
			"scripts": {
				"start": "npm test",
				"release": "npmpub",
				"prepublish": "npm run build",
				"prebuild": "npm run build:clean && npm run test",
				"build:clean": "npm run test:clean && rimraf ./dist",
				"build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js --progress",
				"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js --progress",
				"build:stats": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js --progress --profile --json > dist/stats.json",
				"build": "npm run build:umd && npm run build:umd:min",
				"test:clean": "rimraf ./coverage",
				"test": "mocha ./src/tests/**/*.js -R spec --timeout 2000000",
				"test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000",
				"coveralls": "npm run test-travis && cat ./coverage/lcov.info | coveralls"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/SilentCicero/number-to-bn.git"
			},
			"engines": {
				"npm": ">=3",
				"node": ">=6.5.0"
			},
			"keywords": [
				"number",
				"to",
				"bn",
				"convert",
				"hex",
				"bn.js"
			],
			"author": {
				"name": "Nick Dodson",
				"email": "thenickdodson@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/SilentCicero/number-to-bn/issues"
			},
			"homepage": "https://github.com/SilentCicero/number-to-bn#readme",
			"dependencies": {
				"bn.js": "4.11.6",
				"strip-hex-prefix": "1.0.0"
			},
			"devDependencies": {
				"bignumber.js": "3.0.1",
				"chai": "3.5.0",
				"coveralls": "2.11.9",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"cross-env": "1.0.7",
				"pre-commit": "1.1.3",
				"rimraf": "2.3.4",
				"webpack": "2.1.0-beta.15"
			},
			"pre-commit": "build",
			"gitHead": "6e23b0127f5b82d8f773c4485cf3c079a901f0a1",
			"_id": "number-to-bn@1.3.0",
			"_shasum": "3112c906e3f3d06b679a809534583c4b2aec6670",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "silentcicero",
				"email": "thenickdodson@gmail.com"
			},
			"dist": {
				"shasum": "3112c906e3f3d06b679a809534583c4b2aec6670",
				"tarball": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "silentcicero",
					"email": "thenickdodson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/number-to-bn-1.3.0.tgz_1481394122956_0.9818393632303923"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.0": {
			"name": "number-to-bn",
			"version": "1.4.0",
			"description": "A simple method that will convert numbers, hex, BN or bignumber.js object into a BN.js object.",
			"main": "src/index.js",
			"scripts": {
				"start": "npm test",
				"release": "npmpub",
				"prepublish": "npm run build",
				"prebuild": "npm run build:clean && npm run test",
				"build:clean": "npm run test:clean && rimraf ./dist",
				"build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js --progress",
				"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js --progress",
				"build:stats": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js --progress --profile --json > dist/stats.json",
				"build": "npm run build:umd && npm run build:umd:min",
				"test:clean": "rimraf ./coverage",
				"test": "mocha ./src/tests/**/*.js -R spec --timeout 2000000",
				"test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000",
				"coveralls": "npm run test-travis && cat ./coverage/lcov.info | coveralls"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/SilentCicero/number-to-bn.git"
			},
			"engines": {
				"npm": ">=3",
				"node": ">=6.5.0"
			},
			"keywords": [
				"number",
				"to",
				"bn",
				"convert",
				"hex",
				"bn.js"
			],
			"author": {
				"name": "Nick Dodson",
				"email": "thenickdodson@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/SilentCicero/number-to-bn/issues"
			},
			"homepage": "https://github.com/SilentCicero/number-to-bn#readme",
			"dependencies": {
				"bn.js": "4.11.6",
				"strip-hex-prefix": "1.0.0"
			},
			"devDependencies": {
				"bignumber.js": "3.0.1",
				"chai": "3.5.0",
				"coveralls": "2.11.9",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"cross-env": "1.0.7",
				"pre-commit": "1.1.3",
				"rimraf": "2.3.4",
				"webpack": "2.1.0-beta.15"
			},
			"pre-commit": "build",
			"gitHead": "6e23b0127f5b82d8f773c4485cf3c079a901f0a1",
			"_id": "number-to-bn@1.4.0",
			"_shasum": "9005dbb05f2013d036155b41478c97f442803628",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "silentcicero",
				"email": "thenickdodson@gmail.com"
			},
			"dist": {
				"shasum": "9005dbb05f2013d036155b41478c97f442803628",
				"tarball": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "silentcicero",
					"email": "thenickdodson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/number-to-bn-1.4.0.tgz_1481395289064_0.1703513532411307"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.0": {
			"name": "number-to-bn",
			"version": "1.5.0",
			"description": "A simple method that will convert numbers, hex, BN or bignumber.js object into a BN.js object.",
			"main": "src/index.js",
			"scripts": {
				"start": "npm test",
				"release": "npmpub",
				"prepublish": "npm run build",
				"prebuild": "npm run build:clean && npm run test",
				"build:clean": "npm run test:clean && rimraf ./dist",
				"build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js --progress",
				"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js --progress",
				"build:stats": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js --progress --profile --json > dist/stats.json",
				"build": "npm run build:umd && npm run build:umd:min",
				"test:clean": "rimraf ./coverage",
				"test": "mocha ./src/tests/**/*.js -R spec --timeout 2000000",
				"test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000",
				"test:browser": "zuul -- ./src/tests/*.js",
				"test:browser-local": "zuul --local -- ./src/tests/*.js",
				"coveralls": "npm run test-travis && cat ./coverage/lcov.info | coveralls"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/SilentCicero/number-to-bn.git"
			},
			"engines": {
				"npm": ">=3",
				"node": ">=6.5.0"
			},
			"keywords": [
				"number",
				"to",
				"bn",
				"convert",
				"hex",
				"bn.js"
			],
			"author": {
				"name": "Nick Dodson",
				"email": "thenickdodson@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/SilentCicero/number-to-bn/issues"
			},
			"homepage": "https://github.com/SilentCicero/number-to-bn#readme",
			"dependencies": {
				"bn.js": "4.11.6",
				"strip-hex-prefix": "1.0.0"
			},
			"testling": {
				"files": "src/tests/*.js"
			},
			"devDependencies": {
				"bignumber.js": "3.0.1",
				"chai": "3.5.0",
				"coveralls": "2.11.9",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"zuul": "3.0.0",
				"cross-env": "1.0.7",
				"pre-commit": "1.1.3",
				"rimraf": "2.3.4",
				"webpack": "2.1.0-beta.15"
			},
			"pre-commit": "build",
			"gitHead": "2d19916ee3bc92cefc502ce26fa7f55837507485",
			"_id": "number-to-bn@1.5.0",
			"_shasum": "fc46d36803c50377afe167b32b4f249e8fd8c28c",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "silentcicero",
				"email": "thenickdodson@gmail.com"
			},
			"dist": {
				"shasum": "fc46d36803c50377afe167b32b4f249e8fd8c28c",
				"tarball": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "silentcicero",
					"email": "thenickdodson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/number-to-bn-1.5.0.tgz_1482193885697_0.8645901924464852"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.0": {
			"name": "number-to-bn",
			"version": "1.6.0",
			"description": "A simple method that will convert numbers, hex, BN or bignumber.js object into a BN.js object.",
			"main": "src/index.js",
			"scripts": {
				"start": "npm test",
				"release": "npmpub",
				"prepublish": "npm run build",
				"prebuild": "npm run build:clean && npm run test",
				"build:clean": "npm run test:clean && rimraf ./dist",
				"build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js --progress",
				"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js --progress",
				"build:stats": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js --progress --profile --json > dist/stats.json",
				"build": "npm run build:umd && npm run build:umd:min",
				"test:clean": "rimraf ./coverage",
				"test": "mocha ./src/tests/**/*.js -R spec --timeout 2000000",
				"test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000",
				"test:browser": "zuul -- ./src/tests/*.js",
				"test:browser-local": "zuul --local -- ./src/tests/*.js",
				"coveralls": "npm run test-travis && cat ./coverage/lcov.info | coveralls"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/SilentCicero/number-to-bn.git"
			},
			"engines": {
				"npm": ">=3",
				"node": ">=6.5.0"
			},
			"keywords": [
				"number",
				"to",
				"bn",
				"convert",
				"hex",
				"bn.js"
			],
			"author": {
				"name": "Nick Dodson",
				"email": "thenickdodson@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/SilentCicero/number-to-bn/issues"
			},
			"homepage": "https://github.com/SilentCicero/number-to-bn#readme",
			"dependencies": {
				"bn.js": "4.11.6",
				"strip-hex-prefix": "1.0.0"
			},
			"testling": {
				"files": "src/tests/*.js"
			},
			"devDependencies": {
				"bignumber.js": "3.0.1",
				"chai": "3.5.0",
				"coveralls": "2.11.9",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"zuul": "3.0.0",
				"cross-env": "1.0.7",
				"pre-commit": "1.1.3",
				"rimraf": "2.3.4",
				"webpack": "2.1.0-beta.15"
			},
			"pre-commit": "build",
			"gitHead": "4ba73cce2cfd8070a3ad092782769f40cf116dec",
			"_id": "number-to-bn@1.6.0",
			"_shasum": "546f29ffdee84d0e3d3bcdaf0181dbfc8f68bbe9",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "silentcicero",
				"email": "thenickdodson@gmail.com"
			},
			"dist": {
				"shasum": "546f29ffdee84d0e3d3bcdaf0181dbfc8f68bbe9",
				"tarball": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.6.0.tgz"
			},
			"maintainers": [
				{
					"name": "silentcicero",
					"email": "thenickdodson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/number-to-bn-1.6.0.tgz_1482194624134_0.12866552779451013"
			},
			"directories": {},
			"contributors": []
		},
		"1.7.0": {
			"name": "number-to-bn",
			"version": "1.7.0",
			"description": "A simple method that will convert numbers, hex, BN or bignumber.js object into a BN.js object.",
			"main": "src/index.js",
			"scripts": {
				"start": "npm test",
				"release": "npmpub",
				"prepublish": "npm run build",
				"prebuild": "npm run build:clean && npm run test",
				"build:clean": "npm run test:clean && rimraf ./dist",
				"build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js --progress",
				"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js --progress",
				"build:stats": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js --progress --profile --json > dist/stats.json",
				"build": "npm run build:umd && npm run build:umd:min",
				"test:clean": "rimraf ./coverage",
				"test": "mocha ./src/tests/**/*.js -R spec --timeout 2000000",
				"test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000",
				"test:browser": "zuul -- ./src/tests/*.js",
				"test:browser-local": "zuul --local -- ./src/tests/*.js",
				"coveralls": "npm run test-travis && cat ./coverage/lcov.info | coveralls"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/SilentCicero/number-to-bn.git"
			},
			"engines": {
				"npm": ">=3",
				"node": ">=6.5.0"
			},
			"keywords": [
				"number",
				"to",
				"bn",
				"convert",
				"hex",
				"bn.js"
			],
			"author": {
				"name": "Nick Dodson",
				"email": "thenickdodson@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/SilentCicero/number-to-bn/issues"
			},
			"homepage": "https://github.com/SilentCicero/number-to-bn#readme",
			"dependencies": {
				"bn.js": "4.11.6",
				"strip-hex-prefix": "1.0.0"
			},
			"testling": {
				"files": "src/tests/*.js"
			},
			"devDependencies": {
				"bignumber.js": "3.0.1",
				"chai": "3.5.0",
				"coveralls": "2.11.9",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"zuul": "3.0.0",
				"cross-env": "1.0.7",
				"pre-commit": "1.1.3",
				"rimraf": "2.3.4",
				"webpack": "2.1.0-beta.15"
			},
			"pre-commit": "build",
			"gitHead": "0142169d30be243427abd661892e798c1d15c2cf",
			"_id": "number-to-bn@1.7.0",
			"_shasum": "bb3623592f7e5f9e0030b1977bd41a0c53fe1ea0",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "silentcicero",
				"email": "thenickdodson@gmail.com"
			},
			"dist": {
				"shasum": "bb3623592f7e5f9e0030b1977bd41a0c53fe1ea0",
				"tarball": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.7.0.tgz"
			},
			"maintainers": [
				{
					"name": "silentcicero",
					"email": "thenickdodson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/number-to-bn-1.7.0.tgz_1482200846504_0.8826010676566511"
			},
			"directories": {},
			"contributors": []
		}
	},
	"time": {
		"modified": "2016-12-20T02:27:28.353Z",
		"created": "2016-12-07T00:34:35.719Z",
		"1.0.0": "2016-12-07T00:34:35.719Z",
		"1.1.0": "2016-12-07T00:44:52.077Z",
		"1.2.0": "2016-12-07T02:18:46.355Z",
		"1.3.0": "2016-12-10T18:22:05.236Z",
		"1.4.0": "2016-12-10T18:41:31.446Z",
		"1.5.0": "2016-12-20T00:31:26.337Z",
		"1.6.0": "2016-12-20T00:43:44.734Z",
		"1.7.0": "2016-12-20T02:27:28.353Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.7.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"b0a9a13674f4662d1626e3ccac64dc9c\"",
			"fetched": 1602009387626
		}
	},
	"_distfiles": {
		"number-to-bn-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.0.0.tgz",
			"sha": "067583f49402c88f4d690882510af42b80c25f09",
			"registry": "npmjs"
		},
		"number-to-bn-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.1.0.tgz",
			"sha": "51a3387c5bc68035ab4058c626132f767d9d08bf",
			"registry": "npmjs"
		},
		"number-to-bn-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.2.0.tgz",
			"sha": "51ccede1f705118fd3122a5a3bd55d7f5902eeee",
			"registry": "npmjs"
		},
		"number-to-bn-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.3.0.tgz",
			"sha": "3112c906e3f3d06b679a809534583c4b2aec6670",
			"registry": "npmjs"
		},
		"number-to-bn-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.4.0.tgz",
			"sha": "9005dbb05f2013d036155b41478c97f442803628",
			"registry": "npmjs"
		},
		"number-to-bn-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.5.0.tgz",
			"sha": "fc46d36803c50377afe167b32b4f249e8fd8c28c",
			"registry": "npmjs"
		},
		"number-to-bn-1.6.0.tgz": {
			"url": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.6.0.tgz",
			"sha": "546f29ffdee84d0e3d3bcdaf0181dbfc8f68bbe9",
			"registry": "npmjs"
		},
		"number-to-bn-1.7.0.tgz": {
			"url": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.7.0.tgz",
			"sha": "bb3623592f7e5f9e0030b1977bd41a0c53fe1ea0",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"number-to-bn-1.7.0.tgz": {
			"shasum": "bb3623592f7e5f9e0030b1977bd41a0c53fe1ea0"
		}
	},
	"_rev": "17-d6f657d0f0eac59d",
	"_id": "number-to-bn",
	"readme": "## number-to-bn\n\n<div>\n  <!-- Dependency Status -->\n  <a href=\"https://david-dm.org/silentcicero/number-to-bn\">\n    <img src=\"https://david-dm.org/silentcicero/number-to-bn.svg\"\n    alt=\"Dependency Status\" />\n  </a>\n\n  <!-- devDependency Status -->\n  <a href=\"https://david-dm.org/silentcicero/number-to-bn#info=devDependencies\">\n    <img src=\"https://david-dm.org/silentcicero/number-to-bn/dev-status.svg\" alt=\"devDependency Status\" />\n  </a>\n\n  <!-- Build Status -->\n  <a href=\"https://travis-ci.org/SilentCicero/number-to-bn\">\n    <img src=\"https://travis-ci.org/SilentCicero/number-to-bn.svg\"\n    alt=\"Build Status\" />\n  </a>\n\n  <!-- NPM Version -->\n  <a href=\"https://www.npmjs.org/package/number-to-bn\">\n    <img src=\"http://img.shields.io/npm/v/number-to-bn.svg\"\n    alt=\"NPM version\" />\n  </a>\n\n  <a href=\"https://coveralls.io/r/SilentCicero/number-to-bn\">\n    <img src=\"https://coveralls.io/repos/github/SilentCicero/number-to-bn/badge.svg\" alt=\"Test Coverage\" />\n  </a>\n\n  <!-- Javascript Style -->\n  <a href=\"http://airbnb.io/javascript/\">\n    <img src=\"https://img.shields.io/badge/code%20style-airbnb-brightgreen.svg\" alt=\"js-airbnb-style\" />\n  </a>\n</div>\n\n<br />\n\nA simple method to convert integer or hex integer numbers to BN.js object instances. Does not supprot decimal numbers.\n\n## Install\n\n```\nnpm install --save number-to-bn\n```\n\n## Usage\n\n```js\nconst numberToBN = require('number-to-bn');\n\nconsole.log(numberToBN('-1'));\n\n// result <BN ...> -1\n\nconsole.log(numberToBN(1));\n\n// result <BN ...> 1\n\nconsole.log(numberToBN(new BN(100)));\n\n// result <BN ...> 100\n\nconsole.log(numberToBN(new BigNumber(10000)));\n\n// result <BN ...> 10000\n\nconsole.log(numberToBN('0x0a'));\n\n// result <BN ...> 10\n\nconsole.log(numberToBN('-0x0a'));\n\n// result <BN ...> -10\n\nconsole.log(numberToBN('0.9')); // or {}, [], undefined, 9.9\n\n// throws new Error(...)\n\nconsole.log(numberToBN(null)); // or {}, [], undefined, 9.9\n\n// throws new Error(...)\n```\n\n## Important documents\n\n- [Changelog](CHANGELOG.md)\n- [License](https://raw.githubusercontent.com/silentcicero/number-to-bn/master/LICENSE)\n\n## Licence\n\nThis project is licensed under the MIT license, Copyright (c) 2016 Nick Dodson. For more information see LICENSE.md.\n\n```\nThe MIT License\n\nCopyright (c) 2016 Nick Dodson. nickdodson.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```"
}