UNPKG

npm

Version:

a package manager for JavaScript

92 lines (91 loc) 2.11 kB
{ "_args": [ [ "columnify@~1.5.1", "/Users/rebecca/code/npm" ] ], "_from": "columnify@>=1.5.1 <1.6.0", "_id": "columnify@1.5.1", "_inCache": true, "_location": "/columnify", "_nodeVersion": "0.10.36", "_npmUser": { "email": "secoif@gmail.com", "name": "timoxley" }, "_npmVersion": "2.7.6", "_phantomChildren": {}, "_requested": { "name": "columnify", "raw": "columnify@~1.5.1", "rawSpec": "~1.5.1", "scope": null, "spec": ">=1.5.1 <1.6.0", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.1.tgz", "_shasum": "15fdda803a3875f87f9d302b3bc828932d664003", "_shrinkwrap": null, "_spec": "columnify@~1.5.1", "_where": "/Users/rebecca/code/npm", "author": { "name": "Tim Oxley" }, "bugs": { "url": "https://github.com/timoxley/columnify/issues" }, "dependencies": { "strip-ansi": "^2.0.1", "wcwidth": "^1.0.0" }, "description": "Render data in text columns. supports in-column text-wrap.", "devDependencies": { "babel": "^5.0.10", "chalk": "^1.0.0", "tap-spec": "^3.0.0", "tape": "^4.0.0" }, "directories": { "test": "test" }, "dist": { "shasum": "15fdda803a3875f87f9d302b3bc828932d664003", "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.5.1.tgz" }, "gitHead": "1e5f5ec9478d7dbd1e3d1d74343b552da7ae01ba", "homepage": "https://github.com/timoxley/columnify", "keywords": [ "ansi", "column", "console", "table", "terminal", "text", "wrap" ], "license": "MIT", "main": "columnify.js", "maintainers": [ { "name": "timoxley", "email": "secoif@gmail.com" } ], "name": "columnify", "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/timoxley/columnify.git" }, "scripts": { "bench": "npm test && node bench", "prepublish": "make prepublish", "pretest": "npm prune", "test": "make prepublish && tape test/*.js | tap-spec" }, "version": "1.5.1" }