1{ 2 "_args": [ 3 [ 4 "columnify@1.5.4", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "columnify@1.5.4", 9 "_id": "columnify@1.5.4", 10 "_inBundle": false, 11 "_integrity": "sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=", 12 "_location": "/columnify", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "columnify@1.5.4", 18 "name": "columnify", 19 "escapedName": "columnify", 20 "rawSpec": "1.5.4", 21 "saveSpec": null, 22 "fetchSpec": "1.5.4" 23 }, 24 "_requiredBy": [ 25 "/" 26 ], 27 "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz", 28 "_spec": "1.5.4", 29 "_where": "/Users/rebecca/code/npm", 30 "author": { 31 "name": "Tim Oxley" 32 }, 33 "babel": { 34 "presets": [ 35 "es2015" 36 ] 37 }, 38 "bugs": { 39 "url": "https://github.com/timoxley/columnify/issues" 40 }, 41 "dependencies": { 42 "strip-ansi": "^3.0.0", 43 "wcwidth": "^1.0.0" 44 }, 45 "description": "Render data in text columns. Supports in-column text-wrap.", 46 "devDependencies": { 47 "babel": "^6.3.26", 48 "babel-cli": "^6.3.17", 49 "babel-preset-es2015": "^6.3.13", 50 "chalk": "^1.1.1", 51 "tap-spec": "^4.1.1", 52 "tape": "^4.4.0" 53 }, 54 "directories": { 55 "test": "test" 56 }, 57 "homepage": "https://github.com/timoxley/columnify", 58 "keywords": [ 59 "column", 60 "text", 61 "ansi", 62 "console", 63 "terminal", 64 "wrap", 65 "table" 66 ], 67 "license": "MIT", 68 "main": "columnify.js", 69 "name": "columnify", 70 "repository": { 71 "type": "git", 72 "url": "git://github.com/timoxley/columnify.git" 73 }, 74 "scripts": { 75 "bench": "npm test && node bench", 76 "prepublish": "make prepublish", 77 "pretest": "npm prune", 78 "test": "make prepublish && tape test/*.js | tap-spec" 79 }, 80 "version": "1.5.4" 81} 82