UNPKG

patch-text

Version:

Make multiple changes to a block of text by providing start and end indices and replacement text

34 lines (33 loc) 667 B
{ "name": "patch-text", "main": "index.js", "version": "1.0.2", "description": "Make multiple changes to a block of text by providing start and end indices and replacement text", "license": "MIT", "repository": "bendrucker/patch-text", "author": { "name": "Ben Drucker", "email": "bvdrucker@gmail.com", "url": "bendrucker.me" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "standard && tape test.js" }, "keywords": [ "replace", "code", "index" ], "dependencies": {}, "devDependencies": { "tape": "^4.0.0", "standard": "^4.0.0" }, "files": [ "index.js", "readme.md" ] }