{
	"name": "tiny-warning",
	"versions": {
		"0.0.1": {
			"name": "tiny-warning",
			"version": "0.0.1",
			"keywords": [
				"warning",
				"warn"
			],
			"description": "A tiny warning function",
			"main": "dist/tiny-warning.cjs.js",
			"module": "dist/tiny-warning.esm.js",
			"sideEffects": false,
			"author": {
				"name": "Alex Reardon",
				"email": "alexreardon@gmail.com"
			},
			"license": "MIT",
			"scripts": {
				"test": "yarn jest",
				"lint": "yarn prettier --debug-check src/** test/**",
				"typecheck": "yarn flow",
				"validate": "yarn lint && yarn flow",
				"build:clean": "rimraf dist",
				"build:flow": "echo \"// @flow\n\nexport * from '../src';\" > dist/tiny-warning.cjs.js.flow",
				"build:dist": "yarn rollup --config rollup.config.js",
				"build": "yarn build:clean && yarn build:dist && yarn build:flow",
				"prepublishOnly": "yarn build"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.3",
				"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
				"babel-preset-env": "^1.7.0",
				"babel-preset-flow": "^6.23.0",
				"flow-bin": "^0.78.0",
				"jest": "^23.5.0",
				"prettier": "^1.14.2",
				"rimraf": "^2.6.2",
				"rollup": "^0.64.1",
				"rollup-plugin-babel": "^3.0.7",
				"rollup-plugin-replace": "^2.0.0",
				"rollup-plugin-uglify": "^4.0.0"
			},
			"gitHead": "a49955461bf2e8bdbbb2b1173273329611d339a1",
			"_id": "tiny-warning@0.0.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "alexreardon",
				"email": "alexreardon@gmail.com"
			},
			"dist": {
				"integrity": "sha512-XaDGcgZwOgejSWN6CL3GVqCdMwr8ZFu7hTFrl2cnE6/LEGuffvQYePWAYbwtKkJhnzhClySc9W5nTGprPM0oKw==",
				"shasum": "a0f5fce64a15c8d5c16e985136feaca5a3a8ae2c",
				"tarball": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-0.0.1.tgz",
				"fileCount": 8,
				"unpackedSize": 3420,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsxF+CRA9TVsSAnZWagAACTMP/iRISIPv+rQFd8rX4c22\nAXEveP6N1qZLB/jrG6IX+H32jWDMUWzSXJrsrYm05sHR0gj357uAMucWs92R\nHJGELHV586DBF3eKKctmzHtrx/f8YbQnf33qC0ef7viHrggUlxoL+x0tLBDh\nbjTbPm1u1IDrawwzfCLz9h9xday5Ajj1ZT+pTXF3ADwGdWJzTy/zK3cVBESV\nJv2+X0i88Xo1/gG+mYAZO5a4b+DJbDt6n5ofE9jCU7FCE0mAQ1chFG/V89/o\ngYbtiFxVYZQ4mHTGGpJ0WL61/Et91QzPygw75sjiBCGyTDRTKSvPzd7rGDtk\nGn7wq59wusZc0/qNhfMfamaBuFwH2Har72uCb8wM7YnHfauue/Uhv16EcM+i\nZzvxmM26ldSHLwRqfEODSSimKqfjjrHjnUy+8hl3D3WDYyvCd8ZuHlGDK5ce\nn8lOqkyWeZlwKoQo61+fDoyDM29x0bwYDNczkYYKTpEQ0i1nhJwzk8/9EBdp\nMpjq3uDDYrTf14YaVbf97WW9gFU1xXcqAUKcwVEetLTrMlaN+fR9/Sqm0r35\nK10FzlaCOt7BGFJID06aS47uLtsEG1y0tPoqkblGnnI7PzvDKvjqTj90G30Q\n1Yk506Iczr1k2pvequbUFgdtKKM6Rw1Zp0MFLfmX4VXjRv5lVeGheo5Xns0P\nUwaz\r\n=nFbx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "alexreardon",
					"email": "alexreardon@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tiny-warning_0.0.1_1538462077811_0.7287856968953319"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.2": {
			"name": "tiny-warning",
			"version": "0.0.2",
			"keywords": [
				"warning",
				"warn"
			],
			"description": "A tiny warning function",
			"main": "dist/tiny-warning.cjs.js",
			"module": "dist/tiny-warning.esm.js",
			"sideEffects": false,
			"author": {
				"name": "Alex Reardon",
				"email": "alexreardon@gmail.com"
			},
			"license": "MIT",
			"scripts": {
				"test": "yarn jest",
				"lint": "yarn prettier --debug-check src/** test/**",
				"typecheck": "yarn flow",
				"validate": "yarn lint && yarn flow",
				"build:clean": "rimraf dist",
				"build:flow": "echo \"// @flow\n\nexport * from '../src';\" > dist/tiny-warning.cjs.js.flow",
				"build:dist": "yarn rollup --config rollup.config.js",
				"build": "yarn build:clean && yarn build:dist && yarn build:flow",
				"prepublishOnly": "yarn build"
			},
			"devDependencies": {
				"@babel/core": "^7.1.2",
				"@babel/preset-env": "^7.1.0",
				"@babel/preset-flow": "^7.0.0",
				"babel-core": "7.0.0-bridge.0",
				"babel-jest": "^23.6.0",
				"flow-bin": "^0.82.0",
				"jest": "^23.6.0",
				"prettier": "^1.14.3",
				"rimraf": "^2.6.2",
				"rollup": "^0.66.2",
				"rollup-plugin-babel": "^4.0.3",
				"rollup-plugin-replace": "^2.0.0",
				"rollup-plugin-uglify": "^6.0.0"
			},
			"gitHead": "38d0b9b4592491f92ccacd7a183b05241f27d965",
			"_id": "tiny-warning@0.0.2",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "alexreardon",
				"email": "alexreardon@gmail.com"
			},
			"dist": {
				"integrity": "sha512-fQN1d72NBrFUrluGasVqg7gja4HNdHBJN00uZzZTmyKk84ZUaY9+L+vKR0bkiM7OSA2ixTszdy6TL5ieAl7BPA==",
				"shasum": "8563a3af1631a3fc5e29082ff8c6736ac12a9178",
				"tarball": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-0.0.2.tgz",
				"fileCount": 8,
				"unpackedSize": 3628,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsyB/CRA9TVsSAnZWagAAJrkQAI0UCTL86Ir75UVLx/p8\nDsv2IFhGGhb4AXY9zg5e73J4dzT9GC1GduaTEJhmrEyb4CyLGVDBp7vbj/Oc\nabciA1GyFlXZnuEnf9uxx/N4Az+BWv5yoW/1Pku+hK85liMRRHYzO9BCxMuN\nP3AOyGMnltCsKuOOgA9SqZ8X3OLVLfj/+OOy11Rw2pxElGhLy/n84NBoHVDP\nPVT+A6l66TM9mMs5cIez1H37Shp6gsJHvvRv8eTT0R9i1Y/pRjaeWXvj0R0C\noNYpDiZjYIVZCNJOe5/Tw7r0TCmbxYxQEabapJxKspqldW4DPJTkKBOiYCdz\nSMrS+aKZUlrROet02yxOBe69Egtkak/HfWff4v+nXCN4EJnQdQvShL86oBzI\nsAz1/1t5/2q17ptfd2WYc3bjeYJxX2T+5XCr65Ud+x2ce3y+XuvClxl43Lm6\nKRJuBk379JZnPes2dQ2JvB+2gkmipb/MOWssQm+FIa5K9ZkAiC/H0RRarDUk\nCMk27INe5fbzduf2cBKxmHU4A+2kT9OtQt1DZo4xpDLcedje3KLo/0P90PcO\nLrv2ylonmpdK5C65Q/zOl66B2/SlvvJPgA8GqV4mqrsHJmOD6xGYojVSWvvg\nby+ceTbSYka/zz3p8D6AmxMnylbISUwWPx7WzGTnd5G5/V1vsRU9PdXJklpB\ncHiM\r\n=jw3T\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "alexreardon",
					"email": "alexreardon@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tiny-warning_0.0.2_1538465918366_0.8849171076086588"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.3": {
			"name": "tiny-warning",
			"version": "0.0.3",
			"keywords": [
				"warning",
				"warn"
			],
			"description": "A tiny warning function",
			"main": "dist/tiny-warning.cjs.js",
			"module": "dist/tiny-warning.esm.js",
			"sideEffects": false,
			"author": {
				"name": "Alex Reardon",
				"email": "alexreardon@gmail.com"
			},
			"license": "MIT",
			"scripts": {
				"test": "yarn jest",
				"lint": "yarn prettier --debug-check src/** test/**",
				"typecheck": "yarn flow",
				"validate": "yarn lint && yarn flow",
				"build:clean": "rimraf dist",
				"build:flow": "echo \"// @flow\n\nexport * from '../src';\" > dist/tiny-warning.cjs.js.flow",
				"build:dist": "yarn rollup --config rollup.config.js",
				"build": "yarn build:clean && yarn build:dist && yarn build:flow",
				"prepublishOnly": "yarn build"
			},
			"devDependencies": {
				"@babel/core": "^7.1.2",
				"@babel/preset-env": "^7.1.0",
				"@babel/preset-flow": "^7.0.0",
				"babel-core": "7.0.0-bridge.0",
				"babel-jest": "^23.6.0",
				"flow-bin": "^0.82.0",
				"jest": "^23.6.0",
				"prettier": "^1.14.3",
				"rimraf": "^2.6.2",
				"rollup": "^0.66.2",
				"rollup-plugin-babel": "^4.0.3",
				"rollup-plugin-replace": "^2.0.0",
				"rollup-plugin-uglify": "^6.0.0"
			},
			"gitHead": "83303f89f8c41d5ed7e6a204904a5527a15c70e2",
			"_id": "tiny-warning@0.0.3",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "alexreardon",
				"email": "alexreardon@gmail.com"
			},
			"dist": {
				"integrity": "sha512-r0SSA5Y5IWERF9Xh++tFPx0jITBgGggOsRLDWWew6YRw/C2dr4uNO1fw1vanrBmHsICmPyMLNBZboTlxUmUuaA==",
				"shasum": "1807eb4c5f81784a6354d58ea1d5024f18c6c81f",
				"tarball": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-0.0.3.tgz",
				"fileCount": 8,
				"unpackedSize": 5891,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs1wYCRA9TVsSAnZWagAAZeYQAJqB2dkx0eJRCKNJHbIc\nLp5gsSpXspl+0GhsJIR8zl66jjpOr7va9k80PQeCGOShHkX69iWOE/k2KN0f\n5jYRjY+JPwpVnpNsKZCbJt8an5KeHiDNzah26iZPP//Plscx2p5AX0TRRcCf\nf3alfHex0QMEGJaWN9pPdypBygByWIGTjhdovgtM+5Qq/EURj5GlRglriscj\n2w/eUY8WwyPFmAiN+13GvyuDF+GYnfnVVM9Mq38MGgnQf2EFNuOkEHoRj0Vy\nKo0n470r+A3g5kh5UjPGD+GtGqj6T5bzjKE1+AdYYCwd6S2obQkBWIhYFydc\nUyWG3KMRZoQAxhJbZi/hqGMAs/DPmiQ/CxOERuEdAa5dr1emuADosVGLMWJu\n7uNjJsNGzaI5I8UpYYNO8/lCbxAQ1vqhJpiecjpErhpPUgbGun3x0g/mApPx\n1G+/PIeseDE/y0qht05iFxQUxBna7+5xHeyzDDjYr7VQ7GSVxOIY+aA1aS8b\nyglI9Rj7vxWmn7FhN0vnRIlCk+KGiYsSO940rTW8g32/AN4/eQdoc7p0JMIC\n5EVgeuoHr5lNkzqZWSoR88MHzj44IEzvRD6HMIBan/Sn46KmDyh+LkQ751ol\nN0c7n/7NsE0e55QVVzlBkSK1mBrV2dccHUZrEIDHOuEwO/7nFyC6Gie6uE1Q\nzPBE\r\n=uLaG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "alexreardon",
					"email": "alexreardon@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tiny-warning_0.0.3_1538481175606_0.43387464292125144"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0": {
			"name": "tiny-warning",
			"version": "1.0.0",
			"keywords": [
				"warning",
				"warn"
			],
			"description": "A tiny warning function",
			"main": "dist/tiny-warning.cjs.js",
			"module": "dist/tiny-warning.esm.js",
			"sideEffects": false,
			"author": {
				"name": "Alex Reardon",
				"email": "alexreardon@gmail.com"
			},
			"license": "MIT",
			"scripts": {
				"test": "yarn jest",
				"lint": "yarn prettier --debug-check src/** test/**",
				"typecheck": "yarn flow",
				"validate": "yarn lint && yarn flow",
				"build:clean": "rimraf dist",
				"build:flow": "echo \"// @flow\n\nexport * from '../src';\" > dist/tiny-warning.cjs.js.flow",
				"build:dist": "yarn rollup --config rollup.config.js",
				"build": "yarn build:clean && yarn build:dist && yarn build:flow",
				"prepublishOnly": "yarn build"
			},
			"devDependencies": {
				"@babel/core": "^7.1.2",
				"@babel/preset-env": "^7.1.0",
				"@babel/preset-flow": "^7.0.0",
				"babel-core": "7.0.0-bridge.0",
				"babel-jest": "^23.6.0",
				"flow-bin": "^0.82.0",
				"jest": "^23.6.0",
				"prettier": "^1.14.3",
				"rimraf": "^2.6.2",
				"rollup": "^0.66.2",
				"rollup-plugin-babel": "^4.0.3",
				"rollup-plugin-replace": "^2.0.0",
				"rollup-plugin-uglify": "^6.0.0"
			},
			"gitHead": "831a9db13493969d7e542887b4d5d074e8555975",
			"_id": "tiny-warning@1.0.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "alexreardon",
				"email": "alexreardon@gmail.com"
			},
			"dist": {
				"integrity": "sha512-6CrF/DMLSoYakJ7f6+1bz6nHJY6Tj6sEj8/9hjTzGi94MeuAZprPE+3jykGMUgoswnmuPA9NlKlYLNJaFVYHIw==",
				"shasum": "70fba262ea3645e10506fe8673aeb133d959fc93",
				"tarball": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.0.tgz",
				"fileCount": 8,
				"unpackedSize": 5885,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb15SmCRA9TVsSAnZWagAA7DsP/0rri+ROt1R3yGC2MEHM\ndHVSG8VhOvnPtnlega4Sn89JhGyKFnCLrQhC5aZz5iNV76YrV+fLCEcSbfLC\nG4dOv/X8xuZlYLYx4pB0yrYIUbVWhSox7Sxts/nKLnt1KSNkRuDjsTJhl4DV\nnhJWQubnuPj4VTvCjtGkpcQ3n8vHYIaReh2EHy5E/Be44pHfqXPpr7pz4QH0\nGG6stHARLHXfDy8yiLlG53vFrtf9dgJ/Y7RG7acieKFuv70AhXs52MzWFqaP\nH+xKr97RqSjai1IMLzNJHz9Psz7Ti7N8hTPCqJsxUPJst2ARO1iY2XgcMW2+\nzhZKm8LpQBUCM2IklYCWkWZz5JKSR9j5ZfE8qfAkuW783+T3PNFRbMLPHrFt\nFuEvramzvYBZRgTomFDm58tAjY0ic2KyWa37u/EU2DcEfq3eg7CR7VFx98y3\notqbx5n24n4A3uzhfBDVSusAL8N0NqOalBqzoQ5HzAPcmVQEwpSAyHQDlLaM\nHoE9EhHxRWcyTRIvPEhU3i/g9sUlitEOtWRmLixu62rWyYvQc6WXCrRxYxwY\nm5ImMRP+9vtkZBLPI/5vrxUMBrhInSdkOV8udGTdn9+DXU+EIVOiRkLJThic\n6fEX9x3JiDEGZ4RJ0tkn30N0fF4GUJ95/bzE0Jj6SHNOAL1v662z2vn9OklG\n/Q3q\r\n=Zalr\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "alexreardon",
					"email": "alexreardon@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tiny-warning_1.0.0_1540854949719_0.31767209949163355"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "tiny-warning",
			"version": "1.0.1",
			"keywords": [
				"warning",
				"warn"
			],
			"description": "A tiny warning function",
			"main": "dist/tiny-warning.cjs.js",
			"module": "dist/tiny-warning.esm.js",
			"sideEffects": false,
			"author": {
				"name": "Alex Reardon",
				"email": "alexreardon@gmail.com"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/alexreardon/tiny-warning.git"
			},
			"license": "MIT",
			"scripts": {
				"test": "yarn jest",
				"lint": "yarn prettier --debug-check src/** test/**",
				"typecheck": "yarn flow",
				"validate": "yarn lint && yarn flow",
				"build:clean": "rimraf dist",
				"build:flow": "echo \"// @flow\n\nexport * from '../src';\" > dist/tiny-warning.cjs.js.flow",
				"build:dist": "yarn rollup --config rollup.config.js",
				"build": "yarn build:clean && yarn build:dist && yarn build:flow",
				"prepublishOnly": "yarn build"
			},
			"devDependencies": {
				"@babel/core": "^7.2.2",
				"@babel/preset-env": "^7.2.0",
				"@babel/preset-flow": "^7.0.0",
				"babel-core": "7.0.0-bridge.0",
				"babel-jest": "^23.6.0",
				"flow-bin": "0.89.0",
				"jest": "^23.6.0",
				"prettier": "1.15.3",
				"rimraf": "^2.6.2",
				"rollup": "^0.68.0",
				"rollup-plugin-babel": "^4.1.0",
				"rollup-plugin-replace": "^2.1.0",
				"rollup-plugin-uglify": "^6.0.0"
			},
			"gitHead": "229c545812da2b2caa240432b86552d61fd70779",
			"bugs": {
				"url": "https://github.com/alexreardon/tiny-warning/issues"
			},
			"homepage": "https://github.com/alexreardon/tiny-warning#readme",
			"_id": "tiny-warning@1.0.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "alexreardon",
				"email": "alexreardon@gmail.com"
			},
			"dist": {
				"integrity": "sha512-kcH7qxiyGWPe7xWOFnLrea2F4QYKRjXDRPmXqT9vqF7AhCPcljGoyG2xD6S7N73S5NWVJDfpPSS8d3HKdhcbSA==",
				"shasum": "5e4d3eb25eb1733252dcd676ff673c3335bff517",
				"tarball": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.1.tgz",
				"fileCount": 8,
				"unpackedSize": 6890,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGLfqCRA9TVsSAnZWagAAk+0QAIMSB96JBhyyDbIa5kdR\nQLhY64h+CVwrrTo9e4V4lDIJDiIdjL4GoJexPUrBAd620lPEvhNRR1fHR3v+\nqEQh6qkiywWzFg+342pefS6ssvX77P84FHAk3m0drkZB4a3z+KNwHKa817AT\nE5suOO8ML0h0AnJqwasGuLNVb8WptCIAoTVUQ2gHwJX/N4+yjWSwcCeJv3Qn\n8zvyhDf+/hXceLYNpyAUCna5ZYyNwhe0LALk2cvR4kiqvSxi9XFaf1JV5LYZ\nw+jQVNuK9boJFFYfoMtNJkk4Q3lERdWzNScdD8CLZEfZYgG3ckcVt02k84xm\n4n4dLE1W9XvfjVfvIAZktXgs3P8Jy9Y+EMhNFNRNuA98N6SgPSz+568xvoPj\nJK7tR3AylHytQL5PFqyl4Y/EThPk32mU3tMv3iptgDI0DjskWdWUUttjGAtd\nMTSa3JOkiQ+mt+2O8LDuV5xTq5KZIHTf2Q6n/GKaMfCzwiwkzwAAfm5s/9X6\ncIMRFcp1I596N6hhXii3v1GGec5MdmJjRiPPNPgKdqYl6MxG/5zAer97en7f\nLa3aps2e+G3Iz1ZEz5CEhWdqCl+vDMnHa9N6B0YbskcR12Zvm4EAxYf0NJ/k\nac5p7fk9yXqydnxi2aKNRso8Kz+Hmcuzi1N3exeAnK+BiJfMsknMIrJSD6ek\nFJX/\r\n=ZxwY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "alexreardon",
					"email": "alexreardon@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tiny-warning_1.0.1_1545123817514_0.7342832092487652"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.2": {
			"name": "tiny-warning",
			"version": "1.0.2",
			"keywords": [
				"warning",
				"warn"
			],
			"description": "A tiny warning function",
			"main": "dist/tiny-warning.cjs.js",
			"module": "dist/tiny-warning.esm.js",
			"sideEffects": false,
			"author": {
				"name": "Alex Reardon",
				"email": "alexreardon@gmail.com"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/alexreardon/tiny-warning.git"
			},
			"license": "MIT",
			"scripts": {
				"test": "yarn jest",
				"lint": "yarn prettier --debug-check src/** test/**",
				"typecheck": "yarn flow",
				"validate": "yarn lint && yarn flow",
				"build:clean": "rimraf dist",
				"build:flow": "echo \"// @flow\n\nexport * from '../src';\" > dist/tiny-warning.cjs.js.flow",
				"build:dist": "yarn rollup --config rollup.config.js",
				"build": "yarn build:clean && yarn build:dist && yarn build:flow",
				"prepublishOnly": "yarn build"
			},
			"devDependencies": {
				"@babel/core": "^7.2.2",
				"@babel/preset-env": "^7.2.0",
				"@babel/preset-flow": "^7.0.0",
				"babel-core": "7.0.0-bridge.0",
				"babel-jest": "^23.6.0",
				"flow-bin": "0.89.0",
				"jest": "^23.6.0",
				"prettier": "1.15.3",
				"rimraf": "^2.6.2",
				"rollup": "^0.68.0",
				"rollup-plugin-babel": "^4.1.0",
				"rollup-plugin-replace": "^2.1.0",
				"rollup-plugin-uglify": "^6.0.0"
			},
			"gitHead": "5ea3d9defbc38eb8b33dc42f8ec5255195301c8a",
			"bugs": {
				"url": "https://github.com/alexreardon/tiny-warning/issues"
			},
			"homepage": "https://github.com/alexreardon/tiny-warning#readme",
			"_id": "tiny-warning@1.0.2",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "alexreardon",
				"email": "alexreardon@gmail.com"
			},
			"dist": {
				"integrity": "sha512-rru86D9CpQRLvsFG5XFdy0KdLAvjdQDyZCsRcuu60WtzFylDM3eAWSxEVz5kzL2Gp544XiUvPbVKtOA/txLi9Q==",
				"shasum": "1dfae771ee1a04396bdfde27a3adcebc6b648b28",
				"tarball": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.2.tgz",
				"fileCount": 8,
				"unpackedSize": 7035,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGUYpCRA9TVsSAnZWagAAxoQP/iOrwq8wn33GhoGYXumY\nKE81LXBrUyiajVUPaeOWeBHUab5SLjOtzSvBJT3tumFYX0zqvoMUF2h02Suo\nFc775hT5we257Fb1mjpNfrLTUPlFjbz/vfkB2dSoYp0hPEMMvKY9fCmBkids\ns6sz3WGPVhZO4dG/vdi6A+NINm+MIW1vavOMiBRWI9CaAxghB9YfxSNn5jjN\nqzD5wutxgKhRZn92IncumZiijgltWaxOLu9XmbBCQ75Fni13VgTJcCZTfYxF\nODUrs8Tt/PNDOk/EvH+ruA20C0KsTVioG3yLllKpUXbmPSwH0JlLHUGBKlHG\nyHwoNBEUeoLRspyLb7IYBNghBoD8nhpE/WrQsyNuInXAdEzGTayKwiKGcLKk\nqFfv4PX/O/epUW4FiMqm6GoMqEAwDrR3bC4aomVFugOWpQs920qqqqHKv/VM\nmDi7xfMSUWEkzyJveerkZAzHz1yoHYTX7dD/8dheJB8GzF/c12N8Po4sMi3I\niG5L6UhNtXN8J0+rK/a6YixN6hJ6OwXb3qUpjNnsCIKX/Kob3e76NVUWVI6I\nnOW7LIkyJPnUifdIHIPrT0kM0x21seqvMXGLHAKGNSDp9u4A+GpQbuV9jGpd\ngAhJhlmE8eaRRdM/z7CCxMGW6ro/CS3pMlE08TxXgot3iPwzSxU2dqWAuLqF\nmhaQ\r\n=CMXQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "alexreardon",
					"email": "alexreardon@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tiny-warning_1.0.2_1545160232833_0.27629341766386273"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.3": {
			"name": "tiny-warning",
			"version": "1.0.3",
			"keywords": [
				"warning",
				"warn"
			],
			"description": "A tiny warning function",
			"main": "dist/tiny-warning.cjs.js",
			"module": "dist/tiny-warning.esm.js",
			"types": "src/index.d.ts",
			"sideEffects": false,
			"author": {
				"name": "Alex Reardon",
				"email": "alexreardon@gmail.com"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/alexreardon/tiny-warning.git"
			},
			"bugs": {
				"url": "https://github.com/alexreardon/tiny-warning/issues"
			},
			"license": "MIT",
			"scripts": {
				"test": "yarn jest",
				"lint": "yarn prettier --debug-check src/** test/**",
				"typecheck": "yarn flow",
				"validate": "yarn lint && yarn flow",
				"build:clean": "rimraf dist",
				"build:flow": "echo \"// @flow\n\nexport * from '../src';\" > dist/tiny-warning.cjs.js.flow",
				"build:dist": "yarn rollup --config rollup.config.js",
				"build": "yarn build:clean && yarn build:dist && yarn build:flow",
				"prepublishOnly": "yarn build"
			},
			"devDependencies": {
				"@babel/core": "^7.5.0",
				"@babel/preset-env": "^7.5.0",
				"@babel/preset-flow": "^7.0.0",
				"babel-core": "7.0.0-bridge.0",
				"babel-jest": "^24.8.0",
				"flow-bin": "0.102.0",
				"jest": "^24.8.0",
				"prettier": "1.18.2",
				"regenerator-runtime": "^0.13.2",
				"rimraf": "^2.6.3",
				"rollup": "^1.16.6",
				"rollup-plugin-babel": "^4.3.3",
				"rollup-plugin-replace": "^2.2.0",
				"rollup-plugin-uglify": "^6.0.2"
			},
			"licenseText": "MIT License\n\nCopyright (c) 2019 Alexander Reardon\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.",
			"_id": "tiny-warning@1.0.3",
			"dist": {
				"shasum": "94a30db453df4c643d0fd566060d60a875d84754",
				"integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==",
				"tarball": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
				"fileCount": 13,
				"unpackedSize": 8309,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdI+peCRA9TVsSAnZWagAAcV4P/jI7S6Dtmz/ik1E20tWA\nhPJlIjIpsWNLWXPNSuHOIi57xzJeFSoY68ZBYhIa6IGPsEb3vXzPjnpNd8K1\nlyXRf16nfw540b4a3ON5OrjMBsSNxXPQAlpF+ISFGDbZC5xz93coRmKiBVRF\nj1/rB75WVMGTjONm2lmOiJw5mQNtdFt/0c6DS/QbKqLG8KE1e/jxRZyqLbRW\ndpie2EKVWxo45Yx71u0xz6Lay/ntCBfM763ZTRym1P6J2wNOGKtNDfcfSBZQ\nd50R3QCNk/DH2KnjU8R+hpkp+A2q1tLbIot8G8WvHEHGazxv70iW2n42Cn5k\njgLlGkcrfbbTC9anK0iqqupVwceE5rD63e8CZlfsGfKhfMov4efBVBp+/hLX\ncA5/zRmsB1acGSvy4MISUqlbU6I5Y8HF9OyNxY0X7blt+xHAqtLzjbaFWUez\ncdn1Lq0nhd3Ddz9xtWru6+UlvplcaG2YGReoQ6Y3S4tcmG13fYGY0pnMMgu9\nCCXFywhUQvPbCnVxC5Wh9pM1Mq5NMmu0nQB0ChljnS6Jl9b/YC8JF84mCywo\n0A2ZhTE5GCzYnU+corc4TF9UGTDKDKnIqA9ylb2iCUuHP/yx2oxC5pWxJy7R\nYGfXU7Jy8KdHofMxRuVyLq2WhZAAwBeEZq9K5UhT9Rji6YdAD7XLsUJYoAfi\nyZFi\r\n=Ks78\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "alexreardon",
					"email": "alexreardon@gmail.com"
				}
			],
			"_npmUser": {
				"name": "alexreardon",
				"email": "alexreardon@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tiny-warning_1.0.3_1562634846021_0.031843047290240456"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-10-02T06:34:37.810Z",
		"0.0.1": "2018-10-02T06:34:37.973Z",
		"modified": "2019-07-09T01:14:08.982Z",
		"0.0.2": "2018-10-02T07:38:38.548Z",
		"0.0.3": "2018-10-02T11:52:55.704Z",
		"1.0.0": "2018-10-29T23:15:49.848Z",
		"1.0.1": "2018-12-18T09:03:37.653Z",
		"1.0.2": "2018-12-18T19:10:33.082Z",
		"1.0.3": "2019-07-09T01:14:06.191Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.3"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"5ac278fd13a38d632b02598c54d58363\"",
			"fetched": 1593324374851
		}
	},
	"_distfiles": {
		"tiny-warning-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-0.0.1.tgz",
			"sha": "a0f5fce64a15c8d5c16e985136feaca5a3a8ae2c",
			"registry": "npmjs"
		},
		"tiny-warning-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-0.0.2.tgz",
			"sha": "8563a3af1631a3fc5e29082ff8c6736ac12a9178",
			"registry": "npmjs"
		},
		"tiny-warning-0.0.3.tgz": {
			"url": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-0.0.3.tgz",
			"sha": "1807eb4c5f81784a6354d58ea1d5024f18c6c81f",
			"registry": "npmjs"
		},
		"tiny-warning-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.0.tgz",
			"sha": "70fba262ea3645e10506fe8673aeb133d959fc93",
			"registry": "npmjs"
		},
		"tiny-warning-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.1.tgz",
			"sha": "5e4d3eb25eb1733252dcd676ff673c3335bff517",
			"registry": "npmjs"
		},
		"tiny-warning-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.2.tgz",
			"sha": "1dfae771ee1a04396bdfde27a3adcebc6b648b28",
			"registry": "npmjs"
		},
		"tiny-warning-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
			"sha": "94a30db453df4c643d0fd566060d60a875d84754",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"tiny-warning-1.0.2.tgz": {
			"shasum": "1dfae771ee1a04396bdfde27a3adcebc6b648b28"
		}
	},
	"_rev": "2-b663ff9c270e2892",
	"_id": "tiny-warning",
	"readme": "# tiny-warning 🔬⚠️\n\n[![Build Status](https://travis-ci.org/alexreardon/tiny-warning.svg?branch=master)](https://travis-ci.org/alexreardon/tiny-warning)\n[![npm](https://img.shields.io/npm/v/tiny-warning.svg)](https://www.npmjs.com/package/tiny-warning) [![Downloads per month](https://img.shields.io/npm/dm/tiny-warning.svg)](https://www.npmjs.com/package/tiny-warning) [![dependencies](https://david-dm.org/alexreardon/tiny-warning.svg)](https://david-dm.org/alexreardon/tiny-warning)\n[![min](https://img.shields.io/bundlephobia/min/tiny-warning.svg)](https://www.npmjs.com/package/tiny-warning)\n[![minzip](https://img.shields.io/bundlephobia/minzip/tiny-warning.svg)](https://www.npmjs.com/package/tiny-warning)\n\nA tiny [`warning`](https://www.npmjs.com/package/warning) alternative.\n\n```js\nimport warning from 'tiny-warning';\n\nwarning(truthyValue, 'This should not log a warning');\n\nwarning(falsyValue, 'This should log a warning');\n// console.warn('Warning: This should log a warning');\n```\n\n## API: `(condition: mixed, message: string) => void`\n\n- `condition` is required and can be anything\n- `message` is an required string that will be passed onto `console.warn`\n\n## Why `tiny-warning`?\n\nThe [`library: warning`](https://www.npmjs.com/package/warning) supports passing in arguments to the `warning` function in a sprintf style `(condition, format, a, b, c, d, e, f)`. It has internal logic to execute the sprintf substitutions. `tiny-warning` has dropped all of the sprintf logic. `tiny-warning` allows you to pass a single string message. With [template literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals) there is really no need for a custom message formatter to be built into the library. If you need a multi part message you can just do this: `warning(condition, 'Hello, ${name} - how are you today?')`\n\n## Dropping your `warning` for kb savings!\n\nWe recommend using [`babel-plugin-dev-expression`](https://www.npmjs.com/package/babel-plugin-dev-expression) to remove `warning` calls from your production build. This saves you kb's as well as avoids logging warnings to the console for production.\n\nWhat it does it turn your code that looks like this:\n\n```js\nwarning(condition, 'My cool message that takes up a lot of kbs');\n```\n\nInto this\n\n```js\nif ('production' !== process.env.NODE_ENV) {\n  warning(condition, 'My cool message that takes up a lot of kbs');\n}\n```\n\nYour bundler can then drop the code in the `\"production\" !== process.env.NODE_ENV` block for your production builds\n\nFinal result:\n\n```js\n// nothing to see here! 👍\n```\n\n> For `rollup` use [rollup-plugin-replace](https://github.com/rollup/rollup-plugin-replace) and set `NODE_ENV` to `production` and then `rollup` will treeshake out the unused code\n>\n> [`Webpack` instructions](https://webpack.js.org/guides/production/#specify-the-mode)\n\n## Builds\n\n- We have a `es` (EcmaScript module) build (because you _know_ you want to deduplicate this super heavy library)\n- We have a `cjs` (CommonJS) build\n- We have a `umd` (Universal module definition) build in case you needed it\n\nWe expect `process.env.NODE_ENV` to be available at module compilation. We cache this value\n\n## That's it!\n\n🤘"
}