package.json 1.95 KB
{
  "_from": "boxen@^5.0.0",
  "_id": "boxen@5.1.2",
  "_inBundle": false,
  "_integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==",
  "_location": "/boxen",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "boxen@^5.0.0",
    "name": "boxen",
    "escapedName": "boxen",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/update-notifier"
  ],
  "_resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz",
  "_shasum": "788cb686fc83c1f486dfa8a40c68fc2b831d2b50",
  "_spec": "boxen@^5.0.0",
  "_where": "C:\\Users\\KoMoGoon\\documents\\github\\web_project2\\node_modules\\update-notifier",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/boxen/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "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.2"
}