{
	"name": "object-identity",
	"version": "0.2.2",
	"description": "Canonicalize any value into a tiny, stable identity string. Structural fingerprints for cache keys, deduping, and memoization.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/maraisr/object-identity.git"
	},
	"license": "MIT",
	"author": "Marais Rossouw <me@marais.dev> (https://marais.io)",
	"type": "module",
	"keywords": [
		"canonical",
		"canonicalize",
		"object",
		"identity",
		"fingerprint",
		"hash",
		"stable",
		"deterministic",
		"structural",
		"equality",
		"dedupe",
		"memoize",
		"cache-key",
		"normalize"
	],
	"sideEffects": false,
	"main": "./index.cjs",
	"module": "./index.js",
	"types": "./index.d.ts",
	"exports": {
		".": {
			"types": "./index.d.ts",
			"require": "./index.cjs",
			"import": "./index.js"
		},
		"./package.json": "./package.json"
	}
}
