UNPKG

yaml-parser

Version:

YAML 1.2 parser and serializer

41 lines (40 loc) 976 B
{ "name": "yaml-parser", "version": "3.5.3", "description": "YAML 1.2 parser and serializer", "keywords": [ "yaml", "parser", "serializer", "pyyaml" ], "homepage": "https://github.com/floby/yaml-parser", "author": "Vladimir Zapparov <dervus.grim@gmail.com>", "contributors": [ "Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)", "Vitaly Puzrin <vitaly@rcdesign.ru> (https://github.com/puzrin)", "Martin Grenfell <martin.grenfell@gmail.com> (http://got-ravings.blogspot.com)", "Florent Jaby <florent.jaby@gmail.com>" ], "license": "MIT", "repository": "floby/yaml-parser", "files": [ "index.js", "lib/" ], "dependencies": { "esprima": "^2.6.0" }, "devDependencies": { "ansi": "*", "benchmark": "*", "codemirror": "^5.10.0", "eslint": "0.24.1", "eslint-plugin-nodeca": "^1.0.3", "istanbul": "*", "mocha": "*" }, "scripts": { "test": "make test" } }