| { |
| "author": "Vladimir Zapparov <dervus.grim@gmail.com>", |
| "bin": { |
| "js-yaml": "bin/js-yaml.js" |
| }, |
| "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)" |
| ], |
| "dependencies": { |
| "argparse": "^1.0.7", |
| "esprima": "^4.0.0" |
| }, |
| "description": "YAML 1.2 parser and serializer", |
| "devDependencies": { |
| "ansi": "^0.3.1", |
| "benchmark": "^2.1.4", |
| "browserify": "^16.2.2", |
| "codemirror": "^5.13.4", |
| "eslint": "^4.1.1", |
| "fast-check": "1.1.3", |
| "istanbul": "^0.4.5", |
| "mocha": "^5.2.0", |
| "uglify-js": "^3.0.1" |
| }, |
| "files": [ |
| "index.js", |
| "lib/", |
| "bin/", |
| "dist/" |
| ], |
| "homepage": "https://github.com/nodeca/js-yaml", |
| "keywords": [ |
| "yaml", |
| "parser", |
| "serializer", |
| "pyyaml" |
| ], |
| "license": "MIT", |
| "name": "js-yaml", |
| "repository": "nodeca/js-yaml", |
| "scripts": { |
| "test": "make test" |
| }, |
| "version": "3.13.1" |
| } |