You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
400 B
JSON

{
"name": "generate-lookup-table",
"description": "Generates a (fast!) lookup table or index from any array of items.",
"keywords": [ "index", "lookup table", "map", "generate", "generator" ],
"version": "1.0.0",
"main": "index.js",
"repository": "https://git.cryto.net/joepie91/generate-lookup-table.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0"
}