{
	"name": "pino-std-serializers",
	"versions": {
		"1.0.0": {
			"name": "pino-std-serializers",
			"version": "1.0.0",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^11.1.1"
			},
			"gitHead": "db2aa78a9b8e4acffe456059f0c58aeaf438531b",
			"_id": "pino-std-serializers@1.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "jsumners",
				"email": "james.sumners@gmail.com"
			},
			"dist": {
				"integrity": "sha512-VvrdU2+ixL4zYm1c4q5pdtI9chhV6T1keiVkbV6BVZC1ih8Fsp8pdOCiBXcPYcIMyyo83KxpRhjuX2B53O38iw==",
				"shasum": "7607ab8c5b7c32bf7c4dada149da4ce3c14a3b75",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-1.0.0.tgz",
				"fileCount": 12,
				"unpackedSize": 13210
			},
			"maintainers": [
				{
					"name": "jsumners",
					"email": "james.sumners@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_1.0.0_1519340631302_0.20771732778829866"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "pino-std-serializers",
			"version": "1.0.1",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^11.1.1"
			},
			"gitHead": "d0cd816ac52f9581a686d3b231f03b8797da285b",
			"_id": "pino-std-serializers@1.0.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "jsumners",
				"email": "james.sumners@gmail.com"
			},
			"dist": {
				"integrity": "sha512-HXnkH6rmG4NLVWBhLNwBfhFUpsgh1kNGY2fzWN988D23kLOifIoQ87fgHSelQ2LzKrqqwsIQhVgu3vPQ5DPLzw==",
				"shasum": "89034ed311cff233c158a7798ce042ff9ae79bbc",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-1.0.1.tgz",
				"fileCount": 12,
				"unpackedSize": 13211
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_1.0.1_1522157196623_0.6403475053825038"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "pino-std-serializers",
			"version": "1.1.0",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^11.1.1"
			},
			"gitHead": "4b0ce4f64523517b4a11b5feb42578b30abab9b3",
			"_id": "pino-std-serializers@1.1.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "davidmarkclements",
				"email": "huperekchuno@googlemail.com"
			},
			"dist": {
				"integrity": "sha512-XM5MV0SMFUvrjTM0kagQCnONM3KdDbkUxVO2mNTngb6FIZ94/fp2u7fpatIAm5XEnwAEUPBhoMkoEKzpy1iNSQ==",
				"shasum": "de3ceb1255251c553262ccb158f5289f0adf1734",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-1.1.0.tgz",
				"fileCount": 12,
				"unpackedSize": 13382
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_1.1.0_1522231075889_0.3036686232529331"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.0": {
			"name": "pino-std-serializers",
			"version": "1.2.0",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^11.1.1"
			},
			"gitHead": "278bfa6e6ad9867eb6744af31b6678539bb8b2a3",
			"_id": "pino-std-serializers@1.2.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "davidmarkclements",
				"email": "huperekchuno@googlemail.com"
			},
			"dist": {
				"integrity": "sha512-6LQcMXLHlT+PKMFkY6WpPmQvkFIecngF7WJPiMi5PfCGcScikvB3kt+Q5+zLtxw0dxPqXHd9XczPx/HwsNmOIA==",
				"shasum": "ae5525560bb99b9a84661e809941a3cee796a725",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-1.2.0.tgz",
				"fileCount": 12,
				"unpackedSize": 15220
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_1.2.0_1522258772282_0.46862834341348436"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "pino-std-serializers",
			"version": "2.0.0",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^11.1.1"
			},
			"gitHead": "b7c7795036595decc594c0dbb8dd2134373d3125",
			"_id": "pino-std-serializers@2.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "davidmarkclements",
				"email": "huperekchuno@googlemail.com"
			},
			"dist": {
				"integrity": "sha512-8OtC69pAB3wixI521iDkdBkmWAGuNwSbUGAOaIK99whgusDm3/ST5EUlTSluBW2jsvjx3Khk5eBcm3CVl2IGMg==",
				"shasum": "63cbacf34bed8c95dd2c67eec824e48b8dd3445f",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.0.0.tgz",
				"fileCount": 12,
				"unpackedSize": 15597
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_2.0.0_1522261340387_0.9609482209112916"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.0": {
			"name": "pino-std-serializers",
			"version": "2.1.0",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^12.0.0"
			},
			"gitHead": "ddb1fb9edad092c5495b3c08e026ccc37c143352",
			"_id": "pino-std-serializers@2.1.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "10.2.1",
			"_npmUser": {
				"name": "matteo.collina",
				"email": "hello@matteocollina.com"
			},
			"dist": {
				"integrity": "sha512-NqWvrQD/GpY78ybiNBzi/dg8ylERhDo6nB33j5sfCKpUmWLc3lYzeoBjyRoCMvEpDpL9lmH6ufRd0jw6rcd1pQ==",
				"shasum": "01953dcaecd5f43b331ecf2e312a49c9fd64851c",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.1.0.tgz",
				"fileCount": 12,
				"unpackedSize": 17542,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDUhACRA9TVsSAnZWagAAjnMP/0okAKL5Rvj6/xdGaq7W\npIvmhs2s/ZilVgPuG2kBVeR6d38VNjmo6hUqVHOSpC8oi8RS+nmYY+LZVegh\nsMO5cFKnbNfCAT1do/kR3cp28YBucXDeySf2JwCj81Ljf4SrL7/u8/5/6V6W\nHEfCTYmyiToawJ8N75oG2WULzYBDnWjbbhm5MkBwdn9Dj5Ps6q74NdQMMJbB\nMywcORwbQWdYuDmbbLRFmhpQli7zWPX1AUTYibJwzRQ6HwgOLth2UvS7NpnV\n8XPLzTfk8QHYTksEJgJbTxCkb2MY9o6jJimaZAZo08rfTt7WnfIl7VHVLq5Y\nmkKe4ynnqAZUsmE3A6FfCyzSpdJG8OKj3E+SALfSpmFOvkMbkB5NRoG/Ogxd\nz5geFudmbRn8GnB8zYlixi9YwHmm8Kt6LcrBIQxgka/DnYXGVl1YbB/JPRzB\nT3LD3UkLizHd1HpdR8GEUsp2WcTN8rWtyi8DbVhzaKjTPq2f8lx8v3X2a6aL\naOeFiiUckcFVN3sDyGcpNRMGMqogxFkVUmnWbSLMZ2u7B0Q/v7aGls4ZPbhR\nGHqZfr8TGaC/CDqldVeHg7EBSM1zfPvFc13sZBOHwnUarqeHS1PI6PPWnuxS\nV0Ds/X2NlI9FGvIf+O9+UoOmevG/PpG5o7Edww1M7f/71BOwpegDmGKy3rCP\npvoy\r\n=sEFq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_2.1.0_1527597119245_0.892369277431454"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.0": {
			"name": "pino-std-serializers",
			"version": "2.2.0",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^12.0.0"
			},
			"gitHead": "8550082c9ea1e27cdb477b3327fb6ffce6706ed6",
			"_id": "pino-std-serializers@2.2.0",
			"_npmVersion": "6.3.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "matteo.collina",
				"email": "hello@matteocollina.com"
			},
			"dist": {
				"integrity": "sha512-Ef95yX2/cUb5knEmHCpvkfrvjWBx0CTcBwB3WAneX8o0WpEf8y+lmR/XMkgAbJ/Ak2mHbo0eL5ANy8qDqpH1xw==",
				"shasum": "2c97a636dcbe6947a7be518f5d06b7804f5c48ae",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.2.0.tgz",
				"fileCount": 12,
				"unpackedSize": 19133,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbau77CRA9TVsSAnZWagAA/cwP/j4IbuBkzcI7GYuCVw28\nxFhUz9lAXeZy3gKvlENXbNr32XwtZqQAIwi+zE5E4KcUjewHq19YnQr3jRrV\nuoN6r1UbFcpU2IrSg5YGgj74fH4OEha6ci0zCW2avMF0tmbo3cTAFeAmnor6\n6/WuSNMkGK1FudiXvPJzYM+8hWHeQ85jUQu6ItXoiW3j75NzOG3Ec3P3UI03\nHIsfvU0lRUVGi/NZi1QYShaA5Cd79dzqw2/ucg1n0TGXToCwHVN+OSPBYEzt\nXUUvQWgfkhARgSnQ/kyg1dtlVftdBBht5SBowlV7y8/lrLJdBBRZtOpcELFQ\nooPsNugEBjJive7cMgsZREYTaeabzjqMouUaukBebu0bmL/jAZ/uBuRfP2WP\nGNMkVxwGMAjTTHHumFBckQQNn/K4xuBU1TdkTEU6pD2iK1tXzA2TJG4OLAxu\nGXyO1ZVbWP5yPA7CEK7qeo+BAk0sWyjdNW/QvIxNJ6FxE5wWGWjA2ryvWJLR\n4ZhNM8Dh6FWj9qVCyDcDjmR6pNAeX3Lw9zBEJwr9ptkZmk1rXPZdKXNqbgys\nq890xMt0dGB97JnocZOyQlI8mCa/V1uPgOjw8erYbHQqvMN0svzPpHztqzvN\nh9rMwLszdheYGVfpKaLvQAOfh3x1kXfMlamBVCnN/3Zw0vxrOt8DXIfZxir3\njkd8\r\n=hLRC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_2.2.0_1533734651478_0.7644183556521846"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.1": {
			"name": "pino-std-serializers",
			"version": "2.2.1",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^12.0.0"
			},
			"gitHead": "6675674ceafd5ad52366c4ca286ba81a6008e5cc",
			"_id": "pino-std-serializers@2.2.1",
			"_npmVersion": "6.4.0",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "matteo.collina",
				"email": "hello@matteocollina.com"
			},
			"dist": {
				"integrity": "sha512-QqL7kkF7eMCpFG4hpZD8UPQga/kxkkh3E62HzMzTIL4OQyijyisAnBL8msBEAml8xcb/ioGhH7UUzGxuHqczhQ==",
				"shasum": "ceb583374358c75949e9c4ddbdd690428c15958e",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.2.1.tgz",
				"fileCount": 12,
				"unpackedSize": 19383,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgB/eCRA9TVsSAnZWagAAt1YP/37TLxk+ED/ZIYL6RyCS\nw9tZv0Dak2/sOP9ErJObFLXpaQxx1RPN0pteG5660QKkGh0BjILprtE/L4DH\ne4vOc6WR6RE5ZJVqHW4NZ8usob7+TPza7QRNuRrZXXcdYgerNmSUj3Cb+2KH\nBKRgtUMtw5ybOSs3LRLnN3BO9ziVJFE33nQhMYGdZBWU5vAl3LPtmfcAGlDO\ndqhV/SfYl0r5vpFsTK32MlP3UyxR+2546RWynBIeGyb3Q2txAZA5hMPQrAY7\nXcVMDASs3ZkIP3wFb/uF1FmKp0nS1/T/g28mjQG5ewPwToh73zS7pGYWNuLy\nDqqu6MnzCP59UgwqQTh/jXl1f3p9J2NcK7vocmLKL1i/NZ/64URGwuhgN4sE\n8J6lQbujuS2pPzLygASCKW/W6uXQSJO6I2KcORQU17RS8IOwKS2YANRyeXLO\nMVIevzsUavtbr5axAuUrSd/5XVnYxrcteivHMrEG+yHv/xrYRxtqnW6sjB8D\n/pFSI/cRYoQ9vxzzDynBC3cOlhAjbKoGNVYgSUPniCwcxvUR83xKdvkFSQIG\nWkR+qmoPypEMugMBmh3u3mfEAoUE43hmeX16YT8TGL+hhLygb77zSYbR6ja9\nde1djFJn4Bll25O6QNivatM/RwqRzOP6JGUWRdZzYgAmJHLHT1gFO2c4VwAa\nkEy0\r\n=z/P+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_2.2.1_1535123421900_0.5059847206972348"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.0": {
			"name": "pino-std-serializers",
			"version": "2.3.0",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^12.0.0"
			},
			"gitHead": "c8c4bea28ebd5bcbf3030ba455354b47be33b1b2",
			"_id": "pino-std-serializers@2.3.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "matteo.collina",
				"email": "hello@matteocollina.com"
			},
			"dist": {
				"integrity": "sha512-klfGoOsP6sJH7ON796G4xoUSx2fkpFgKHO4YVVO2zmz31jR+etzc/QzGJILaOIiCD6HTCFgkPx+XN8nk+ruqPw==",
				"shasum": "34eeaab97c055c28e22c0542ae55978e7e427786",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.3.0.tgz",
				"fileCount": 12,
				"unpackedSize": 19798,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbwOZvCRA9TVsSAnZWagAAwgAP/1NH7EAwcBulcCHaStnN\n/0gkWaTTONOPs0eg2XlZDzqEKE/+WpAVjoytNFknAoE4GBv4VdfVHPGP7gyB\nJFTXwC6yWs34gg9G7MUjS54BdWqusU7z5MiDRRp2m5iLiVIoK24bdqJREqUJ\n3OZAPjGVTmiTliQ8bhVNfM3zXxby3QFdkCQ44FsuLmfzpbm8PmztwFFMAuqf\nAu5GJlhOXC7a9BWu2/ozQKUt4cIWqSBmNAMrdn3TNo92Lb/jWtmA7PR9FYtH\nkUGNfjSVKIQl7xBgZ8AcXgmtzOJtVU4iFxPjW3nluRwocs8m8dRh2Blr/zu2\naY3eu+f8AMY5MrImcApj9H/0HIu/pkjWNA9iwUUT+MfNMl6FFxTvMz3A80ns\nfdNq+fxpUPHtbDkDEAXKT0cLy0GwoxNi81DsuN6yRkIEPi0DZfiqqoHlrWO8\n0TKKaHwAUmxE0FlS+wbG8zrdM8lcs87Mr/8aUyFAuZMfWvxUGNgwtyIo50fn\n+zIodpMAWL1QLwKv+Rg7INkpPnHpPALfABGEXLu4e5QU3BrJsIiKAc4b6PPx\nZYxLV26P4Jq3XJNyM68Yf6ycDIplOpeLx81hTozreFSJoFp35ROxajz0O9Zi\nNNyqj8nsueXQ4V3n76t2UHCTko3Z44nCaFDIcbUZJkpGj/QiRUvEaFrgJ5wI\nebrr\r\n=7mtt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_2.3.0_1539368558558_0.34376181366905545"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.4.0": {
			"name": "pino-std-serializers",
			"version": "2.4.0",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^12.0.0"
			},
			"gitHead": "4b584932f650ec1bf386320e22f334d2b3f79336",
			"_id": "pino-std-serializers@2.4.0",
			"_nodeVersion": "10.15.2",
			"_npmVersion": "6.9.0",
			"_npmUser": {
				"name": "matteo.collina",
				"email": "hello@matteocollina.com"
			},
			"dist": {
				"integrity": "sha512-ysT2ylXu1aEec9k8cm/lz7emBcfpdxFWHqvHeGXf1wvfw7TKPMGhLWwS+ciHw6u4ffnmV+pkAMF4MUIZmZZdSg==",
				"shasum": "c0588b5ab0905ac55bae2cb61639ed93153681fb",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.4.0.tgz",
				"fileCount": 12,
				"unpackedSize": 21957,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcp7zGCRA9TVsSAnZWagAAIYcQAJlVvkoHp1VweMEf0d7n\nq4+DyMy3iW6+yCgGvGbY2FtPziTRH10EFan+RxyhlRkzJMUjz2H7Po+vfNJU\n3Bivsft8u3LFE1BV7n8c1ebcX0II9Gw57HcwHIvjQRsLy3kXWaCT3GbPvHRO\nefZRZwrR2CssTVrkXkfLEH0Fs9hw4AdybkprOe2dlvLWYtopzmaw896o52As\nLxdOOZtgeHnoA0Wi6ZwvLcMDYMN5i03zV7lI6X4bQ5etdnnknS4x6Hg4qd5f\nKeUrDis9I7Ax/BCmFbssCfUYiSnRm3QqhSDwRkfcZukE1PLTubty4Jgwx6jS\no48P94FhOyL6poMEjRquQwHiEZmG+lunEoc6Jzq/Fydvpa573LCY0CAvVWmV\nIEEA1K4qf47ma153jJKiXvrMQ9yktxyjP2tghTxxzQ5jm2UK8PCJBnt7qHqK\ncMNtQF/gyOtnMFy8yS283NYKdD88y9It1T0oI7QCm+nfs/adgDk6U1pjizev\noM9R1rXVYpXgtIVxjplUEC4xj//hi1EwVz+baDIOMljQ3tqfSxLuU52TfYa3\nH8H5SuD0BFS/jT7w/gHzeIDrUMspq8ncEJL0G+Y8BBcef+8hJa1yzgvuJrlE\ngnNKV2nqIs77nlePJwv2g6L4jEwCs0gYRjvI58g3CfM3OEzaHra+qKmjLu3w\nNPBb\r\n=8WVt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_2.4.0_1554496709348_0.1083929257303351"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.4.1": {
			"name": "pino-std-serializers",
			"version": "2.4.1",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^12.0.0"
			},
			"gitHead": "ed67314a14a2a3eacb20a8a2ed3fd6c3d07ae00b",
			"_id": "pino-std-serializers@2.4.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.15.3",
			"_npmUser": {
				"name": "jsumners",
				"email": "james.sumners@gmail.com"
			},
			"dist": {
				"integrity": "sha512-v/JglhO0aFcvkMV9VUxhgyuJo8K1si857Ww86Tx8H2cjC/kp0ndzzcF6Vbxr4RgKFYJdHfLVpEuD55znMZuxnw==",
				"shasum": "7fefc2dba56700494ac8b9ce0d027f7b648e438f",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.4.1.tgz",
				"fileCount": 12,
				"unpackedSize": 22198,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1sUaCRA9TVsSAnZWagAA84sQAIjF/Fzg8EfTJqkIPHGJ\nHA6/aGktPq2+ubnP5YIvu624nlkcDFcpUz7a/vuuCNhIAIh9hNavt6QPJa1R\ncxwq4s7QbbMxmOzvNBYaG3Lu/PeUJxk7duD25XYpfffPvH6oDimS7vnXFzwy\nvdNNCP6r85XSNqwKxsK5g85FUXUR4+rp5SrOoUix46dJNx70uW+xhXGJKzKd\nFvJzn7MebVjWJtDQxvzGf0ivYbJqodn1TuxR8TMctZGwOqcr3QHW5WAbQN7M\nqK417SxDcAxeM0nhuSjAj2zk7+aCuS38VRccxEW8jgQyz+le66TySvkDM0+2\nNPO566U6LeWdwS1YatG1TmMu7Z3UVqDMqfDU47VqljYplkUtVtA7ISkj7J2c\nQj2dL6Y++vwb2d6inJjzk6/2lJKF1EvGeZVC85LzdYbYX6nV4Y8ekf8c1bVt\nTuY4OarYTyTQ4HuZDLPOXNooQp96rdH+451xsJomM2pX1yV4F+zB+s8zTEq0\ndMTmmXJPF/5qwFdrnLmQLdq8hNiYMw+PrAmp0cvKrn9Gn9yi8PuCMva0TyBw\n5xWfu5mdipkhEWOjBjzNP6Jl+hyanh+xfymwC9QvEKvJRw0Tgd4qZNKEopXD\nXysdwaq6BfLhfNaHWI3ttwytsVZtd69//nMht62JGs+GzS3QY8Deb/HjZ8x8\nCUnu\r\n=z3Jx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_2.4.1_1557579034128_0.07374471794898363"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.4.2": {
			"name": "pino-std-serializers",
			"version": "2.4.2",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^12.0.0"
			},
			"gitHead": "da08596899689722fb0411f374f9f5601b9c05f5",
			"_id": "pino-std-serializers@2.4.2",
			"_nodeVersion": "10.15.2",
			"_npmVersion": "6.9.0",
			"_npmUser": {
				"name": "matteo.collina",
				"email": "hello@matteocollina.com"
			},
			"dist": {
				"integrity": "sha512-WaL504dO8eGs+vrK+j4BuQQq6GLKeCCcHaMB2ItygzVURcL1CycwNEUHTD/lHFHs/NL5qAz2UKrjYWXKSf4aMQ==",
				"shasum": "cb5e3e58c358b26f88969d7e619ae54bdfcc1ae1",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.4.2.tgz",
				"fileCount": 12,
				"unpackedSize": 22810,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc69QECRA9TVsSAnZWagAA5cMP/1Ay6CUFfQ3p/xVVcBYY\nEkSEuIVDpHdLIBnBB2akXyclZhAA33zOjCj83Q1Itb2UWjRH2JBR8wDyYRr5\nqJrGmh+dQrFqF8VoYtdTO6rX47imjaDZXhHCZw0yinx+qoEl4rNNdbs7YCQq\nFUMcqOuf2jgE/B8Ygp0q1MfxqGSkBgU7UE4JcRggE6CS2mdOTrXyQTaC8ew3\ny5TyBBLufd7dNgoT9Qnp8VlzfrMjC9KAJHkd4S/WGQXbMmHBUf6SLoFpnuTp\nQpLRP4aXsa5MFwcl6yyqlbvhd3qcBr3YTmbzat30RD/gjaoXuhiyXq2mBJ5R\nPPibOCGfPh+ADvKD/Qv2c4KEdwTUXKvB2aIhqgknIm9mdyKPAL2Fqq7stTOW\nKwyrzlYT56qtMDtVN84YocZrqU/A8nkyERDZlSrD3gkzwa+nfrmMt0Ws0ka0\n9eg9Lh752K7iGKn7AaWYzYDpASMbo3au4WDFm8Pihnv2186vuNN7b92t6mrX\n7QKLTLRfzXZm59E+wx5neXY3+v41Hcly6ks1hZiV9m3/8FGdkz7DSWhxQkqO\neOy+2rcalzIBDiD+AIwq5hNv7omuKcWOn5tegFdYzXGA6bMntv9+kAGMBiGq\nqeUP2/lFQRN2azUYVqTzSU/ergrOq3qeOVUZGJWM8ZyEfKu7CdrwY4iCgUee\n8X10\r\n=n3os\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_2.4.2_1558959107728_0.6150798517338085"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.5.0": {
			"name": "pino-std-serializers",
			"version": "2.5.0",
			"description": "A collection of standard object serializers for Pino",
			"main": "index.js",
			"scripts": {
				"lint": "standard | snazzy",
				"lint-ci": "standard",
				"test": "tap --no-cov 'test/**/*.test.js'",
				"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
			},
			"keywords": [
				"pino",
				"logging"
			],
			"author": {
				"name": "James Sumners",
				"email": "james.sumners@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/pinojs/pino-std-serializers/issues"
			},
			"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
			"precommit": [
				"lint",
				"test"
			],
			"devDependencies": {
				"pre-commit": "^1.2.2",
				"snazzy": "^7.0.0",
				"standard": "^11.0.0",
				"tap": "^12.0.0"
			},
			"gitHead": "1e6ef469dee7e6c10502c30063fe4f7d0cb9a622",
			"_id": "pino-std-serializers@2.5.0",
			"_nodeVersion": "12.18.2",
			"_npmVersion": "6.14.7",
			"dist": {
				"integrity": "sha512-wXqbqSrIhE58TdrxxlfLwU9eDhrzppQDvGhBEr1gYbzzM4KKo3Y63gSjiDXRKLVS2UOXdPNR2v+KnQgNrs+xUg==",
				"shasum": "40ead781c65a0ce7ecd9c1c33f409d31fe712315",
				"tarball": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.5.0.tgz",
				"fileCount": 12,
				"unpackedSize": 24158,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNvn6CRA9TVsSAnZWagAAXcgQAJuPHAQyjJDjQ9hRNngm\nS51wqaEwL3D5TzLR/3VU+Cogx4MMhqZEL8szhuEJukKTawMLOd62y6dRUkFH\nfLiuDinYaQApIhRoiZUi0cC+WPVy9ac8fpXF5K6uHZ5CRSWvtuBMGxGNoK+4\nfX5GKjpmso1TzAy8CbNSIe0vSfvOlMb4lxu2qa3R6YIbnMY0oij/kCiB9qn9\no2XLdlN4DKIlXS46AjQS0LCxzDxz5RMq00EnJ5kNBCjf/98ZGSCdDnEgDIDQ\nE2y2/HcmxOGfdzM7tJm9pEdLGCe3IocBUmu0DPSV3zGOzj7ETxpkFHJRxQLL\n9p6bdxOfwU9uWoPRGA4IGo1eUsZuThX0j3Zb6jn30r8/4G6RWNFZFRjn1mdV\ncnIz/yndruHL1neCPY1zDrSHXetfqOaCRZHPHVr1gYbTEFqTG3wy5mNeVNWr\nIbmfDzAUOPaL/R1mN6kV3+LngWnyIGTc6tTjWSe0dZGxJHkCOfd37TQBg3O5\nzot8GbTEqhHU3/kkEAWKcqXqJzFUMHkmgjRLxd0RFU/fFWd+gnRDYoDXYywb\nE2Dwz5OdQspC3pRvpOkjxE8P7aCj6WJ/KWJf8Anf/2PhFH8laLOBvmHuvvQO\nTjsNdBJSizsw1CLYf9MpNMCEtYaCdLJCuHbJhWOGqh0vvlB7rClNMe7s2ANc\n8Q4Q\r\n=3NOG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "huperekchuno@googlemail.com",
					"name": "davidmarkclements"
				},
				{
					"email": "james.sumners@gmail.com",
					"name": "jsumners"
				},
				{
					"email": "hello@matteocollina.com",
					"name": "matteo.collina"
				},
				{
					"email": "w@tson.dk",
					"name": "watson"
				}
			],
			"_npmUser": {
				"name": "matteo.collina",
				"email": "hello@matteocollina.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/pino-std-serializers_2.5.0_1597438458066_0.5267425171720013"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-02-22T23:03:51.301Z",
		"1.0.0": "2018-02-22T23:03:51.450Z",
		"modified": "2020-08-14T20:54:20.693Z",
		"1.0.1": "2018-03-27T13:26:36.815Z",
		"1.1.0": "2018-03-28T09:57:56.174Z",
		"1.2.0": "2018-03-28T17:39:32.351Z",
		"2.0.0": "2018-03-28T18:22:20.559Z",
		"2.1.0": "2018-05-29T12:31:59.367Z",
		"2.2.0": "2018-08-08T13:24:11.568Z",
		"2.2.1": "2018-08-24T15:10:21.999Z",
		"2.3.0": "2018-10-12T18:22:38.679Z",
		"2.4.0": "2019-04-05T20:38:29.489Z",
		"2.4.1": "2019-05-11T12:50:34.314Z",
		"2.4.2": "2019-05-27T12:11:47.848Z",
		"2.5.0": "2020-08-14T20:54:18.204Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.5.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"3ef813589c3970109ce38c897969e839\"",
			"fetched": 1600679305064
		}
	},
	"_distfiles": {
		"pino-std-serializers-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-1.0.0.tgz",
			"sha": "7607ab8c5b7c32bf7c4dada149da4ce3c14a3b75",
			"registry": "npmjs"
		},
		"pino-std-serializers-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-1.0.1.tgz",
			"sha": "89034ed311cff233c158a7798ce042ff9ae79bbc",
			"registry": "npmjs"
		},
		"pino-std-serializers-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-1.1.0.tgz",
			"sha": "de3ceb1255251c553262ccb158f5289f0adf1734",
			"registry": "npmjs"
		},
		"pino-std-serializers-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-1.2.0.tgz",
			"sha": "ae5525560bb99b9a84661e809941a3cee796a725",
			"registry": "npmjs"
		},
		"pino-std-serializers-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.0.0.tgz",
			"sha": "63cbacf34bed8c95dd2c67eec824e48b8dd3445f",
			"registry": "npmjs"
		},
		"pino-std-serializers-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.1.0.tgz",
			"sha": "01953dcaecd5f43b331ecf2e312a49c9fd64851c",
			"registry": "npmjs"
		},
		"pino-std-serializers-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.2.0.tgz",
			"sha": "2c97a636dcbe6947a7be518f5d06b7804f5c48ae",
			"registry": "npmjs"
		},
		"pino-std-serializers-2.2.1.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.2.1.tgz",
			"sha": "ceb583374358c75949e9c4ddbdd690428c15958e",
			"registry": "npmjs"
		},
		"pino-std-serializers-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.3.0.tgz",
			"sha": "34eeaab97c055c28e22c0542ae55978e7e427786",
			"registry": "npmjs"
		},
		"pino-std-serializers-2.4.0.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.4.0.tgz",
			"sha": "c0588b5ab0905ac55bae2cb61639ed93153681fb",
			"registry": "npmjs"
		},
		"pino-std-serializers-2.4.1.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.4.1.tgz",
			"sha": "7fefc2dba56700494ac8b9ce0d027f7b648e438f",
			"registry": "npmjs"
		},
		"pino-std-serializers-2.4.2.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.4.2.tgz",
			"sha": "cb5e3e58c358b26f88969d7e619ae54bdfcc1ae1",
			"registry": "npmjs"
		},
		"pino-std-serializers-2.5.0.tgz": {
			"url": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.5.0.tgz",
			"sha": "40ead781c65a0ce7ecd9c1c33f409d31fe712315",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"pino-std-serializers-2.5.0.tgz": {
			"shasum": "40ead781c65a0ce7ecd9c1c33f409d31fe712315"
		}
	},
	"_rev": "2-89856957ddbbc08f",
	"_id": "pino-std-serializers",
	"readme": "# pino-std-serializers&nbsp;&nbsp;[![Build Status](https://travis-ci.org/pinojs/pino-std-serializers.svg)](https://travis-ci.org/pinojs/pino-std-serializers)\n\nThis module provides a set of standard object serializers for the\n[Pino](https://getpino.io) logger.\n\n## Serializers\n\n### `exports.err(error)`\nSerializes an `Error` like object. Returns an object:\n\n```js\n{\n  type: 'string', // The name of the object's constructor.\n  message: 'string', // The supplied error message.\n  stack: 'string', // The stack when the error was generated.\n  raw: Error  // Non-enumerable, i.e. will not be in the output, original\n              // Error object. This is available for subsequent serializers\n              // to use.\n}\n```\n\nAny other extra properties, e.g. `statusCode`, that have been attached to the\nobject will also be present on the serialized object.\n\n### `exports.mapHttpResponse(response)`\nUsed internally by Pino for general response logging. Returns an object:\n\n```js\n{\n  res: {}\n}\n```\n\nWhere `res` is the `response` as serialized by the standard response serializer.\n\n### `exports.mapHttpRequest(request)`\nUsed internall by Pino for general request logging. Returns an object:\n\n```js\n{\n  req: {}\n}\n```\n\nWhere `req` is the `request` as serialized by the standard request serializer.\n\n### `exports.req(request)`\nThe default `request` serializer. Returns and object:\n\n```js\n{\n  id: 'string', // Defaults to `undefined`, unless there is an `id` property \n                // already attached to the `request` object or to the `request.info`\n                // object. Attach a synchronous function\n                // to the `request.id` that returns an identifier to have\n                // the value filled.\n  method: 'string',\n  url: 'string', // the request pathname (as per req.url in core HTTP)\n  headers: Object, // a reference to the `headers` object from the request\n                   // (as per req.headers in core HTTP)\n  remoteAddress: 'string',\n  remotePort: Number,\n  raw: Object // Non-enumerable, i.e. will not be in the output, original\n              // request object. This is available for subsequent serializers\n              // to use. In cases where the `request` input already has \n              // a `raw` property this will replace the original `request.raw`\n              // property\n}\n```\n\n### `exports.res(response)`\nThe default `response` serializer. Returns an object:\n\n```js\n{\n  statusCode: Number,\n  headers: Object, // The headers to be sent in the response.\n  raw: Object // Non-enumerable, i.e. will not be in the output, original\n              // response object. This is available for subsequent serializers\n              // to use.\n}\n```\n\n### `exports.wrapErrorSerializer(customSerializer)`\nA utility method for wrapping the default error serializer. This allows\ncustom serializers to work with the already serialized object.\n\nThe `customSerializer` accepts one parameter — the newly serialized error\nobject — and returns the new (or updated) error object.\n\n### `exports.wrapRequestSerializer(customSerializer)`\nA utility method for wrapping the default request serializer. This allows\ncustom serializers to work with the already serialized object.\n\nThe `customSerializer` accepts one parameter — the newly serialized request\nobject — and returns the new (or updated) request object.\n\n### `exports.wrapResponseSerializer(customSerializer)`\nA utility method for wrapping the default response serializer. This allows\ncustom serializers to work with the already serialized object.\n\nThe `customSerializer` accepts one parameter — the newly serialized response\nobject — and returns the new (or updated) response object.\n\n## License\n\nMIT License"
}