1{ 2 "_args": [ 3 [ 4 "text-table@0.2.0", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "text-table@0.2.0", 9 "_id": "text-table@0.2.0", 10 "_inBundle": false, 11 "_integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", 12 "_location": "/text-table", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "text-table@0.2.0", 18 "name": "text-table", 19 "escapedName": "text-table", 20 "rawSpec": "0.2.0", 21 "saveSpec": null, 22 "fetchSpec": "0.2.0" 23 }, 24 "_requiredBy": [ 25 "/", 26 "/eslint" 27 ], 28 "_resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", 29 "_spec": "0.2.0", 30 "_where": "/Users/rebecca/code/npm", 31 "author": { 32 "name": "James Halliday", 33 "email": "mail@substack.net", 34 "url": "http://substack.net" 35 }, 36 "bugs": { 37 "url": "https://github.com/substack/text-table/issues" 38 }, 39 "description": "borderless text tables with alignment", 40 "devDependencies": { 41 "cli-color": "~0.2.3", 42 "tap": "~0.4.0", 43 "tape": "~1.0.2" 44 }, 45 "homepage": "https://github.com/substack/text-table", 46 "keywords": [ 47 "text", 48 "table", 49 "align", 50 "ascii", 51 "rows", 52 "tabular" 53 ], 54 "license": "MIT", 55 "main": "index.js", 56 "name": "text-table", 57 "repository": { 58 "type": "git", 59 "url": "git://github.com/substack/text-table.git" 60 }, 61 "scripts": { 62 "test": "tap test/*.js" 63 }, 64 "testling": { 65 "files": "test/*.js", 66 "browsers": [ 67 "ie/6..latest", 68 "chrome/20..latest", 69 "firefox/10..latest", 70 "safari/latest", 71 "opera/11.0..latest", 72 "iphone/6", 73 "ipad/6" 74 ] 75 }, 76 "version": "0.2.0" 77} 78