{
  "_args": [
    [
      "table-layout@1.0.1",
      "/home/chinmay/Desktop/HackTJ2020/frontend"
    ]
  ],
  "_development": true,
  "_from": "table-layout@1.0.1",
  "_id": "table-layout@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-dEquqYNJiGwY7iPfZ3wbXDI944iqanTSchrACLL2nOB+1r+h1Nzu2eH+DuPPvWvm5Ry7iAPeFlgEtP5bIp5U7Q==",
  "_location": "/table-layout",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "table-layout@1.0.1",
    "name": "table-layout",
    "escapedName": "table-layout",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/command-line-usage"
  ],
  "_resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
  "author": {
    "name": "Lloyd Brookes",
    "email": "75pound@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/75lb/table-layout/issues"
  },
  "dependencies": {
    "array-back": "^4.0.1",
    "deep-extend": "~0.6.0",
    "typical": "^5.2.0",
    "wordwrapjs": "^4.0.0"
  },
  "description": "Stylable text tables, handling ansi colour. Useful for console output.",
  "devDependencies": {
    "coveralls": "^3.0.9",
    "jsdoc-to-markdown": "^5.0.3",
    "nyc": "^14.1.1",
    "test-runner": "^0.6.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "index.js",
    "lib/*.js"
  ],
  "homepage": "https://github.com/75lb/table-layout#readme",
  "keywords": [
    "wrap",
    "terminal",
    "data",
    "columns",
    "format",
    "json",
    "command line"
  ],
  "license": "MIT",
  "name": "table-layout",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/table-layout.git"
  },
  "scripts": {
    "cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
    "docs": "jsdoc2md -t README.hbs index.js -p list --member-index-format list > README.md; echo",
    "test": "test-runner test/*.js"
  },
  "version": "1.0.1"
}