string-multiple-replace
Version:
Replace multiple substrings in a string in turn
39 lines (38 loc) • 850 B
JSON
{
"name": "string-multiple-replace",
"version": "1.0.5",
"description": "Replace multiple substrings in a string in turn",
"author": "iChengbo",
"scripts": {
"test": "mocha",
"test-with-coverage": "nyc --reporter=text mocha"
},
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.3",
"nyc": "^15.1.0"
},
"keywords": [
"replace",
"string",
"multiple",
"object",
"sequence",
"match",
"replacer"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/iChengbo/string-multiple-replace.git"
},
"bugs": {
"url": "https://github.com/iChengbo/string-multiple-replace/issues"
},
"homepage": "https://github.com/iChengbo/string-multiple-replace#readme"
}