window-size
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "window-size", | ||
"description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"homepage": "https://github.com/jonschlinkert/window-size", | ||
"author": { | ||
"name": "Jon Schlinkert", | ||
"url": "https://github.com/jonschlinkert" | ||
}, | ||
"scripts": { | ||
"pretest": "semistandard", | ||
"test": "tap --coverage test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jonschlinkert/window-size.git" | ||
}, | ||
"bin": "cli.js", | ||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"repository": "jonschlinkert/window-size", | ||
"bugs": { | ||
@@ -31,2 +20,11 @@ "url": "https://github.com/jonschlinkert/window-size/issues" | ||
}, | ||
"scripts": { | ||
"pretest": "semistandard", | ||
"test": "tap --coverage test.js" | ||
}, | ||
"bin": "cli.js", | ||
"devDependencies": { | ||
"semistandard": "^7.0.2", | ||
"tap": "^2.2.1" | ||
}, | ||
"keywords": [ | ||
@@ -42,6 +40,11 @@ "console", | ||
], | ||
"devDependencies": { | ||
"semistandard": "^7.0.2", | ||
"tap": "^2.2.1" | ||
"verb": { | ||
"related": { | ||
"list": [ | ||
"yargs", | ||
"lint-deps", | ||
"base-cli" | ||
] | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5190
1