1{ 2 "_from": "strip-ansi@3.0.1", 3 "_id": "strip-ansi@3.0.1", 4 "_inBundle": false, 5 "_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", 6 "_location": "/strip-ansi", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "strip-ansi@3.0.1", 12 "name": "strip-ansi", 13 "escapedName": "strip-ansi", 14 "rawSpec": "3.0.1", 15 "saveSpec": null, 16 "fetchSpec": "3.0.1" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/", 21 "/babel-code-frame/chalk", 22 "/cli-columns", 23 "/cli-table2/string-width", 24 "/columnify", 25 "/gauge", 26 "/gauge/string-width", 27 "/unicode-length", 28 "/wide-align/string-width", 29 "/wrap-ansi", 30 "/wrap-ansi/string-width" 31 ], 32 "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", 33 "_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf", 34 "_spec": "strip-ansi@3.0.1", 35 "_where": "/Users/rebecca/code/npm", 36 "author": { 37 "name": "Sindre Sorhus", 38 "email": "sindresorhus@gmail.com", 39 "url": "sindresorhus.com" 40 }, 41 "bugs": { 42 "url": "https://github.com/chalk/strip-ansi/issues" 43 }, 44 "bundleDependencies": false, 45 "dependencies": { 46 "ansi-regex": "^2.0.0" 47 }, 48 "deprecated": false, 49 "description": "Strip ANSI escape codes", 50 "devDependencies": { 51 "ava": "*", 52 "xo": "*" 53 }, 54 "engines": { 55 "node": ">=0.10.0" 56 }, 57 "files": [ 58 "index.js" 59 ], 60 "homepage": "https://github.com/chalk/strip-ansi#readme", 61 "keywords": [ 62 "strip", 63 "trim", 64 "remove", 65 "ansi", 66 "styles", 67 "color", 68 "colour", 69 "colors", 70 "terminal", 71 "console", 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 "maintainers": [ 87 { 88 "name": "Sindre Sorhus", 89 "email": "sindresorhus@gmail.com", 90 "url": "sindresorhus.com" 91 }, 92 { 93 "name": "Joshua Boy Nicolai Appelman", 94 "email": "joshua@jbna.nl", 95 "url": "jbna.nl" 96 }, 97 { 98 "name": "JD Ballard", 99 "email": "i.am.qix@gmail.com", 100 "url": "github.com/qix-" 101 } 102 ], 103 "name": "strip-ansi", 104 "repository": { 105 "type": "git", 106 "url": "git+https://github.com/chalk/strip-ansi.git" 107 }, 108 "scripts": { 109 "test": "xo && ava" 110 }, 111 "version": "3.0.1" 112} 113