many-keys-map
Version:
A `Map` subclass with support for multiple keys for one entry.
42 lines (41 loc) • 719 B
JSON
{
"name": "many-keys-map",
"version": "3.0.0",
"description": "A `Map` subclass with support for multiple keys for one entry.",
"keywords": [
"any",
"key",
"keys",
"many",
"map",
"multi",
"multimap",
"multiple"
],
"repository": "fregante/many-keys-map",
"funding": "https://github.com/sponsors/fregante",
"license": "MIT",
"author": "Federico Brigante <me@fregante.com> (https://fregante.com)",
"type": "module",
"exports": "./index.js",
"types": "./index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"scripts": {
"test": "xo && ava"
},
"xo": {
"rules": {
"no-new": 0
}
},
"devDependencies": {
"ava": "^6.3.0",
"xo": "^1.0.5"
},
"engines": {
"node": ">=18"
}
}