lookup: remove JSONStream - #1114
Open
MikeMcC399 wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1114 +/- ##
=======================================
Coverage 96.50% 96.50%
=======================================
Files 29 29
Lines 2203 2203
=======================================
Hits 2126 2126
Misses 77 77 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
MikeMcC399
marked this pull request as ready for review
August 3, 2026 08:58
This was referenced Aug 3, 2026
Author
|
This package fails in Steps to reproduceOn Ubuntu 24.04.4 LTS, Node.js 24.19.0 npm install -g npm@12.0.2
npm install -g citgm@10.0.2 --allow-scripts=yarn
citgm JSONStreamLogs$ citgm JSONStream
info: starting | JSONStream
info: lookup | JSONStream
info: lookup-found | JSONStream
info: JSONStream lookup-replace| https://github.com/dominictarr/JSONStream/archive/0593d4b4e6c63c6c0e2e68463538fd83bd1eb964.tar.gz
info: JSONStream npm: | Downloading project: https://github.com/dominictarr/JSONStream/archive/0593d4b4e6c63c6c0e2e68463538fd83bd1eb96
info: JSONStream npm: | Project downloaded 0593d4b4e6c63c6c0e2e68463538fd83bd1eb964.tar.gz
info: JSONStream npm: | npm install started
warn: JSONStream npm-install:| npm error code EALLOWGIT
warn: JSONStream npm-install:| npm error Fetching packages of type "git" have been disabled
warn: | npm error Refusing to fetch "fomatto@git://github.com/BonsaiDen/Fomatto.git#468666f600b46f9067e3da7200fd9df
warn: JSONStream npm-install:| npm error A complete log of this run can be found in: /tmp/720dcdf6/home/.npm/_logs/2026-08-04T14_49_01_252
error: failure | Install Failed
error: failing module(s) |
error: module name: | JSONStream
error: version: | 1.3.5
error: error: | Install Failed
error: error: | undefined
error: | npm error code EALLOWGIT
error: | npm error Fetching packages of type "git" have been disabled
error: | npm error Refusing to fetch "fomatto@git://github.com/BonsaiDen/Fomatto.git#468666f600b46f9067e3da7200fd9df428
error: | npm error A complete log of this run can be found in: /tmp/720dcdf6/home/.npm/_logs/2026-08-04T14_49_01_252Z-d
error: done | The smoke test has failed.
info: duration | test duration: 6657msAlternative stepsgit clone https://github.com/dominictarr/JSONStream
cd JSONStream
npm installLogs$ git clone https://github.com/dominictarr/JSONStream
cd JSONStream
npm install
Cloning into 'JSONStream'...
remote: Enumerating objects: 769, done.
remote: Total 769 (delta 0), reused 0 (delta 0), pack-reused 769 (from 1)
Receiving objects: 100% (769/769), 251.24 KiB | 332.00 KiB/s, done.
Resolving deltas: 100% (462/462), done.
npm error code EALLOWGIT
npm error Fetching packages of type "git" have been disabled
npm error Refusing to fetch "fomatto@git://github.com/BonsaiDen/Fomatto.git#468666f600b46f9067e3da7200fd9df428923ea6"
npm error A complete log of this run can be found in: /home/mike/.npm/_logs/2026-08-04T14_50_21_985Z-debug-0.log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JSONStream,leveldown&q#1113Situation
JSONStream is deprecated and unsupported. It cannot therefore fulfil the Hard Requirements:
https://github.com/dominictarr/JSONStream archived Dec 4, 2018
Change
Remove JSONStream from lib/lookup.json
Checklist
npm testpasseshere
cc: @dominictarr