{
	"name": "multibase",
	"versions": {
		"0.2.0": {
			"name": "multibase",
			"version": "0.2.0",
			"description": "JavaScript implementation of the multibase specification",
			"main": "lib/index.js",
			"jsnext:main": "src/index.js",
			"scripts": {
				"test:node": "aegir-test node",
				"lint": "aegir-lint",
				"test:browser": "aegir-test browser",
				"build": "aegir-build",
				"test": "aegir-test",
				"release": "aegir-release",
				"release-minor": "aegir-release --type minor",
				"release-major": "aegir-release --type major",
				"coverage": "aegir-coverage",
				"coverage-publish": "aegir-coverage publish"
			},
			"pre-commit": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"devDependencies": {
				"aegir": "^6.0.1",
				"chai": "^3.5.0",
				"pre-commit": "^1.1.3"
			},
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"dependencies": {
				"bs58": "^3.0.0"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"gitHead": "d64e4466652e011e87e12b422434fffb66beea4e",
			"_id": "multibase@0.2.0",
			"_shasum": "8c0f9d5ff33f863dc4722ca7d06dc1dd9e5f006e",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "4.4.4",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"shasum": "8c0f9d5ff33f863dc4722ca7d06dc1dd9e5f006e",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-0.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/multibase-0.2.0.tgz_1472757892139_0.600787207018584"
			},
			"directories": {}
		},
		"0.3.0": {
			"name": "multibase",
			"version": "0.3.0",
			"description": "JavaScript implementation of the multibase specification",
			"main": "src/index.js",
			"scripts": {
				"test:node": "aegir-test node",
				"lint": "aegir-lint",
				"test:browser": "aegir-test browser",
				"build": "aegir-build",
				"test": "aegir-test",
				"docs": "aegir-docs",
				"release": "aegir-release --docs",
				"release-minor": "aegir-release --type minor --docs",
				"release-major": "aegir-release --type major --docs",
				"coverage": "aegir-coverage",
				"coverage-publish": "aegir-coverage publish"
			},
			"pre-commit": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"devDependencies": {
				"aegir": "^9.3.0",
				"chai": "^3.5.0",
				"pre-commit": "^1.2.2"
			},
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"dependencies": {
				"base-x": "2.0.2"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "npm-to-cdn-bot",
					"email": "npmcdn-to-unpkg-bot@users.noreply.github.com",
					"url": "by Forbes Lindesay"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				}
			],
			"gitHead": "b3d848b4261c6679fd00368758691ad1d854f54b",
			"_id": "multibase@0.3.0",
			"_shasum": "fa6c32e1f6b8798e7933ee53765a36c31b2211d0",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "6.9.2",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"dist": {
				"shasum": "fa6c32e1f6b8798e7933ee53765a36c31b2211d0",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-0.3.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/multibase-0.3.0.tgz_1483104263132_0.18105062004178762"
			},
			"directories": {}
		},
		"0.3.1": {
			"name": "multibase",
			"version": "0.3.1",
			"description": "JavaScript implementation of the multibase specification",
			"main": "src/index.js",
			"scripts": {
				"test:node": "aegir-test node",
				"lint": "aegir-lint",
				"test:browser": "aegir-test browser",
				"build": "aegir-build",
				"test": "aegir-test",
				"docs": "aegir-docs",
				"release": "aegir-release --docs",
				"release-minor": "aegir-release --type minor --docs",
				"release-major": "aegir-release --type major --docs",
				"coverage": "aegir-coverage",
				"coverage-publish": "aegir-coverage publish"
			},
			"pre-commit": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"devDependencies": {
				"aegir": "^10.0.0",
				"chai": "^3.5.0",
				"pre-commit": "^1.2.2"
			},
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"dependencies": {
				"base-x": "2.0.4"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "greenkeeper[bot]",
					"email": "greenkeeper[bot]@users.noreply.github.com"
				},
				{
					"name": "npm-to-cdn-bot",
					"email": "npmcdn-to-unpkg-bot@users.noreply.github.com",
					"url": "by Forbes Lindesay"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				}
			],
			"gitHead": "175aa2a329f824d0bbe1526144966ac2b8672731",
			"_id": "multibase@0.3.1",
			"_shasum": "3f13568cab71be11dfedb55786b1836fd7f8a399",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"shasum": "3f13568cab71be11dfedb55786b1836fd7f8a399",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-0.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/multibase-0.3.1.tgz_1486655263800_0.44610939803533256"
			},
			"directories": {}
		},
		"0.3.2": {
			"name": "multibase",
			"version": "0.3.2",
			"description": "JavaScript implementation of the multibase specification",
			"main": "src/index.js",
			"scripts": {
				"test:node": "aegir-test node",
				"lint": "aegir-lint",
				"test:browser": "aegir-test browser",
				"build": "aegir-build",
				"test": "aegir-test",
				"docs": "aegir-docs",
				"release": "aegir-release --docs",
				"release-minor": "aegir-release --type minor --docs",
				"release-major": "aegir-release --type major --docs",
				"coverage": "aegir-coverage",
				"coverage-publish": "aegir-coverage publish"
			},
			"pre-commit": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"devDependencies": {
				"aegir": "^10.0.0",
				"chai": "^3.5.0",
				"pre-commit": "^1.2.2"
			},
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"dependencies": {
				"base-x": "3.0.0"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "greenkeeper[bot]",
					"email": "greenkeeper[bot]@users.noreply.github.com"
				},
				{
					"name": "npm-to-cdn-bot",
					"email": "npmcdn-to-unpkg-bot@users.noreply.github.com",
					"url": "by Forbes Lindesay"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				}
			],
			"gitHead": "0a5eb09fd4e92c6f4937afdf3cbee3670a4a3ecc",
			"_id": "multibase@0.3.2",
			"_shasum": "f3cf79d86aa8364432d6691dbd8c0cdf12ede66a",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"shasum": "f3cf79d86aa8364432d6691dbd8c0cdf12ede66a",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-0.3.2.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/multibase-0.3.2.tgz_1488912420215_0.16647198935970664"
			},
			"directories": {}
		},
		"0.3.3": {
			"name": "multibase",
			"version": "0.3.3",
			"description": "JavaScript implementation of the multibase specification",
			"main": "src/index.js",
			"scripts": {
				"test:node": "aegir-test node",
				"lint": "aegir-lint",
				"test:browser": "aegir-test browser",
				"build": "aegir-build",
				"test": "aegir-test",
				"docs": "aegir-docs",
				"release": "aegir-release --docs",
				"release-minor": "aegir-release --type minor --docs",
				"release-major": "aegir-release --type major --docs",
				"coverage": "aegir-coverage",
				"coverage-publish": "aegir-coverage publish"
			},
			"pre-commit": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"devDependencies": {
				"aegir": "^10.0.0",
				"chai": "^3.5.0",
				"pre-commit": "^1.2.2"
			},
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"dependencies": {
				"base-x": "3.0.0"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "greenkeeper[bot]",
					"email": "greenkeeper[bot]@users.noreply.github.com"
				},
				{
					"name": "npm-to-cdn-bot",
					"email": "npmcdn-to-unpkg-bot@users.noreply.github.com",
					"url": "by Forbes Lindesay"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				}
			],
			"gitHead": "e87e144fb04a797bacef1ee82e1db950cb3438c2",
			"_id": "multibase@0.3.3",
			"_shasum": "93213d4aa9e6e28b7b281e363b5a5904fbf5daf1",
			"_from": ".",
			"_npmVersion": "4.3.0",
			"_nodeVersion": "7.2.1",
			"_npmUser": {
				"name": "dignifiedquire",
				"email": "dignifiedquire@gmail.com"
			},
			"dist": {
				"shasum": "93213d4aa9e6e28b7b281e363b5a5904fbf5daf1",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-0.3.3.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "dignifiedquire",
					"email": "dignifiedquire@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/multibase-0.3.3.tgz_1489661852042_0.7011744324117899"
			},
			"directories": {}
		},
		"0.3.4": {
			"name": "multibase",
			"version": "0.3.4",
			"description": "JavaScript implementation of the multibase specification",
			"main": "src/index.js",
			"scripts": {
				"test:node": "aegir-test node",
				"lint": "aegir-lint",
				"test:browser": "aegir-test browser",
				"build": "aegir-build",
				"test": "aegir-test",
				"docs": "aegir-docs",
				"release": "aegir-release --docs",
				"release-minor": "aegir-release --type minor --docs",
				"release-major": "aegir-release --type major --docs",
				"coverage": "aegir-coverage",
				"coverage-publish": "aegir-coverage publish"
			},
			"pre-commit": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"devDependencies": {
				"aegir": "^11.0.0",
				"chai": "^3.5.0",
				"pre-commit": "^1.2.2"
			},
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"dependencies": {
				"base-x": "3.0.0"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "greenkeeper[bot]",
					"email": "greenkeeper[bot]@users.noreply.github.com"
				},
				{
					"name": "npm-to-cdn-bot",
					"email": "npmcdn-to-unpkg-bot@users.noreply.github.com",
					"url": "by Forbes Lindesay"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				}
			],
			"gitHead": "18623b0dbe31dc78184f8d06729f531b00d5799f",
			"_id": "multibase@0.3.4",
			"_shasum": "fba8b0aac9724f62e24782557e2a062e30d3ae7f",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"shasum": "fba8b0aac9724f62e24782557e2a062e30d3ae7f",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-0.3.4.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "dignifiedquire",
					"email": "dignifiedquire@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/multibase-0.3.4.tgz_1489677206401_0.21785574918612838"
			},
			"directories": {}
		},
		"0.4.0": {
			"name": "multibase",
			"version": "0.4.0",
			"description": "JavaScript implementation of the multibase specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test -t node",
				"test:browser": "aegir test -t browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release --docs",
				"release-minor": "aegir release --type minor --docs",
				"release-major": "aegir release --type major --docs",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage publish"
			},
			"pre-commit": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"devDependencies": {
				"aegir": "^12.3.0",
				"chai": "^4.1.2",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.2"
			},
			"dependencies": {
				"base-x": "3.0.4"
			},
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "Wolfgang Faust",
					"email": "wolfgang42@users.noreply.github.com"
				},
				{
					"name": "greenkeeper[bot]",
					"email": "greenkeeper[bot]@users.noreply.github.com"
				},
				{
					"name": "npm-to-cdn-bot",
					"email": "npmcdn-to-unpkg-bot@users.noreply.github.com",
					"url": "by Forbes Lindesay"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "36d60d3f9379ea005327fe3a375f03ba286d0ecc",
			"_id": "multibase@0.4.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.8.0",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"integrity": "sha512-fnYvZJWDn3eSJ7EeWvS8zbOpRwuyPHpDggSnqGXkQMvYED5NdO9nyqnZboGvAT+r/60J8KZ09tW8YJHkS22sFw==",
				"shasum": "1bdb62c82de0114f822a1d8751bcbee91cd2efba",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-0.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "dignifiedquire",
					"email": "dignifiedquire@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multibase-0.4.0.tgz_1514804234555_0.5299462352413684"
			},
			"directories": {}
		},
		"0.5.0": {
			"name": "multibase",
			"version": "0.5.0",
			"description": "JavaScript implementation of the multibase specification",
			"leadMaintainer": "Oli Evans <oli@tableflip.io>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test -t node",
				"test:browser": "aegir test -t browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release --docs",
				"release-minor": "aegir release --type minor --docs",
				"release-major": "aegir release --type major --docs",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage publish"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"devDependencies": {
				"aegir": "^15.1.0",
				"chai": "^4.1.2",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.2"
			},
			"dependencies": {
				"base-x": "3.0.4"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"contributors": [
				{
					"name": "Alan Shaw",
					"email": "alan@tableflip.io"
				},
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Oli Evans",
					"email": "oli@tableflip.io"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "Wolfgang Faust",
					"email": "wolfgang42@users.noreply.github.com"
				},
				{
					"name": "greenkeeper[bot]",
					"email": "greenkeeper[bot]@users.noreply.github.com"
				},
				{
					"name": "npm-to-cdn-bot",
					"email": "npmcdn-to-unpkg-bot@users.noreply.github.com",
					"url": "by Forbes Lindesay"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "0326defd98b33cf19d6b130925929ad06aaf9d1b",
			"_id": "multibase@0.5.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "8.9.3",
			"_npmUser": {
				"name": "olizilla",
				"email": "oli@tableflip.io"
			},
			"dist": {
				"integrity": "sha512-7epKiK8/UBzraYZvOuZa8FH/00hMfTnzTy1OQol1YBU2csAYA7rwWh+iue9plXRmVFBGvmVKMuo0oq5sD47kvw==",
				"shasum": "45668ad138963d778bdf1f79da64f21caa7bb6eb",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-0.5.0.tgz",
				"fileCount": 18,
				"unpackedSize": 195450,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbh9Y/CRA9TVsSAnZWagAA+BsQAJuxB5mr0SVyKNbDC1zP\nwd1z+VZ5iuRB5mW/a2OGYgrZblHmMiLt/Qw+PrgCmJIWkaj3vFuP/ROkDiwW\nIbBSawqLoCz1lI3Re4xo/8hWmTiKkcli5V5yIta7jQz1Bs4WdOVucybKrIFX\nuPaD+9tvb5KvgDOvMtLMwLLCxc9ShcmBxRdZIouILyTdJ36sS9JzXi4Vy69d\nZGpHt+yL8YoMXBomF9daL7P0z621WXfH2UooS/syeXMDH1ZHvCk20f9A8mLL\neqUsqdTTa9iCcjXizBn+fCSOmLg/urIKZ+wii1CagHdl6mrckO2R4wbPrao4\ntzSdBad2PWLLDXOeUkdO0sUw5WNdIQ+KTG3902gnkfqIIpr6RoGFnjWbRh3V\nY0BLkzSzAXtvzsMdOXjm2Vyf9r7BhBlJSnMI26wefmUNefIjsLar1hRlXJ0t\nKO9ARnYwd+eMjJ/iEoTJfpIrqXwa2jgtu7Oy0wj8SNOwK1RLyi5UvwICs9j8\npYldyxOY9cuoKlpHurBMNvc5ogyyFaAkOFZDmKE507VBEOJlFjIM0lvn8FWO\nDwr+8vlYLsU+Nxungz3irPhncIEV8mjnbJABHPtiquuW4PCJzdm4K7CjGHSk\nQXPIDqYFVFIBo3hdCJDtJBlvzN04sJYK1OLVUpoUIlwJGTYnTiopwevUa3Dr\nMD6r\r\n=Dxiq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "dignifiedquire@gmail.com",
					"name": "dignifiedquire"
				},
				{
					"email": "oli@tableflip.io",
					"name": "olizilla"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multibase_0.5.0_1535628862747_0.38374801733830455"
			},
			"_hasShrinkwrap": false
		},
		"0.6.0": {
			"name": "multibase",
			"version": "0.6.0",
			"description": "JavaScript implementation of the multibase specification",
			"leadMaintainer": "Oli Evans <oli@tableflip.io>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test -t node",
				"test:browser": "aegir test -t browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release --docs",
				"release-minor": "aegir release --type minor --docs",
				"release-major": "aegir release --type major --docs",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage publish"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"devDependencies": {
				"aegir": "^17.1.0",
				"chai": "^4.1.2",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.2"
			},
			"dependencies": {
				"base-x": "3.0.4"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"contributors": [
				{
					"name": "Alan Shaw",
					"email": "alan.shaw@protocol.ai"
				},
				{
					"name": "Alan Shaw",
					"email": "alan@tableflip.io"
				},
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Oli Evans",
					"email": "oli@tableflip.io"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "Wolfgang Faust",
					"email": "wolfgang42@users.noreply.github.com"
				},
				{
					"name": "greenkeeper[bot]",
					"email": "greenkeeper[bot]@users.noreply.github.com"
				},
				{
					"name": "npm-to-cdn-bot",
					"email": "npmcdn-to-unpkg-bot@users.noreply.github.com",
					"url": "by Forbes Lindesay"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				},
				{
					"name": "victorbjelkholm",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "474376e19d8fdeeb1c8a6e9d6848861b05e06025",
			"_id": "multibase@0.6.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.11.0",
			"_npmUser": {
				"name": "olizilla",
				"email": "oli@tableflip.io"
			},
			"dist": {
				"integrity": "sha512-R9bNLQhbD7MsitPm1NeY7w9sDgu6d7cuj25snAWH7k5PSNPSwIQQBpcpj8jx1W96dLbdigZqmUWOdQRMnAmgjA==",
				"shasum": "0216e350614c7456da5e8e5b20d3fcd4c9104f56",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-0.6.0.tgz",
				"fileCount": 16,
				"unpackedSize": 260663,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9sFOCRA9TVsSAnZWagAAw7cP/0L6f6R/neb2o7GErpcz\nklqer++vVn/k8Dd7VCQiqiRcjO20hIxkQGqasNnmRqLhawJ5iJ2Z9x8QBnhN\nCyL3dZUR2PDNJfpjcACRJr3REC5KV91GySyM6XqPpWcAHoQGeTPpilFAsm/Y\nSL+lm9q0b5p5qsF1gis77VfDfTM9FqyvqBWrn7C2xiiDZvJLEL9z5Ip3vOj/\njJ4eIG9Uw04wJh+QmLBgD/XP4pGl0kRsjxswXnZMTAKb+CMNbZ0Jh8KmUigU\nbDkCuVpCbPfA50ASGLNTHVDnhy6jPmjpg55Wc8Cy99pc/rMh4EoxrORe/FtG\nHSRkRRq6WcBZWnM/IfhYxbeJEJButyDj0HnYxM1wKyKAIj7/SDDNS/qODeYU\noHwyItCZYjOESH0irY18W6PjDl7tsxpy9ISJotpY0yvZcNS9KrWnsifEfV00\nT57OOcPVIEFwAOXFragWEnkDrAhPKje+cKjVlrxa3DnQ6eHGoNo1BhrZW/b8\nJvf+rKyObguBrs/CXbqp5dQRhmtD4ZfLuY7BoY3VDJrFGvqk15k8I8rXUd/6\nisevRD95rjLMZgPBe6ns5efm1QYGrAYp2RK5+X62ANOYVEcIPbNwykKDe15F\nM7X77ENdB6kvY4iNjgVBM+K4kuxz1NRoQSw6xcPwsTnccTZSINQFhCsuVrt4\nLhT5\r\n=b7t9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "dignifiedquire@gmail.com",
					"name": "dignifiedquire"
				},
				{
					"email": "oli@tableflip.io",
					"name": "olizilla"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multibase_0.6.0_1542897997845_0.6428990259915202"
			},
			"_hasShrinkwrap": false
		},
		"0.6.1": {
			"name": "multibase",
			"version": "0.6.1",
			"description": "JavaScript implementation of the multibase specification",
			"leadMaintainer": "Oli Evans <oli@tableflip.io>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test -t node",
				"test:browser": "aegir test -t browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release --docs",
				"release-minor": "aegir release --type minor --docs",
				"release-major": "aegir release --type major --docs",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage publish"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"devDependencies": {
				"aegir": "^21.3.0",
				"chai": "^4.1.2",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.2"
			},
			"dependencies": {
				"base-x": "^3.0.8",
				"buffer": "^5.5.0"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Oli Evans",
					"email": "oli@tableflip.io"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Alan Shaw",
					"email": "alan.shaw@protocol.ai"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Bora M. Alper",
					"email": "boramalper@gmail.com"
				}
			],
			"gitHead": "3ca4b7691e09312a1f75c3cc20fad6c845dca789",
			"_id": "multibase@0.6.1",
			"_nodeVersion": "13.11.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-pFfAwyTjbbQgNc3G7D48JkJxWtoJoBMaR4xQUOuB8RnCgRqaYmWNFeJTTvrJ2w51bjLq2zTby6Rqj9TQ9elSUw==",
				"shasum": "b76df6298536cc17b9f6a6db53ec88f85f8cc12b",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-0.6.1.tgz",
				"fileCount": 15,
				"unpackedSize": 346848,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeb5hRCRA9TVsSAnZWagAAsJUP/jFYdZb+qJI8fKZnwERY\niUwizuLxDxH6PXLOZj7tXyxpw1XJbTlNAfCYJS8lLG5J7Mhv26O3X4Hx5Pd3\nuyhfPbXeOB4uX7vorSLf8MGLJiomcblgFS2wR3S2X5IdwMmuAdgwSUj0E7gp\niZTtaBWe1oIu/X01K8dCYbq61vECfuJQn8NfSKpVATL/+bv4k4+ADbFxNy9q\nnOt2PmSc9M9EBJZ9P2laF3/aDpxfRnzqYIgQ4JXiFE7hVe9KKgyVULs8+cIN\ndBn+knijhNkj6xL0Xo/tzfSp4ZroLOQaAChLA5sVnWsKlnH8rTyvMIGArwJq\nqQEwUPJoJFOFwXkrwGaVFRIMxZRo878KVlG8lS8QtuwJemjvHGyY0RITXu8C\nRn+o7EOM84t8Hx6Ssf9epLSLRuO/vNZSkpSGgzh9kU7+uJ15Qr2+/hZtlhp9\nmxJksZfJo52ZOfx9s+h7DSUo5/vmm8DyfzxmK3xh6mJ8X53rvJPZAPxi3ner\nEqlv/sQjsYUZZuMlJ0oZqLa/cOItyEzQgb01GWCkJlv2JGN2QRWtw86PUMzJ\nm/0GLs0Kr5ZcJePtw9Kc471MDTOvlsI1owCoIODQvlOuF1YYJFCF/4ebPtrP\nEN49XC6caW5kyaWJol2pRjd/oM12Y/mimNCDx2KoQQbgx5u6WfkpNP8Ujw5f\nOFt0\r\n=TwI1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "dignifiedquire@gmail.com",
					"name": "dignifiedquire"
				},
				{
					"email": "mail@hugodias.me",
					"name": "hugomrdias"
				},
				{
					"email": "oli@tableflip.io",
					"name": "olizilla"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multibase_0.6.1_1584371792778_0.732213180863323"
			},
			"_hasShrinkwrap": false
		},
		"0.7.0": {
			"name": "multibase",
			"version": "0.7.0",
			"description": "JavaScript implementation of the multibase specification",
			"leadMaintainer": "Oli Evans <oli@tableflip.io>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test -t node",
				"test:browser": "aegir test -t browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release --docs",
				"release-minor": "aegir release --type minor --docs",
				"release-major": "aegir release --type major --docs",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage publish"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"devDependencies": {
				"aegir": "^21.3.0",
				"chai": "^4.1.2",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.2"
			},
			"dependencies": {
				"base-x": "^3.0.8",
				"buffer": "^5.5.0"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Oli Evans",
					"email": "oli@tableflip.io"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Alan Shaw",
					"email": "alan.shaw@protocol.ai"
				},
				{
					"name": "victorbjelkholm",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				},
				{
					"name": "Bora M. Alper",
					"email": "boramalper@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				}
			],
			"gitHead": "d81b6886f6485b44734d141cc5e26671a30b97ef",
			"_id": "multibase@0.7.0",
			"_nodeVersion": "13.11.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-TW8q03O0f6PNFTQDvh3xxH03c8CjGaaYrjkl9UQPG6rz53TQzzxJVCIWVjzcbN/Q5Y53Zd0IBQBMVktVgNx4Fg==",
				"shasum": "1adfc1c50abe05eefeb5091ac0c2728d6b84581b",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-0.7.0.tgz",
				"fileCount": 15,
				"unpackedSize": 346857,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeb604CRA9TVsSAnZWagAAa5MQAJmmgGl9diHbp9oJIEzI\nGUPbH84netVGZkF+xNVYu48vdwqIKHKXDzY/eA10Ev9BQLTx7ZURy6nfIyAy\nDsjOT4/vLUYJe9timZuDxrtSzhLdqYarWVuyJSPieIRKfwxOz988vNSwoCjc\nE6jwBI1Rkf4rXSxsr4S60/JGizSuGa+H9pkYlqaBz4H3twkyl64oKRTo/We2\nuQB83LGZjfleP8tf7mAQDYAtJ7iBhr8vBRU921rq7/SDChofAckH97tTDG/e\n/cU6QhdXw24JRmJVbJEY2H+CJWAtTHoH7CvQggaT5bn5TQ9NGR7sK2vfiGCq\nITGbGaoOCe9IhNLbJrFVt3B049U94n4Tbg7dhk5WVJ7qRfdzqpZ60sLG16Qr\nLA/k+YiaGuoIFRLEXMKYxdUVjl+/DZd/Yly93W75tFpRfCAKMCO7dfGs7ApW\nAXoiwMBEPAkjvCLYOEXDZRZr/IfgmO9rr8jCq9665JUxhp983/NYYusBFG4v\nZQYvqqhND8n2ZeQTy6KLC7qatS34gKT6ETGU9kPCepMSZkeUD07npFO3u6b2\nhMFo2akjZpvoYDFZnxUkwaV/jkUUXLibTe337Fmd/vxIIAK2asqRGKDfL5jP\nuTeRxDvnF+dNu/YZ/vOfUUyJ3xXwY0sB0b9I8MORag7oCuB51odQISnGHSX7\nwcXB\r\n=NneB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "dignifiedquire@gmail.com",
					"name": "dignifiedquire"
				},
				{
					"email": "mail@hugodias.me",
					"name": "hugomrdias"
				},
				{
					"email": "oli@tableflip.io",
					"name": "olizilla"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multibase_0.7.0_1584377144478_0.9278709542088506"
			},
			"_hasShrinkwrap": false
		},
		"1.0.0": {
			"name": "multibase",
			"version": "1.0.0",
			"description": "JavaScript implementation of the multibase specification",
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"license": "MIT",
			"leadMaintainer": "Hugo Dias <hugomrdias@gmail.com>",
			"main": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test -t node",
				"test:browser": "aegir test -t browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release --docs",
				"release-minor": "aegir release --type minor --docs",
				"release-major": "aegir release --type major --docs",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage publish"
			},
			"dependencies": {
				"base-x": "^3.0.8",
				"buffer": "^5.5.0"
			},
			"devDependencies": {
				"aegir": "^22.0.0",
				"benchmark": "^2.1.4",
				"chai": "^4.1.2",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.2"
			},
			"engines": {
				"node": ">=10.0.0",
				"npm": ">=6.0.0"
			},
			"eslintConfig": {
				"extends": "./node_modules/aegir/src/config/eslintrc.js"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Oli Evans",
					"email": "oli@tableflip.io"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Alan Shaw",
					"email": "alan.shaw@protocol.ai"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Carson Farmer",
					"email": "carson.farmer@gmail.com"
				},
				{
					"name": "Bora M. Alper",
					"email": "boramalper@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				}
			],
			"gitHead": "470ca47fae3e50083d7b641759961bf35c2b4a6e",
			"_id": "multibase@1.0.0",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-J/sf1Pr98nodBEnf8QMyd+gAe3or+9oL6x3hIWpu2d9WbEOA7ot7CU0NPWy5jGoOOIiK0Ej9u4FSOwrBfhNmIA==",
				"shasum": "649b5df279927e5a9f9cd35e42bcd18ecf8ec89f",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-1.0.0.tgz",
				"fileCount": 10,
				"unpackedSize": 49649,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe332XCRA9TVsSAnZWagAAe78P/2JFr/QFHO9PcnoPeKNR\nRUA+Rz0M0hR87BbEcZ3K7x0t401cG/s/3yLvv8oKxkKNthpyABE1AhjESd0J\niI0BhFFA9FntXqWsp/xbpzqIabvevR20qgGgd05CYUGKn6GI97NlFf6VrQ39\nApJBUNLAuzdoGgoup3ClViLtwtG5CZFFO3WYfVFqR3hPbNwszPJA2sq2FOgF\nnHz/XMunFy64peKj6EMqSETE6yDpKrDn8wGx4DE/y7i37dLFHUx1mZzQYAQJ\nlL3cX4vuD7x62Y84tKIof8rBJpAX+nJlxC94gKBSvG8aPdSf28ogw9IBMEvJ\ngWa+pyPex9WC8zGr1vG+L3K9RQtoaXIA8TncIaCyG+k5FwOTjMyMyJmzhr5g\nOM1TjRW59ithjnimktEmJa3QzMw3aW9I568Gi1U9tARtam3yt1JTMDUcb2y/\nzjIaoXZQ9Lwx0u6fuVsNuT+8028clv6sjO761+Yo15VX5vBlFv28VPaOJsfQ\nWQZ0lSzgUMx5rd6Z6M9EnyH4/i087rHPXxBON5NvRAdN+xgbRXm4Swqko6Hc\nGZG9Nda1OfcYmVpgtrLaGezVvsAgze/n5TddvNesX/AzZl2JP4zDXKyFZlpP\nOihx3skFYcXChvF70rwLevwbXRENGZe1w0FgaQ6CbSE9Oms0MwmtqNrrJTLo\nCct2\r\n=P36A\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "dignifiedquire@gmail.com",
					"name": "dignifiedquire"
				},
				{
					"email": "mail@hugodias.me",
					"name": "hugomrdias"
				},
				{
					"email": "oli@tableflip.io",
					"name": "olizilla"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multibase_1.0.0_1591704983313_0.6567804309979479"
			},
			"_hasShrinkwrap": false
		},
		"1.0.1": {
			"name": "multibase",
			"version": "1.0.1",
			"description": "JavaScript implementation of the multibase specification",
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"license": "MIT",
			"leadMaintainer": "Hugo Dias <hugomrdias@gmail.com>",
			"main": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test -t node",
				"test:browser": "aegir test -t browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release --docs",
				"release-minor": "aegir release --type minor --docs",
				"release-major": "aegir release --type major --docs",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage publish"
			},
			"dependencies": {
				"base-x": "^3.0.8",
				"buffer": "^5.5.0"
			},
			"devDependencies": {
				"aegir": "^24.0.0",
				"benchmark": "^2.1.4",
				"chai": "^4.1.2",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.2"
			},
			"engines": {
				"node": ">=10.0.0",
				"npm": ">=6.0.0"
			},
			"eslintConfig": {
				"extends": "./node_modules/aegir/src/config/eslintrc.js"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Oli Evans",
					"email": "oli@tableflip.io"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Alan Shaw",
					"email": "alan.shaw@protocol.ai"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Carson Farmer",
					"email": "carson.farmer@gmail.com"
				},
				{
					"name": "Bora M. Alper",
					"email": "boramalper@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				}
			],
			"gitHead": "76bd98f21ee72858af6b95dd32cf9e0b50df4cbe",
			"_id": "multibase@1.0.1",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-KcCxpBVY8fdVKu4dJMAahq4F/2Z/9xqEjIiR7PiMe7LRGeorFn2NLmicN6nLBCqQvft6MG2Lc9X5P0IdyvnxEw==",
				"shasum": "4adbe1de0be8a1ab0274328b653c3f1903476724",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-1.0.1.tgz",
				"fileCount": 10,
				"unpackedSize": 49977,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe60bYCRA9TVsSAnZWagAA5MMP/jgf0iE7nuNzOVhcUEb5\nQ86+R0tQVe4JIN2kBkU627CHW9iRlwfw9x7DXyj3TVeeoh0kbfpINEprNKdD\nN2bA19+/nG3sljhDr7rEbmAMza+14ZXh0dioFOkb0miLn11M4LCtyi208qe0\nC9YbqiY2A5nSfTBxGWtdqdmHUxmafMaUNFj9su3ve54D3jol/1AQL08/Fe2S\nWMI20WEl57zn10yDiUYHHF3RolRkiGA3YWbTHyY0omhXcXkUIu1TzrIza3mH\nyinWvccBaFZJda7IW25qYKV3/lKIJVLmkhR1JjtDcJgqPWz6HRHquYb5XHWf\nCgulNnxUVPRVs/o6pD4Ye0jepHwepZzbbk+OsYgpy2ecPdyMud5kasV0l1qV\n4LJrGRn5/qvuiJNvd1kez3WL9k5WeYnN5ZwHodPdOyB8kZzpU+WLNDOSoqP7\nNCZsGHhtwQ+S/myTq3tsxzsV2e47jQZ1wPtPWWpgcGQS3lyQyI2fduPBDBCa\npNjAfpDlxRT+1BK/QDwbPzETlg5qNr9+C7hI4kIYp7D/qVjXy3W4jXx1KGSa\nKZezUoBruP/mBsBkEWk6wpDpo7wYZMMm8uhJQ4HhtnzS2otOtfdn1Tr9F0Wq\n5NAgLHU0GXa1aFXh51RxgqwwyvPXVkW8HtW0xMtorqYM55iz34uCz7kIwets\nx5up\r\n=YYdO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "dignifiedquire@gmail.com",
					"name": "dignifiedquire"
				},
				{
					"email": "mail@hugodias.me",
					"name": "hugomrdias"
				},
				{
					"email": "oli@tableflip.io",
					"name": "olizilla"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multibase_1.0.1_1592477400122_0.225635025144848"
			},
			"_hasShrinkwrap": false
		},
		"2.0.0": {
			"name": "multibase",
			"version": "2.0.0",
			"description": "JavaScript implementation of the multibase specification",
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"license": "MIT",
			"leadMaintainer": "Hugo Dias <hugomrdias@gmail.com>",
			"main": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test -t node",
				"test:browser": "aegir test -t browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release --docs",
				"release-minor": "aegir release --type minor --docs",
				"release-major": "aegir release --type major --docs",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage publish"
			},
			"dependencies": {
				"base-x": "^3.0.8",
				"buffer": "^5.5.0",
				"web-encoding": "^1.0.2"
			},
			"devDependencies": {
				"aegir": "^25.0.0",
				"benchmark": "^2.1.4"
			},
			"engines": {
				"node": ">=10.0.0",
				"npm": ">=6.0.0"
			},
			"eslintConfig": {
				"extends": "./node_modules/aegir/src/config/eslintrc.js"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Oli Evans",
					"email": "oli@tableflip.io"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Alan Shaw",
					"email": "alan.shaw@protocol.ai"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Bora M. Alper",
					"email": "boramalper@gmail.com"
				},
				{
					"name": "Irakli Gozalishvili",
					"email": "contact@gozala.io"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Carson Farmer",
					"email": "carson.farmer@gmail.com"
				}
			],
			"gitHead": "47dfd5609e3f63e83d69800e59fedfbb61f5d3cf",
			"_id": "multibase@2.0.0",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-xIrqUVsinSlFjqj+OtEgCJ6MRl5hXjHMBPWsUt1ZGSRMx8rzm+7hCLE4wDeSA3COomlUC9zHCoUlvWjvAMtfDg==",
				"shasum": "e20a2a14813fa435dc69c702909209ac0741919e",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-2.0.0.tgz",
				"fileCount": 11,
				"unpackedSize": 52614,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGsd0CRA9TVsSAnZWagAACq8P/i0keHRh/ABgf2b99uvj\nHh5QMl5HT0Fvqgjtf978er23z/mDW1buv3xstZcwUbt3YTqyWbZovVy5iuuP\nxR41VXx13X43+P4AcboJXNekT7tMBF2cEA1md0P5Xqtx4aaL6q1PolPl1/y5\nsioZFS18DViowx/NOpR98K8vVO1l9tXKE3NjK1ehXYazKf7l+y99Yy5K87ym\nHv5osuCoqKw9KLHlPT0au0GFMN5rCXl/wgmrlsINtRWOrKdNFcIU4XcqljUv\nfShyvMJSVmWRqliBhbinPZ2lqRTm1KKh0bIjPLUz4lwSJp/Jn0WPf2jDty+6\npvxxwA78EecwXwdEEkSx/L/keZmd9sITndMljUhn253g7kJCo+L3pIQeQdzx\n3sTOREQFHT0pTutz12zca7IZTepWw3sJPLHB1f4Tx7humq/2myQoutuseMl4\nQ2Ys2dyWHgBTnD1QE3iTLsNqebhFkkUJ15t3QuD7BZLw77d1NCoVuoxdKwBH\nnAoJSn8g2zcsbwmY+uQxujj742Ql4REVfqDNaihdebVcbJVFMkpjdsQS8Roc\n7T2TuMSgSM1WCDnIlSP+VmAdyanr1YALwjw2IieJGsKuI/qGTPj5pwGemBKq\nqyN0OoB/fViRV+FTZdPC2qKkqFWCzo7keztjTnO2UwCIDNt9vyoDvyqsRZXW\nL3vY\r\n=ORMF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "dignifiedquire@gmail.com",
					"name": "dignifiedquire"
				},
				{
					"email": "mail@hugodias.me",
					"name": "hugomrdias"
				},
				{
					"email": "oli@tableflip.io",
					"name": "olizilla"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multibase_2.0.0_1595590516260_0.6590397256711393"
			},
			"_hasShrinkwrap": false
		},
		"3.0.0": {
			"name": "multibase",
			"version": "3.0.0",
			"description": "JavaScript implementation of the multibase specification",
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"license": "MIT",
			"leadMaintainer": "Hugo Dias <hugomrdias@gmail.com>",
			"main": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test -t node",
				"test:browser": "aegir test -t browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release --docs",
				"release-minor": "aegir release --type minor --docs",
				"release-major": "aegir release --type major --docs",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage publish"
			},
			"dependencies": {
				"base-x": "^3.0.8",
				"web-encoding": "^1.0.2"
			},
			"devDependencies": {
				"aegir": "^25.0.0",
				"benchmark": "^2.1.4"
			},
			"engines": {
				"node": ">=10.0.0",
				"npm": ">=6.0.0"
			},
			"eslintConfig": {
				"extends": "./node_modules/aegir/src/config/eslintrc.js"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Oli Evans",
					"email": "oli@tableflip.io"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Alan Shaw",
					"email": "alan.shaw@protocol.ai"
				},
				{
					"name": "Irakli Gozalishvili",
					"email": "contact@gozala.io"
				},
				{
					"name": "Alex Potsides",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "victorbjelkholm",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Bora M. Alper",
					"email": "boramalper@gmail.com"
				},
				{
					"name": "Carson Farmer",
					"email": "carson.farmer@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				}
			],
			"gitHead": "424709195b46ffb1d6f2f69a7707598ebe751e5e",
			"_id": "multibase@3.0.0",
			"_nodeVersion": "14.6.0",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-fuB+zfRbF5zWV4L+CPM0dgA0gX7DHG/IMyzwhVi2RxbRVWn41Wk7SkKW8cxYDGOg6TVh7XgyoesjOAYrB1HBAA==",
				"shasum": "f56eb828ee5c00241fe860ed5e2d144c8b9821f4",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-3.0.0.tgz",
				"fileCount": 11,
				"unpackedSize": 53082,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJBMgCRA9TVsSAnZWagAAsokP+gIb5I4vVhhE9jCXBpG4\n7EgjAeqe/SRBjf59+zTLE3wX1ged4I5kGK+3HZmlJf2c2JK0H9XI+kgaxCwp\nUsjqjkKA9oh6GgryvX1JER+X5uWngomxT3J0MEn0aexNrecCw/DBK6A8C92p\nHIpy7kkr6B4Hab8YO44uEnWnqZJnTih1TXeVMCwCQvI0ay5gShFYs3iLUldd\n3GhqS+6PX0iDAhsrxquU4NUME6mlYBXDD6uwxAdqqu3rSIWMGT2ioDgwSBi8\ncMYxQlpBc8tqaUZEMrC8L2U9QCtyEIt5EY3qvDOzuV5pxnom2IOwIFLd/lGC\n1wsPLQDDiv0GWd+/q6/627u2o43TsBA5WA8R+U3ASLVCg5V3pti23fpLG1ni\ngVcSSkbdqxHTSAi9RScKUd+gAXHGjLBUY1sgXOsn7c+dvKuOMmjAydrAWYxY\nZBB4zTRfAskZ4AGSWZsswbHhRUOI8aHTAArEXF3el8IcHxK2mFLVH8GihQvg\nVko16LqehRriHf3N1DFK//JZf0EpLL9qkoA3m2bL4E54nypkSta89m4wIR3g\n4RE+UyEY8mPbHXn1w6JAvie4cgwJ3dlLLePI7vrltlqLeTwa2Mrvb6ahy1aX\nrp3PpCfgMlfEVS0qEt+me8xxWfylOI9s/ua2YZXKCuf6ElNB103adowYrdQ9\nrwYl\r\n=Nunw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "dignifiedquire@gmail.com",
					"name": "dignifiedquire"
				},
				{
					"email": "mail@hugodias.me",
					"name": "hugomrdias"
				},
				{
					"email": "oli@tableflip.io",
					"name": "olizilla"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "vmx",
				"email": "volker.mische@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multibase_3.0.0_1596199712280_0.9790890009970348"
			},
			"_hasShrinkwrap": false
		},
		"3.0.1": {
			"name": "multibase",
			"version": "3.0.1",
			"description": "JavaScript implementation of the multibase specification",
			"keywords": [
				"IPFS",
				"multiformats",
				"multibase",
				"encode",
				"decode",
				"formats"
			],
			"homepage": "https://github.com/multiformats/js-multibase#readme",
			"bugs": {
				"url": "https://github.com/multiformats/js-multibase/issues"
			},
			"license": "MIT",
			"leadMaintainer": "Hugo Dias <hugomrdias@gmail.com>",
			"main": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multibase.git"
			},
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test -t node",
				"test:browser": "aegir test -t browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release --docs",
				"release-minor": "aegir release --type minor --docs",
				"release-major": "aegir release --type major --docs",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage publish"
			},
			"dependencies": {
				"@multiformats/base-x": "^4.0.1",
				"web-encoding": "^1.0.2"
			},
			"devDependencies": {
				"aegir": "^26.0.0",
				"benchmark": "^2.1.4"
			},
			"engines": {
				"node": ">=10.0.0",
				"npm": ">=6.0.0"
			},
			"eslintConfig": {
				"extends": "./node_modules/aegir/src/config/eslintrc.js"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Oli Evans",
					"email": "oli@tableflip.io"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Alan Shaw",
					"email": "alan.shaw@protocol.ai"
				},
				{
					"name": "Alex Potsides",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "Irakli Gozalishvili",
					"email": "contact@gozala.io"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "victorbjelkholm",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Bora M. Alper",
					"email": "boramalper@gmail.com"
				},
				{
					"name": "Carson Farmer",
					"email": "carson.farmer@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "theobat",
					"email": "theophile.batoz@gmail.com"
				}
			],
			"gitHead": "471d8b701f75065c1a8f74f60e475ad9435b35b3",
			"_id": "multibase@3.0.1",
			"_nodeVersion": "14.6.0",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-MRU5WpnSg81/vYO977MweoeUAxBdXl7+F5Af2Es+X6Vcgfk/g/EjIqXTgm3kb+xO3m1Kzr+aIV14oRX7nv5Z9w==",
				"shasum": "31e8b0de5b2fd5f7dc9f04dddf0a4fcc667284bf",
				"tarball": "https://registry.npmjs.org/multibase/-/multibase-3.0.1.tgz",
				"fileCount": 10,
				"unpackedSize": 29997,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZHtQCRA9TVsSAnZWagAA7xcP/jy9N9F9E7NIQHoAR73D\nZwFrhkpwXN3Q3rbrr5iFTatf+XZ3bU6+AeEMHTPu5nF6NQyS2f2wCpRK8jf5\nK48dxdZg+zSjhMqTCT27XL9cqN/+Yd+fy3i0aSG5uTjz6cblCRjXUOKLYPCp\npDadbabE0CsaACwguhcp0MN99Okr3f5R81uyvMrgK8ttWOUGQYDFUHVkjhgu\nhWwdmChx3FHCWoDmkcoIb4V6w0a1KXDQ/4CWilkdo3SFbO/wzfQXtA9FMPKP\n+aOMYb4cyh4zytg3W18CXX8vqauJa0WHgC4Vd3pr9tyGo4zH1XlatYR6PDqB\nFn9WPztXo82kH8ougmbgfn8kru5J3PI47LuUyzfyimrgBXoxJxK5J0rjCBnf\nYH+4Krm1SGeWHUq2qw40OOPqlGusMgXGxptrnw6fcByO9+2V6XNYJBCeUEIh\n/+SWN0GBQdHES243tRaBBibbur13y//PYlrkJmCq7yO7JNVJSjc69LhrVS+t\nvuSn+u5cvZuKwSCrkjkdKan3jqlcLs03rJAqN90GSH3ZCeRLamWNs3gHyHG1\nes6ULARabC9bkuXudyveqQ7SxnqukNcOtTgkXBcJ++fPm8pLYAl4mgI9aghj\n107QTXXIUB/iZ51n0FpgXG4nDWuG5f58bAs/45sRHDUmxmufkCec2PWwz/to\ndiZ8\r\n=frAG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "vmx",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "daviddias",
					"email": "mail@daviddias.me"
				},
				{
					"name": "dignifiedquire",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "olizilla",
					"email": "oli@tableflip.io"
				},
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "vmx",
				"email": "volker.mische@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multibase_3.0.1_1600420687976_0.3372023478787556"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-09-18T09:18:11.869Z",
		"created": "2016-09-01T19:24:54.284Z",
		"0.2.0": "2016-09-01T19:24:54.284Z",
		"0.3.0": "2016-12-30T13:24:25.527Z",
		"0.3.1": "2017-02-09T15:47:45.899Z",
		"0.3.2": "2017-03-07T18:47:00.986Z",
		"0.3.3": "2017-03-16T10:57:32.707Z",
		"0.3.4": "2017-03-16T15:13:27.174Z",
		"0.4.0": "2018-01-01T10:57:14.713Z",
		"0.5.0": "2018-08-30T11:34:22.885Z",
		"0.6.0": "2018-11-22T14:46:38.051Z",
		"0.6.1": "2020-03-16T15:16:32.939Z",
		"0.7.0": "2020-03-16T16:45:44.607Z",
		"1.0.0": "2020-06-09T12:16:23.549Z",
		"1.0.1": "2020-06-18T10:50:00.222Z",
		"2.0.0": "2020-07-24T11:35:16.384Z",
		"3.0.0": "2020-07-31T12:48:32.372Z",
		"3.0.1": "2020-09-18T09:18:08.136Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"2cf7ce33b8e8be520ff844c4fe2797e5\"",
			"fetched": 1602009471799
		}
	},
	"_distfiles": {
		"multibase-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-0.2.0.tgz",
			"sha": "8c0f9d5ff33f863dc4722ca7d06dc1dd9e5f006e",
			"registry": "npmjs"
		},
		"multibase-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-0.3.0.tgz",
			"sha": "fa6c32e1f6b8798e7933ee53765a36c31b2211d0",
			"registry": "npmjs"
		},
		"multibase-0.3.1.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-0.3.1.tgz",
			"sha": "3f13568cab71be11dfedb55786b1836fd7f8a399",
			"registry": "npmjs"
		},
		"multibase-0.3.2.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-0.3.2.tgz",
			"sha": "f3cf79d86aa8364432d6691dbd8c0cdf12ede66a",
			"registry": "npmjs"
		},
		"multibase-0.3.3.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-0.3.3.tgz",
			"sha": "93213d4aa9e6e28b7b281e363b5a5904fbf5daf1",
			"registry": "npmjs"
		},
		"multibase-0.3.4.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-0.3.4.tgz",
			"sha": "fba8b0aac9724f62e24782557e2a062e30d3ae7f",
			"registry": "npmjs"
		},
		"multibase-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-0.4.0.tgz",
			"sha": "1bdb62c82de0114f822a1d8751bcbee91cd2efba",
			"registry": "npmjs"
		},
		"multibase-0.5.0.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-0.5.0.tgz",
			"sha": "45668ad138963d778bdf1f79da64f21caa7bb6eb",
			"registry": "npmjs"
		},
		"multibase-0.6.0.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-0.6.0.tgz",
			"sha": "0216e350614c7456da5e8e5b20d3fcd4c9104f56",
			"registry": "npmjs"
		},
		"multibase-0.6.1.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-0.6.1.tgz",
			"sha": "b76df6298536cc17b9f6a6db53ec88f85f8cc12b",
			"registry": "npmjs"
		},
		"multibase-0.7.0.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-0.7.0.tgz",
			"sha": "1adfc1c50abe05eefeb5091ac0c2728d6b84581b",
			"registry": "npmjs"
		},
		"multibase-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-1.0.0.tgz",
			"sha": "649b5df279927e5a9f9cd35e42bcd18ecf8ec89f",
			"registry": "npmjs"
		},
		"multibase-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-1.0.1.tgz",
			"sha": "4adbe1de0be8a1ab0274328b653c3f1903476724",
			"registry": "npmjs"
		},
		"multibase-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-2.0.0.tgz",
			"sha": "e20a2a14813fa435dc69c702909209ac0741919e",
			"registry": "npmjs"
		},
		"multibase-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-3.0.0.tgz",
			"sha": "f56eb828ee5c00241fe860ed5e2d144c8b9821f4",
			"registry": "npmjs"
		},
		"multibase-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/multibase/-/multibase-3.0.1.tgz",
			"sha": "31e8b0de5b2fd5f7dc9f04dddf0a4fcc667284bf",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "25-ecbec34c24777e3a",
	"_id": "multibase",
	"readme": "js-multibase\n============\n\n[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)\n[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)\n[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)\n[![Dependency Status](https://david-dm.org/multiformats/js-multibase.svg?style=flat-square)](https://david-dm.org/multiformats/js-multibase)\n[![codecov](https://img.shields.io/codecov/c/github/multiformats/js-multibase.svg?style=flat-square)](https://codecov.io/gh/multiformats/js-multibase)\n[![Travis CI](https://flat.badgen.net/travis/multiformats/js-multibase)](https://travis-ci.com/multiformats/js-multibase)\n\n> JavaScript implementation of the [multibase](https://github.com/multiformats/multibase) specification\n\n## Lead Maintainer\n\n[Hugo Dias](https://github.com/hugomrdias)\n\n## Table of Contents\n\n- [Install](#install)\n  - [NPM](#npm)\n  - [In the Browser through `<script>` tag](#in-the-browser-through-script-tag)\n- [Usage](#usage)\n  - [Example](#example)\n- [API](#api)\n  - [`multibase` - Prefixes an encoded Uint8Array with its multibase code](#multibase---prefixes-an-encoded-Uint8Array-with-its-multibase-code)\n  - [`multibase.encode` - Encodes Uint8Array into one of the supported encodings, prefixing it with the multibase code](#multibaseencode---encodes-Uint8Array-into-one-of-the-supported-encodings-prefixing-it-with-the-multibase-code)\n  - [`multibase.decode` - Decodes Uint8Array or string](#multibasedecode---decodes-Uint8Array-or-string)\n  - [`multibase.isEncoded` - Checks if Uint8Array or string is encoded](#multibaseisencoded---checks-if-Uint8Array-or-string-is-encoded)\n  - [`multibase.names` - Supported base encoding names](#multibasenames)\n  - [`multibase.codes` - Supported base encoding codes](#multibasecodes)\n  - [Supported Encodings, see `src/constants.js`](#supported-encodings-see-srcconstantsjs)\n- [Architecture and Encoding/Decoding](#architecture-and-encodingdecoding)\n- [Adding additional bases](#adding-additional-bases)\n- [License](#license)\n\n## Install\n\n### NPM\n\n```sh\n$ npm install --save multibase\n```\n\nThe type definitions for this package are available on http://definitelytyped.org/. To install just use:\n\n```sh\n$ npm install -D @types/multibase\n```\n\n### In the Browser through `<script>` tag\n\nLoading this module through a script tag will make the ```Multibase``` obj available in the global namespace.\n\n```html\n<script src=\"https://unpkg.com/multibase/dist/index.min.js\"></script>\n```\n\n## Usage\n\n### Example\n\n```JavaScript\nconst multibase = require('multibase')\n\nconst bytes = multibase.encode('base58btc', new TextEncoder().encode('hey, how is it going'))\n\nconst decodedBytes = multibase.decode(bytes)\nconsole.log(decodedBytes.toString())\n// hey, how is it going\n```\n\n## API\nhttps://multiformats.github.io/js-multibase/\n\n#### `multibase` - Prefixes an encoded Uint8Array with its multibase code\n\n```\nconst multibased = multibase(<nameOrCode>, encodedBytes)\n```\n\n#### `multibase.encode` - Encodes Uint8Array into one of the supported encodings, prefixing it with the multibase code\n\n```JavaScript\nconst encodedBuf = multibase.encode(<nameOrCode>, <bytes>)\n```\n\n#### `multibase.decode` - Decodes Uint8Array or string\n\n```JavaScript\nconst decodedBuf = multibase.decode(bufOrString)\n```\n\n#### `multibase.isEncoded` - Checks if Uint8Array or string is encoded\n\n```JavaScript\nconst value = multibase.isEncoded(bytesOrString)\n// value is the name of the encoding if it is encoded, false otherwise\n```\n\n#### `multibase.encoding` - Get the encoding by name or code\n\n```JavaScript\nconst value = multibase.encoding(nameOrCode)\n// value is an instance of the corresponding `Base`\n```\n\n#### `multibase.encodingFromData` - Get the encoding from data either a `string` or `Uint8Array`\n\n```JavaScript\nconst value = multibase.encodingFromData(data)\n// value is an instance of the corresponding `Base`\n```\n\n#### `multibase.names`\n\nA frozen `Object` of supported base encoding names mapped to the corresponding `Base` instance.\n\n#### `multibase.codes`\n\nA frozen `Object` of supported base encoding codes  mapped to the corresponding `Base` instance.\n\n### Supported Encodings, see [`src/constants.js`](/src/constants.js)\n\n## Contribute\n\nContributions welcome. Please check out [the issues](https://github.com/multiformats/js-multibase/issues).\n\nCheck out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[MIT](LICENSE) © Protocol Labs Inc."
}