fix: npm audit fix - update brace-expansion to fix moderate vulnerability (#119)
Agent-Logs-Url: https://github.com/microsoft/node-jsonc-parser/sessions/442fe483-119a-4a97-bc43-d842d938b63a
Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com Co-authored-by: rzhao271 7199958+rzhao271@users.noreply.github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
jsonc-parser
Scanner and parser for JSON with comments.
Why?
JSONC is JSON with JavaScript style comments. This node module provides a scanner and fault tolerant parser that can process JSONC but is also useful for standard JSON.
Installation
jsonc-parseris published as an ESM-only package.API
Scanner:
Parser:
Utilities:
License
(MIT License)
Copyright 2018, Microsoft