UNPKG

str2fn

Version:

Invokes functions in a lookup table from a string name

23 lines (22 loc) 510 B
{ "name": "str2fn", "version": "5.0.1", "description": "Invokes functions in a lookup table from a string name", "main": "index.js", "scripts": { "test": "tap --bail --cov test", "lint": "eslint **/*.js" }, "keywords": [ "str2fn" ], "author": "First+Third", "license": "MIT", "dependencies": {}, "devDependencies": { "eslint": "^4.18.1", "eslint-config-firstandthird": "^4.3.0", "eslint-plugin-import": "^2.8.0", "tap": "^11.1.1" } }