Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
867 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "cli-width",
|
---|
3 | "version": "3.0.0",
|
---|
4 | "description": "Get stdout window width, with two fallbacks, tty and then a default.",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "test": "node test | tspec",
|
---|
8 | "coverage": "nyc node test | tspec",
|
---|
9 | "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
|
---|
10 | "release": "standard-version"
|
---|
11 | },
|
---|
12 | "repository": {
|
---|
13 | "type": "git",
|
---|
14 | "url": "git@github.com:knownasilya/cli-width.git"
|
---|
15 | },
|
---|
16 | "author": "Ilya Radchenko <knownasilya@gmail.com>",
|
---|
17 | "license": "ISC",
|
---|
18 | "bugs": {
|
---|
19 | "url": "https://github.com/knownasilya/cli-width/issues"
|
---|
20 | },
|
---|
21 | "homepage": "https://github.com/knownasilya/cli-width",
|
---|
22 | "engines": {
|
---|
23 | "node": ">= 10"
|
---|
24 | },
|
---|
25 | "devDependencies": {
|
---|
26 | "coveralls": "^3.0.11",
|
---|
27 | "nyc": "^15.0.1",
|
---|
28 | "standard-version": "^7.1.0",
|
---|
29 | "tap-spec": "^5.0.0",
|
---|
30 | "tape": "^4.13.2"
|
---|
31 | }
|
---|
32 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.