{
	"name": "multicodec",
	"versions": {
		"0.0.1": {
			"name": "multicodec",
			"version": "0.0.1",
			"description": "JavaScript implementation of the multicodec-packed specification",
			"main": "lib/index.js",
			"jsnext:main": "src/index.js",
			"scripts": {
				"lint": "aegir-lint",
				"test": "aegir-test",
				"test:node": "aegir-test node",
				"test:browser": "aegir-test browser",
				"build": "aegir-build",
				"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-multicodec-packed.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec-packed/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec-packed#readme",
			"dependencies": {
				"varint": "^4.0.1"
			},
			"devDependencies": {
				"aegir": "^8.1.1",
				"pre-commit": "^1.1.3"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				}
			],
			"gitHead": "4e146c1b642aa876e06d7b8b707ba3866f1d7503",
			"_id": "multicodec@0.0.1",
			"_shasum": "a0d19e3c3b2234196e5b69d97181ca466d907e14",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"shasum": "a0d19e3c3b2234196e5b69d97181ca466d907e14",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/multicodec-0.0.1.tgz_1474879532488_0.6545835791621357"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.1.0": {
			"name": "multicodec",
			"version": "0.1.0",
			"description": "JavaScript implementation of the multicodec-packed specification",
			"main": "lib/index.js",
			"jsnext:main": "src/index.js",
			"scripts": {
				"lint": "aegir-lint",
				"test": "aegir-test",
				"test:node": "aegir-test node",
				"test:browser": "aegir-test browser",
				"build": "aegir-build",
				"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-multicodec-packed.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec-packed/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec-packed#readme",
			"dependencies": {
				"varint": "^4.0.1"
			},
			"devDependencies": {
				"aegir": "^8.1.1",
				"chai": "^3.5.0",
				"pre-commit": "^1.1.3"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				}
			],
			"gitHead": "2724a388209c1a990e1383bcd7bd55d9c438c29a",
			"_id": "multicodec@0.1.0",
			"_shasum": "00067fcc0517d571bec1c6f325d2c987b3a74cc8",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"dist": {
				"shasum": "00067fcc0517d571bec1c6f325d2c987b3a74cc8",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/multicodec-0.1.0.tgz_1475419259807_0.39418107084929943"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.1.1": {
			"name": "multicodec",
			"version": "0.1.1",
			"description": "JavaScript implementation of the multicodec-packed specification",
			"main": "lib/index.js",
			"jsnext:main": "src/index.js",
			"scripts": {
				"lint": "aegir-lint",
				"test": "aegir-test",
				"test:node": "aegir-test node",
				"test:browser": "aegir-test browser",
				"build": "aegir-build",
				"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-multicodec-packed.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec-packed/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec-packed#readme",
			"dependencies": {
				"varint": "^4.0.1"
			},
			"devDependencies": {
				"aegir": "^9.1.2",
				"chai": "^3.5.0",
				"pre-commit": "^1.1.3"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				}
			],
			"gitHead": "aad3774f180e4469be67438d93e845d1c491cad8",
			"_id": "multicodec@0.1.1",
			"_shasum": "ec1508775910e36413c5e5758e824a47e960c1c4",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"dist": {
				"shasum": "ec1508775910e36413c5e5758e824a47e960c1c4",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/multicodec-0.1.1.tgz_1480998212321_0.3698222483508289"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.1.2": {
			"name": "multicodec",
			"version": "0.1.2",
			"description": "JavaScript implementation of the multicodec-packed specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir-lint",
				"test": "aegir-test",
				"test:node": "aegir-test node",
				"test:browser": "aegir-test browser",
				"build": "aegir-build",
				"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-multicodec-packed.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec-packed/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec-packed#readme",
			"dependencies": {
				"varint": "^4.0.1"
			},
			"devDependencies": {
				"aegir": "^9.1.2",
				"chai": "^3.5.0",
				"pre-commit": "^1.1.3"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				}
			],
			"gitHead": "ca8a35387c0bab4e83f0b20b3e1cad9ac944dba8",
			"_id": "multicodec@0.1.2",
			"_shasum": "48d6402342b8f02482a9a00add9985ffdc70aa63",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"dist": {
				"shasum": "48d6402342b8f02482a9a00add9985ffdc70aa63",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/multicodec-0.1.2.tgz_1481007000119_0.9725446626543999"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.1.3": {
			"name": "multicodec",
			"version": "0.1.3",
			"description": "JavaScript implementation of the multicodec-packed specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir-lint",
				"test": "aegir-test",
				"test:node": "aegir-test node",
				"test:browser": "aegir-test 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-multicodec-packed.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec-packed/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec-packed#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^9.3.0",
				"chai": "^3.5.0",
				"pre-commit": "^1.2.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": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				}
			],
			"gitHead": "e0f69f8de15bb835a738db95e815a69a6fbb9f47",
			"_id": "multicodec@0.1.3",
			"_shasum": "604db4a2d494c018699a996fa00d948232ecd415",
			"_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": "604db4a2d494c018699a996fa00d948232ecd415",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/multicodec-0.1.3.tgz_1483120233580_0.9394940854981542"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.1.4": {
			"name": "multicodec",
			"version": "0.1.4",
			"description": "JavaScript implementation of the multicodec-packed specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir-lint",
				"test": "aegir-test",
				"test:node": "aegir-test node",
				"test:browser": "aegir-test 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-multicodec-packed.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec-packed/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec-packed#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^10.0.0",
				"chai": "^3.5.0",
				"pre-commit": "^1.2.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": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				}
			],
			"gitHead": "e8e60739bcdc6af1a0d6a3b52a1a9398ca1cf3b0",
			"_id": "multicodec@0.1.4",
			"_shasum": "3f6e3c2af9e6ef1f82f4c72132f98919b8cfba90",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"shasum": "3f6e3c2af9e6ef1f82f4c72132f98919b8cfba90",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.4.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/multicodec-0.1.4.tgz_1486652736303_0.4109350547660142"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.1.5": {
			"name": "multicodec",
			"version": "0.1.5",
			"description": "JavaScript implementation of the multicodec specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir-lint",
				"test": "aegir-test",
				"test:node": "aegir-test node",
				"test:browser": "aegir-test 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-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^10.0.0",
				"chai": "^3.5.0",
				"pre-commit": "^1.2.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": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				}
			],
			"gitHead": "ff97ba34d93d228e2c5f03bde192818847ae3cbb",
			"_id": "multicodec@0.1.5",
			"_shasum": "799c33bdaffec9749fa52253c106edbab1976812",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"shasum": "799c33bdaffec9749fa52253c106edbab1976812",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.5.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/multicodec-0.1.5.tgz_1486652899723_0.07285223854705691"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.1.6": {
			"name": "multicodec",
			"version": "0.1.6",
			"description": "JavaScript implementation of the multicodec specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir-lint",
				"test": "aegir-test",
				"test:node": "aegir-test node",
				"test:browser": "aegir-test 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-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^10.0.0",
				"chai": "^3.5.0",
				"pre-commit": "^1.2.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": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				}
			],
			"gitHead": "0fdfb53bc83137623aafb68bcab669d0565d2918",
			"_id": "multicodec@0.1.6",
			"_shasum": "ba3edf27748126002ac469130a919ab577d3540f",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"shasum": "ba3edf27748126002ac469130a919ab577d3540f",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.6.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/multicodec-0.1.6.tgz_1489587469424_0.7914780902210623"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.1.7": {
			"name": "multicodec",
			"version": "0.1.7",
			"description": "JavaScript implementation of the multicodec specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir-lint",
				"test": "aegir-test",
				"test:node": "aegir-test node",
				"test:browser": "aegir-test 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-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^11.0.0",
				"chai": "^3.5.0",
				"pre-commit": "^1.2.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": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				}
			],
			"gitHead": "5f5c359ffc28758e25692e8b5c945fa4e5decb80",
			"_id": "multicodec@0.1.7",
			"_shasum": "658f2d15f42fa19e66092fe917a051a1bf07e41e",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"shasum": "658f2d15f42fa19e66092fe917a051a1bf07e41e",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.7.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/multicodec-0.1.7.tgz_1489676930122_0.3423172947950661"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.1.8": {
			"name": "multicodec",
			"version": "0.1.8",
			"description": "JavaScript implementation of the multicodec specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir-lint",
				"test": "aegir-test",
				"test:node": "aegir-test node",
				"test:browser": "aegir-test 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-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^11.0.2",
				"chai": "^4.1.0",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.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": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				}
			],
			"gitHead": "5eb3fa6b4c02d4533410662c86704869b2e37dd4",
			"_id": "multicodec@0.1.8",
			"_shasum": "2ede00a61c4f96d0735b867121aeba045d0debf2",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"shasum": "2ede00a61c4f96d0735b867121aeba045d0debf2",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.8.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec-0.1.8.tgz_1499863595197_0.9388822158798575"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.1.9": {
			"name": "multicodec",
			"version": "0.1.9",
			"description": "JavaScript implementation of the multicodec specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir-lint",
				"test": "aegir-test",
				"test:node": "aegir-test node",
				"test:browser": "aegir-test 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-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^11.0.2",
				"chai": "^4.1.1",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.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": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				}
			],
			"gitHead": "07e76ec92106885144d94dc85ed9a04db223aea9",
			"_id": "multicodec@0.1.9",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"integrity": "sha512-8YAgk/DO2EuTCQb9IrvSQ0PWnGiBwLzIQbXzPi5IHKovsx5kKK3yDhEz5GTkKo0ckXA+/USvVCT1hE21hc8qlg==",
				"shasum": "1f6b3829d89b9a48adf761a6be9e204f5772e55f",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.9.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec-0.1.9.tgz_1504020941451_0.6774770545307547"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.2.3": {
			"name": "multicodec",
			"version": "0.2.3",
			"description": "JavaScript implementation of the multicodec specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-commit": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^12.0.8",
				"chai": "^4.1.2",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.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": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				}
			],
			"gitHead": "366716f995ad6404988168924d83b943d51e6d35",
			"_id": "multicodec@0.2.3",
			"_npmVersion": "5.4.2",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"integrity": "sha512-/UcVHvWVIJEds5M2FRAU7Nyi3MS1hNSMp5drkL2CHPDdVCgtdnUgJZZEfktS0uA/hQwwqmEx2XQErKTr1BJdUA==",
				"shasum": "186b0eb80616dfb2d9c1bc93ed7b810814dd85da",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.2.3.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec-0.2.3.tgz_1507280795515_0.5948476281482726"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.2.4": {
			"name": "multicodec",
			"version": "0.2.4",
			"description": "JavaScript implementation of the multicodec specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-commit": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^12.0.8",
				"chai": "^4.1.2",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.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": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				}
			],
			"gitHead": "492757aa8a1f7e85b1c972f413105738fb291809",
			"_id": "multicodec@0.2.4",
			"_npmVersion": "5.4.2",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"integrity": "sha512-LYS0fFethg59iC0N0DDjK9cWaL7G7YNfOmjCZJ4Va4XykFvmXlsIW+bTmw+eoceyVr9GDpxrmE7N4W7nJdCCNA==",
				"shasum": "6ee027ccfb25d89c1fe831dc1047b97f75275aff",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.2.4.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec-0.2.4.tgz_1507303302658_0.4347194009460509"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.2.5": {
			"name": "multicodec",
			"version": "0.2.5",
			"description": "JavaScript implementation of the multicodec specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-commit": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^12.0.8",
				"chai": "^4.1.2",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.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": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				}
			],
			"gitHead": "46707e88edb6bb1625c29a4abc555d2b79c02d11",
			"_id": "multicodec@0.2.5",
			"_npmVersion": "5.4.2",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"integrity": "sha512-83MVRQi0j6cgYP0lqC+7HHbYKYpd074qy94OuzX/elmN8CTMF0/aH0Khb0pcRtALjD2ZFG3lgEy3bhwpCreO1g==",
				"shasum": "80fe6f2d04a8de73f012a7a19a06aab14b034412",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.2.5.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec-0.2.5.tgz_1507716142915_0.9765303644817322"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.2.6": {
			"name": "multicodec",
			"version": "0.2.6",
			"description": "JavaScript implementation of the multicodec specification",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-commit": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"author": {
				"name": "David Dias",
				"email": "daviddias@ipfs.io"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^12.3.0",
				"chai": "^4.1.2",
				"dirty-chai": "^2.0.1",
				"pre-commit": "^1.2.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": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "bc2433b6ecba7c855e435451f159dbc4f3607cdb",
			"_id": "multicodec@0.2.6",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.8.0",
			"_npmUser": {
				"name": "daviddias",
				"email": "daviddias.p@gmail.com"
			},
			"dist": {
				"integrity": "sha512-VGyRUDkxdJzWnj9x3C49MzI3+TtKKDYNfIBOaWBCNuPk6CE5CwwkL15gJtsLDfLay0fL4xTh4Af3kBbJSxSppw==",
				"shasum": "9d2d6565fbc0815b139dfc906371fc39df4dfddb",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.2.6.tgz"
			},
			"maintainers": [
				{
					"name": "daviddias",
					"email": "daviddias.p@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec-0.2.6.tgz_1516475872253_0.44835266191512346"
			},
			"directories": {},
			"deprecated": "stable api reached"
		},
		"0.2.7": {
			"name": "multicodec",
			"version": "0.2.7",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^12.3.0",
				"chai": "^4.1.2",
				"pre-push": "^0.1.1",
				"dirty-chai": "^2.0.1"
			},
			"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": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "3bb121c73ab2ca4a4cd1102cc0d9d8a398c64e87",
			"_id": "multicodec@0.2.7",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "10.1.0",
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"dist": {
				"integrity": "sha512-96xc9zs7bsclMW0Po9ERnRFqcsWHY8OZ8JW/I8DeHG58YYJZy3cBGI00Ze7hz9Ix56DNHMTSxEj9cgoZByruMg==",
				"shasum": "44dcb902b7ccd8065c4c348fe9987acf14a0679d",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.2.7.tgz",
				"fileCount": 19,
				"unpackedSize": 573474,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGALJCRA9TVsSAnZWagAAX2IQAKRG/kf6U5b+j+BDZljr\ne2Xy3RDzlnj4OwxJO2IQ4Ftn0jNHEYyPBwiWEL/JwHcrvm49hTgTjK668Jiw\nB91bv0xl5D+CRcxBtTEYsKMjZkVJkIL77Gxv0JB403/pSISNsOregUMOkXE7\njyFHTMXyoqlFcsA40m/rMkAek2r+TP7xotS0uGoQdMb5W4CYo+XcavNjr1eD\n2sQo9S/FZnTV9X/Bg4eLBYQYB8Okp5R3r/xQHgRnhCFavNwDz35CyJt1BzzX\nAR/rGdoVrkxhUZkmH5rZR08wicgrWwSjPBmglkeYR1QZC6BTV5CZklQtVO6+\njlx5PspKjeRCH+PlBgScsDlIblrfZsS/ONhk0VcSbYTgKsuRLYqBDiUaPUWl\nRUcOpNGUiMmYu7u7DTH8G7/oANzI85vmGEBR/xMEJbw76zs6heFFfctBTDgD\ng584y3IgU/xALnHzL15FBgQkMWmfAK68x0FD2AfS549KFQlq/EWON2+XbFXv\nA7+nktps/AaMjQsDOyTW1K4gLtyBiNiy4WtDzMzCTW6chR7nn+GPpTCPbRkP\nsX6ltoYcmZ4t2dzpNlYAw8fl/3EHmFmIom0NRQfgdX2XediFh11NfH+RC6A5\nVJuoFc/DJ+YNzrvFbUhLNUbQJSaYRJOs9bMB5TUqj9ab3XFVPZ0hRI0GX6aM\nFdAF\r\n=u70c\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_0.2.7_1528300231588_0.32377135520533984"
			},
			"_hasShrinkwrap": false,
			"deprecated": "stable api reached"
		},
		"0.3.0": {
			"name": "multicodec",
			"version": "0.3.0",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^17.1.1",
				"chai": "^4.2.0",
				"pre-push": "~0.1.1",
				"dirty-chai": "^2.0.1"
			},
			"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": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "42fe5d7896c6961da5ec9966c3e1ed544c9fd8c6",
			"_id": "multicodec@0.3.0",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"dist": {
				"integrity": "sha512-LLvN7gC7yvp0Pctnq9s3zjt94i6nd3M3F1whIqJlUkrquxTS4GOo4USPRjA9VE7GQugzgkvlOIIfO625b7IQ6g==",
				"shasum": "24d23d2a8f74bb24b3d9e1abd7ba33946715c352",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.3.0.tgz",
				"fileCount": 19,
				"unpackedSize": 327343,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGWGlCRA9TVsSAnZWagAAs+IP/RJmb1k/y1aqMs4+KflL\naW9D+FWc6UdSSglqdxZ9G8jZkSr+u0fTA8y7FjXztp7tJAUE5IH2PmiFDe90\nuUeFBC2G1FEAS2tdaxcSQiBR2l3wFy83UP5afymT2/LIM8b/J8GAkiaRLJ4R\nY62DAlk43Xpn7GSk2d6Eq2uXSf+NDAkw0MOOJhoNpJKhlR8OUOFWMm2pK5HL\ntOS2gUjO4r9K235sWchUKuRGKXXQGiVgcU0nZnAw23Cl4rRhu5us6T0Qg/bg\nXnpXyTq8NQeFTouCx5/Dyg9dZTmfkmyZ67YGMc9DXpMTEW/vTe/EirSHG7FC\nPxrV0GDWbd33AMm12g22OLFSoJtqnaTItMdQfA9GFSue943B7UOm+aYUdhsl\n4Bqsqqgmjp1rdMhRRhPNZOgO2p6kiyKpKqqBEPmcLQsy/i+G6SqOAS9sQY/5\naU9sUpLN1lG59mbH96KQ1LLQy5z2fkjHnBybXxaUUB/ctaWQR5fFpccnVbrV\nsKK3rP8n2TYqidyFRbZ9mVS/+/iVLOhNdhgb9nwU1Pl16/QCpp9Bbx5rUh8j\nUjwLWzwjrma0PpL4INUkDC7jtkIrxQlSG4KQ/aapg7lIjSuYIildao97hdwx\n4WP7tj1oJ+/A4k7QtsK3F9mHQ5j8XAzK59ip2GDDz4+FmmUHP5adwAgdcr8t\n8YzF\r\n=uX8W\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_0.3.0_1545167268752_0.3066129718727064"
			},
			"_hasShrinkwrap": false,
			"deprecated": "stable api reached"
		},
		"0.4.0": {
			"name": "multicodec",
			"version": "0.4.0",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^17.1.1",
				"chai": "^4.2.0",
				"pre-push": "~0.1.1",
				"dirty-chai": "^2.0.1"
			},
			"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": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "8bc09e4c1e8c959f3fea6bf5be4a9f236dfcc2ef",
			"_id": "multicodec@0.4.0",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"dist": {
				"integrity": "sha512-npzvuOHRJD172WiolvyF8mAS5JfWWJlVh22OcGZ4I5ZKyFVI4aFQYB5AcMtmMTWRsjiePlOHH/dnaZi8ZidWuA==",
				"shasum": "2d9c40ab58f415e1e01f4df78985e7b2e714e5a6",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.4.0.tgz",
				"fileCount": 19,
				"unpackedSize": 331594,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNGSkCRA9TVsSAnZWagAA/ioP/0ljYHZzjQKlAbXaFv37\nyNL59Lcdp+0FKeuprmfrwUKP1a7QgB3trBSDdGuBjJG8py7wJ0qBfcf8JXSW\n1G6+fLXpGRPnH3L3UBnrH53GmMpQav41kHYoQaSNX0VFMmLsCeptkhmL0n8p\nawogQJeGkGv4hORCe+uiSxqAmcE96tz8aHFlBU+xL4OCNN7kOZyeAGbXLMeP\n35bqRbEV5/XEHyJnvqW6olNqyXhHs8AaBWB8tC9yNtElkuLIwfwRORdI/Qkl\nVmB2wyzL+9dmyWqsv7NLFk1mVDiNT4d+PuKHwAsdjUpd65F6ilGroYRyi25a\nbbyWdS26hl0zusWNSJVzQJ5IbFyylOa1o/qcd61sSI48W1mxJ1upra/GGjKt\nL1QrSYGxqvyjkWuphTcDVRq9Y413CSEo7vvNF4CCCmtJDVjChw6MsCjCQora\n9/c2w+a3XM8/I8Kp2DYc6ou7DfcSb7WEZF0lliEWO/y5ARFNUDJxsf/lWoya\nNy8g/fHijsjRR5pkguNJc1kS6r3fsuAG1mwhyHvxuSeaYPOAlMthUnUodJid\n2O429YUJLQrL8lchst25FJlwj1qzCDPp3+YL2ViT4HYE539nQTkzZjF/LMoj\njWS+awSw+2qHOzR1urtU4+7OOZAiqll45OxOhE0nrzZyk9G0/yceUgmNCnxU\n/s/K\r\n=s3Yk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_0.4.0_1546937507917_0.6057238837904457"
			},
			"_hasShrinkwrap": false,
			"deprecated": "stable api reached"
		},
		"0.5.0": {
			"name": "multicodec",
			"version": "0.5.0",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^17.1.1",
				"chai": "^4.2.0",
				"pre-push": "~0.1.1",
				"dirty-chai": "^2.0.1"
			},
			"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": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "61153a76880a1d3db8cf57d89e1fef9f006cfacd",
			"_id": "multicodec@0.5.0",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"dist": {
				"integrity": "sha512-lKsJeT4cKeSq0rVEWhO3oSBgDN4sMY1sNZKlvl68g/ZAahjPS1KIVyF4IqhuYmCdtOyKs4Q4hQ6M0C3iqRnuqQ==",
				"shasum": "5605267226ed02fc3a0a7b041947c19641737b7f",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.0.tgz",
				"fileCount": 21,
				"unpackedSize": 436762,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSiMFCRA9TVsSAnZWagAACpgQAJO1aFsgxU27LmKriUZQ\n3Hi2lJ5DnHHFrS1IB4fNcW5JYWRvFC3RKBeTkso+J8tw+o71IDgZLtoNgAkE\nJ7TR1RG7hzD6ECAtfi/qVBXBkyLsw8Uq56LO3LJ5kwRHa2oU9EHtauom5gXA\noTE/zHZjp3PeW800CZeL+KvGhWmDhbvHBIRi2ktNB/AiSXTCb+7RSlBcN/Px\nhMTADzyQEqoamO/ZDOVcI8ja/l6M10fx/W5WMUK089KLHra5p92wB0igY9Zt\neB0GZ+wPA5q/RJJMAlquWeJMRttSBpwzbVNUnhhg3sfurYzK49XPVBazEt3w\ngCqx790Uy9BYqzjyg151TCE4SJzWbumOLxni8yppbKCVhQC2OBhJEtlDtpYv\ndY0n7s5C/GcvGRZR90iSzAiz9NQfxg368NhNW8CxAOzRA6zDB1Kyi/HQdy4k\nJgSHbBXRAothf4cxmrsBMHaH80UkA4GdRMu4HykXW/c1pgpJ0I3hzCVut8it\n7rzrHsmenWgpQwK2u6hPPPRVkC7pPuEzCibOzz+DZWebKLcL4Hnlby7Dj7q7\nV0AAr8uh7LXJphTbS9e2xqBnWGKZ7LO6DR9CfSixIA/IiHLqTCqrZT5UgYeE\nH+QCRbgAopbry8GpEtQT+9YTRQv4gkAtolIej9hjJSBiEglxur5fQsL1XsTA\nCyu1\r\n=UKix\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_0.5.0_1548362501185_0.9747370930798951"
			},
			"_hasShrinkwrap": false,
			"deprecated": "stable api reached"
		},
		"0.5.1": {
			"name": "multicodec",
			"version": "0.5.1",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^18.2.2",
				"chai": "^4.2.0",
				"pre-push": "~0.1.1",
				"dirty-chai": "^2.0.1"
			},
			"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": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "879b0f9426707a271ff237e8232451278160cd4b",
			"_id": "multicodec@0.5.1",
			"_nodeVersion": "11.11.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==",
				"shasum": "fa4d6fbb99abdf3cec0f207a022ce20ad3813fd5",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz",
				"fileCount": 18,
				"unpackedSize": 599717,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcufLdCRA9TVsSAnZWagAABcgP/0SIdLdhjJ9L4w+6bBJU\n09K/uScXQHjGyB0ygcrCbDKRV2f30StLgXCL/6Y1flF1b1t6XgG9NQ00caA+\nnOohtF85in0VgIGUqlm5OgSkXpogZM9io301ACcPG+roRh9dXuv0mx+PB1JA\nVSY0sEOkTQpsK7qiA4ENlaQ4SaQw4DsjDwx18SUnJMQqBaNNYOZybm4FKxYE\nYQQXcL4izj34XnQhbjgwyowdy92sz7AM4tp9m3+2N8ykgfnB9yz44i+H0oaJ\nX8fSKOgpxqyGyytGwRLtp/6+R3w7pMdxm03Fztuxlifar1qcgOx37HRMzjUK\noQXOLhHZyk/iTX9inp7Xm6U/ehDwGdo9TOkEpManCs5ENBaIu6QQhkGxL8ax\n4tgumRB32ir42BmgCYfoEZoYwp3C02nItyGuE3sSXxS1hWuCYiP+LosjX8sX\nXqjGMB6KJ3uMAC5H+uLCs1gyliJZHzNWESWtSRCEb6AFpkjfPVuPiDBxWpW3\nfxFvWCMY0zhhoVgFi11wuNmG6u1zNOHWDVU+N1RGR5oW1QZo1ANiUMs6e+A+\nO7hQQL8NtYbuh7HBdW9w7D6c7szED7KWkrEiIL245mCMMLUscqN29QmcRaJ7\ntXnpQCcmh5vdjnkeIXClZv6jY3o4/fZXQoVe+wWcxEbVNBaLjDGqJOCjh9Xb\njMDv\r\n=Bk2q\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_0.5.1_1555690204547_0.33619390841307517"
			},
			"_hasShrinkwrap": false,
			"deprecated": "stable api reached"
		},
		"0.5.3": {
			"name": "multicodec",
			"version": "0.5.3",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^18.2.2",
				"chai": "^4.2.0",
				"pre-push": "~0.1.1",
				"dirty-chai": "^2.0.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "3abad8dc08f17a02c41b41d35e77025267836bab",
			"_id": "multicodec@0.5.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.15.3",
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"dist": {
				"integrity": "sha512-TUId9mavSh7q4ui5nUYiC0U10XVrMhsoMLPoG6nAAaFt2GKqZKK3aB2AeFk58aqEnLhmTSdRkmNrlty4jjOxzg==",
				"shasum": "b1ef71a55d0698c9b2d89585f66e4b081f33c20c",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.3.tgz",
				"fileCount": 18,
				"unpackedSize": 604269,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7Tc7CRA9TVsSAnZWagAAR/QP/A/08UtZtetRNqnrPEx1\nw20+kQiWEjMg/LAHhj+kq5EBVnorkTSJLHXRDaizxmNGq6DVPAkQA5g4FS4R\nKIAnUv21rT4ZYSRBWikQG0DSPTqM50s/3Yh6Xv5syekBspn5ivSYjHGspnbW\n9rtP4ZCY9PG57+xXTIajH0JCf/HWLlWSlpkWA/hdnHIFL6gKLXcSxDiHHHfx\neDTdd6NF1H79E1O+E/mblKl4EEG/gKNQuVwMSTIylU2/4tfbY2EW/2k7oc/o\n4vTgsRx1fWwbFwncHcNLNRYMhNNS0LSED0gx7MT+hP/DdcP/2TJJfdPKX1UT\nubj3GUlTlmEq1sB0w3UxdFltxIr7+mnXD0w62p7kCf2oX1fmpOJkxETWq7m1\n38wPuI4WxvozT20HSkRa3m10DxEBoRC7m800UltvT2/+3xTG0tgas3L2nal7\nkvMi9hkluIWKZhBU6C7vfG9rRvnh0E5soHCnFXzYozcD+uqL7NxX0UtJMBIe\n5DCiPEyH5ZMC3CGZbpu7gqbZUx0n4xTo3Lt0oUEYFlgdhghzewTQcRIFQSQ4\nVKjeQUxshnBGPxeLmjQwn3gnaJMAN8GZnAECucjT+8RR1yceLuXw2Zn9D93F\nMi7FDIiQ/ZUmbU6hGdKzZys0pfoYXtdPqgvA4tOlyMyarPcVecxrsCuhWIAR\ngWok\r\n=ifcU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_0.5.3_1559050042856_0.2551633760138572"
			},
			"_hasShrinkwrap": false,
			"deprecated": "stable api reached"
		},
		"0.5.4": {
			"name": "multicodec",
			"version": "0.5.4",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^18.2.2",
				"chai": "^4.2.0",
				"pre-push": "~0.1.1",
				"dirty-chai": "^2.0.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "7549a82e9f626354694431901f1a70e01f6baa31",
			"_id": "multicodec@0.5.4",
			"_nodeVersion": "10.15.3",
			"_npmVersion": "6.10.1",
			"dist": {
				"integrity": "sha512-0lPLiZ58b2jyXylx2qgda9/6N0YCNIpBxRsZ8sxYayVjEKh58XyNN74VTTQOR/ZCQFgbj0CsqfyRpEDPPlOMkw==",
				"shasum": "ab2afb0cd00cd853c5a2eecb0dd1404dc7745388",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.4.tgz",
				"fileCount": 18,
				"unpackedSize": 605157,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLY6uCRA9TVsSAnZWagAAtyIQAI909j8WVrEzzas4Poeu\nn3mRPytzZWbMOJHlT2EO8mvGQW++56TQYiZFxAmrwTJ37oN62Nibv1CuarXi\nETZGfzUyAg2mnCLNjzVbck4Sk+0v3oQ5tJ5YP1mjtGpsUgxCeLm3m4I/7HGJ\nMmLi+XrWGgyTiDY/qpZrPV+SFqyzelacJpF9xEk5nKblqjqUl/7uJIOCsSCi\nP/kcxA0HV+AxaNSwnaQCvkQXR6TVUum/zAc/nTGbMtBy0/2WJk6jJ6lPDmCC\njFwVeXbmJzZu+ZOnzYS0KDc7YUJZt/Fmr1HTRfKrQw1KqVBLd4hPI6cTGUH4\n8lQTKXk7Nzg0zhL36xh4JE05IK+XO3/WcWO1J9zHG+S5a0Vkzr617l4mQ5ex\nB1AFCK0WaoiqOMlnY/P4m9d8Mcp/YxDagzKMUBywvHz5aGV+BpbmIXw0a2V+\nIV6RTWoKx5kpfNu+w5ud9XqCZ88Klp8yPK9KX5gswT/4yyAV45Js/Hy+WeR6\nexKr9jpMvpi5d8cJiFj+9e4qcuouK3DiDjVcstrQ6x03kdW5stZ38T1ZSAcu\neIn4IGaLjME3Lq1+ugGCEF7/6k+wfssOTRxDqIB/f/LPXbR2ReyEi5BYEubu\nlRVf0WK8wv1lKLFafrITuXmJ4YWYImVXC94MVOzjUP1Z8GesKV5bcnsij3nz\nIsTS\r\n=zyf4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_0.5.4_1563266733968_0.7168840008483401"
			},
			"_hasShrinkwrap": false,
			"deprecated": "stable api reached"
		},
		"0.5.5": {
			"name": "multicodec",
			"version": "0.5.5",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^18.2.2",
				"chai": "^4.2.0",
				"pre-push": "~0.1.1",
				"dirty-chai": "^2.0.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "86a6b84ce176fed29b2e1d3f7698e40f6fb8dc79",
			"_id": "multicodec@0.5.5",
			"_nodeVersion": "10.15.3",
			"_npmVersion": "6.10.1",
			"dist": {
				"integrity": "sha512-1kOifvwAqp9IdiiTKmpK2tS+LY6GHZdKpk3S2EvW4T32vlwDyA3hJoZtGauzqdedUPVNGChnTksEotVOCVlC+Q==",
				"shasum": "55c2535b44eca9ea40a13771420153fe075bb36d",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.5.tgz",
				"fileCount": 18,
				"unpackedSize": 605418,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdPrjgCRA9TVsSAnZWagAAwVIP+wQzlYRVPEJfHQJ+uv8U\nPsCCd9LZ6Y+nhjS9AWL+kVwo1sGzgfcKmLOPZTKBEOHrCHfPed+7zPAmSzuE\nT4Lml4SMC0HbEYuJX5ScREAAHX8XKZfCVh12v4vKyPt7G55/H8gwpFczknal\nGDuWf1s6UbqKsboqRJUwxUK+8+9/BuoxYzZz4v1LqSu3StJetZEgjbTkOr8j\nerNoq4C9xkX0Hkn7n4YbKBpMV18s/ezPGq5Eetlj7HXb6C8rb8p5UY21gg8/\ndsxTJ8emnuB4+uyLEBl6TAetrCpEKEi2vLulfOJ0/378Fy3Kbn3RrNb/xxTA\nmtyYEMmdMZ07QEKPADX4knko/3Sr5qpsmJZqe/wiVuZCnFLwEGXjmFRl3+4A\nDEXM9vJk7JTBOomeEHXhS8od1ZZUbr5zJxoppZydd+Lf8f1K/5l1J7VD7eD4\n2Hb92cSM3t0hwWeKjLGx36qpMAvqknxZX73cV7UhaxZqFHuC8VCbslonOWdk\nhFrOrhh8seXmMpIGedAdGGyKDH3FIFIS8IAh6AlhKIJrzNfV7B9pniP3Fh+C\n+jGol00S8wCWT2MCgJF6LqFLgLcoAoEVD5YL2Qwh7foJJjBRjiC2BH93Pgwh\nRf243SpYBQLlabPVbMgohpv71gtwbnE6koaCANncotcotvMKsed+1GHjAEVz\nSbzg\r\n=AAhw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_0.5.5_1564391647902_0.8936301516409615"
			},
			"_hasShrinkwrap": false,
			"deprecated": "stable api reached"
		},
		"0.5.6": {
			"name": "multicodec",
			"version": "0.5.6",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^20.2.0",
				"bent": "^7.0.1",
				"chai": "^4.2.0",
				"dirty-chai": "^2.0.1",
				"pre-push": "~0.1.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Filip Š",
					"email": "filip.stamcar@hotmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "Mikeal Rogers",
					"email": "mikeal.rogers@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "e86a89d13fb436b9dabde70f47ae2143b130d0a0",
			"_id": "multicodec@0.5.6",
			"_nodeVersion": "13.2.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-YQthT12rnqyAosc+xSprD3JpmrfxXYABM9FEFw7oVxTonsWmIYng1iIppqpIfGBFZ3YKMgJKx6UTREuv91EcKw==",
				"shasum": "fdf250b6febe57053221f0aeeb83e6cae073a05e",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.6.tgz",
				"fileCount": 19,
				"unpackedSize": 337907,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6S4rCRA9TVsSAnZWagAAlSUP/1u7g95CcqS5f4sTfDQz\n2x+c34cVfTSzs51coUEBq8Govbg1rjvX2nWCLeFbpF0WczC+Gc5u581JRiWW\n+MlV9jdODloVJ/zF9BNfNTeiUHvozD5svFFGPjEbGbFGJ1dVbKesBMjSFDS2\nIg0IG/DVnxnDYS5KsvFP+fU1dat84wlyhl6kLmIC8e/w503VZlEQ4N0Vc5+J\nGRPEXKQLPWHfbzTTUtSuIHojv5cRQ+lplSsMzUSoCjQ/7xfkEmrrmlO9k79V\nwClOmbVkP5IpwqaKtEN2GBHnVkIU0/7zZaPzYmH3HVkNnuqyx9PWhrHK6Vmr\npmfSb1s9g/SGly0U5qCrnJeUOucmeNYW/KDMZL9GgVYG21aCBc1jn/IfYVDz\nURmwKOX8eJ4AMVeL7S0I9L+NbIckoDvDl8NKXyI2GjPf2jI8ZtDVpH3NkAhE\nQGSAXubJqtSVwauIEvXGVPzOP8VM2Dz9CpuaizS4Gml/JVffFp0ko5iOvNhs\ncQX3fyfFj4M9k6Q9kQV7dqord2BYyM9ZAolyXmJ+Me9SXeJwCO2itp/Lq6jB\nYJMGkKzPU4Rx7J3Y6RA3YRJA8XDZR/TMjD4w7lccPlJEBMI54t01l4VHqN3B\nilFKfFNFuwJCUWAZiD35UlcZhLTzvK5uRLMFKfr3RJzxmu18PjhZKkZvcywU\n1jSx\r\n=u2aq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_0.5.6_1575562794514_0.38929850719712555"
			},
			"_hasShrinkwrap": false,
			"deprecated": "stable api reached"
		},
		"0.5.7": {
			"name": "multicodec",
			"version": "0.5.7",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^20.5.0",
				"bent": "^7.0.4",
				"chai": "^4.2.0",
				"dirty-chai": "^2.0.1",
				"pre-push": "~0.1.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Filip Š",
					"email": "filip.stamcar@hotmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "Mikeal Rogers",
					"email": "mikeal.rogers@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "d7bfa030255624f8b4498c4ae1719717017c26f7",
			"_id": "multicodec@0.5.7",
			"_nodeVersion": "13.2.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-PscoRxm3f+88fAtELwUnZxGDkduE2HD9Q6GHUOywQLjOGT/HAdhjLDYNZ1e7VR0s0TP0EwZ16LNUTFpoBGivOA==",
				"shasum": "1fb3f9dd866a10a55d226e194abba2dcc1ee9ffd",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.7.tgz",
				"fileCount": 19,
				"unpackedSize": 337815,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/zynCRA9TVsSAnZWagAAtDMP/2Yf5q4ok4HlK5hZeHhX\nqYMoBC3oHdf0XbhvJ8hhzDZXkikmT1G29CM2vwnG7/C09b8QnF01/z9/TSZ+\nwdJZShsc/VQiLcqemrhU1138Z9kwdhIauxtfXvsRQvwQ2W+XuMg7Kh9DOhvQ\ni8+Lok/dzgUtcdK9m+dB8LmR7I3eSaW7oA6dWpjlKfd8eehleewONf+9IR4N\nrs4LweCUguBMRYA7cs3g3Oc1ovcWd2W3ucGjMkIt1mgbHoHmqZ2xbVM9WfPv\nwTLyiv1+q7JRcyBDUTbYYZw7H5rD/Io0xZvikx01/k4l/IdtrFAXaysSFNCC\n/7yrTPMTekbrs9I/SWvbNrfuCg2nTa9RU49TSNMrB+pezFXF4Ln74FrFwaTR\nZt04t6mm9p0GqV0R+yFtGGLMG3zUJ5Hf/UeM+p7AKx8293/MSgryldCk91gx\nIQkoqiRVM+0orptl25TS4H3Hx+/pM+vtt0tVG2nDrVr0qG75Pi1Iieemc1SM\nz7/nsj11x8jmR1Y8NllySvyPRoHtdD/jnfYR5ykjbwwB+TYnoBOZJomF/ljU\nFYLngmTaLOQatzKxIctwxTfsqWdYDbtc3QorFjx/CG1sqG83xp2J+dsNKSTi\nR/2HsVSYNMdlIgd+JVq1dZGConIovJGHlLnDNrLugEmM8RvvFmhQ5rpBLvW3\nJqlh\r\n=wvPa\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_0.5.7_1577008295255_0.7383356457749517"
			},
			"_hasShrinkwrap": false,
			"deprecated": "stable api reached"
		},
		"1.0.0": {
			"name": "multicodec",
			"version": "1.0.0",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^20.5.0",
				"bent": "^7.0.4",
				"chai": "^4.2.0",
				"dirty-chai": "^2.0.1",
				"pre-push": "~0.1.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Filip Š",
					"email": "filip.stamcar@hotmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "Mikeal Rogers",
					"email": "mikeal.rogers@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "kumavis",
					"email": "kumavis@users.noreply.github.com"
				},
				{
					"name": "kumavis",
					"email": "aaron@kumavis.me"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Łukasz Magiera",
					"email": "magik6k@users.noreply.github.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				}
			],
			"gitHead": "40c0984c9d2c226be34afa6402923f17dcaeb047",
			"_id": "multicodec@1.0.0",
			"_nodeVersion": "13.2.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-CBiLdYcMnVnkN/2kL4AaUH3betYXQGKV5CCmN2CfgHUt5xROtsj91w780ltX6Wy7frgc6en8md3h2UQl6jDXAg==",
				"shasum": "75652ff96cc30f63bb56264ef5c7e6526bc0becb",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.0.tgz",
				"fileCount": 19,
				"unpackedSize": 337933,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAIIZCRA9TVsSAnZWagAAYfEP/0txX2b2ejPmhRbs4JM6\nZ+yevaCv0CvcISKEhE0PfJS2UoRLMH9we0w9tz6VyxbPekQ9muWObM+h9JYM\nCozp+ZkB6vUqmo1uEHO2qfblpCczhfhQzSTGLyT/daH3tQx9n0xSSbKV6tCD\nZh+ulA6XAzfNYSfyvmBCCYTuDbXbeEnOmRFiDBaFUx4uMQ/ABxqQu0Uc67rc\nUjDj8bwcYUDtj67Zqb5yEmqFJV6nRIOvzQehFWKdTjh3GQ8cl3NSWX/TdV+u\nKSIDZy6kE+7lQF1nzrhoOkLWdNSLgYXiCNY8VqgsuCcYuz8DfmD3CY2/VwsU\nH40CvvhAmDc5HL+MuKHqMDuj2OCugW2uYedxMZWhYAtUpIcHYfh+DdfxDkwy\npYR06mFxh7uh8j4VdoDzECTNyTZPiq84LhApcljYsfMEV7rHKbm36NCsYFDg\n3j+zJbR29X2QaCrkhIDxVhQi3KZSFWFRzW+5rG8+bQbmkIUP4PUF6NNmeXeb\nXohqy5qOFw+Pnr4xJndkUoY0Mwxhqscu2hjHuz9zFdKjTsaRtMkSVJ5xsNFA\nnScLPKJN/8YEJkOli5+q4gWxEZD+weyYdN8Prp9AM1ceo8+9fDWucuNpe9aJ\n0uFyStsoVieTnE7hzZ25R3rhEtMSl1CNcuXN4OkuyBy9fRl5a1W9HGaPFGlA\nM5+0\r\n=dW32\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_1.0.0_1577091609434_0.3714178837877882"
			},
			"_hasShrinkwrap": false
		},
		"1.0.1": {
			"name": "multicodec",
			"version": "1.0.1",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"buffer": "^5.5.0",
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^21.3.0",
				"bent": "^7.0.4",
				"chai": "^4.2.0",
				"dirty-chai": "^2.0.1",
				"pre-push": "~0.1.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "Mikeal Rogers",
					"email": "mikeal.rogers@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Filip Š",
					"email": "filip.stamcar@hotmail.com"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "Carson Farmer",
					"email": "carson.farmer@gmail.com"
				}
			],
			"gitHead": "9302197ad9e4c050f15086bde56e1ee7f4104659",
			"_id": "multicodec@1.0.1",
			"_nodeVersion": "13.11.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-yrrU/K8zHyAH2B0slNVeq3AiwluflHpgQ3TAzwNJcuO2AoPyXgBT2EDkdbP1D8B/yFOY+S2hDYmFlI1vhVFkQw==",
				"shasum": "4e2812d726b9f7c7d615d3ebc5787d36a08680f9",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.1.tgz",
				"fileCount": 19,
				"unpackedSize": 338449,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeb6UuCRA9TVsSAnZWagAASb0P/1a8OhkrbqYAGJ3i83o1\nD/h8ZNL+KKcsylcNjskgHoWsuvY2KYDT1t8fl/g8Hshj+W72Pf7tjqNvQrTS\n+5eTzPk3Mr6scDi8NePBfpOYUHa19sedMai5eYmA044JX1czGuOOyw/6Af3y\nK3a0XYWmxO24Ni7OEgj+xh2rFfaroL2rp9y5+kFP8h18oeLfgpyck9v4FqiJ\n7/4zXWiCyLT0MyKytGmsgdWjvWeKzVqb8dAH6pqeWweZiLMDArd+isCTqCKM\nJCZ5aNW5qrbJqNsfM/b/1iEkhNbw+A0RR1v8TTitxzMsChrQMiDCyE/Kv0qF\nXinbrBRLtsIKxCSxCIRGMVeIS3q+6pPcx6ZiAyPLgDOc+53ilczOlYARnHm0\nb1Lk5iCTpIlKjRIexDFbAc+z0ooNK2+VWXGnrc5R7zJ2oMzG6AffzzVk7UiX\nwWRMSOh43+8DrkC+J1vau1RCq3caq2kC95nP41o0vFTG71ZMZeMMePrtaaEj\nrJF+qGtUoCMF6gMjyYCfReviF8JGUyo+ctGTpKr63pmiNkDeEcfqa7X6pcj+\n2yVW+JTGBv4BBdNZB9Bv2nRi3TtjB34MmX8Ndmu9NpsX2SdHVI4zRizVKmRW\n5kMWEfdkCDQ2m450Zl2y2HXNV0zK/ty8+zkDCL0ItDQNSLZERSsMjvfpC1+m\nHa0s\r\n=VSom\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_1.0.1_1584375085830_0.488395792094261"
			},
			"_hasShrinkwrap": false
		},
		"1.0.2": {
			"name": "multicodec",
			"version": "1.0.2",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"buffer": "^5.6.0",
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^23.0.0",
				"bent": "^7.3.4",
				"chai": "^4.2.0",
				"dirty-chai": "^2.0.1",
				"pre-push": "~0.1.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "Mikeal Rogers",
					"email": "mikeal.rogers@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Filip Š",
					"email": "filip.stamcar@hotmail.com"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "Vasco Santos",
					"email": "vasco.santos@moxy.studio"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "Carson Farmer",
					"email": "carson.farmer@gmail.com"
				}
			],
			"gitHead": "1ee7b9046bd03eda226ee17c8eb3ba03554bb486",
			"_id": "multicodec@1.0.2",
			"_nodeVersion": "14.2.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-IcTBw34qiRGHsEDKlWp2yLQDVZKzRZWjAfUeCYZSqHWszyCAM1o5R9YLLLV1SQVPAa9AVnXKfAA6sjyYZC/2LQ==",
				"shasum": "370dd2654cd58f3a93bde22a081d7b735e414779",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.2.tgz",
				"fileCount": 16,
				"unpackedSize": 67394,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6I3OCRA9TVsSAnZWagAAp94QAI1kXWUpWb03OMipSgPi\nngqKik7PCT08HMuaxrulQk1mwOnyNZQIV4A096ERapqViP8eWfPtgSUUhhRD\nCGD8zvjV7v4ej1D3wcvDp73/o/tI8HrXcdwdYJk2yMnqZwx2USn50a9tRJkG\naP/ynRooqM6Gf2WtNHaL7EFx9C11J+vjcYYv1wdVnp4Vp27JmSgCMnXOBq7L\nCtIl+82ehHqJBcpvU2sHcwXJt3taalxmF7DIydiHJVDXX2dSuixiy2AJPKTl\nm9+vSxMEoY92SiK+vua5bJrj3wSVe2C70gGWqTEOU24dFLzmfS5NO51pDT4U\nWhQ6JAeNtXW7vlFN7MNznrC8g1PKAJEU2cbPFZLEUxEe+A7ePJLeTfnEu5Tj\nDieYMJZtcuewClzxstVv1uJr2SdAhS2m9EhOKOLtq5Oa/R9Izvy/g5ZaKniX\ntrTuTC9lMT7oT9JuzAs8pw2NB3A8GnybcFisT+GCwdV+8BfGDSiUMBwQond2\nrzD4CiH4PwZ9emdz3EJaUQCGHoZIghBXp47ht3h6PIkXq6O+abkugA6bZh1N\nFLlkTx7IMVcs1X4OuqhMoVZIkpUA0FdS5jLjvDdR6yVVU8i0PaQIxxpbs9GG\nwcA+zD7W3/TUXk2wD3sTqoXdBO5x0Q0pMATrl9bvyF3XyWpxtwzVrdQQiBHl\nhIbM\r\n=5TlZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "mail@hugodias.me",
					"name": "hugomrdias"
				},
				{
					"email": "mikeal.rogers@gmail.com",
					"name": "mikeal"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_1.0.2_1592298957926_0.17529618181639406"
			},
			"_hasShrinkwrap": false
		},
		"1.0.3": {
			"name": "multicodec",
			"version": "1.0.3",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"buffer": "^5.6.0",
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^23.0.0",
				"bent": "^7.3.4",
				"chai": "^4.2.0",
				"dirty-chai": "^2.0.1",
				"pre-push": "~0.1.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "Mikeal Rogers",
					"email": "mikeal.rogers@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Carson Farmer",
					"email": "carson.farmer@gmail.com"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Filip Š",
					"email": "filip.stamcar@hotmail.com"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Joel Thorstensson",
					"email": "oed@3box.io"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "Vasco Santos",
					"email": "vasco.santos@moxy.studio"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				}
			],
			"gitHead": "dca22831ddeb416d07ff15ca7ca4290fba5a765c",
			"_id": "multicodec@1.0.3",
			"_nodeVersion": "14.2.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-8G4JKbHWSe/39Xx2uiI+/b/S6mGgimzwEN4TOCokFUIfofg1T8eHny88ht9eWImD2dng+EEQRsApXxA5ubhU4g==",
				"shasum": "1d2c35140f0bff3afad336613ac53e3dda400e0b",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.3.tgz",
				"fileCount": 16,
				"unpackedSize": 67746,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9veiCRA9TVsSAnZWagAAiBMP/1pDNQKai3BPb1Z2U7KR\nJEePEDBoMvTAQrsNsaK3g3SrDHRdhagXyjImPPeRa7B/o4DXAjwavJtNLEm/\n8esYc3h7c36bh1aMadOJwSufhqCWG3n4sbbf95or29CwFr+9CfVFNzlfCgNv\n1T9SyRyLyH1GqIYuh1uj1CogGLej+YHHH6NXWgmB/okg9om87vW+SPu4iXwv\nYxzUPkvQpraLkW5ByjlyW8FlU5G6b34nU+O2zQS5nt3psEZUtG/RocL9Wmo2\nekm0JCnK5OSfvICCEcRlgxiV3Qa7t3Pf2HfvWftP1EfPDz72qbFavvzxj0q9\ngK5C6/JbzZBTffk12CEJkzFshlW8ssKKHA7RUm5q61bYhDKigukZTAesqmyl\nq5zQ2tUZL3uWwywUxfiikJv/CELGKEoegU8oIjp13FSnFftyq5a1k/4pIq6z\nGjtEkPZJEgXgB99YY4uaDXrWq030/PeDaVMwi/WPu+XhE1zeftAgmWl0vGjx\nrLBnkEDriKdZzT+A7bNE8Uzv5en0XcscGVgU8/C0vN3sa/8IWhOF+G/WfpA5\nJfkWF6ghf1ki2p3/kwW5j0kTdLjk8A/lpBRlCPwRyvufxeFdov/2VV1JOndI\nuClRk+gTCUSvaAi4gsS779u6CFrPY6aZoBCaKyE7iUU44RUZCulyfPADp3FW\nMUFu\r\n=RRUL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "mail@hugodias.me",
					"name": "hugomrdias"
				},
				{
					"email": "mikeal.rogers@gmail.com",
					"name": "mikeal"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_1.0.3_1593243553601_0.558422920829619"
			},
			"_hasShrinkwrap": false
		},
		"1.0.4": {
			"name": "multicodec",
			"version": "1.0.4",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls",
				"update-table": "node tools/update-table.js"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"buffer": "^5.6.0",
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^23.0.0",
				"bent": "^7.3.4",
				"chai": "^4.2.0",
				"dirty-chai": "^2.0.1",
				"pre-push": "~0.1.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "Mikeal Rogers",
					"email": "mikeal.rogers@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Rod Vagg",
					"email": "rod@vagg.org"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Filip Š",
					"email": "filip.stamcar@hotmail.com"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Joel Thorstensson",
					"email": "oed@3box.io"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "Vasco Santos",
					"email": "vasco.santos@moxy.studio"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "Carson Farmer",
					"email": "carson.farmer@gmail.com"
				}
			],
			"gitHead": "27c2ec1888abbe78ea573ca6c8289c3454242b51",
			"_id": "multicodec@1.0.4",
			"_nodeVersion": "14.2.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-NDd7FeS3QamVtbgfvu5h7fd1IlbaC4EQ0/pgU4zqE2vdHCmBGsUa0TiM8/TdSeG6BMPC92OOCf8F1ocE/Wkrrg==",
				"shasum": "46ac064657c40380c28367c90304d8ed175a714f",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.4.tgz",
				"fileCount": 16,
				"unpackedSize": 69063,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFsYqCRA9TVsSAnZWagAAAMQQAJNbyMYXXuK7G+e+MWsu\nE3IKjHW11ynS2yNK/mf3vs07Y+rXX+qiF7WsSexiScNbKiaZm/IVzBk7ri2q\niDojesytg6QGsb54mOIp5aVzj4wuqiH2pq9Iyp/lK59yVepvMzgTyEwiRIWp\nwHYzIC8bA6g9Bctjzt8kwCIbwBhdrOCquD/EVvacacU1l6EdFgj4AZa9ke7Y\n8LhSJutrYPtYxAPk4qIwJrsHVcWCCi10VyMsObtrzImsTf0H3ZMIhI8k1gdr\nmlNutKmh4nMxez1znoFoIDwJBsuUfXaDXtLIZf+IWOvAUeJd53xAwds/g3/g\nv9j4ihSswFflnurdNX2zORG1puxg1ZDpHO48WfW0EBwYdbHR+ARrT/XzElFM\nQHmsWVcl3BF7uBWP7ip7QQ5XGbGQY1mscfpUIqQB7zkHFJnN6zetfOxqS7Bp\n6v2p7esLMXwM3y4NPSz1+S9BtsIQaUgG1bWeo21OJPCT8ZmTUaokFTUk69tS\nRGVOKuudd4a9p92vosRuIXSH1A0wjJPQCEEIjuT+I1c9soBT5ZeJMGDtaKy2\nzcB/F9qC5JfmBSankk9RYmtubNWx5U6e9gD4Qj8NGTg9OkavC+m4yXYaqYqQ\nvba3XF67z+fAITonTCpx0XZlahxim/BM67jxZYOPNJ92pC4FwEzDweU/NCA6\nLtg2\r\n=/KZZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "mail@hugodias.me",
					"name": "hugomrdias"
				},
				{
					"email": "mikeal.rogers@gmail.com",
					"name": "mikeal"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_1.0.4_1595328041758_0.6119653112891685"
			},
			"_hasShrinkwrap": false
		},
		"2.0.0": {
			"name": "multicodec",
			"version": "2.0.0",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls",
				"update-table": "node tools/update-table.js"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"uint8arrays": "1.0.0",
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^23.0.0",
				"bent": "^7.3.9",
				"pre-push": "~0.1.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "Mikeal Rogers",
					"email": "mikeal.rogers@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Rod Vagg",
					"email": "rod@vagg.org"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Filip Š",
					"email": "filip.stamcar@hotmail.com"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Joel Thorstensson",
					"email": "oed@3box.io"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "Vasco Santos",
					"email": "vasco.santos@moxy.studio"
				},
				{
					"name": "Carson Farmer",
					"email": "carson.farmer@gmail.com"
				}
			],
			"gitHead": "86548cdfe9e3c91ecb892c67ff0f8c126fc2335c",
			"_id": "multicodec@2.0.0",
			"_nodeVersion": "14.2.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-2SLsdTCXqOpUfoSHkTaVzxnjjl5fsSO283Idb9rAYgKGVu188NFP5KncuZ8Ifg8H2gc5GOi2rkuhLumqv9nweQ==",
				"shasum": "e0c41d99ce29d5f92a9406a6a31169a3802a1ca3",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-2.0.0.tgz",
				"fileCount": 16,
				"unpackedSize": 75727,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJF0MCRA9TVsSAnZWagAA+vAP/AttrD01HNt/CZxHw26q\nNgmWKYTza0H1UyWvS8WA3xPMAq5wTsbhp67TnsBjFLVwjwxeDAB0krMrCQ0h\ndr3QphYo7DJ7NyIVGCT+Ydc4wVFW4kvbVDY5huwjdYlEY4ECPQoNXjWUWPwK\nCeSvMO9q3CCuNGuWpSiqPVXtuehXBtKoHk39hnDLnucsUFZU2jRg8YZSwBDd\nm0NyXGDCGsuRqaa/7pYXNjBUSyR9HcZBAKpFMpkPuJmRjQIb8qivLdYKSEtw\nSnAlBcAUgQKozfMqxyS4nkR/tVS0LZa7n/Hq09CEngyEgy86t1wKGLKHtRnQ\nBEXNrnGX5lrWs3kh3+4jv9cKouTH5WnX0gGXhS3PhmUVTLNVUWd8eFDJQByj\n5HdyTgc6byC1RiCe5+17DOqG4KLhiOryoX9cJXMPQuZJgK55a1baI4p8X0cI\nBRcLeS6z3pnXM0uFwOB1cisRUw4vasRxvCcu3jgOwow2Xnrxh/WF2nFREiX5\nT1/k0oGBYItRIM0h8iH05BJvtCPtz1pyptISL3dFeDE40/L8yX3Zl/L5XHXl\na5FdaiuOTaTH07O8cT+ERis7f4u4sfwKyotanm11Ysl4grPqyxvtWKxd1M1w\nqko/6N8Nt/E24HQhXUj8BRPHF/+c+s5gR78p/mfLMQdpG4ydLbdKHq6CMjSH\nAHSQ\r\n=L0Cm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mail@daviddias.me",
					"name": "daviddias"
				},
				{
					"email": "hacdias@gmail.com",
					"name": "hacdias"
				},
				{
					"email": "mail@hugodias.me",
					"name": "hugomrdias"
				},
				{
					"email": "mikeal.rogers@gmail.com",
					"name": "mikeal"
				},
				{
					"email": "volker.mische@gmail.com",
					"name": "vmx"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_2.0.0_1596218635959_0.04979411003217549"
			},
			"_hasShrinkwrap": false
		},
		"2.0.1": {
			"name": "multicodec",
			"version": "2.0.1",
			"description": "JavaScript implementation of the multicodec specification",
			"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
			"main": "src/index.js",
			"scripts": {
				"lint": "aegir lint",
				"test": "aegir test",
				"test:node": "aegir test --target node",
				"test:browser": "aegir test --target browser",
				"build": "aegir build",
				"docs": "aegir docs",
				"release": "aegir release",
				"release-minor": "aegir release --type minor",
				"release-major": "aegir release --type major",
				"coverage": "aegir coverage",
				"coverage-publish": "aegir coverage --provider coveralls",
				"update-table": "node tools/update-table.js"
			},
			"pre-push": [
				"lint",
				"test"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/multiformats/js-multicodec.git"
			},
			"keywords": [
				"IPFS",
				"multiformats",
				"multicodec",
				"binary",
				"packed",
				"the",
				"data!"
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/multiformats/js-multicodec/issues"
			},
			"homepage": "https://github.com/multiformats/js-multicodec#readme",
			"dependencies": {
				"uint8arrays": "1.0.0",
				"varint": "^5.0.0"
			},
			"devDependencies": {
				"aegir": "^23.0.0",
				"bent": "^7.3.9",
				"pre-push": "~0.1.1"
			},
			"contributors": [
				{
					"name": "David Dias",
					"email": "daviddias.p@gmail.com"
				},
				{
					"name": "Henrique Dias",
					"email": "hacdias@gmail.com"
				},
				{
					"name": "Volker Mische",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "Mikeal Rogers",
					"email": "mikeal.rogers@gmail.com"
				},
				{
					"name": "Richard Littauer",
					"email": "richard.littauer@gmail.com"
				},
				{
					"name": "wanderer",
					"email": "mjbecze@gmail.com"
				},
				{
					"name": "achingbrain",
					"email": "alex@achingbrain.net"
				},
				{
					"name": "Friedel Ziegelmayer",
					"email": "dignifiedquire@gmail.com"
				},
				{
					"name": "Rod Vagg",
					"email": "rod@vagg.org"
				},
				{
					"name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
					"email": "victorbjelkholm@gmail.com"
				},
				{
					"name": "Filip Š",
					"email": "filip.stamcar@hotmail.com"
				},
				{
					"name": "Hugo Dias",
					"email": "hugomrdias@gmail.com"
				},
				{
					"name": "Joel Thorstensson",
					"email": "oed@3box.io"
				},
				{
					"name": "Jonas Kruckenberg",
					"email": "iterpre@protonmail.com"
				},
				{
					"name": "Marcin Rataj",
					"email": "lidel@lidel.org"
				},
				{
					"name": "Vasco Santos",
					"email": "vasco.santos@moxy.studio"
				},
				{
					"name": "Carson Farmer",
					"email": "carson.farmer@gmail.com"
				}
			],
			"gitHead": "6df7719cb9172674010a0c16efe0914b183a768e",
			"_id": "multicodec@2.0.1",
			"_nodeVersion": "14.2.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-YDYeWn9iGa76hOHAyyZa0kbt3tr5FLg1ZXUHrZUJltjnxxdbTIbHnxWLd2zTcMOjdT3QyO+Xs4bQgJUcC2RWUA==",
				"shasum": "0971bbef83fcb354315c837c9a3f3e2e422af371",
				"tarball": "https://registry.npmjs.org/multicodec/-/multicodec-2.0.1.tgz",
				"fileCount": 16,
				"unpackedSize": 75871,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVkiiCRA9TVsSAnZWagAAVBcP/29sb/w3uk9TDKAvH89z\nY6ZYReCu/5dt9o07SUJhLnPJvew6YeLu79p7vvvRTu8/D+m/3BoxurQ9cgyU\nfV7J5GYtxPm58UlmMpaCg0QOMeHXX5MHfq7id0RGO9vm+YhWmcnLpZyqz0oD\nx4an5TLE9M2LKL3D0zsTzzFs8RPZQX3JvQhsOZagpG+Is5gF9PjPAwQ/o+W/\n1+yaeRyNF1p2QEk9xvToauv6XxDVZAZ44J/WJ/bv5A0D13iWJnbeVwJYax+u\nbv0p1roP1Q+Vzg8zg5qYRkIWQjg1UABrZHT3U+Cb377sKX+1PWl8NxUc0p8G\nceZheBGdymSE1lg9BNYPAw9Lqc5cOA0DgUQgxkXW5fyd44bbASywaGksYSHT\nqpXcZ4jAdiMT0tj+OT3znIO94WSML50JWisYPJcc/Bwmmb/YqKNaE3sPQ46I\ngaBM9I8488GhHQdDC1YOVc9La1MpoL+xOZeYHOaCwsnPKfAj1WhFX3B9aogF\nrMzWHj9vZXt1O2bdnIAh0wIKGCTeciglyGzsyEiF6mm7xBtB5VnJjt1c9p3t\nPr0Umn1e0TgCNxuQJpVPNbOZYaM47DfV61V3BmdQVaz2UUm1/trhLxU5tmhX\nbfeu/3ebJeA6X5iG9QA9w9VZGd48wZC2aFcJc7EdM/ENWxQjBFW/JQBOnt/3\noL+8\r\n=jtWz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				},
				{
					"name": "mikeal",
					"email": "mikeal.rogers@gmail.com"
				},
				{
					"name": "vmx",
					"email": "volker.mische@gmail.com"
				},
				{
					"name": "daviddias",
					"email": "mail@daviddias.me"
				},
				{
					"name": "hacdias",
					"email": "hacdias@gmail.com"
				}
			],
			"_npmUser": {
				"name": "hacdias",
				"email": "hacdias@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/multicodec_2.0.1_1599490210383_0.9626803889825282"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-09-07T14:50:13.913Z",
		"created": "2016-09-26T08:45:35.313Z",
		"0.0.1": "2016-09-26T08:45:35.313Z",
		"0.1.0": "2016-10-02T14:41:01.118Z",
		"0.1.1": "2016-12-06T04:23:32.931Z",
		"0.1.2": "2016-12-06T06:50:02.128Z",
		"0.1.3": "2016-12-30T17:50:34.168Z",
		"0.1.4": "2017-02-09T15:05:38.343Z",
		"0.1.5": "2017-02-09T15:08:21.755Z",
		"0.1.6": "2017-03-15T14:17:50.119Z",
		"0.1.7": "2017-03-16T15:08:52.032Z",
		"0.1.8": "2017-07-12T12:46:36.335Z",
		"0.1.9": "2017-08-29T15:35:42.551Z",
		"0.2.3": "2017-10-06T09:06:36.716Z",
		"0.2.4": "2017-10-06T15:21:43.820Z",
		"0.2.5": "2017-10-11T10:02:23.939Z",
		"0.2.6": "2018-01-20T19:17:52.342Z",
		"0.2.7": "2018-06-06T15:50:31.673Z",
		"0.3.0": "2018-12-18T21:07:48.916Z",
		"0.4.0": "2019-01-08T08:51:48.059Z",
		"0.5.0": "2019-01-24T20:41:41.300Z",
		"0.5.1": "2019-04-19T16:10:04.697Z",
		"0.5.3": "2019-05-28T13:27:22.984Z",
		"0.5.4": "2019-07-16T08:45:34.099Z",
		"0.5.5": "2019-07-29T09:14:08.039Z",
		"0.5.6": "2019-12-05T16:19:54.642Z",
		"0.5.7": "2019-12-22T09:51:35.405Z",
		"1.0.0": "2019-12-23T09:00:09.576Z",
		"1.0.1": "2020-03-16T16:11:26.013Z",
		"1.0.2": "2020-06-16T09:15:58.046Z",
		"1.0.3": "2020-06-27T07:39:13.758Z",
		"1.0.4": "2020-07-21T10:40:41.876Z",
		"2.0.0": "2020-07-31T18:03:56.088Z",
		"2.0.1": "2020-09-07T14:50:10.488Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"fb51e6f96b9ffef71d1aaa0c655af006\"",
			"fetched": 1602009463817
		}
	},
	"_distfiles": {
		"multicodec-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.0.1.tgz",
			"sha": "a0d19e3c3b2234196e5b69d97181ca466d907e14",
			"registry": "npmjs"
		},
		"multicodec-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.0.tgz",
			"sha": "00067fcc0517d571bec1c6f325d2c987b3a74cc8",
			"registry": "npmjs"
		},
		"multicodec-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.1.tgz",
			"sha": "ec1508775910e36413c5e5758e824a47e960c1c4",
			"registry": "npmjs"
		},
		"multicodec-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.2.tgz",
			"sha": "48d6402342b8f02482a9a00add9985ffdc70aa63",
			"registry": "npmjs"
		},
		"multicodec-0.1.3.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.3.tgz",
			"sha": "604db4a2d494c018699a996fa00d948232ecd415",
			"registry": "npmjs"
		},
		"multicodec-0.1.4.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.4.tgz",
			"sha": "3f6e3c2af9e6ef1f82f4c72132f98919b8cfba90",
			"registry": "npmjs"
		},
		"multicodec-0.1.5.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.5.tgz",
			"sha": "799c33bdaffec9749fa52253c106edbab1976812",
			"registry": "npmjs"
		},
		"multicodec-0.1.6.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.6.tgz",
			"sha": "ba3edf27748126002ac469130a919ab577d3540f",
			"registry": "npmjs"
		},
		"multicodec-0.1.7.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.7.tgz",
			"sha": "658f2d15f42fa19e66092fe917a051a1bf07e41e",
			"registry": "npmjs"
		},
		"multicodec-0.1.8.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.8.tgz",
			"sha": "2ede00a61c4f96d0735b867121aeba045d0debf2",
			"registry": "npmjs"
		},
		"multicodec-0.1.9.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.1.9.tgz",
			"sha": "1f6b3829d89b9a48adf761a6be9e204f5772e55f",
			"registry": "npmjs"
		},
		"multicodec-0.2.3.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.2.3.tgz",
			"sha": "186b0eb80616dfb2d9c1bc93ed7b810814dd85da",
			"registry": "npmjs"
		},
		"multicodec-0.2.4.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.2.4.tgz",
			"sha": "6ee027ccfb25d89c1fe831dc1047b97f75275aff",
			"registry": "npmjs"
		},
		"multicodec-0.2.5.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.2.5.tgz",
			"sha": "80fe6f2d04a8de73f012a7a19a06aab14b034412",
			"registry": "npmjs"
		},
		"multicodec-0.2.6.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.2.6.tgz",
			"sha": "9d2d6565fbc0815b139dfc906371fc39df4dfddb",
			"registry": "npmjs"
		},
		"multicodec-0.2.7.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.2.7.tgz",
			"sha": "44dcb902b7ccd8065c4c348fe9987acf14a0679d",
			"registry": "npmjs"
		},
		"multicodec-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.3.0.tgz",
			"sha": "24d23d2a8f74bb24b3d9e1abd7ba33946715c352",
			"registry": "npmjs"
		},
		"multicodec-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.4.0.tgz",
			"sha": "2d9c40ab58f415e1e01f4df78985e7b2e714e5a6",
			"registry": "npmjs"
		},
		"multicodec-0.5.0.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.0.tgz",
			"sha": "5605267226ed02fc3a0a7b041947c19641737b7f",
			"registry": "npmjs"
		},
		"multicodec-0.5.1.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz",
			"sha": "fa4d6fbb99abdf3cec0f207a022ce20ad3813fd5",
			"registry": "npmjs"
		},
		"multicodec-0.5.3.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.3.tgz",
			"sha": "b1ef71a55d0698c9b2d89585f66e4b081f33c20c",
			"registry": "npmjs"
		},
		"multicodec-0.5.4.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.4.tgz",
			"sha": "ab2afb0cd00cd853c5a2eecb0dd1404dc7745388",
			"registry": "npmjs"
		},
		"multicodec-0.5.5.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.5.tgz",
			"sha": "55c2535b44eca9ea40a13771420153fe075bb36d",
			"registry": "npmjs"
		},
		"multicodec-0.5.6.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.6.tgz",
			"sha": "fdf250b6febe57053221f0aeeb83e6cae073a05e",
			"registry": "npmjs"
		},
		"multicodec-0.5.7.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.7.tgz",
			"sha": "1fb3f9dd866a10a55d226e194abba2dcc1ee9ffd",
			"registry": "npmjs"
		},
		"multicodec-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.0.tgz",
			"sha": "75652ff96cc30f63bb56264ef5c7e6526bc0becb",
			"registry": "npmjs"
		},
		"multicodec-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.1.tgz",
			"sha": "4e2812d726b9f7c7d615d3ebc5787d36a08680f9",
			"registry": "npmjs"
		},
		"multicodec-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.2.tgz",
			"sha": "370dd2654cd58f3a93bde22a081d7b735e414779",
			"registry": "npmjs"
		},
		"multicodec-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.3.tgz",
			"sha": "1d2c35140f0bff3afad336613ac53e3dda400e0b",
			"registry": "npmjs"
		},
		"multicodec-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.4.tgz",
			"sha": "46ac064657c40380c28367c90304d8ed175a714f",
			"registry": "npmjs"
		},
		"multicodec-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-2.0.0.tgz",
			"sha": "e0c41d99ce29d5f92a9406a6a31169a3802a1ca3",
			"registry": "npmjs"
		},
		"multicodec-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/multicodec/-/multicodec-2.0.1.tgz",
			"sha": "0971bbef83fcb354315c837c9a3f3e2e422af371",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"multicodec-1.0.3.tgz": {
			"shasum": "1d2c35140f0bff3afad336613ac53e3dda400e0b"
		}
	},
	"_rev": "16-8f439cecb8b27c65",
	"_id": "multicodec",
	"readme": "# js-multicodec <!-- omit in toc -->\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[![](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n[![Travis CI](https://flat.badgen.net/travis/multiformats/js-multicodec)](https://travis-ci.com/multiformats/js-multicodec)\n[![Coverage Status](https://coveralls.io/repos/github/multiformats/js-multicodec/badge.svg?branch=master)](https://coveralls.io/github/multiformats/js-multiformats?branch=master)\n\n> JavaScript implementation of the multicodec specification\n\n## Lead Maintainer <!-- omit in toc -->\n\n[Henrique Dias](http://github.com/hacdias)\n\n## Table of Contents <!-- omit in toc -->\n\n- [Install](#install)\n- [Usage](#usage)\n  - [Example](#example)\n  - [API](#api)\n- [Updating the lookup table](#updating-the-lookup-table)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\n```sh\n> npm install multicodec\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/multicodec\n ```\n\n## Usage\n\n### Example\n\n```JavaScript\n\nconst multicodec = require('multicodec')\n\nconst prefixedProtobuf = multicodec.addPrefix('protobuf', protobufBuffer)\n// prefixedProtobuf 0x50...\n\n// The multicodec codec values can be accessed directly:\nconsole.log(multicodec.DAG_CBOR)\n// 113\n\n// To get the string representation of a codec, e.g. for error messages:\nconsole.log(multicodec.print[113])\n// dag-cbor\n```\n\n### API\n\nhttps://multiformats.github.io/js-multicodec/\n\n[multicodec default table](https://github.com/multiformats/multicodec/blob/master/table.csv)\n\n## Updating the lookup table\n\nUpdating the lookup table is done with a script. The source of truth is the\n[multicodec default table](https://github.com/multiformats/multicodec/blob/master/table.csv).\nUpdate the table with running:\n\n    npm run update-table\n\n## Contribute\n\nContributions welcome. Please check out [the issues](https://github.com/multiformats/js-multicodec/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) © 2016 Protocol Labs Inc."
}