1{ 2 "_from": "wrap-ansi@^5.1.0", 3 "_id": "wrap-ansi@5.1.0", 4 "_inBundle": false, 5 "_integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", 6 "_location": "/wrap-ansi", 7 "_phantomChildren": { 8 "emoji-regex": "7.0.3" 9 }, 10 "_requested": { 11 "type": "range", 12 "registry": true, 13 "raw": "wrap-ansi@^5.1.0", 14 "name": "wrap-ansi", 15 "escapedName": "wrap-ansi", 16 "rawSpec": "^5.1.0", 17 "saveSpec": null, 18 "fetchSpec": "^5.1.0" 19 }, 20 "_requiredBy": [ 21 "/cliui" 22 ], 23 "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", 24 "_shasum": "1fd1f67235d5b6d0fee781056001bfb694c03b09", 25 "_spec": "wrap-ansi@^5.1.0", 26 "_where": "/Users/claudiahdz/npm/cli/node_modules/cliui", 27 "author": { 28 "name": "Sindre Sorhus", 29 "email": "sindresorhus@gmail.com", 30 "url": "sindresorhus.com" 31 }, 32 "bugs": { 33 "url": "https://github.com/chalk/wrap-ansi/issues" 34 }, 35 "bundleDependencies": false, 36 "dependencies": { 37 "ansi-styles": "^3.2.0", 38 "string-width": "^3.0.0", 39 "strip-ansi": "^5.0.0" 40 }, 41 "deprecated": false, 42 "description": "Wordwrap a string with ANSI escape codes", 43 "devDependencies": { 44 "ava": "^1.2.1", 45 "chalk": "^2.4.2", 46 "coveralls": "^3.0.3", 47 "has-ansi": "^3.0.0", 48 "nyc": "^13.3.0", 49 "xo": "^0.24.0" 50 }, 51 "engines": { 52 "node": ">=6" 53 }, 54 "files": [ 55 "index.js" 56 ], 57 "homepage": "https://github.com/chalk/wrap-ansi#readme", 58 "keywords": [ 59 "wrap", 60 "break", 61 "wordwrap", 62 "wordbreak", 63 "linewrap", 64 "ansi", 65 "styles", 66 "color", 67 "colour", 68 "colors", 69 "terminal", 70 "console", 71 "cli", 72 "string", 73 "tty", 74 "escape", 75 "formatting", 76 "rgb", 77 "256", 78 "shell", 79 "xterm", 80 "log", 81 "logging", 82 "command-line", 83 "text" 84 ], 85 "license": "MIT", 86 "name": "wrap-ansi", 87 "repository": { 88 "type": "git", 89 "url": "git+https://github.com/chalk/wrap-ansi.git" 90 }, 91 "scripts": { 92 "test": "xo && nyc ava" 93 }, 94 "version": "5.1.0" 95} 96