{
	"name": "enzyme-shallow-equal",
	"versions": {
		"1.0.0": {
			"name": "enzyme-shallow-equal",
			"version": "1.0.0",
			"description": "Adaptation of react-addons-shallow-compare, for independent usage",
			"homepage": "http://airbnb.io/enzyme/",
			"main": "build",
			"scripts": {
				"clean": "rimraf build",
				"lint": "eslint --ext js,jsx .",
				"pretest": "npm run lint",
				"prebuild": "npm run clean",
				"build": "babel --source-maps=both src --out-dir build",
				"watch": "npm run build -- -w",
				"prepublish": "npm run build && safe-publish-latest && (not-in-publish || cp ../../LICENSE.md ./)"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/enzyme.git",
				"directory": "packages/enzyme-shallow-equal"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"mocha"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"has": "^1.0.3",
				"object-is": "^1.0.1"
			},
			"peerDependencies": {},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-plugin-transform-replace-object-assign": "^1.0.0",
				"babel-preset-airbnb": "^2.6.0",
				"eslint": "^5.16.0",
				"eslint-config-airbnb-base": "^13.1.0",
				"eslint-plugin-import": "^2.17.3",
				"in-publish": "^2.0.0",
				"rimraf": "^2.6.3",
				"safe-publish-latest": "^1.1.2"
			},
			"bugs": {
				"url": "https://github.com/airbnb/enzyme/issues"
			},
			"_id": "enzyme-shallow-equal@1.0.0",
			"_nodeVersion": "12.3.1",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-VUf+q5o1EIv2ZaloNQQtWCJM9gpeux6vudGVH6vLmfPXFLRuxl5+Aq3U260wof9nn0b0i+P5OEUXm1vnxkRpXQ==",
				"shasum": "d8e4603495e6ea279038eef05a4bf4887b55dc69",
				"tarball": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 9231,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdBej+CRA9TVsSAnZWagAAvs0QAJif7MAFiTY2uCm80z8v\nob2CTPB18vBwfzfWVN3aWmHwEBDVaXRo1hsm5OQkBvD5zkNh1bkHpSv4DX5Y\n/PKitUtTMo+9RRxn9VkAxHubppqVab08+LrviMMbcQUvwo37NggPlNsBP0FQ\nWTM+XsRoVzb0wPDSmlg1qMQHZyXDSniL14+yqdIlrq6+B6mCijSgJV++3TM6\nuBOGkq9gRKTlZFUbAKqtr68uTyXP4ShqQsEm/bUjXK7bbcGHyaJZLwZyTHVg\nQ8Vc6JgWDOBeOWw0ehVu+PI9s7ribw9osXxaCRU0b1zGhP9ud8NBrcH0fLbg\nVQpIL5hIxq+FHWDgk/7rv7JysbE31ltieFgD0AI2wwjSiQGdDkkgLM6eeDqj\nNq+A42Zg3XmAT+yQCWChPo052mEpJ0SanVlxgrRJLtkE8PP34Zif51KtIpgj\nBmAxbzxcdP4JEFqnweBHXaa2XFz05PuPINtuZweVt7pOjgT6ox/vGePARAqI\nbpw7yAhaMs0l0FPF5gY3Fd4OYx4LxAl415ALHcq2iEvhE7+aEdaNq2iqrRZC\n0ckdhhIG67azJlQ/JecMw/rc3OReBTe37FzdxXy3Adr5lPSfnmqVlD3ObA3t\nhUycqOL2VMAxrE4nBBLg2vaZwIB+NCtudfhMAKeTcMtTt4Foc4wNXsImzTLM\nzVet\r\n=sphR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/enzyme-shallow-equal_1.0.0_1560668413337_0.6936573336692486"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "enzyme-shallow-equal",
			"version": "1.0.1",
			"description": "Adaptation of react-addons-shallow-compare, for independent usage",
			"homepage": "https://airbnb.io/enzyme/",
			"main": "build",
			"scripts": {
				"clean": "rimraf build",
				"lint": "eslint --ext js,jsx .",
				"pretest": "npm run lint",
				"prebuild": "npm run clean",
				"build": "babel --source-maps=both src --out-dir build",
				"watch": "npm run build -- -w",
				"prepublish": "npm run build && safe-publish-latest && (not-in-publish || cp ../../LICENSE.md ./)"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/enzyme.git",
				"directory": "packages/enzyme-shallow-equal"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"mocha"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			},
			"license": "MIT",
			"dependencies": {
				"has": "^1.0.3",
				"object-is": "^1.0.2"
			},
			"peerDependencies": {},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-plugin-transform-replace-object-assign": "^1.0.0",
				"babel-preset-airbnb": "^2.6.0",
				"eslint": "^6.7.2",
				"eslint-config-airbnb-base": "^14.0.0",
				"eslint-plugin-import": "^2.19.1",
				"in-publish": "^2.0.0",
				"rimraf": "^2.7.1",
				"safe-publish-latest": "^1.1.4"
			},
			"bugs": {
				"url": "https://github.com/airbnb/enzyme/issues"
			},
			"_id": "enzyme-shallow-equal@1.0.1",
			"_nodeVersion": "13.5.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-hGA3i1so8OrYOZSM9whlkNmVHOicJpsjgTzC+wn2JMJXhq1oO4kA4bJ5MsfzSIcC71aLDKzJ6gZpIxrqt3QTAQ==",
				"shasum": "7afe03db3801c9b76de8440694096412a8d9d49e",
				"tarball": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.1.tgz",
				"fileCount": 7,
				"unpackedSize": 9299,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+7oRCRA9TVsSAnZWagAAqAIP/RfJt9QtSDdGyH05xNEz\nWlL4oe8Xf5mULohgTGMDrbkq8LQKiQoMoRiNzeij+PKJNvdz+TaWWxNvGDJp\n0B5xc8L/gSgGOl+zPKXnul+fSD1W3zhkaTQaXmFTc6Iuy6v3cwd7pT/bFGbs\nisMnsgPLgeB463AGPWN7uhDcF57SCW4jCTdeQq2p/m9vzXrs7ULOTrIRLugM\nC4BS98Dbtv6wOVayTfEHbI5pzOX/x2jtOYKTP21z+E1ygOw6FPe39h/bXkdH\n8RwnKqivebNd4U0+Waj0cUDhJHjMPw0IedNw8y16jdtF9AaA2jbTEBAGnE57\nlbZYVOI2Qhe37Y1h54PkG6lA3JXP7xHdj1snVl9KrtUUcUxK6jCiZyqTIW0b\n6SHVUU3GNA41FukPkb+dGf3+m0qBHDr621nUPBrLTra8V8Ta16Tdj6zQlGwa\npDwVMLkemKV7y+PTx79ulj3xqaXqWmkS2avHqy39j0kuD8cvF57YG3joM9g+\nTD2Qf0+xlsHA48e3NNrbHN/9f4BDlU0pVvJJUadVtqWYBOnZOcw4ZbXGP9Bj\nyyeRbTCe94AfxCs7QBPIy4cqlqkQm54y8+VPUwAgQ41jtOHsK3LjYtcj5Det\nQDims38u8oYqyJWapTfjSt4fVoDWuMxw7awrZFUiuDttuC4Iu7J4TENRaEIf\n0cH0\r\n=hzOq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "opensource@airbnb.com",
					"name": "airbnbeng"
				},
				{
					"email": "etienne.tripier@airbnb.com",
					"name": "etienne_tripier"
				},
				{
					"email": "joe.lencioni@gmail.com",
					"name": "lencioni"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "mileswjohnson@gmail.com",
					"name": "milesj"
				},
				{
					"email": "ben@pixelmachine.org",
					"name": "schleyfox"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/enzyme-shallow-equal_1.0.1_1576778256646_0.2935750946892115"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2019-06-16T07:00:13.336Z",
		"1.0.0": "2019-06-16T07:00:13.527Z",
		"modified": "2020-01-22T00:16:09.049Z",
		"1.0.1": "2019-12-19T17:57:36.770Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"44d2b9fbf5343e936fb26718e408baf5\"",
			"fetched": 1593324457247
		}
	},
	"_distfiles": {
		"enzyme-shallow-equal-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.0.tgz",
			"sha": "d8e4603495e6ea279038eef05a4bf4887b55dc69",
			"registry": "npmjs"
		},
		"enzyme-shallow-equal-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.1.tgz",
			"sha": "7afe03db3801c9b76de8440694096412a8d9d49e",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"enzyme-shallow-equal-1.0.1.tgz": {
			"shasum": "7afe03db3801c9b76de8440694096412a8d9d49e"
		}
	},
	"_rev": "2-5979e0d480be3d92",
	"_id": "enzyme-shallow-equal",
	"readme": "# enzyme-shallow-equal\n\nThis is the implementation of shallowEqual that enzyme uses.\n\nIt's adapted from https://github.com/facebook/react/blob/144328fe81719e916b946e22660479e31561bb0b/packages/shared/shallowEqual.js#L36-L68"
}