thedesk/app/node_modules/boxen/package.json

87 lines
1.8 KiB
JSON
Raw Normal View History

2019-09-13 00:38:13 +10:00
{
"_args": [
[
"boxen@3.2.0",
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_development": true,
"_from": "boxen@3.2.0",
"_id": "boxen@3.2.0",
"_inBundle": false,
"_integrity": "sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==",
"_location": "/boxen",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "boxen@3.2.0",
"name": "boxen",
"escapedName": "boxen",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/update-notifier"
],
"_resolved": "https://registry.npmjs.org/boxen/-/boxen-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/boxen/issues"
},
"dependencies": {
"ansi-align": "^3.0.0",
"camelcase": "^5.3.1",
"chalk": "^2.4.2",
"cli-boxes": "^2.2.0",
"string-width": "^3.0.0",
"term-size": "^1.2.0",
"type-fest": "^0.3.0",
"widest-line": "^2.0.0"
},
"description": "Create boxes in the terminal",
"devDependencies": {
"ava": "^1.4.1",
"nyc": "^13.3.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"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": "3.2.0"
}