wishthis/node_modules/cli-width/package.json

33 lines
867 B
JSON
Raw Permalink Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-07 07:06:43 +00:00
"name": "cli-width",
2022-06-08 10:36:39 +00:00
"version": "3.0.0",
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-06-08 10:36:39 +00:00
"engines": {
"node": ">= 10"
},
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
}