{
  "_args": [
    [
      {
        "raw": "cli-table3@^0.5.0",
        "scope": null,
        "escapedName": "cli-table3",
        "name": "cli-table3",
        "rawSpec": "^0.5.0",
        "spec": ">=0.5.0 <0.6.0",
        "type": "range"
      },
      "/var/www/html/node_modules/regexp-tree"
    ]
  ],
  "_from": "cli-table3@>=0.5.0 <0.6.0",
  "_id": "cli-table3@0.5.1",
  "_inCache": true,
  "_location": "/cli-table3",
  "_nodeVersion": "10.3.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/cli-table3_0.5.1_1532002418817_0.2609658781486759"
  },
  "_npmUser": {
    "name": "turbo87",
    "email": "tobias.bieniek@gmx.de"
  },
  "_npmVersion": "6.1.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "cli-table3@^0.5.0",
    "scope": null,
    "escapedName": "cli-table3",
    "name": "cli-table3",
    "rawSpec": "^0.5.0",
    "spec": ">=0.5.0 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/regexp-tree"
  ],
  "_resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz",
  "_shasum": "0252372d94dfc40dbd8df06005f48f31f656f202",
  "_shrinkwrap": null,
  "_spec": "cli-table3@^0.5.0",
  "_where": "/var/www/html/node_modules/regexp-tree",
  "author": {
    "name": "James Talmage"
  },
  "bugs": {
    "url": "https://github.com/cli-table/cli-table3/issues"
  },
  "changelog": {
    "repo": "cli-table/cli-table3",
    "labels": {
      "breaking": ":boom: Breaking Change",
      "enhancement": ":rocket: Enhancement",
      "bug": ":bug: Bug Fix",
      "documentation": ":memo: Documentation",
      "internal": ":house: Internal"
    }
  },
  "dependencies": {
    "colors": "^1.1.2",
    "object-assign": "^4.1.0",
    "string-width": "^2.1.1"
  },
  "description": "Pretty unicode tables for the command line. Based on the original cli-table.",
  "devDependencies": {
    "ansi-256-colors": "^1.1.0",
    "cli-table": "^0.3.1",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-prettier": "^2.6.0",
    "jest": "^23.1.0",
    "jest-runner-eslint": "^0.6.0",
    "lerna-changelog": "^0.8.0",
    "prettier": "1.13.7"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==",
    "shasum": "0252372d94dfc40dbd8df06005f48f31f656f202",
    "tarball": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz",
    "fileCount": 10,
    "unpackedSize": 44164,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbUIByCRA9TVsSAnZWagAATO0P/RJ/+/WYe9tdRX0bDdYD\npapiANeuXLHclyoBXTGsA5S/eDxvLpSSpLYzUlLpoQ3Q9K2TYcfA8EX6vBnx\n0Hlhq7zo/9K2qh4q3Xo1KEKStSfctCa+gyEYMiBrTZ2wCMhZT4A2T7fePun+\nZPrNMaknrSiZVh8ggbcF85gP5AXcJxQpV3VYIGjaENwE31uskaVXGEx9X8bE\nJ+2DOeWfGQOeBmFdFSbWQ33Re9vsyEdbdsRYDaJ3Kwq86aXHThehgXFfYWaK\nSx+zbHNpo/WRX6J1t6nKM+xE2XP0I/zjepJqoSyAnwFlHriF9piKQST6GkvW\n8Kt7hWYwlZTjLjXWRMxQ0qRbJc+EpCIKT2o1DEO6mRIZpgOSunG6r81aFN2F\nV2FdIRrLv3kwo9o6Ccrar2RV5cEBzSH5P3NQRUOhcgkjJJG7CGhgDN4fB45Z\n4ycAa9WUrgPOaKV5LIFTvOT4x6TSqT8ZwjTqTbAL64Y+MIYZF4LGNNUBNOq0\nHgrwnApSXI+cjXP0tgVkfMp8qp1yDMf8MbkFloUY7Z4vw9FgG6TwVAO+Q4/t\nWv55EdWSDfIFUmT7N8Q2SZ4TScYQzeTvoJyct6X7DNEi0j/JX+1Gs5vYEaVl\nEZJvqdlOUx9whRAQNj52atlDy7nF4t8J91/ZR6shSaLIGz9y9X3RmBtfOzlp\n5BGP\r\n=jsJI\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "src/",
    "index.d.ts",
    "index.js"
  ],
  "gitHead": "266ca24b8358ffff90e5afb4403a23e1b3a1802b",
  "homepage": "https://github.com/cli-table/cli-table3",
  "jest": {
    "projects": [
      {
        "displayName": "test",
        "testMatch": [
          "**/test/**/*-test(s)?.js"
        ]
      },
      {
        "runner": "jest-runner-eslint",
        "displayName": "lint",
        "testMatch": [
          "<rootDir>/examples/**/*.js",
          "<rootDir>/lib/**/*.js",
          "<rootDir>/scripts/**/*.js",
          "<rootDir>/src/**/*.js",
          "<rootDir>/test/**/*.js"
        ]
      }
    ]
  },
  "keywords": [
    "node",
    "command",
    "line",
    "cli",
    "table",
    "tables",
    "tabular",
    "unicode",
    "colors",
    "grid"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "turbo87",
      "email": "tobias.bieniek@gmx.de"
    }
  ],
  "name": "cli-table3",
  "optionalDependencies": {
    "colors": "^1.1.2"
  },
  "prettier": {
    "printWidth": 120,
    "tabWidth": 2,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cli-table/cli-table3.git"
  },
  "scripts": {
    "changelog": "lerna-changelog",
    "docs": "node ./scripts/update-docs.js",
    "prettier": "prettier --write '{examples,lib,scripts,src,test}/**/*.js'",
    "test": "jest --color",
    "test:watch": "jest --color --watchAll --notify"
  },
  "types": "index.d.ts",
  "version": "0.5.1"
}
