{
  "_args": [
    [
      "boxen@5.1.1",
      "/home/www.john-steel.com/editor/api"
    ]
  ],
  "_from": "boxen@5.1.1",
  "_id": "boxen@5.1.1",
  "_inBundle": false,
  "_integrity": "sha512-JtIQYts08AFAYGF4eSh3pUt3NQkYV/e75pRtQmAVTLNWR/1L7Bsswxlgzgk8nmLEM+gFszsIlA9BgD3XnSqp3g==",
  "_location": "/boxen",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "boxen@5.1.1",
    "name": "boxen",
    "escapedName": "boxen",
    "rawSpec": "5.1.1",
    "saveSpec": null,
    "fetchSpec": "5.1.1"
  },
  "_requiredBy": [
    "/update-notifier"
  ],
  "_resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.1.tgz",
  "_spec": "5.1.1",
  "_where": "/home/www.john-steel.com/editor/api",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/boxen/issues"
  },
  "dependencies": {
    "ansi-align": "^3.0.0",
    "camelcase": "^6.2.0",
    "chalk": "^4.1.0",
    "cli-boxes": "^2.2.1",
    "string-width": "^4.2.2",
    "type-fest": "^0.20.2",
    "widest-line": "^3.1.0",
    "wrap-ansi": "^7.0.0"
  },
  "description": "Create boxes in the terminal",
  "devDependencies": {
    "ava": "^2.4.0",
    "nyc": "^15.1.0",
    "tsd": "^0.14.0",
    "xo": "^0.36.1"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "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 && tsd"
  },
  "version": "5.1.1"
}
