You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.5 KiB
63 lines
1.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"cli-width@3.0.0",
|
|
"E:\\work\\code\\tis-cli"
|
|
]
|
|
],
|
|
"_from": "cli-width@3.0.0",
|
|
"_id": "cli-width@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ovSEN6LKqaIkNueUvwceyeYc7fY=",
|
|
"_location": "/cli-width",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "cli-width@3.0.0",
|
|
"name": "cli-width",
|
|
"escapedName": "cli-width",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/inquirer"
|
|
],
|
|
"_resolved": "https://r.cnpmjs.org/cli-width/download/cli-width-3.0.0.tgz",
|
|
"_spec": "3.0.0",
|
|
"_where": "E:\\work\\code\\tis-cli",
|
|
"author": {
|
|
"name": "Ilya Radchenko",
|
|
"email": "knownasilya@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/knownasilya/cli-width/issues"
|
|
},
|
|
"description": "Get stdout window width, with two fallbacks, tty and then a default.",
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.11",
|
|
"nyc": "^15.0.1",
|
|
"standard-version": "^7.1.0",
|
|
"tap-spec": "^5.0.0",
|
|
"tape": "^4.13.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"homepage": "https://github.com/knownasilya/cli-width",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "cli-width",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/knownasilya/cli-width.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc node test | tspec",
|
|
"coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
|
|
"release": "standard-version",
|
|
"test": "node test | tspec"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|