UNPKG

string-format-obj

Version:

Replace tokens from a string with values of an object

28 lines (27 loc) 515 B
{ "name": "string-format-obj", "version": "1.1.1", "description": "Replace tokens from a string with values of an object", "main": "index.js", "repository": "stephenplusplus/string-format-obj", "files": [ "index.js", "license" ], "scripts": { "test": "mocha" }, "keywords": [ "values", "tokens", "string", "format", "printf", "fmt" ], "author": "Stephen Sawchuk <sawchuk@gmail.com>", "license": "MIT", "devDependencies": { "mocha": "^2.2.5" } }