{
	"name": "object-is",
	"versions": {
		"0.0.0": {
			"name": "object-is",
			"version": "0.0.0",
			"description": "ES6-compliant shim for Object.is - differentiates between -0 and +0",
			"author": {
				"name": "Jordan Harband"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "node test.js",
				"coverage": "covert test.js",
				"coverage-quiet": "covert test.js --quiet"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object-is.git"
			},
			"bugs": {
				"url": "https://github.com/ljharb/object-is/issues"
			},
			"homepage": "https://github.com/ljharb/object-is",
			"keywords": [
				"is",
				"Object.is",
				"equality",
				"sameValueZero",
				"ES6",
				"shim",
				"polyfill"
			],
			"dependencies": {},
			"devDependencies": {
				"tape": "~2.4.2",
				"covert": "~0.3.1"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..12.0",
					"opera/15.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"_id": "object-is@0.0.0",
			"dist": {
				"shasum": "65adab52f96f7071047ab2edf8d5e0d4230dc1b4",
				"tarball": "https://registry.npmjs.org/object-is/-/object-is-0.0.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.24",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "object-is",
			"version": "1.0.0",
			"description": "ES6-compliant shim for Object.is - differentiates between -0 and +0",
			"author": {
				"name": "Jordan Harband"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "node test.js && npm run coverage",
				"coverage": "covert test.js",
				"coverage-quiet": "covert test.js --quiet"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object-is.git"
			},
			"bugs": {
				"url": "https://github.com/ljharb/object-is/issues"
			},
			"homepage": "https://github.com/ljharb/object-is",
			"keywords": [
				"is",
				"Object.is",
				"equality",
				"sameValueZero",
				"ES6",
				"shim",
				"polyfill"
			],
			"dependencies": {},
			"devDependencies": {
				"tape": "~2.13.1",
				"covert": "~0.4.0"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..12.0",
					"opera/15.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"gitHead": "8811835bff203cf0dc0dee1342beeb749ea63e10",
			"_id": "object-is@1.0.0",
			"_shasum": "c4d85931da0009435ec9825ddbe578a7ff82c001",
			"_from": ".",
			"_npmVersion": "1.4.21",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"dist": {
				"shasum": "c4d85931da0009435ec9825ddbe578a7ff82c001",
				"tarball": "https://registry.npmjs.org/object-is/-/object-is-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "object-is",
			"version": "1.0.1",
			"description": "ES6-compliant shim for Object.is - differentiates between -0 and +0",
			"author": {
				"name": "Jordan Harband"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && node test.js && npm run coverage-quiet",
				"coverage": "covert test.js",
				"coverage-quiet": "covert test.js --quiet",
				"lint": "jscs *.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object-is.git"
			},
			"bugs": {
				"url": "https://github.com/ljharb/object-is/issues"
			},
			"homepage": "https://github.com/ljharb/object-is",
			"keywords": [
				"is",
				"Object.is",
				"equality",
				"sameValueZero",
				"ES6",
				"shim",
				"polyfill"
			],
			"dependencies": {},
			"devDependencies": {
				"tape": "~2.14.0",
				"covert": "~1.0.0",
				"jscs": "~1.5.9"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..12.0",
					"opera/15.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"gitHead": "a51367e2c85f408211982ccb3ed2f1cc2da70d05",
			"_id": "object-is@1.0.1",
			"_shasum": "0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6",
			"_from": ".",
			"_npmVersion": "1.4.23",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"dist": {
				"shasum": "0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6",
				"tarball": "https://registry.npmjs.org/object-is/-/object-is-1.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "object-is",
			"version": "1.0.2",
			"description": "ES2015-compliant shim for Object.is - differentiates between -0 and +0",
			"author": {
				"name": "Jordan Harband"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"version": "auto-changelog && git add CHANGELOG.md",
				"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
				"pretest": "npm run lint",
				"tests-only": "node test",
				"test": "npm run tests-only",
				"posttest": "npx aud",
				"coverage": "covert test",
				"lint": "eslint ."
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/object-is.git"
			},
			"bugs": {
				"url": "https://github.com/es-shims/object-is/issues"
			},
			"homepage": "https://github.com/es-shims/object-is",
			"keywords": [
				"is",
				"Object.is",
				"equality",
				"sameValueZero",
				"ES6",
				"ES2015",
				"shim",
				"polyfill"
			],
			"dependencies": {},
			"devDependencies": {
				"@ljharb/eslint-config": "^15.0.2",
				"auto-changelog": "^1.16.2",
				"covert": "^1.1.1",
				"eslint": "^6.7.2",
				"has-symbols": "^1.0.1",
				"tape": "^4.11.0"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..12.0",
					"opera/15.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"auto-changelog": {
				"output": "CHANGELOG.md",
				"template": "keepachangelog",
				"unreleased": false,
				"commitLimit": false,
				"backfillLimit": false
			},
			"gitHead": "082fdb0ca51a1a363d6fdb533f988f0fabe7d10a",
			"_id": "object-is@1.0.2",
			"_nodeVersion": "13.3.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ==",
				"shasum": "6b80eb84fe451498f65007982f035a5b445edec4",
				"tarball": "https://registry.npmjs.org/object-is/-/object-is-1.0.2.tgz",
				"fileCount": 9,
				"unpackedSize": 16498,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9ytSCRA9TVsSAnZWagAA5koP/3OpM9HTrTeBXLXbtfBO\nWMzdrsFzD/67aiRs7jejkQqPHbUKc3l/gdB12zUSFGsFb3wP9LPTYB6dyQ94\nd8j6SuInoodlidjxrDrq2LD4LxKwcN0CW+iw8/DzwmxG0017KLLam/ykbPzQ\nvnI3PM8fMiUdXdwkUoqIr/louLr3SmyJ9fO1NcFGgNFG88gl/W8QOoa6Oz08\nOy3jjBdJSyVLvf5tl1yX1C+F0fn7F5Fhtt2AL0IBok+wTIHNWr8Oh1Mmo6jg\n+BGJEAtWRBYdyuUG+agL1JQ+crnoMjnrwJ57aAN6satjUFyH4UT2/i7Y8UNI\n4T1raOrZQiZNRSCh3DVfcr58xFjrPmlYSKbpcY04QMnkqQjewFK4QfR+Wq5p\nzbSnWug8oIiHZ0j7CWvI0VtSOQRF4gez4qnvgnufTHujPPoff8B17NTIwZgs\n/zRQyLaez0/tnXw8ayvjicdu0EQIZjF2Lcalten1D8TftE+lmdzgvx3KXDLj\nRQPQQD/v9O/dXU7cqi0mN7mTK8NgzSkzCCEVnmiIwVOxlxa31Q3ublkdcsSK\n7PPQJelesj0a9fju6Et+0Yl6meKImOYhyYI5nv+IBADHll4bNiTkwY+Gbgnc\n7+igavjjbJTfCu7qEQAuGgRseLxGLkk8FDPsZQ3pmhAiuXacc3UYsY00F4Ms\nmqCI\r\n=2AeM\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "ljharb+esshims@gmail.com",
					"name": "es-shims-owner"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "substack@gmail.com",
					"name": "substack"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object-is_1.0.2_1576479570145_0.7229938222854198"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "object-is",
			"version": "1.1.0",
			"description": "ES2015-compliant shim for Object.is - differentiates between -0 and +0",
			"author": {
				"name": "Jordan Harband"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"tests-only": "node test",
				"test": "npm run tests-only",
				"posttest": "npx aud --production",
				"coverage": "covert test",
				"prelint": "es-shim-api",
				"lint": "eslint .",
				"version": "auto-changelog && git add CHANGELOG.md",
				"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/object-is.git"
			},
			"bugs": {
				"url": "https://github.com/es-shims/object-is/issues"
			},
			"homepage": "https://github.com/es-shims/object-is",
			"keywords": [
				"is",
				"Object.is",
				"equality",
				"sameValueZero",
				"ES6",
				"ES2015",
				"shim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^16.0.0",
				"aud": "^1.1.0",
				"auto-changelog": "^2.0.0",
				"covert": "^1.1.1",
				"eslint": "^6.8.0",
				"has-symbols": "^1.0.1",
				"safe-publish-latest": "^1.1.4",
				"tape": "^5.0.0-next.5"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..12.0",
					"opera/15.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"auto-changelog": {
				"output": "CHANGELOG.md",
				"template": "keepachangelog",
				"unreleased": false,
				"commitLimit": false,
				"backfillLimit": false
			},
			"gitHead": "2c559ab591dc6b43df491f8b9eac5db5d401681f",
			"_id": "object-is@1.1.0",
			"_nodeVersion": "13.12.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-wznR5+ya11MdnkLq+oYePGjW2ge4RY5DVSwa3iKuDCpvLsYGnp24Qy5EzVRgyMHEuEkKd+dX/1JpAT6QxZXq2g==",
				"shasum": "57e5e236f2831066c82948cbd735c24a9e54084d",
				"tarball": "https://registry.npmjs.org/object-is/-/object-is-1.1.0.tgz",
				"fileCount": 13,
				"unpackedSize": 18380,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeld/nCRA9TVsSAnZWagAAH1QP/R4suubDK/XkvmV4tKLp\ngmPRaaVtuSHa736FsJa8u0tp8SLhOiD0jPNF6AbOi/PIFQOGOZeS3epN9Y/K\nqNrq6UeQL4gM28xuF4OSACzAUTw+LeiUGMItu19x7Qwlm351yuzb1pg9dRDD\nnmJLxs3J8H25xN0SM7asC+o7zUtHpDVxITrgPrTubmPwR/D3ZVBvdtE7nUc8\n0Ai/++V7M/nj65iT2PV13By+E78cyL0H+PJEcJQAddlgI8z1STySWcCFY1eg\nHrjudeh8xmPnb9gX7HFgPS5jtaF+bhnI4ehTH1hdWBsSsQ4d3QJjkz1ql4vN\niQPOm92+z2xF/ajgq8PBEUZ3JDaK2PoXouGAPgtKW/uxxapqMIxm4j32TpAd\nz4ZTsZamK4uI0uA5rSFz2TN0YLycIA+gZ2SWEeSoHJyAYOF4+ER+k3SOywxo\n1stnhn1bTgPY1qUNweff0AxVb6tnS/vDzuaHbB8SKJBcgbi4DcGzBM1si2gy\nR/dzHX8HRH43BJIQxaLD0BLXgd1GX3dBtIRaqq1+omrOPIZPt/V20Bw9rlTt\nnW+qtOFbedNwZ5PxkTdmt5iARNzH9uWrzxCVkTx57jD1gMrXid74ra7Unvat\nqvXRdBE3GBg7lydyJnrk78n93JkqLBDGKT2HJqY77BOUD0vMbIRLj1xGvmjE\n19tO\r\n=ptum\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "substack@gmail.com",
					"name": "substack"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object-is_1.1.0_1586880486475_0.3625097471806267"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.1": {
			"name": "object-is",
			"version": "1.1.1",
			"description": "ES2015-compliant shim for Object.is - differentiates between -0 and +0",
			"author": {
				"name": "Jordan Harband"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"tests-only": "node test",
				"test": "npm run tests-only",
				"posttest": "npx aud --production",
				"coverage": "covert test",
				"prelint": "es-shim-api",
				"lint": "eslint .",
				"version": "auto-changelog && git add CHANGELOG.md",
				"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/object-is.git"
			},
			"bugs": {
				"url": "https://github.com/es-shims/object-is/issues"
			},
			"homepage": "https://github.com/es-shims/object-is",
			"keywords": [
				"is",
				"Object.is",
				"equality",
				"sameValueZero",
				"ES6",
				"ES2015",
				"shim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.3"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^16.0.0",
				"aud": "^1.1.0",
				"auto-changelog": "^2.0.0",
				"covert": "^1.1.1",
				"eslint": "^6.8.0",
				"has-symbols": "^1.0.1",
				"safe-publish-latest": "^1.1.4",
				"tape": "^5.0.0-next.5"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..12.0",
					"opera/15.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"auto-changelog": {
				"output": "CHANGELOG.md",
				"template": "keepachangelog",
				"unreleased": false,
				"commitLimit": false,
				"backfillLimit": false
			},
			"gitHead": "2d6ac911b256eafb6b54dda4e993931070da230e",
			"_id": "object-is@1.1.1",
			"_nodeVersion": "13.13.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-9wFT2CEamBmkYN6TEqnXCOzexDKR/N3hyUOQwtxIxZCZOyvlTUhKUejftM6+nciflJX0x2VLh7wNFWvIpmKGNw==",
				"shasum": "9314b6dc7f649891a1fc7f499a6cd3b0a6c01543",
				"tarball": "https://registry.npmjs.org/object-is/-/object-is-1.1.1.tgz",
				"fileCount": 13,
				"unpackedSize": 25554,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelhFcCRA9TVsSAnZWagAAnXMP/34zIHmloOiJ5GCE49aI\nVW3IijmBH61f+Tf45EbOFFQw6v3X9SDgdge6ZogwHvbWjPA97s5dU5DfjnIo\nP1khJdlU/IWdrTRVpAg6KZgX8S9dZ4GBNcgKi71d5IcnLflCBHPUpDliuDZK\nqkPIz0apz4IHSXkopyFyyrYFzpFwc0Gtj9hpXSnMZk1cpLpBGptSJWdHgPJl\nAWzPgeaNIAMMZVt0Y0L5m7Vet3dHGmnxiCqnUu4fbJbdIr1/DHZiRQf3WAgP\n8myP0F+HmPtb5jqAqzZmHqcMpPL9byRDnmASpvz1T2ZX0tPXfK4yuOPjozJA\n+oukV1AAT99WOLG+FOhfCeG5lKQX4PH0OhBk7k+NsuC6A27AcfPT8GGo5t7R\n030PGVQOLdxu7S9DIK7ekoBGyeUmuP36a3t4GFGLVTqIWsnsovm6v0qXNYte\nwh94oGgFfBFFnFSu75nmcp0AM0Sj+wE6RUv4vUcTlQH6/Sc60Aq1PmRBkA/d\nGURbHEjUPzWV81+gw/22EtMrpl9bUenoAzcdscR5aTEv6kBLXXHfoF9wV/et\n9qwYm+4tWNV63+AOVL1OCWZM8WQLAS9j5/8DHrrvpBBgF5kSfJ03O/7aAonR\nf5G+W+/O5YA5AWb/gHalJlW5FjwYdZuF8gabMPC6bH+DwY3NHMrogIH0034N\nAzoE\r\n=Ya0T\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "substack@gmail.com",
					"name": "substack"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object-is_1.1.1_1586893147687_0.7202577943507198"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.2": {
			"name": "object-is",
			"version": "1.1.2",
			"description": "ES2015-compliant shim for Object.is - differentiates between -0 and +0",
			"author": {
				"name": "Jordan Harband"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"tests-only": "node test",
				"test": "npm run tests-only",
				"posttest": "npx aud --production",
				"coverage": "covert test",
				"prelint": "es-shim-api --bound",
				"lint": "eslint .",
				"version": "auto-changelog && git add CHANGELOG.md",
				"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/object-is.git"
			},
			"bugs": {
				"url": "https://github.com/es-shims/object-is/issues"
			},
			"homepage": "https://github.com/es-shims/object-is",
			"keywords": [
				"is",
				"Object.is",
				"equality",
				"sameValueZero",
				"ES6",
				"ES2015",
				"shim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.17.5"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^16.0.0",
				"aud": "^1.1.0",
				"auto-changelog": "^2.0.0",
				"covert": "^1.1.1",
				"eslint": "^6.8.0",
				"has-symbols": "^1.0.1",
				"safe-publish-latest": "^1.1.4",
				"tape": "^5.0.0-next.5"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..12.0",
					"opera/15.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"auto-changelog": {
				"output": "CHANGELOG.md",
				"template": "keepachangelog",
				"unreleased": false,
				"commitLimit": false,
				"backfillLimit": false
			},
			"gitHead": "f320ccf74845a3d4a7da7b03153c60c28955eb57",
			"_id": "object-is@1.1.2",
			"_nodeVersion": "13.13.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ==",
				"shasum": "c5d2e87ff9e119f78b7a088441519e2eec1573b6",
				"tarball": "https://registry.npmjs.org/object-is/-/object-is-1.1.2.tgz",
				"fileCount": 13,
				"unpackedSize": 25937,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelhQ5CRA9TVsSAnZWagAAexQP/1ltZexI1kiaTRK+P31+\niU5Fqfyh+OFkM7Cib8fYLTVv+Ed63TCKfxdxg9NTT+8pf3rklsYhlpIn02kZ\nHWJidKNaJQSjxLVkS51o42rXSlpxH4URWhbE/cPfUpJKusBGZNTvVbtBiUks\nhZfkrYwE33ggybAikJ2HeoLDTBZpUtv5mJNHgsdtT/MKAE4ckg0e8NtHyOSn\nFp2quuIRXFsdLTDUrKzHLEb6J4X3MicBNelq8vwaZAxuPf2ZedY8t7vT5GWc\nxn2PP+auXyjAz8ieemKwB4XfJeqErzj7j9uJ5nAwjbg8/LVmYybR273G/zuW\nGZ83XCOHX/gGvXLD/wrbH7jyIt5TTsYna6QMpPJK3HU85g/3h/+5bU1IGzhS\npDHc7qdvS4friP+/YrZ67kQPY4cRdbQX/TGUMTPZznRxVIHmd3ptCASa/6Hf\nS+OTXKV6qwF35PfXoW6XHUwsFMsyKy/NOL/MH8J3WQ03AavqcOIFRp8SKK6N\nuPHOSSWJGj6aJuCNcWVwi1O4q9A5MejVJFxT4TqPM0r6O1qGrfFKuGpa8I1N\ngYxlEDk8xQbrLK0zSYMsgNggqOZr0+iGh+r0MT8EeD9/CRw53cBmZxKibgES\nMvvSJCF1rCrCZH10mq0JXFqqk8/QzaJsce9ChXLnE4hPkPcgtI7KdjNNVNYa\nh0zJ\r\n=RjDk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "substack@gmail.com",
					"name": "substack"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object-is_1.1.2_1586893880595_0.14621663101190285"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.3": {
			"name": "object-is",
			"version": "1.1.3",
			"description": "ES2015-compliant shim for Object.is - differentiates between -0 and +0",
			"author": {
				"name": "Jordan Harband"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"tests-only": "node test",
				"test": "npm run tests-only",
				"posttest": "npx aud --production",
				"coverage": "covert test",
				"prelint": "es-shim-api --bound",
				"lint": "eslint .",
				"version": "auto-changelog && git add CHANGELOG.md",
				"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/object-is.git"
			},
			"bugs": {
				"url": "https://github.com/es-shims/object-is/issues"
			},
			"homepage": "https://github.com/es-shims/object-is",
			"keywords": [
				"is",
				"Object.is",
				"equality",
				"sameValueZero",
				"ES6",
				"ES2015",
				"shim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.18.0-next.1"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^17.2.0",
				"aud": "^1.1.2",
				"auto-changelog": "^2.2.1",
				"covert": "^1.1.1",
				"eslint": "^7.10.0",
				"has-symbols": "^1.0.1",
				"safe-publish-latest": "^1.1.4",
				"tape": "^5.0.1"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..12.0",
					"opera/15.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"auto-changelog": {
				"output": "CHANGELOG.md",
				"template": "keepachangelog",
				"unreleased": false,
				"commitLimit": false,
				"backfillLimit": false,
				"hideCredit": true
			},
			"gitHead": "ba25251d13d0d0646b9896985eb48dd92706161a",
			"_id": "object-is@1.1.3",
			"_nodeVersion": "14.12.0",
			"_npmVersion": "6.14.8",
			"dist": {
				"integrity": "sha512-teyqLvFWzLkq5B9ki8FVWA902UER2qkxmdA4nLf+wjOLAWgxzCWZNCxpDq9MvE8MmhWNr+I8w3BN49Vx36Y6Xg==",
				"shasum": "2e3b9e65560137455ee3bd62aec4d90a2ea1cc81",
				"tarball": "https://registry.npmjs.org/object-is/-/object-is-1.1.3.tgz",
				"fileCount": 13,
				"unpackedSize": 19659,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdPl8CRA9TVsSAnZWagAARM8P/26bP/SmvdymZv18pA6s\nb1Pc6DegdmeFZQuCyesCeyrRl+0huTNbNI2teo1dMU6xwgF7a4H1/YMZuf1L\nWve7FMHX2NHkVtmNOGpqoTJT4om7oapeSr+gCLjuc7FxI6dALJyb0CNMkNJp\nRHj3aSCCepNm8uSSix8HJzvpxFx/xZRXpeYMxlpmRuCdqhnDqwenW9+SpCJi\njNvTlV2Xp8F8ZR0SnGN8nBmOihNhjywrEC65r6zJJaoyuE3rCNLMBcndGqFt\nghZFqUF4uduLaWwcJ/mjn1GVNtDgEH6rP6pv4o6mdJ/RdyueHlVL/CZdED7b\n6DgK5AFg9qPKVflF36L8cNrWaEAdO50vIXxD08XSj1UFjCHcVmqK34kvRyMk\nqqv/UjQWLFCpVe1vFiVhjXjbc7RwRtZGYdYldN+OT1jpRSwBOBfOTpIdWoOI\nrEYGNXHAM4D4SlPdaKKdKrCHVlGMzd3Lw9V9Ma8dWCC9zHPjde+wyjmHKzKa\nsf8Me4HmnrnJ5waKLOLO5y8K1n74vf3yhxmv6zgiLXPqxO/R9+q37U9SgeSk\nYspmBT48FzNE0CRxeEfYyUO+vs0XQzOF7GZp1sZ/wa/SsX6jWpcBcE6VGUK0\nUroX0uno0TdCJsi9jcovue75ix+Mp5F+KvqzM5oReFVyYxvd0atNh3dxFwdD\ndWo5\r\n=Y2R/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "substack",
					"email": "substack@gmail.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object-is_1.1.3_1601501563862_0.400024732395988"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-09-30T21:32:47.394Z",
		"created": "2014-02-18T06:25:04.343Z",
		"0.0.0": "2014-02-18T06:25:04.343Z",
		"1.0.0": "2014-08-01T07:19:38.410Z",
		"1.0.1": "2014-08-28T09:21:04.558Z",
		"1.0.2": "2019-12-16T06:59:30.404Z",
		"1.1.0": "2020-04-14T16:08:06.579Z",
		"1.1.1": "2020-04-14T19:39:07.796Z",
		"1.1.2": "2020-04-14T19:51:20.748Z",
		"1.1.3": "2020-09-30T21:32:44.018Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.1.3"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"5783d0cc13fd9094079e9043e9d22e4b\"",
			"fetched": 1602009474655
		}
	},
	"_distfiles": {
		"object-is-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/object-is/-/object-is-0.0.0.tgz",
			"sha": "65adab52f96f7071047ab2edf8d5e0d4230dc1b4",
			"registry": "npmjs"
		},
		"object-is-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/object-is/-/object-is-1.0.0.tgz",
			"sha": "c4d85931da0009435ec9825ddbe578a7ff82c001",
			"registry": "npmjs"
		},
		"object-is-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/object-is/-/object-is-1.0.1.tgz",
			"sha": "0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6",
			"registry": "npmjs"
		},
		"object-is-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/object-is/-/object-is-1.0.2.tgz",
			"sha": "6b80eb84fe451498f65007982f035a5b445edec4",
			"registry": "npmjs"
		},
		"object-is-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/object-is/-/object-is-1.1.0.tgz",
			"sha": "57e5e236f2831066c82948cbd735c24a9e54084d",
			"registry": "npmjs"
		},
		"object-is-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/object-is/-/object-is-1.1.1.tgz",
			"sha": "9314b6dc7f649891a1fc7f499a6cd3b0a6c01543",
			"registry": "npmjs"
		},
		"object-is-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/object-is/-/object-is-1.1.2.tgz",
			"sha": "c5d2e87ff9e119f78b7a088441519e2eec1573b6",
			"registry": "npmjs"
		},
		"object-is-1.1.3.tgz": {
			"url": "https://registry.npmjs.org/object-is/-/object-is-1.1.3.tgz",
			"sha": "2e3b9e65560137455ee3bd62aec4d90a2ea1cc81",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"object-is-1.0.1.tgz": {
			"shasum": "0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
		},
		"object-is-1.0.2.tgz": {
			"shasum": "6b80eb84fe451498f65007982f035a5b445edec4"
		}
	},
	"_rev": "17-4d020f7f068b4425",
	"_id": "object-is",
	"readme": "#object-is <sup>[![Version Badge][2]][1]</sup>\n\n[![Build Status][3]][4]\n[![dependency status][5]][6]\n[![dev dependency status][7]][8]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][11]][1]\n\nES2015-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.\n\nEssentially, Object.is returns the same value as === - but true for NaN, and false for -0 and +0.\n\n## Example\n\n```js\nObject.is = require('object-is');\nvar assert = require('assert');\n\nassert.ok(Object.is());\nassert.ok(Object.is(undefined));\nassert.ok(Object.is(undefined, undefined));\nassert.ok(Object.is(null, null));\nassert.ok(Object.is(true, true));\nassert.ok(Object.is(false, false));\nassert.ok(Object.is('foo', 'foo'));\n\nvar arr = [1, 2];\nassert.ok(Object.is(arr, arr));\nassert.notOk(Object.is(arr, [1, 2]));\n\nassert.ok(Object.is(0, 0));\nassert.ok(Object.is(-0, -0));\nassert.notOk(Object.is(0, -0));\n\nassert.ok(Object.is(NaN, NaN));\nassert.ok(Object.is(Infinity, Infinity));\nassert.ok(Object.is(-Infinity, -Infinity));\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[1]: https://npmjs.org/package/object-is\n[2]: http://versionbadg.es/es-shims/object-is.svg\n[3]: https://travis-ci.org/es-shims/object-is.svg\n[4]: https://travis-ci.org/es-shims/object-is\n[5]: https://david-dm.org/es-shims/object-is.svg\n[6]: https://david-dm.org/es-shims/object-is\n[7]: https://david-dm.org/es-shims/object-is/dev-status.svg\n[8]: https://david-dm.org/es-shims/object-is#info=devDependencies\n[11]: https://nodei.co/npm/object-is.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/object-is.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/object-is.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=object-is"
}