{
  "_args": [
    [
      "boxen@2.0.0",
      "/var/www/html"
    ]
  ],
  "_from": "boxen@2.0.0",
  "_id": "boxen@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-9DK9PQqcOpsvlKOK3f3lVK+vQsqH4JDGMX73FCWcHRxQQtop1U8urn4owrt5rnc2NgZAJ6wWjTDBc7Fhv+vz/w==",
  "_location": "/boxen",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "boxen@2.0.0",
    "name": "boxen",
    "escapedName": "boxen",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/@nuxt/cli"
  ],
  "_resolved": "https://registry.npmjs.org/boxen/-/boxen-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/html",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/boxen/issues"
  },
  "dependencies": {
    "ansi-align": "^2.0.0",
    "camelcase": "^5.0.0",
    "chalk": "^2.4.1",
    "cli-boxes": "^1.0.0",
    "string-width": "^2.1.1",
    "term-size": "^1.2.0",
    "widest-line": "^2.0.0"
  },
  "description": "Create boxes in the terminal",
  "devDependencies": {
    "ava": "^0.25.0",
    "nyc": "^13.0.1",
    "xo": "^0.23.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/boxen#readme",
  "keywords": [
    "cli",
    "box",
    "boxes",
    "terminal",
    "term",
    "console",
    "ascii",
    "unicode",
    "border",
    "text"
  ],
  "license": "MIT",
  "name": "boxen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/boxen.git"
  },
  "scripts": {
    "test": "xo && nyc ava"
  },
  "version": "2.0.0"
}
