UNPKG

print-code

Version:

Print visualized slice of code from its content, line and column for CLI

40 lines (39 loc) 801 B
{ "name": "print-code", "version": "1.0.2", "description": "Print visualized slice of code from its content, line and column for CLI", "main": "index.js", "scripts": { "test": "mocha --reporter spec ./test/*.js" }, "repository": { "type": "git", "url": "git://github.com/kaelzhang/node-print-code.git" }, "keywords": [ "print-code", "visualize", "visualization", "cli", "command-line", "code", "slice" ], "engines": { "node": ">=4.0.0" }, "author": "kaelzhang", "license": "MIT", "bugs": { "url": "https://github.com/kaelzhang/node-print-code/issues" }, "devDependencies": { "mocha": "*", "chai": "*" }, "dependencies": { "chalk": "^1.1.1", "make-array": "^1.0.1", "set-options": "^1.0.2" } }