From 218f37a8cf62bf5dac82064dfde03f24e5f9497a Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Thu, 23 Jun 2022 16:15:02 +0100 Subject: [PATCH] lookup: remove time The `time` module has been skipped since Node.js 11, has not had a new version published in 5 years, and has a relatively low number of downloads. --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 152ede1a..9cd2f72f 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -527,12 +527,6 @@ "stripAnsi": true, "maintainers": "mcollina" }, - "time": { - "flaky": ["linux-ia32", "s390"], - "skip": ["win32", "aix", ">=11"], - "tags": "native", - "maintainers": "TooTallNate" - }, "torrent-stream": { "prefix": "v", "maintainers": "mafintosh"