thedesk/app/node_modules/cli-boxes/package.json
2019-09-12 23:38:13 +09:00

78 lines
1.6 KiB
JSON

{
"_args": [
[
"cli-boxes@2.2.0",
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_development": true,
"_from": "cli-boxes@2.2.0",
"_id": "cli-boxes@2.2.0",
"_inBundle": false,
"_integrity": "sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w==",
"_location": "/cli-boxes",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cli-boxes@2.2.0",
"name": "cli-boxes",
"escapedName": "cli-boxes",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/boxen"
],
"_resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.0.tgz",
"_spec": "2.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/cli-boxes/issues"
},
"description": "Boxes for use in the terminal",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts",
"boxes.json"
],
"homepage": "https://github.com/sindresorhus/cli-boxes#readme",
"keywords": [
"cli",
"box",
"boxes",
"terminal",
"term",
"console",
"ascii",
"unicode",
"border",
"text",
"json"
],
"license": "MIT",
"name": "cli-boxes",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/cli-boxes.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.2.0"
}