autocode-cli
Version:
code automation for every language, framework and platform
39 lines • 884 B
JSON
{
"name": "js-yaml",
"main": "dist/js-yaml.js",
"homepage": "https://github.com/nodeca/js-yaml",
"authors": [
"Dervus Grim <dervus.grim@gmail.com>",
"Vitaly Puzrin <vitaly@rcdesign.ru>",
"Aleksey V Zapparov <ixti@member.fsf.org>",
"Martin Grenfell <martin.grenfell@gmail.com>"
],
"description": "YAML 1.2 parser and serializer",
"keywords": [
"yaml",
"parser",
"serializer",
"pyyaml"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"benchmark",
"bower_components",
"test",
"Makefile",
"index*",
"package.json"
],
"version": "3.4.2",
"_release": "3.4.2",
"_resolution": {
"type": "version",
"tag": "3.4.2",
"commit": "cab39bb1065959e44f8fd48ad9ff637d1baf72c1"
},
"_source": "git://github.com/nodeca/js-yaml.git",
"_target": "3.4.2",
"_originalSource": "js-yaml"
}