From 14f3af788c499245e9dc4bc07a84fe91cf5ae069 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 6 Nov 2017 14:42:23 +0700 Subject: [PATCH] Bump dev dependencies --- package.json | 122 +++++++++++++++++++++++++-------------------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/package.json b/package.json index 0c48779..726c78c 100644 --- a/package.json +++ b/package.json @@ -1,63 +1,63 @@ { - "name": "wrap-ansi", - "version": "3.0.1", - "description": "Wordwrap a string with ANSI escape codes", - "license": "MIT", - "repository": "chalk/wrap-ansi", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && nyc ava", - "coveralls": "nyc report --reporter=text-lcov | coveralls" - }, - "files": [ - "index.js" - ], - "keywords": [ - "wrap", - "break", - "wordwrap", - "wordbreak", - "linewrap", - "ansi", - "styles", - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "tty", - "escape", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text" - ], - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - }, - "devDependencies": { - "ava": "^0.21.0", - "chalk": "^2.0.1", - "coveralls": "^2.11.4", - "has-ansi": "^3.0.0", - "nyc": "^11.0.3", - "strip-ansi": "^4.0.0", - "xo": "^0.18.2" - } + "name": "wrap-ansi", + "version": "3.0.1", + "description": "Wordwrap a string with ANSI escape codes", + "license": "MIT", + "repository": "chalk/wrap-ansi", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && nyc ava", + "coveralls": "nyc report --reporter=text-lcov | coveralls" + }, + "files": [ + "index.js" + ], + "keywords": [ + "wrap", + "break", + "wordwrap", + "wordbreak", + "linewrap", + "ansi", + "styles", + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "string", + "tty", + "escape", + "formatting", + "rgb", + "256", + "shell", + "xterm", + "log", + "logging", + "command-line", + "text" + ], + "dependencies": { + "ansi-styles": "^3.2.0", + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0" + }, + "devDependencies": { + "ava": "^0.23.0", + "chalk": "^2.0.1", + "coveralls": "^3.0.0", + "has-ansi": "^3.0.0", + "nyc": "^11.0.3", + "strip-ansi": "^4.0.0", + "xo": "^0.18.2" + } }