You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"_from": "boxen@^0.5.1",
|
|
"_id": "boxen@0.5.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-W3PYhA6388ihVcv2ntPtaNRyABQ=",
|
|
"_location": "/boxen",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "boxen@^0.5.1",
|
|
"name": "boxen",
|
|
"escapedName": "boxen",
|
|
"rawSpec": "^0.5.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.5.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/update-notifier"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/boxen/-/boxen-0.5.1.tgz",
|
|
"_shasum": "5b73d8840eb7f3c8a155cbf69ed3ed68d4720014",
|
|
"_spec": "boxen@^0.5.1",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/update-notifier",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/boxen/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"camelcase": "^2.1.0",
|
|
"chalk": "^1.1.1",
|
|
"cli-boxes": "^1.0.0",
|
|
"filled-array": "^1.0.0",
|
|
"object-assign": "^4.0.1",
|
|
"repeating": "^2.0.0",
|
|
"string-width": "^1.0.1",
|
|
"widest-line": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Create boxes in the terminal",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"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 && ava"
|
|
},
|
|
"version": "0.5.1"
|
|
}
|