Bump the github-actions group with 2 updates (#130)
Bumps the github-actions group with 2 updates: actions/checkout and actions/setup-node.
Updates
actions/checkoutfrom 4.4.0 to 7.0.1Updates
actions/setup-nodefrom 4.4.0 to 7.0.0
updated-dependencies:
- dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions
- dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
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