UNPKG

json-parser-yaml-converter

Version:
40 lines 1.21 kB
name: @ull-esit-pl-2324/tfa-juan-rodriguez-suarez-alu0101477596 version: 0.5.3 type: module description: Enhanced JSON Parser with verbose error messagesa and JSON to YAML conversion main: ./src/index.js repository: https://github.com/ULL-ESIT-PL-2324/tfa-juan-rodriguez-suarez-alu0101477596.git bin: checkjson: ./bin/checkJson.js json2yaml: ./bin/json2yaml.js scripts: test: node --experimental-vm-modules node_modules/jest/bin/jest.js doc: documentation build src/**.js -f md -o docs/doc/README.md cov: c8 -o docs/cov node --experimental-vm-modules node_modules/jest/bin/jest.js docs:dev: vuepress dev docs/doc docs:build: vuepress build docs/doc compile: nearleyc src/jsonGrammar.ne -o src/grammar.js keywords: - ULL - parsing - AST - JSON - YAML author: alu0101477596 <alu0101477596@ull.edu.es> (https://juanrguezsu7.github.io/) license: ISC publishConfig: registry: https://npm.pkg.github.com dependencies: @ull-esit-pl-2324/lexer-generator-juan-rodriguez-suarez-alu0101477596: ^1.1.9 commander: ^12.0.0 devDependencies: c8: ^9.1.0 documentation: ^14.0.3 jest: ^29.7.0 nearley: ^2.20.1 vuepress: ^1.9.10 c8: reporter: - text - html dir: ./docs/cov