thedesk/app/node_modules/ansi-align/package.json

75 lines
1.7 KiB
JSON
Raw Normal View History

2019-09-13 00:38:13 +10:00
{
"_args": [
[
"ansi-align@3.0.0",
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_development": true,
"_from": "ansi-align@3.0.0",
"_id": "ansi-align@3.0.0",
"_inBundle": false,
"_integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==",
"_location": "/ansi-align",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ansi-align@3.0.0",
"name": "ansi-align",
"escapedName": "ansi-align",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/boxen"
],
"_resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "nexdrew"
},
"bugs": {
"url": "https://github.com/nexdrew/ansi-align/issues"
},
"dependencies": {
"string-width": "^3.0.0"
},
"description": "align-text with ANSI support for CLIs",
"devDependencies": {
"ava": "^1.0.1",
"chalk": "^2.4.1",
"coveralls": "^3.0.2",
"nyc": "^13.1.0",
"standard": "^12.0.1",
"standard-version": "^4.4.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/nexdrew/ansi-align#readme",
"keywords": [
"ansi",
"align",
"cli",
"center",
"pad"
],
"license": "ISC",
"main": "index.js",
"name": "ansi-align",
"repository": {
"type": "git",
"url": "git+https://github.com/nexdrew/ansi-align.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard",
"release": "standard-version",
"test": "nyc ava"
},
"version": "3.0.0"
}