UNPKG

key-value-replace

Version:
39 lines (38 loc) 776 B
{ "name": "key-value-replace", "version": "3.0.0", "authors": [ "Tobias Reich <tobias@electerious.com>" ], "description": "Replace key/value pairs in a string", "main": "src/index.js", "keywords": [ "string", "template", "delimiter", "text", "object", "data", "key", "value", "regexp" ], "license": "MIT", "homepage": "https://github.com/electerious/key-value-replace", "repository": { "type": "git", "url": "https://github.com/electerious/key-value-replace.git" }, "files": [ "src" ], "scripts": { "coveralls": "nyc report --reporter=lcov", "test": "nyc node_modules/mocha/bin/_mocha" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^8.3.0", "nyc": "^15.0.0" } }