summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-04-01 11:27:01 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2018-04-04 15:14:04 +0200
commit1b715221b9b875fc24d6aae3480c4c55d7f3dd76 (patch)
tree27fa919b768860e575761b1ec5224214964311c9 /node.gyp
parent3d61e14704bb82ffc1442e6f6c3756f4432b03b4 (diff)
downloadandroid-node-v8-1b715221b9b875fc24d6aae3480c4c55d7f3dd76.tar.gz
android-node-v8-1b715221b9b875fc24d6aae3480c4c55d7f3dd76.tar.bz2
android-node-v8-1b715221b9b875fc24d6aae3480c4c55d7f3dd76.zip
tty: add attribution for chalk
This adds attributions for the getColorDepth function as it got inspired by https://github.com/chalk/supports-color and more sources. PR-URL: https://github.com/nodejs/node/pull/19730 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index cb305b93e9..dc1cd5f72f 100644
--- a/node.gyp
+++ b/node.gyp
@@ -133,6 +133,7 @@
'lib/internal/timers.js',
'lib/internal/tls.js',
'lib/internal/trace_events_async_hooks.js',
+ 'lib/internal/tty.js',
'lib/internal/url.js',
'lib/internal/util.js',
'lib/internal/util/comparisons.js',