UNPKG

overlap

Version:

Overlap two strings that contain new lines. Useful for ASCII drawings.

56 lines 1.19 kB
{ "name": "overlap", "version": "2.2.11", "description": "Overlap two strings that contain new lines. Useful for ASCII drawings.", "main": "lib/index.js", "directories": { "example": "node example" }, "scripts": { "test": "node example" }, "repository": { "type": "git", "url": "https://github.com/IonicaBizau/node-overlap" }, "keywords": [ "ascii", "node", "overlap" ], "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "license": "MIT", "bugs": { "url": "https://github.com/IonicaBizau/node-overlap/issues" }, "homepage": "https://github.com/IonicaBizau/node-overlap", "dependencies": { "ansi-parser": "3.0.0", "couleurs": "5.0.0", "cli-box": "5.0.0" }, "devDependencies": { "couleurs": "^5.0.0" }, "blah": { "h_img": "http://i.imgur.com/iiLhdlD.png", "ex_img": "http://i.imgur.com/TC5QXRt.png" }, "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ] }