API/api.medcify.app/node_modules/boxen/package.json
2022-09-26 11:41:44 +05:30

87 lines
1.9 KiB
JSON

{
"_args": [
[
"boxen@5.1.2",
"/var/www/api.medcify.app"
]
],
"_from": "boxen@5.1.2",
"_id": "boxen@5.1.2",
"_inBundle": false,
"_integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==",
"_location": "/boxen",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "boxen@5.1.2",
"name": "boxen",
"escapedName": "boxen",
"rawSpec": "5.1.2",
"saveSpec": null,
"fetchSpec": "5.1.2"
},
"_requiredBy": [
"/update-notifier"
],
"_resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz",
"_spec": "5.1.2",
"_where": "/var/www/api.medcify.app",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/boxen/issues"
},
"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"
},
"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"
}