|
|
|
@ -1,8 +1,14 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "match-value",
|
|
|
|
|
"description": "Utility for mapping values to other values or behaviour, a bit like a match statement",
|
|
|
|
|
"keywords": ["match", "switch", "case", "map", "mapping"],
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"match",
|
|
|
|
|
"switch",
|
|
|
|
|
"case",
|
|
|
|
|
"map",
|
|
|
|
|
"mapping"
|
|
|
|
|
],
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"repository": "http://git.cryto.net/joepie91/match-value.git",
|
|
|
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
|
|
|