1{ 2 "_from": "console-control-strings@~1.1.0", 3 "_id": "console-control-strings@1.1.0", 4 "_inBundle": false, 5 "_integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", 6 "_location": "/console-control-strings", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "console-control-strings@~1.1.0", 12 "name": "console-control-strings", 13 "escapedName": "console-control-strings", 14 "rawSpec": "~1.1.0", 15 "saveSpec": null, 16 "fetchSpec": "~1.1.0" 17 }, 18 "_requiredBy": [ 19 "/gauge", 20 "/npm-audit-report", 21 "/npmlog" 22 ], 23 "_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", 24 "_shasum": "3d7cf4464db6446ea644bf4b39507f9851008e8e", 25 "_spec": "console-control-strings@~1.1.0", 26 "_where": "/Users/rebecca/code/npm/node_modules/npmlog", 27 "author": { 28 "name": "Rebecca Turner", 29 "email": "me@re-becca.org", 30 "url": "http://re-becca.org/" 31 }, 32 "bugs": { 33 "url": "https://github.com/iarna/console-control-strings/issues" 34 }, 35 "bundleDependencies": false, 36 "deprecated": false, 37 "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", 38 "devDependencies": { 39 "standard": "^7.1.2", 40 "tap": "^5.7.2" 41 }, 42 "directories": { 43 "test": "test" 44 }, 45 "files": [ 46 "LICENSE", 47 "index.js" 48 ], 49 "homepage": "https://github.com/iarna/console-control-strings#readme", 50 "keywords": [], 51 "license": "ISC", 52 "main": "index.js", 53 "name": "console-control-strings", 54 "repository": { 55 "type": "git", 56 "url": "git+https://github.com/iarna/console-control-strings.git" 57 }, 58 "scripts": { 59 "test": "standard && tap test/*.js" 60 }, 61 "version": "1.1.0" 62} 63