2025-10-23 20:31:50 +02:00
{
"name" : "httptoolkit-patcher" ,
2025-12-18 17:38:56 +01:00
"version" : "2.0.10" ,
2025-10-23 20:31:50 +02:00
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "httptoolkit-patcher" ,
2025-12-18 17:38:56 +01:00
"version" : "2.0.10" ,
2025-10-23 20:31:50 +02:00
"license" : "MIT" ,
"dependencies" : {
"@electron/asar" : "^3.2.9" ,
"chalk" : "4"
},
"bin" : {
"httptoolkit-patcher" : "index.js"
},
"devDependencies" : {
2025-11-24 05:47:59 +01:00
"@types/node" : "^20.14.9"
2025-10-23 20:31:50 +02:00
}
},
"node_modules/@electron/asar" : {
"version" : "3.4.1" ,
2025-11-24 05:47:59 +01:00
"resolved" : "https://registry.npmjs.org/@electron/asar/-/asar-3.4.1.tgz" ,
"integrity" : "sha512-i4/rNPRS84t0vSRa2HorerGRXWyF4vThfHesw0dmcWHp+cspK743UanA0suA5Q5y8kzY2y6YKrvbIUn69BCAiA==" ,
2025-10-23 20:31:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-11-24 05:47:59 +01:00
"commander" : "^5.0.0" ,
"glob" : "^7.1.6" ,
"minimatch" : "^3.0.4"
2025-10-23 20:31:50 +02:00
},
"bin" : {
2025-11-24 05:47:59 +01:00
"asar" : "bin/asar.js"
2025-10-23 20:31:50 +02:00
},
"engines" : {
2025-11-24 05:47:59 +01:00
"node" : ">=10.12.0"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/@types/node" : {
"version" : "20.19.23" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-20.19.23.tgz" ,
"integrity" : "sha512-yIdlVVVHXpmqRhtyovZAcSy0MiPcYWGkoO4CGe/+jpP0hmNuihm4XhHbADpK++MsiLHP5MVlv+bcgdF99kSiFQ==" ,
2025-10-23 20:31:50 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-11-24 05:47:59 +01:00
"undici-types" : "~6.21.0"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
2025-10-23 20:31:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-11-24 05:47:59 +01:00
"color-convert" : "^2.0.1"
2025-10-23 20:31:50 +02:00
},
"engines" : {
"node" : ">=8"
2025-11-24 05:47:59 +01:00
},
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
2025-10-23 20:31:50 +02:00
},
2025-11-24 05:47:59 +01:00
"node_modules/brace-expansion" : {
"version" : "1.1.12" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz" ,
"integrity" : "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" ,
2025-10-23 20:31:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-11-24 05:47:59 +01:00
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
2025-10-23 20:31:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-11-24 05:47:59 +01:00
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
2025-10-23 20:31:50 +02:00
},
"engines" : {
2025-11-24 05:47:59 +01:00
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2025-10-23 20:31:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-11-24 05:47:59 +01:00
"color-name" : "~1.1.4"
2025-10-23 20:31:50 +02:00
},
"engines" : {
2025-11-24 05:47:59 +01:00
"node" : ">=7.0.0"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
"license" : "MIT"
},
"node_modules/commander" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz" ,
"integrity" : "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==" ,
2025-10-23 20:31:50 +02:00
"license" : "MIT" ,
"engines" : {
2025-11-24 05:47:59 +01:00
"node" : ">= 6"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
},
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC"
},
"node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"license" : "ISC" ,
2025-10-23 20:31:50 +02:00
"dependencies" : {
2025-11-24 05:47:59 +01:00
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
2025-10-23 20:31:50 +02:00
},
"engines" : {
2025-11-24 05:47:59 +01:00
"node" : "*"
},
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
2025-10-23 20:31:50 +02:00
"license" : "MIT" ,
"engines" : {
2025-11-24 05:47:59 +01:00
"node" : ">=8"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
"license" : "ISC" ,
2025-10-23 20:31:50 +02:00
"dependencies" : {
2025-11-24 05:47:59 +01:00
"once" : "^1.3.0" ,
"wrappy" : "1"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
},
"node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"license" : "ISC" ,
2025-10-23 20:31:50 +02:00
"dependencies" : {
2025-11-24 05:47:59 +01:00
"brace-expansion" : "^1.1.7"
2025-10-23 20:31:50 +02:00
},
"engines" : {
2025-11-24 05:47:59 +01:00
"node" : "*"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"license" : "ISC" ,
2025-10-23 20:31:50 +02:00
"dependencies" : {
2025-11-24 05:47:59 +01:00
"wrappy" : "1"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
2025-10-23 20:31:50 +02:00
"license" : "MIT" ,
"engines" : {
2025-11-24 05:47:59 +01:00
"node" : ">=0.10.0"
2025-10-23 20:31:50 +02:00
}
},
2025-11-24 05:47:59 +01:00
"node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
2025-10-23 20:31:50 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-11-24 05:47:59 +01:00
"has-flag" : "^4.0.0"
2025-10-23 20:31:50 +02:00
},
"engines" : {
2025-11-24 05:47:59 +01:00
"node" : ">=8"
2025-10-23 20:31:50 +02:00
}
},
"node_modules/undici-types" : {
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz" ,
"integrity" : "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
}
}
}