package.json 1.99 KB
{
  "_from": "boxen@^5.0.0",
  "_id": "boxen@5.0.1",
  "_inBundle": false,
  "_integrity": "sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA==",
  "_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.0.1.tgz",
  "_shasum": "657528bdd3f59a772b8279b831f27ec2c744664b",
  "_spec": "boxen@^5.0.0",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\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.0",
    "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.0.1"
}