{
	"name": "@hugoalh/fnv",
	"version": "0.3.1",
	"description": "A module to get the non-cryptographic hash of the data with algorithm Fowler-Noll-Vo (FNV).",
	"keywords": [
		"fnv",
		"fnv0",
		"fnv1",
		"fnv1a",
		"fowler-noll-vo",
		"hash"
	],
	"homepage": "https://github.com/hugoalh/fnv-es#readme",
	"bugs": {
		"url": "https://github.com/hugoalh/fnv-es/issues"
	},
	"license": "MIT",
	"author": "hugoalh",
	"type": "module",
	"main": "./mod.js",
	"module": "./mod.js",
	"exports": {
		"./0": {
			"import": {
				"types": "./0.d.ts",
				"default": "./0.js"
			}
		},
		"./1": {
			"import": {
				"types": "./1.d.ts",
				"default": "./1.js"
			}
		},
		"./1a": {
			"import": {
				"types": "./1a.d.ts",
				"default": "./1a.js"
			}
		},
		"./base": {
			"import": {
				"types": "./base.d.ts",
				"default": "./base.js"
			}
		},
		".": {
			"import": {
				"types": "./mod.d.ts",
				"default": "./mod.js"
			}
		}
	},
	"types": "./mod.d.ts",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/hugoalh/fnv-es.git"
	},
	"scripts": {},
	"devDependencies": {
		"@types/node": "^20.9.0"
	},
	"engines": {},
	"private": false,
	"publishConfig": {
		"access": "public"
	},
	"_generatedBy": "dnt@dev"
}