{
	"name": "@sinonjs/commons",
	"versions": {
		"1.0.0": {
			"name": "@sinonjs/commons",
			"version": "1.0.0",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": "eslint"
			},
			"devDependencies": {
				"@sinonjs/referee": "2.3.0",
				"eslint": "5.2.0",
				"eslint-config-prettier": "2.9.0",
				"eslint-config-sinon": "1.0.3",
				"eslint-plugin-ie11": "1.0.0",
				"eslint-plugin-local-rules": "0.1.0",
				"eslint-plugin-mocha": "5.1.0",
				"eslint-plugin-prettier": "2.6.2",
				"husky": "0.14.3",
				"jsverify": "0.8.3",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"nyc": "12.0.2",
				"prettier": "1.14.0"
			},
			"gitHead": "92e0841cf5c4a6661ac16f7b0ed4d571e7bd861b",
			"_id": "@sinonjs/commons@1.0.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.7.0",
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"dist": {
				"integrity": "sha512-P4ISdVzg6bpdo4ujKfx0gKbqSTkaYFqDJf89S8SMhFDGniI7wClKk1eOFHz0R273McF0hpDsykR1/y+IrJ3T2w==",
				"shasum": "9a805dab8ce90b4fd3b66f9fc19856503d8d0639",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.0.0.tgz",
				"fileCount": 23,
				"unpackedSize": 14699,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbY/sGCRA9TVsSAnZWagAA9AkP/3Q8TA17Vp03dytz6xoF\nfF7nFRZzNB9RW9mc7cHWP7NmMMr/YeH54Ze8m97y942Z4sUsKBCbAtl5ZIUa\nxcMOxUO1qbEChlx09AbMJ3t2liJFfudIpAFAUj/WCMIIreB4NOuQKAFaOOJe\nW3Wzr8TpePCLUSPvL/8VKNWGix7Y4S40IOHYNHNAgt2aJwBjpUHbc/Rq2Yx9\nN0U/8Mj3Gw/Z88Cko1YXzNwRAmJwooT73LMgVhj8YtMgoczjZnOL7GdYNj8m\nxNFop0mgOISdJOe9x5BK33ltSt19whkKO8sNBq6v4tdOEALnfc807i6a9j9k\nVxC49Ad5vzNJTFmgddYA+p6DwKpfEdtcLwLJ/ix4+beqtebeZhUxwKV1kfb+\nIXpW1IFjvzdpgLPzkU7JKF8N3HNFYqMnQWGOycu1eEBlkC3tnfBUrsNrD4PB\nkxJD+rZd5h6FMZRUjR7r4vZD5zSoPA4cmcs//ryqw1MMu8Pc5WJZiNFOYjLu\naQGlLH6qyFx4ua2CpCBK6Y/9FxE7AYcRwGxzk5JevtnbJovlAroYc4DS2rDw\np8DGWVB8ALlIZKcDgMkHRvujCyVzzsH2ExfUwJ4DL/RB++CV2erH8QwR0erZ\nz6KU6d3bIl81P9vY6Qi8NdgsVY1BSmXMW9GRRvYxEHP6jRpqXF+cJ86elfVN\nebx4\r\n=lOux\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.0.0_1533278981477_0.4296158569646138"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "@sinonjs/commons",
			"version": "1.0.1",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": "eslint"
			},
			"devDependencies": {
				"@sinonjs/referee": "2.3.0",
				"eslint": "5.2.0",
				"eslint-config-prettier": "2.9.0",
				"eslint-config-sinon": "1.0.3",
				"eslint-plugin-ie11": "1.0.0",
				"eslint-plugin-local-rules": "0.1.0",
				"eslint-plugin-mocha": "5.1.0",
				"eslint-plugin-prettier": "2.6.2",
				"husky": "0.14.3",
				"jsverify": "0.8.3",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"nyc": "12.0.2",
				"prettier": "1.14.0"
			},
			"gitHead": "3a5b1ab3681ed5afd683cf2bdc3054eaaad53fed",
			"_id": "@sinonjs/commons@1.0.1",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.7.0",
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"dist": {
				"integrity": "sha512-yElbon/Ng24V/E2jM56qoF6Guqntdw69wgh6IcL5WwuO9aDQb5nUBSrudPaaI9RE8QEMSF/Wvhhg2FZd/frnuQ==",
				"shasum": "405aa1117ce5005391257c11284084db2e14b0e6",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.0.1.tgz",
				"fileCount": 23,
				"unpackedSize": 14877,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbZqupCRA9TVsSAnZWagAAYTgQAIcIkd3nk24DB7eSS3ik\nWbQHYuQsrA4e4EgrfyhFIYGiMjjKJGyZpmQGaF1vZPHBPnG+ubt9v+9xjgr9\nkhL2g9ZLc9GHEnDSbTB1d30rU/DXQ0gzS4at8wE2yfHPkhSs5+7yGqxNxrRc\nIXcOZDJqMz9w1k5TTjXNs2InR6NX/LP/nNBW8SP2FliMKSmfouTWkLGnyvC2\n45VHrlGf8EXDEtWB1HIPeGLoQTe4NrOQ2SyduZc5Nhxu4kE6zV69eHPAB493\nqGrYmr42/XvogAdGJVAHUvx0vDMS5yjBJPfY3U/2TiuHWotii/7a8diXwQOp\nWM1J9Iq9yuLlHlXr2pdpcVUdDl4a5TwCzRTKWLdcw/VyTCBi9mucloT0od+V\n3u2Gfh84Cald8YEFaFQilRjmPdjkA/lvufnEME+z2OKJEON0vcHN8DxnRe8j\nUg4WMO1POOgGUu7HqNHjzLsfi8eMSXjMd7uF1YAtrPYbdlon8o5VQm7nCFJS\nE4xQqdMHgf5dXY2xGROTKShh0iTe29J1ZbAqk3w5mOTZGfpn/esyYdURVp23\ndLbahgANZloapzz892D9JOG1nDPL4rJ5fijwuogFSRZa+JZNgjB59wR+fSAr\nDfH77iO3TbgCjWsyzopE7hzpImB3oHcFgPuVDeeEaYzj6liEzeFDRlizeGZ9\nZ/Tw\r\n=VbSB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.0.1_1533455273479_0.5022031399679285"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.2": {
			"name": "@sinonjs/commons",
			"version": "1.0.2",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": "eslint"
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "4.1.0",
				"eslint": "5.2.0",
				"eslint-config-prettier": "2.9.0",
				"eslint-config-sinon": "1.0.3",
				"eslint-plugin-ie11": "1.0.0",
				"eslint-plugin-local-rules": "0.1.0",
				"eslint-plugin-mocha": "5.1.0",
				"eslint-plugin-prettier": "2.6.2",
				"husky": "0.14.3",
				"jsverify": "0.8.3",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"nyc": "12.0.2",
				"prettier": "1.14.0"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "64738e7d7ff02382cf8fbfb4271f632e4f0c0d7a",
			"_id": "@sinonjs/commons@1.0.2",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.7.0",
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"dist": {
				"integrity": "sha512-WR3dlgqJP4QNrLC4iXN/5/2WaLQQ0VijOOkmflqFGVJ6wLEpbSjo7c0ZeGIdtY8Crk7xBBp87sM6+Mkerz7alw==",
				"shasum": "3e0ac737781627b8844257fadc3d803997d0526e",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.0.2.tgz",
				"fileCount": 27,
				"unpackedSize": 18717,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJba+4OCRA9TVsSAnZWagAApmwP/i9Ys6rKemq6fg/ZZNU5\nIxNYAAEdzhOKsb+1JONmM5Z4h++kxRBcPUK3XF9KeSG9n8CbIJHwe21uL6m7\nGvSpVUO8xTAqSdxjqqcs7220t3375MruY/k/CMMs2zfB3GzMxbdx4rZvCfGe\nyUUErPuDaaJpCPzMKbcxTc8s4iLEhtU75NlGZhHBVihrhpIeBdA9usI5qTcF\nomueDbvMe5ReuUG1lh3uKYt4X/U9clUJUAvpcWNcskT4v+7+qucicGMT2I4B\ngXvnKxeOdA93IwSQT2aQ5IWf3OCxOkNCPNC+iDrGgN6P3s6t8kb8teRhzz1U\nBZA1rwVCBzdVYZdl8jwZMSBSCGL15TPSfRNjWQWRZe4Z/THLwRIJLiQ1hDTx\nqNEskORhWOxmsqQ3l9gB3G1RUnvqqfoNJ02bXk9IOOCxMDqp9LMYk+/vGruf\nZ4YJK4xP/448sJNMDoExvlVwEsC2BOkWKhnMtmOzaF85VGunsJ9yxQyX1q2j\ngOg5wqmatdozpy1FShym7PjNvlqBlApfhRhzzvtuZunj1TC3vuJoq/kS+rvk\nHcZNz/qIy7D/BNjNBmf7s0sH5CK2XbQ3Ask1r7V/ScfHZ9xRq+i+mDnCOsD+\nyTAhCcdyRr0h079sOS/P9BuWzjl8LvWj9Sc8ZWxAGv5Esq7ZLrlUwsDSaAJs\n+/J5\r\n=MS7X\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.0.2_1533799949583_0.5275886693694376"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "@sinonjs/commons",
			"version": "1.1.0",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": "eslint"
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "4.1.0",
				"eslint": "^5.8.0",
				"eslint-config-prettier": "^3.1.0",
				"eslint-config-sinon": "^2.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^5.2.0",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "0.14.3",
				"jsverify": "0.8.3",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"nyc": "12.0.2",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "93d45929c7f9947421ed9b17a9f5b743c0f138f2",
			"_id": "@sinonjs/commons@1.1.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.7.0",
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"dist": {
				"integrity": "sha512-Q9qZJPjnkK53nLsLiz+Xi0aSPrdAghfMpmHeV5M2KSjRMygsw4uBF7/4EHkiKOikaEql+6vunebc+NHCly7T9g==",
				"shasum": "374422d26c027931155b771dff543c3b914f1850",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.1.0.tgz",
				"fileCount": 29,
				"unpackedSize": 20750,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1EFSCRA9TVsSAnZWagAAD9wQAKGNgCEWdiAzqO+ioc7s\nN4GPFHnVo/cUq3WauAH8HXl1K+2aCpQfOP/RZ6Hacx/BZWfEXY6hawI74He/\n0slorPV2Rr2f59TvfQSSlNYqonOn8eXVlQei8XMoJqjFATMdC2xleRXHMk4G\nYzTKryPQRJN56qEtCqKzmT+kdreV5oRvI3XC4Z9ySR7HX+y2PcWF6sgen3mo\nkP5A5h5XjBzhb0q931Lox5fo4yP97D1Fp5URmuFsL2ICEN7DvY62KU2d6OdL\n783od5tOmiXT2nlINILdLDDiD/N9d4EsN4+Gw5Rm4Q66avdBnH4TajUyW1MO\ndLMIdUsQBuB7Z5aNDw2WMEP85GjK0sSCCR6VW3jn/cvr8bP4GoRCuO/xUQv1\nhbMbZUDe4htb3E8G1WAbUb5SmDmzG0a8UQRMq1TSEebLhm0wx+YxC4dXF2J6\nIj9q4srWX+y3LWsTNTlbGU1W68Jv3lh8KZrf+8Z21abVWeIKwCikAPash806\nbFhm3DERi3nRyUa12K0JbS4XLfWBhNwraM1jOSvHXGHxJleEoCUvm4XQfsrP\nKI0+28zhGGrJmwhZzEIEJqSdULzljQ0iolgg7yLgS3TK9uaR37LfDs7vxS8I\nGr1K1hhWTabyLVT008mz6kDHMXteEUoNdDroK9tZIR+UjDijCdBc/EFS7A6x\nUdbA\r\n=prTk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.1.0_1540637009091_0.2955370783769906"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.1": {
			"name": "@sinonjs/commons",
			"version": "1.1.1",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": "eslint"
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "4.1.0",
				"eslint": "^5.8.0",
				"eslint-config-prettier": "^3.1.0",
				"eslint-config-sinon": "^2.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^5.2.0",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "0.14.3",
				"jsverify": "0.8.3",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"nyc": "12.0.2",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "08de19839fa04f75a73070b7954640115439325d",
			"_id": "@sinonjs/commons@1.1.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.7.0",
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"dist": {
				"integrity": "sha512-01oT1itdQEK4Ah2oU/+ln9sc3B0jv8QyMPBWOj+E4FoDQbzjiG8HHfnkIe9zNuILgTo7q5kNvtq9PB/bdRJ4vw==",
				"shasum": "f1419a0b30cd693352385d4ee09aa8fa2378e0e7",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.1.1.tgz",
				"fileCount": 29,
				"unpackedSize": 20834,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1ELxCRA9TVsSAnZWagAAsSMP/ittg20hgyMH+IGMHPt+\n+In+jJ211Tzu68YtUNuZoe14RSUakxekvrs+Ay4Scaw4VgXRuoPbnUR0CtLV\nGMuWr1U9Cg61rxRylozyQyVUMtdmEOL7Z9sZ/bC3CGxDTEytWZRWEksEbz53\nkIfZM9//sMhvZ9pPIbIIH03uOBeqLH0G7E4Hc1ZBf+xdZAZDpaQSJxAxQenV\nqPFcJkQ5hg2OLNWLwPGXoXmR7LY58+EV1+O8eV63ulZI/gS4t0jSNsjIbaef\nYjKOLhpSI16qSSqI/+5e04nTXpq+zvWbziqifktGHefEZXxcxulYhvc07M3E\n/RLtbz5LowuTqlWp1HWRnoT11jnwpvk7xjo2/L7j8viB4a5TDasmtsSoDO2v\njGXfSnyj/XtFoxr2cw2VcG5kHcTKLrSp/SklECWj/ZgYsZKvGCu0GugKOW7H\n77Cc9JK9ZXpVDheZ61kKTFWCG90lqiKTFkfTe0hWXd5OtyqJu4WuuOp0Ybnb\n6GsDWGomVuxVAof4/G/e/5uo07jTLdi+hAkEX1PzPUvwNsZeALTZn1ggAND2\nE1JZ4fgZYV3VtSuQZ1IRkeHnLY5Sk+mrLB8O0OQ3q3FhgtOHbgQYgPfVL+Ic\nMzHmYTkJl+3otbLBgPY3kCPKJdDCmYFsmPMH6NhSeNfbHYNug+P3xm2AnQXN\nQSzz\r\n=q7AE\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.1.1_1540637425343_0.9034652642247896"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.0": {
			"name": "@sinonjs/commons",
			"version": "1.2.0",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": "eslint"
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "4.1.0",
				"eslint": "^5.8.0",
				"eslint-config-prettier": "^3.1.0",
				"eslint-config-sinon": "^2.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^5.2.0",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "0.14.3",
				"jsverify": "0.8.3",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"nyc": "12.0.2",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "bad38b582e6b6433064b7a8f5cfdc74db4ad2a5e",
			"_id": "@sinonjs/commons@1.2.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.7.0",
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"dist": {
				"integrity": "sha512-oZEHtyTw+Xnj7hra125osc2mxsecQ6r7XD2gQrtULn4+orMf8rlqTtMVRoKFpZIB2Bfzxzs/Fgc8LdZ+dgDdzg==",
				"shasum": "f565569b641564497a9b3988d7ed4ed9e8d6a0da",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.2.0.tgz",
				"fileCount": 31,
				"unpackedSize": 25434,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1FqoCRA9TVsSAnZWagAAKmAP/AzSaNVDU1YkPlxkIHvN\nKaYPh8nbEdqScUq0+qb1hQvAQEavpiYQQw+iwn7z2QMQc0d52+6ZeGP29QJV\nseJbJpJeHV3atqlWpotdvEalwiQSTF7ZADZTwVK1WWCeyFu1KRuOKW45+T3t\nM8lAx7YtqvAWTWgBhp8Pj137LNaDVhaPor6En8hpdICcNJs9h/qh0PduxdHi\n8C/2jGeb3dTOGPBHxEneY2CouRn41YSCyhnaVg93OwoqmGcZyzkQ3VCYY345\nm351YNxyCopapZHXJZI6W8J6GZgsf8WKOxB4ku4TzKaAnCalQjFLA7EUiC2O\nypdqzsTxE3qdlaKyYFy9BrYBF2XEp+SO7t44K3GQyZhiRjP8vNdJY0ET/WpI\nbXlSnKmuFvcwHFWEsStDftTOHd2ioX/GqiD6gqYabNLjynESg14X+ZKXmZhc\nYRXsXwtpYlU9GoJZmfGuY05l0Ckeh1SIOY64mBQvixK0w2OA4AO/b7rvo5rp\nK99JEkKZkEpdFbJNK7tBctX1Uchi9VYQd9jaxQlOGRwu3fXzsSQGIAQTxP3S\nv3KClUMGh2xrIN9oQcMlGeqDkHtBJsuglymhsf2pygaGGtc+3Ceai7yoTGPF\niTOVvR3v8ENiDgImR1VixYSs7Xvn5rUoEmNwBGoisLqhiec+C6G81rsB23tZ\nlHoZ\r\n=SeTd\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.2.0_1540643495464_0.5161487010500558"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.0": {
			"name": "@sinonjs/commons",
			"version": "1.3.0",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": "eslint"
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "4.1.0",
				"eslint": "^5.8.0",
				"eslint-config-prettier": "^3.1.0",
				"eslint-config-sinon": "^2.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^5.2.0",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "0.14.3",
				"jsverify": "0.8.3",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"nyc": "12.0.2",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "b3c4360618164d07fa247cb4cae8f044332c9a8a",
			"_id": "@sinonjs/commons@1.3.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.7.0",
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"dist": {
				"integrity": "sha512-j4ZwhaHmwsCb4DlDOIWnI5YyKDNMoNThsmwEpfHx6a1EpsGZ9qYLxP++LMlmBRjtGptGHFsGItJ768snllFWpA==",
				"shasum": "50a2754016b6f30a994ceda6d9a0a8c36adda849",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.3.0.tgz",
				"fileCount": 33,
				"unpackedSize": 27562,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1bP+CRA9TVsSAnZWagAAqjcP/1m340P//98X5i/+kFEZ\ng7E5NyW6jlKb4Yjcq/92yHbQYb7nEVD6uYXuSZMHfPDkSmjmdzrEEY9ACXzL\nSZ81pp3jAaJXuqHFJv/q3vheyIW5vs4Fp2ElmFzTf+qZM9M5vHcaWsPXCUc4\npYxCcgbus7CJhvAJ+AbN5pza6ZJpMCb+yKkup/tDQ32M3/sWB5ZzY1KNQy2U\nr0kBtMYHdKVWJjYs02U9YWLQiqa0WGbbl93tsTND2iNhtmcVS4dxbKVeDAke\nb8/S5djbJAT79CYv5UzBJIkHaHY7PyycmXGbv4H0JCyMoL9wPtCVlkwP135M\nroZfkwuRXxY1ODIxyBliQAU3gnttishaUM5lciqs0l6z9gB6MwReI6+VQv8e\npKfj96o2pg79TJXnudc2BghPwqPs4JfUGId4tv5SlqQq0xLxmIjx5v+C8wXM\nA01l2u1GCOGT0tAwB4LYN3/sdTTSIqBD9KZ9aO0v0jtGwqYUQaYGQpk6v2n8\nDQwBkZZXGh/P7J0vvl4M7qTIfb3Eoq/9YlwSD3PELAb/V8pHEEwN05WRlWWR\nJdEMmoTuV7ixLW8BsDcKsO3UoCjjYKcMHN0FjyOxAn0TKwmZO5fAbL6fPRpk\nXxUekL/xo12849ch5EuQK4TiAzcGwD0KwTTM6V7868IFZi1ovvjPlQ4l2kC2\nkxIW\r\n=rcXv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.3.0_1540731901302_0.11444728838730911"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.1": {
			"name": "@sinonjs/commons",
			"version": "1.3.1",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": "eslint"
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "4.1.0",
				"eslint": "^5.8.0",
				"eslint-config-prettier": "^3.1.0",
				"eslint-config-sinon": "^2.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^5.2.0",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "0.14.3",
				"jsverify": "0.8.3",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"nyc": "12.0.2",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "91910858d5bd159b8323c605c6caa040dd7293bc",
			"_id": "@sinonjs/commons@1.3.1",
			"_nodeVersion": "11.3.0",
			"_npmVersion": "6.8.0",
			"dist": {
				"integrity": "sha512-rgmZk5CrBGAMATk0HlHOFvo8V44/r+On6cKS80tqid0Eljd+fFBWBOXZp9H2/EB3faxdNdzXTx6QZIKLkbJ7mA==",
				"shasum": "ba4ae5fa908f7d8b96b0ec8df0665aca2d8695a4",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.3.1.tgz",
				"fileCount": 33,
				"unpackedSize": 28029,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceNrzCRA9TVsSAnZWagAAkLYP/0gphK2wPWifytHyClsA\nqBrM4r/XFsUShXJAMiR/w4yLDo2623WDbTuA5WSp6+YYEL9CTpRu+R2Oi0Tv\nJpzFOeSQ3sGrWAzTt2lw6B26pabamQowW3/82gvNqxXFKkT0272jeVscs4e8\n7sV1lyZGs5684X+0hH3ODsO1n+y2v61BMBUaReJPfQUWgssSzAWIvkd48enT\nY2TescQ49SigsP6F0POhF2lOQajve5hDkvgixs4Ds1TFoZRnL4bKS+0zgOVQ\n9Y5aeidA0u1y9V2i9wSH8KflXW4Z0hLkGDclAPMf5kRZfUTENWbq+Wvrk8Ku\n5uzUbh1uBgMefj6UH3BTcezJReQivXUzpYX1xkcTrJj6u8+LRkCM0fZShR7x\nWC9hbYMdMwXWxhP/HP3YZ2uPzNqY+grPjO/ZzAJWfPNwEvAFTVXtS634Isup\nAEvIOadWITx6JgxvHWfYBFmuqG1Q1/i6bXn1iYkJPMMAZg9uoKWZn21Hc8Kl\ndwmKho8A0EFVRhf1pEWmXypiIT4gJ5p4BaJukDLQs12NURNlh7E4y/MEjMoO\n2Niwx51c9pz1dpNgSU0L7mO+WZCW0+nHECSlUnzv0HP0awI6JOlPdft6b3To\nte/ev5bfxd6Bk8c7UmEj2B+4UjF+n+N4tgmoWPHTr22+iPlzWEBPJJHLhnmx\n2y1N\r\n=bQkf\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"_npmUser": {
				"name": "mantoni",
				"email": "mail@maxantoni.de"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.3.1_1551424242885_0.34431990510506183"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.0": {
			"name": "@sinonjs/commons",
			"version": "1.4.0",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": "eslint"
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "4.1.0",
				"eslint": "^5.8.0",
				"eslint-config-prettier": "^3.1.0",
				"eslint-config-sinon": "^2.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^5.2.0",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "0.14.3",
				"jsverify": "0.8.3",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"nyc": "12.0.2",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "aef9596b5bbc9f426bd7db737f9f1c111df9ebeb",
			"_id": "@sinonjs/commons@1.4.0",
			"_nodeVersion": "10.14.2",
			"_npmVersion": "6.7.0",
			"dist": {
				"integrity": "sha512-9jHK3YF/8HtJ9wCAbG+j8cD0i0+ATS9A7gXFqS36TblLPNy6rEEc+SB0imo91eCboGaBYGV/MT1/br/J+EE7Tw==",
				"shasum": "7b3ec2d96af481d7a0321252e7b1c94724ec5a78",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.4.0.tgz",
				"fileCount": 35,
				"unpackedSize": 32132,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf+BlCRA9TVsSAnZWagAAH6cP/3YwLq/weNopUDJan9K6\nCbDiImIriotigQxYvBoufUyqDPP7bbF8ZTSJZawJZMDaxGrOquKCPZI2hmx0\ns/v0qNr9L8eiBYFlqyskZks/KPk/0pNTZ97+1USInqOHqjBIodxYb/PscN0b\njJnK0s54qC/7ZU2mSfIn6fT1dNkxJBpOeADikzdemNBbTRfqoRfwKJnPBMTf\nv4MA2GJvclxzuoUl9JFut7vOgGeYNeX1qe0EMXy4I+wlZtApbRE73C/1R2MR\n9a3pZINsjsrOy3o3IY/x02FncgcqKxnAbXp7xJAR0qjyti0ZePmN9e389AI7\ncJl4+JjAFbN8exrd35kqBcoiKejfSVwMCT/TW1/166tgDM9w1z6Sy04a24oA\nTJo/lQ5/lJKwJ33VWpo/ZY2spgWkY+oXdWH5i7PS7OixsbbyrgXShuy5N9EN\n8U0J789KzV6eah1hHc7E4xmP2zlYfLvbTtQp2c/b2Uic1QWO8Ha5YZ7fbeYR\nMmNlY8JiaK/b81Llm8dNHC6ybWm2OgfOaYxr+Q1jXqudDmSwsyKW5kNUhOJi\n4if7I8HS9Kb1EA+Bkx7ncXTOu8jdwn6SOBRiQeVros0OcMp1vF47ZTOmV8Me\nai5M2Bp9b+xVaICF5vwB8fjje9bPq1US/fA2upYaZHZMnsGFXt5eTmdPZTgi\nUMLi\r\n=E39Z\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.4.0_1551884388904_0.26500799310585577"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.0": {
			"name": "@sinonjs/commons",
			"version": "1.5.0",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": [
					"eslint"
				]
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "4.1.0",
				"eslint": "^6.1.0",
				"eslint-config-prettier": "^3.1.0",
				"eslint-config-sinon": "^3.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^5.2.0",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "0.14.3",
				"jsverify": "0.8.3",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"nyc": "12.0.2",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "1f0dc2e88392add643283b797a70f0968684edb9",
			"_id": "@sinonjs/commons@1.5.0",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-Pc3lriv/00zQnyKXI1mLN0lH+0At1xxtC/OGIMDSbLBv3Z9rwMyfuiFBoYM+6alSf9Yb5o6hXyrX9r03ujwbHg==",
				"shasum": "785c7f7f27c8963d22f9becf6881016527cd1b13",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.5.0.tgz",
				"fileCount": 36,
				"unpackedSize": 32450,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdWw1fCRA9TVsSAnZWagAASUwP/jjyNqpsNxrnJqnESQLM\nuCnMmxIq7XhANwJdvTtZQgmKHNpjQ3030IGFHoJ2GMqpHH1BnkuEddWoU0tA\nbtTslNPxaiF7o+cjwxiSWcWT8HRrSZq5W8LW4fOr1U7mWF9dtrclQMQ8Hpjv\nBzUPCCld1TppRIIB3BoLWmYAYylutG6utaFTQ6nwYgLFpV/Qybfu8WRXfIpP\nVyKsvCvl6jfydfyjg//NkNoBXRk2kUr0pHhS6HSCJ+bbVFv34QbM2orCfdOu\noBvwNnXdXu+FyjogIRiTiMLxxkIBWYXH6+ldXokoQMcav+360s2cigtvJTBD\nC9xDBtd74n5M5QTq+fqIopqBEEuQHXXu97jBTyDzpJmTOYW4GgEETwEjygff\noerhPmDxb0iTu48NcXrAuAvclFHhEUeSSfl5fdXP6iOnfJmwvvu0wIZapcZR\nJoWhUEa1kmohSDjyKC9LMblvvaSpfTw6XUlqA2vOcOZP/D5w4EFjqtAv2VFB\nrKMTfAD+zxuLDxihRDzfSkRcegQ7FeDVf9cPQ4zuvRJ9UkPWSGchQ99/RLi6\nv6yOmyXF1znYfXCCC5KUzr4Z1LsYNxHiKeiQlazL63Yv9FJyw+ODou1CNWvn\n7NyoqbXFChOzg7oD2R2aY7pSu3lr909r00VJjnoB+yOioq7extqd7pQZEP2n\nQ844\r\n=HQ2A\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.5.0_1566248286950_0.715551299612144"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.0": {
			"name": "@sinonjs/commons",
			"version": "1.6.0",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": [
					"eslint"
				]
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "4.1.0",
				"eslint": "^6.1.0",
				"eslint-config-prettier": "^3.1.0",
				"eslint-config-sinon": "^3.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^5.2.0",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "0.14.3",
				"jsverify": "0.8.3",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"nyc": "12.0.2",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "ca32735499cebfc186364e8145129128bad4ceb0",
			"_id": "@sinonjs/commons@1.6.0",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-w4/WHG7C4WWFyE5geCieFJF6MZkbW4VAriol5KlmQXpAQdxvV0p26sqNZOW6Qyw6Y0l9K4g+cHvvczR2sEEpqg==",
				"shasum": "ec7670432ae9c8eb710400d112c201a362d83393",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.6.0.tgz",
				"fileCount": 37,
				"unpackedSize": 32711,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdWw+rCRA9TVsSAnZWagAA0+UP/jAb+3ZKKNg+grE9vaz2\nZeiFqrXAtAR09SdZc67mWic5brrZfpFB4v+KrYIHOGF01K5Wl1mvT71DaXc1\nZ0ccUdGns5iRafUamxSwVLNour15NniN8gjAjHoY6erVWWhpxIz8pA6tfyqs\nO5zCsRgq3OipWeT10iKHBHKyRQUVbP3o6NnJT2tHyJfXsj8Rh58ADqN+fVlN\nVUu7y0Vej0Bfr5u4AS4q8UzKoG3nrouuCowurn21FHcSpANW++oxtvrTkMPV\npUA291NpQWzzpLoOucyHIOKzx6trSOictCS9rYsbiG5ArpcZDFo5rqa3dT4H\nQLV6E9hmSJYPh/HLKbGORPqNBkhVnqWpfQpHgkFKYGC0wv/mNa0WSNcuVCBI\nFDB21Uio1KdcmcZAKE9WX/mT/3bY2vQt896AxmQO+vRyUuVNHcZTJLgC4A4V\nxWW6CdoW8Liad0oDnyf3TZ7RsuPFU+U0xrXZUKSwiW+4DuJNQYGZRpocjSYA\nzX9oWDm9p+dfmN9u5T09swF+K+XQvIeK3cwH4Dnks6NH6GkLQ7/zlNUUmexW\nICW1E220Mjrsi6XLQPi+egUYTA1mXLutN09XTvqilnw5jqhqLKBo8FQ3h/zc\n0nMnVxMhexDiLjWyQ37ZuIVwhMyzM5bxm8kBiVelw1fJYV9DpoLvWhnOuyJ3\nNQN8\r\n=Gv+p\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.6.0_1566248875182_0.8838072305695119"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.7.0": {
			"name": "@sinonjs/commons",
			"version": "1.7.0",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": [
					"eslint"
				]
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "5.0.0",
				"eslint": "^6.1.0",
				"eslint-config-prettier": "^6.3.0",
				"eslint-config-sinon": "^3.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^6.1.1",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "3.1.0",
				"jsverify": "0.8.4",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "9.5.0",
				"mocha": "6.2.2",
				"nyc": "14.1.1",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "59bed154b7ae30feb19e72bbad35c4cd47cd25e1",
			"_id": "@sinonjs/commons@1.7.0",
			"_nodeVersion": "12.1.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-qbk9AP+cZUsKdW1GJsBpxPKFmCJ0T8swwzVje3qFd+AkQb74Q/tiuzrdfFg8AD2g5HH/XbE/I8Uc1KYHVYWfhg==",
				"shasum": "f90ffc52a2e519f018b13b6c4da03cbff36ebed6",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.7.0.tgz",
				"fileCount": 39,
				"unpackedSize": 34579,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+kchCRA9TVsSAnZWagAA4DQP/0OK1GXeaszJqFK+Yp2N\nfm9TglUSrZp6s68vVGHHiZLV0su7co2di8J7oHbUPvJuB8c5N6HWMQuLPLxw\nYFbUScg9JKXzwzFkMUkQz9JusIAS3isW2cm18ZB1hQ+D5phATXlJMuwAPR5V\naKg2iCZG/+aztHqlJKhOJNSnYJxfI60qIIv8PpWVRFarSLMtT9lYCAcVydAw\nt+BX77ECVMPgW6Q7QrHWGedpJTAmmkIVhCgdbjqcoTYcHQsL+xHk3O8mkvkX\nD5/NcV4v6MBIAdfGerfiUlgV3YX5fImlh72AjPVJRuZMjpkkIqnBI2kuHgSw\n6mfvdqZb9aeMqOfIqrdeN7jINqSHmgy6wcfiPffL+N21yxTExBfXR5RfhKWu\nx/9dCTdt6cFi+cqgdFEiZgd98Z4vDacWgqSIWqBRnYr1XEL+HXwBQsABJGxO\n/UtMJN1yQ/N47Yj1ZKkVjCz2zi2b4NeI9RBibm5GyAU7n9H1Zydth8NAiRsO\nZaKJSAF/yIvysOT16U7h52dMSaWLKcq8UlpTazXPbb+hKN0NdOjcxYIje0W6\n6sfVQ4g3FwXWBdTJweOmwzHtRJdjPDcZjIYw+j2J9d3U0lY0tcM3ZUh7ZAuW\nzv0i6yQv3PefrG3oSl0MnNDsnAY82N9iPsIemwfeQ+Zm6UPpgSgzM8BJsduA\nE07v\r\n=Cust\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"_npmUser": {
				"name": "mantoni",
				"email": "mail@maxantoni.de"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.7.0_1576683296136_0.713699867957446"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.7.1": {
			"name": "@sinonjs/commons",
			"version": "1.7.1",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
				"preversion": "npm run test-check-coverage",
				"version": "changes --commits --footer",
				"postversion": "git push --follow-tags && npm publish"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": [
					"eslint"
				]
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "6.0.1",
				"@studio/changes": "^2.0.0",
				"eslint": "^6.1.0",
				"eslint-config-prettier": "^6.3.0",
				"eslint-config-sinon": "^4.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-jsdoc": "^21.0.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^6.1.1",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "4.2.1",
				"jsverify": "0.8.4",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "9.5.0",
				"mocha": "7.0.1",
				"nyc": "15.0.0",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "9998b1ea824bf5cc79a8f97c3a4cca7be1318b8a",
			"_id": "@sinonjs/commons@1.7.1",
			"_nodeVersion": "12.15.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-Debi3Baff1Qu1Unc3mjJ96MgpbwTn43S1+9yJ0llWygPwDNu2aaWBD6yc9y/Z8XDRNhx7U+u2UDg2OGQXkclUQ==",
				"shasum": "da5fd19a5f71177a53778073978873964f49acf1",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.7.1.tgz",
				"fileCount": 41,
				"unpackedSize": 42641,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTRhlCRA9TVsSAnZWagAAN+cQAIDZ6ZYkYo3kMGZf4mX4\nUgBcuBx6Y8QW759usEBWmvEtdlePRvqjoam/d1oCfF1n9Ds9kd/AwnEOByD7\nKyrGHOohhisyHDpEpwu9X7u36eoHHENxfDzYP21cD0oRSCVm41Joesso5LHX\nd+n+4illiRGobMQjkRgzOSDdRxH2L3Gb3hbUTx0OeblQuJ235CeAXyjzuHik\nXm31dSOOzwQp198bKO04bTYZrBAu4NMM/s+5ZwQCwXWmosFtxX99mLdjh3Jk\nWzqNhmF2YOjVhY61PqLk86vo/TrNPpZQSY/zgFvIgVeoTkRTiYnAMoXSdPxI\ns2W/nCRrpOWMoMiSLtyKNp/pvyotRqHJI81a41Ib366bYbvbhFIenXNkJtGY\n5qENSa1CRkKXH3+cpGrXDJ/xH/5RPY9Ojrzn6Cjr0JUYUiWOFKspanAkageH\njZmkgEelsqv2LXSXaElWH4YZeL11J1FAAP+PK3c02PJXCJgeRZijciWRJAuc\nkR2/rAYWYERMs2w6lDSbIV8owL9aX95E80H36bOg9e9eld7B0bwrotvTNQj7\n70VyOqrboDCkAIqnroqNAxhquvURzM/zBJE2wdsV+bihAmx/TJRJ1I3F5vCC\nvhKf8ob5kSroawlxiiXCNfxqpgSfMe6rj1QAr66x3v2OnbyFkCGHyA5N27bX\nbGWf\r\n=CXIS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.7.1_1582110821120_0.17504665090766158"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.7.2": {
			"name": "@sinonjs/commons",
			"version": "1.7.2",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
				"preversion": "npm run test-check-coverage",
				"version": "changes --commits --footer",
				"postversion": "git push --follow-tags && npm publish"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": [
					"eslint"
				]
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "7.0.2",
				"@studio/changes": "^2.0.0",
				"eslint": "^6.1.0",
				"eslint-config-prettier": "^6.3.0",
				"eslint-config-sinon": "^4.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-jsdoc": "^22.1.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^6.1.1",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "4.2.3",
				"jsverify": "0.8.4",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "10.1.1",
				"mocha": "7.1.0",
				"nyc": "15.0.0",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "c546661f789b01efdd163f5ff1851dc7c0d18919",
			"_id": "@sinonjs/commons@1.7.2",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-+DUO6pnp3udV/v2VfUWgaY5BIE1IfT7lLfeDzPVeMT1XKkaAp9LgSI9x5RtrFQoZ9Oi0PgXQQHPaoKu7dCjVxw==",
				"shasum": "505f55c74e0272b43f6c52d81946bed7058fc0e2",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.7.2.tgz",
				"fileCount": 41,
				"unpackedSize": 43645,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejbGPCRA9TVsSAnZWagAAyRAP/0BpIp/Q0/FNFStHKASV\nu+Gr9J0XNRd9qj3FuwTGmm1nMXpnHT6tKChcjPMH6pZKwfWigLYzWcaBn3hk\nl3r1u1eQISXhV01nh1zFUgib1WQbuwYnhEx6htlnyVBZbE4oaO6o5aNS40bm\n6WnHAy8XPJtgKwj7lWUooFpXlBkTpfrgIbSS3OliFHTZ0etnied4+BVEyuqG\nwO37xjka1xpzYMcRM+VRGDf3lxArZbnB8MCEnPGLc0kCY24fQfSVks2x0Yy6\nlUzPflTKcjAPrmtphSee7EqMIbh/QexEtNZfG2PF3dIO6u9SCo3xUuwI0lGz\nrV1CrCn+pE4/SK0+laPX0sxLAmRfxiF7VQmKh3wqXHSRwOjaQ+t7tB915YpJ\njqivhm7gFiWAeiAGOh9cHKtct9rBg/p/+luujR5l+3D9G+lAxZS6d8Pa3pgy\nTDsbuwaboAHg7FcCBualfUOjp8PRqNUacKXMHldEscOmyjBTSTSJ+unAsK0h\nNlyMNWKihimHigflxDyb0rz204ZzOfts9C1+mQUmfbTpRp5vavX75G8Kjl1l\nsg7dE/tGHHirew4XCnLfJZ369liBHP7IHhKwzHxxGfqbiALS6AxSwbJ7L4qC\nIjGTK6E4vZAUbGv9x6eYlrHZd1NaLgZFIEn+YFp7INucRNgCeHJh0mq4Dflh\nc/0s\r\n=GgNw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.7.2_1586344334694_0.3255223920603838"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.8.0": {
			"name": "@sinonjs/commons",
			"version": "1.8.0",
			"description": "Simple functions shared among the sinon end user libraries",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint .",
				"precommit": "lint-staged",
				"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
				"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
				"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
				"preversion": "npm run test-check-coverage",
				"version": "changes --commits --footer",
				"postversion": "git push --follow-tags && npm publish"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sinonjs/commons.git"
			},
			"author": "",
			"license": "BSD-3-Clause",
			"bugs": {
				"url": "https://github.com/sinonjs/commons/issues"
			},
			"homepage": "https://github.com/sinonjs/commons#readme",
			"lint-staged": {
				"*.js": [
					"eslint"
				]
			},
			"devDependencies": {
				"@sinonjs/referee-sinon": "7.0.2",
				"@studio/changes": "^2.0.0",
				"eslint": "^6.1.0",
				"eslint-config-prettier": "^6.3.0",
				"eslint-config-sinon": "^4.0.0",
				"eslint-plugin-ie11": "^1.0.0",
				"eslint-plugin-jsdoc": "^22.1.0",
				"eslint-plugin-local-rules": "^0.1.0",
				"eslint-plugin-mocha": "^6.1.1",
				"eslint-plugin-prettier": "^3.0.0",
				"husky": "4.2.3",
				"jsverify": "0.8.4",
				"knuth-shuffle": "^1.0.8",
				"lint-staged": "10.1.1",
				"mocha": "7.1.0",
				"nyc": "15.0.0",
				"prettier": "^1.14.3"
			},
			"dependencies": {
				"type-detect": "4.0.8"
			},
			"gitHead": "859f805e02ccb352d82853d3b6f2e7eb5ecd8a98",
			"_id": "@sinonjs/commons@1.8.0",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-wEj54PfsZ5jGSwMX68G8ZXFawcSglQSXqCftWX3ec8MDUzQdHgcKvw97awHbY0efQEL5iKUOAmmVtoYgmrSG4Q==",
				"shasum": "c8d68821a854c555bba172f3b06959a0039b236d",
				"tarball": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.0.tgz",
				"fileCount": 41,
				"unpackedSize": 44387,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexT7hCRA9TVsSAnZWagAA+VcP/iNfi7eQwYT1C7Xm8is4\nC3SV4pBCERvHFFrOd5vPsWXhmRyDG8rYyVM70r/ZxX96Ex2LnbrDOrjBuyWr\nym+piKyVh9dVDSeB1d0j94Kb1nt0GUxS1iF2ExIoRS3ws3cXrY96hWR/IGhv\n8KLybq+ZgoMyD+hGPBhqmKwa9E+Jm99qOWmUMvfq4FIksud/3JbLIyT0Ll6c\nkSiTsyucSPm/2UtjAOlAf8u7wmCzZDKDjn87mevhEGucCrlv9RiPQaV7Ge+o\nBAzW4F0ahdZddiBiUn8zE0ylfA0lsas0R41vM4PZ4lC0EZjeZR6fEr9DtyY9\nPaJczUZcLVQQRditZRpQjDz+piyMKHS79kf/a3vMOH2WAMoevtJYIXNpcD1g\npxQW28cmK7RMmbz0zbtXMtnzBFjstE3XtIFDjKgXujbztg+fJJf/MJdtnqO6\n9bJuxaawFity5QLa+PvxrvobYlWvXVJj7YAZBei4MvARSr5vUGqV6lnIT3AB\nAmowW7D/0sSkRHYfU8ql/qxGg7HY04VdBb1VI1qWBszDFZBT020UtlDTyA+g\n+CKBZ/PdWTB31oGi0s7n38cV1RCvdTYlfiWvrr/8XLHem/u8bBFELni6eORr\nG1JEYExCd/spb+8mjhfuIdvdIQOl+BB5FS4hmnm9HB2aSDPUYaeefGz1uHh6\n3n6Q\r\n=LEft\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cjohansen",
					"email": "christian@cjohansen.no"
				},
				{
					"name": "fatso83",
					"email": "carlerik@gmail.com"
				},
				{
					"name": "mantoni",
					"email": "mail@maxantoni.de"
				},
				{
					"name": "mrgnrdrck",
					"email": "morgan@roderick.dk"
				},
				{
					"name": "peer5",
					"email": "opensource@peer5.com"
				}
			],
			"_npmUser": {
				"name": "mrgnrdrck",
				"email": "morgan@roderick.dk"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/commons_1.8.0_1589984993343_0.20500523845595975"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-08-03T06:49:41.343Z",
		"1.0.0": "2018-08-03T06:49:41.538Z",
		"modified": "2020-05-20T14:29:58.305Z",
		"1.0.1": "2018-08-05T07:47:53.608Z",
		"1.0.2": "2018-08-09T07:32:29.666Z",
		"1.1.0": "2018-10-27T10:43:29.924Z",
		"1.1.1": "2018-10-27T10:50:25.516Z",
		"1.2.0": "2018-10-27T12:31:35.617Z",
		"1.3.0": "2018-10-28T13:05:01.536Z",
		"1.3.1": "2019-03-01T07:10:43.034Z",
		"1.4.0": "2019-03-06T14:59:49.001Z",
		"1.5.0": "2019-08-19T20:58:07.066Z",
		"1.6.0": "2019-08-19T21:07:55.401Z",
		"1.7.0": "2019-12-18T15:34:56.360Z",
		"1.7.1": "2020-02-19T11:13:41.352Z",
		"1.7.2": "2020-04-08T11:12:14.821Z",
		"1.8.0": "2020-05-20T14:29:53.521Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.8.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"f522c4ad9b503db2bf15344c62b872d8\"",
			"fetched": 1593324361501
		}
	},
	"_distfiles": {
		"commons-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.0.0.tgz",
			"sha": "9a805dab8ce90b4fd3b66f9fc19856503d8d0639",
			"registry": "npmjs"
		},
		"commons-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.0.1.tgz",
			"sha": "405aa1117ce5005391257c11284084db2e14b0e6",
			"registry": "npmjs"
		},
		"commons-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.0.2.tgz",
			"sha": "3e0ac737781627b8844257fadc3d803997d0526e",
			"registry": "npmjs"
		},
		"commons-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.1.0.tgz",
			"sha": "374422d26c027931155b771dff543c3b914f1850",
			"registry": "npmjs"
		},
		"commons-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.1.1.tgz",
			"sha": "f1419a0b30cd693352385d4ee09aa8fa2378e0e7",
			"registry": "npmjs"
		},
		"commons-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.2.0.tgz",
			"sha": "f565569b641564497a9b3988d7ed4ed9e8d6a0da",
			"registry": "npmjs"
		},
		"commons-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.3.0.tgz",
			"sha": "50a2754016b6f30a994ceda6d9a0a8c36adda849",
			"registry": "npmjs"
		},
		"commons-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.3.1.tgz",
			"sha": "ba4ae5fa908f7d8b96b0ec8df0665aca2d8695a4",
			"registry": "npmjs"
		},
		"commons-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.4.0.tgz",
			"sha": "7b3ec2d96af481d7a0321252e7b1c94724ec5a78",
			"registry": "npmjs"
		},
		"commons-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.5.0.tgz",
			"sha": "785c7f7f27c8963d22f9becf6881016527cd1b13",
			"registry": "npmjs"
		},
		"commons-1.6.0.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.6.0.tgz",
			"sha": "ec7670432ae9c8eb710400d112c201a362d83393",
			"registry": "npmjs"
		},
		"commons-1.7.0.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.7.0.tgz",
			"sha": "f90ffc52a2e519f018b13b6c4da03cbff36ebed6",
			"registry": "npmjs"
		},
		"commons-1.7.1.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.7.1.tgz",
			"sha": "da5fd19a5f71177a53778073978873964f49acf1",
			"registry": "npmjs"
		},
		"commons-1.7.2.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.7.2.tgz",
			"sha": "505f55c74e0272b43f6c52d81946bed7058fc0e2",
			"registry": "npmjs"
		},
		"commons-1.8.0.tgz": {
			"url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.0.tgz",
			"sha": "c8d68821a854c555bba172f3b06959a0039b236d",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"commons-1.7.1.tgz": {
			"shasum": "da5fd19a5f71177a53778073978873964f49acf1"
		}
	},
	"_rev": "2-383f4f7e52dd77f7",
	"_id": "@sinonjs/commons",
	"readme": "# commons\n\n[![CircleCI](https://circleci.com/gh/sinonjs/commons.svg?style=svg)](https://circleci.com/gh/sinonjs/commons)\n[![codecov](https://codecov.io/gh/sinonjs/commons/branch/master/graph/badge.svg)](https://codecov.io/gh/sinonjs/commons)\n<a href=\"CODE_OF_CONDUCT.md\"><img src=\"https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg\" alt=\"Contributor Covenant\" /></a>\n\nSimple functions shared among the sinon end user libraries\n\n## Rules\n\n* Follows the [Sinon.JS compatibility](https://github.com/sinonjs/sinon/blob/master/CONTRIBUTING.md#compatibility)\n* 100% test coverage\n* Code formatted using [Prettier](https://prettier.io)\n* No side effects welcome! (only pure functions)\n* No platform specific functions\n* One export per file (any bundler can do tree shaking)"
}