first commit
This commit is contained in:
84
build/node_modules/boxen/package.json
generated
vendored
Normal file
84
build/node_modules/boxen/package.json
generated
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"_from": "boxen@^0.6.0",
|
||||
"_id": "boxen@0.6.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-g2TUJIrDT/DvGy8r9JpsYM4NgbY=",
|
||||
"_location": "/boxen",
|
||||
"_phantomChildren": {
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"has-ansi": "2.0.0",
|
||||
"strip-ansi": "3.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "boxen@^0.6.0",
|
||||
"name": "boxen",
|
||||
"escapedName": "boxen",
|
||||
"rawSpec": "^0.6.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.6.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/update-notifier"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/boxen/-/boxen-0.6.0.tgz",
|
||||
"_shasum": "8364d4248ac34ff0ef1b2f2bf49a6c60ce0d81b6",
|
||||
"_spec": "boxen@^0.6.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/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": {
|
||||
"ansi-align": "^1.1.0",
|
||||
"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.6.0"
|
||||
}
|
||||
Reference in New Issue
Block a user