UNPKG

npm

Version:

a package manager for JavaScript

61 lines (60 loc) 1.11 kB
{ "name": "@npmcli/disparity-colors", "version": "1.0.1", "files": [ "index.js" ], "engines": { "node": ">=10" }, "description": "Colorizes unified diff output", "repository": "https://github.com/npm/disparity-colors", "keywords": [ "disparity", "npm", "npmcli", "diff", "char", "unified", "multiline", "string", "color", "ansi", "terminal", "cli", "tty" ], "author": "npm Inc. <support@npmjs.com>", "contributors": [ { "name": "Ruy Adorno", "url": "https://ruyadorno.com", "twitter": "ruyadorno" } ], "license": "ISC", "scripts": { "lint": "standard index.js", "pretest": "npm run lint", "test": "tap", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags" }, "tap": { "check-coverage": true }, "standard": { "ignore": [ "/tap-snapshots/" ] }, "devDependencies": { "standard": "^16.0.3", "tap": "^14.11.0" }, "dependencies": { "ansi-styles": "^4.3.0" } }