2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-07 07:06:43 +00:00
|
|
|
"name": "cli-width",
|
2022-05-29 09:24:36 +00:00
|
|
|
"version": "2.2.1",
|
2022-04-07 07:06:43 +00:00
|
|
|
"description": "Get stdout window width, with two fallbacks, tty and then a default.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node test | tspec",
|
|
|
|
"coverage": "nyc node test | tspec",
|
|
|
|
"coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
|
|
|
|
"release": "standard-version"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-04-07 07:06:43 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:knownasilya/cli-width.git"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-04-07 07:06:43 +00:00
|
|
|
"author": "Ilya Radchenko <knownasilya@gmail.com>",
|
|
|
|
"license": "ISC",
|
2022-01-21 08:28:41 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/knownasilya/cli-width/issues"
|
|
|
|
},
|
2022-04-07 07:06:43 +00:00
|
|
|
"homepage": "https://github.com/knownasilya/cli-width",
|
2022-01-21 08:28:41 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"coveralls": "^3.0.11",
|
|
|
|
"nyc": "^15.0.1",
|
|
|
|
"standard-version": "^7.1.0",
|
|
|
|
"tap-spec": "^5.0.0",
|
|
|
|
"tape": "^4.13.2"
|
2022-04-07 07:06:43 +00:00
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|