1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
| {
| "_from": "boxen@^5.0.1",
| "_id": "boxen@5.1.2",
| "_inBundle": false,
| "_integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==",
| "_location": "/boxen",
| "_phantomChildren": {
| "ansi-styles": "4.3.0",
| "string-width": "4.2.3",
| "strip-ansi": "6.0.1"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "boxen@^5.0.1",
| "name": "boxen",
| "escapedName": "boxen",
| "rawSpec": "^5.0.1",
| "saveSpec": null,
| "fetchSpec": "^5.0.1"
| },
| "_requiredBy": [
| "/@nuxt/cli"
| ],
| "_resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz",
| "_shasum": "788cb686fc83c1f486dfa8a40c68fc2b831d2b50",
| "_spec": "boxen@^5.0.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\cli",
| "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"
| }
|
|