{
  "_from": "boxen@^3.0.0",
  "_id": "boxen@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==",
  "_location": "/boxen",
  "_phantomChildren": {
    "emoji-regex": "7.0.3",
    "is-fullwidth-code-point": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "boxen@^3.0.0",
    "name": "boxen",
    "escapedName": "boxen",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/update-notifier"
  ],
  "_resolved": "https://registry.npmjs.org/boxen/-/boxen-3.2.0.tgz",
  "_shasum": "fbdff0de93636ab4450886b6ff45b92d098f45eb",
  "_spec": "boxen@^3.0.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/update-notifier",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/boxen/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ansi-align": "^3.0.0",
    "camelcase": "^5.3.1",
    "chalk": "^2.4.2",
    "cli-boxes": "^2.2.0",
    "string-width": "^3.0.0",
    "term-size": "^1.2.0",
    "type-fest": "^0.3.0",
    "widest-line": "^2.0.0"
  },
  "deprecated": false,
  "description": "Create boxes in the terminal",
  "devDependencies": {
    "ava": "^1.4.1",
    "nyc": "^13.3.0",
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "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": "3.2.0"
}
