{
  "_from": "boxen@4.1.0",
  "_id": "boxen@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Iwq1qOkmEsl0EVABa864Bbj3HCL4186DRZgFW/NrFs5y5GMM3ljsxzMLgOHdWISDRvcM8beh8q4tTNzXz+mSKg==",
  "_location": "/boxen",
  "_phantomChildren": {
    "ansi-regex": "4.1.0",
    "ansi-styles": "3.2.1",
    "escape-string-regexp": "1.0.5",
    "supports-color": "5.5.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "boxen@4.1.0",
    "name": "boxen",
    "escapedName": "boxen",
    "rawSpec": "4.1.0",
    "saveSpec": null,
    "fetchSpec": "4.1.0"
  },
  "_requiredBy": [
    "/@expo/xdl",
    "/expo-cli"
  ],
  "_resolved": "https://registry.npmjs.org/boxen/-/boxen-4.1.0.tgz",
  "_shasum": "256f6b2eb09ba22ea558e5acc0a5ff637bf8ed03",
  "_spec": "boxen@4.1.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/expo-cli",
  "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": "^4.1.0",
    "term-size": "^2.1.0",
    "type-fest": "^0.5.2",
    "widest-line": "^3.1.0"
  },
  "deprecated": false,
  "description": "Create boxes in the terminal",
  "devDependencies": {
    "ava": "^2.1.0",
    "nyc": "^14.1.1",
    "tsd": "^0.7.3",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8"
  },
  "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": "4.1.0"
}