@lskjs/tty
Advanced tools
Comparing version 3.0.0-alpha.24 to 3.0.0-alpha.30
{ | ||
"name": "@lskjs/tty", | ||
"version": "3.0.0-alpha.24", | ||
"version": "3.0.0-alpha.30", | ||
"description": "LSK.js – tty – TTY detection for Node.js and browser", | ||
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)", | ||
"private": false, | ||
"dependencies": { | ||
"tty": "^1.0.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"files": [ | ||
"lib", | ||
"README.md", | ||
"LICENCE" | ||
], | ||
"main": "lib/index.js", | ||
@@ -26,15 +26,13 @@ "types": "lib/index.d.ts", | ||
}, | ||
"files": [ | ||
"lib", | ||
"README.md", | ||
"LICENCE" | ||
], | ||
"repository": "https://github.com/lskjs/lskjs/tree/master//libs/tty", | ||
"bugs": "https://github.com/lskjs/lskjs/issues", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"keywords": [ | ||
"tty detecton" | ||
], | ||
"//": "//", | ||
"gitHead": "4d3734bd08f898ab6faa305cb1a8edde805dbc79" | ||
"gitHead": "50fe4b2a5d9d8452172301069c7e581426e8e833" | ||
} |
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
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
82787