@lskjs/tty
Advanced tools
Comparing version 3.0.0-alpha.7 to 3.0.0-alpha.8
{ | ||
"name": "@lskjs/tty", | ||
"version": "3.0.0-alpha.7", | ||
"version": "3.0.0-alpha.8", | ||
"description": "LSK.js – tty – TTY detection for Node.js and browser", | ||
"author": "Igor Suvorov <hi@isuvorov.com>", | ||
"scripts": { | ||
"build": " lsk run build", | ||
"dev": " lsk run dev", | ||
"release": " lsk run release", | ||
"test": " echo skip", | ||
"test:watch": " lsk run test:watch" | ||
}, | ||
"dependencies": { | ||
@@ -34,3 +41,14 @@ "tty": "^1.0.1" | ||
"tty detecton" | ||
] | ||
} | ||
], | ||
"//": "//", | ||
"eslintConfig": { | ||
"extends": "@lskjs/eslint-config" | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "lib/index.js", | ||
"limit": "1kb" | ||
} | ||
], | ||
"gitHead": "5f9efd957da88f515074b7c05111d711d3128b0f" | ||
} |
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
84161