mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.9 KiB
84 lines
1.9 KiB
{
|
|
"name": "js-yaml",
|
|
"version": "3.3.1",
|
|
"description": "YAML 1.2 parser and serializer",
|
|
"keywords": [
|
|
"yaml",
|
|
"parser",
|
|
"serializer",
|
|
"pyyaml"
|
|
],
|
|
"homepage": "https://github.com/nodeca/js-yaml",
|
|
"author": {
|
|
"name": "Dervus Grim",
|
|
"email": "dervus.grim@gmail.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Aleksey V Zapparov",
|
|
"email": "ixti@member.fsf.org",
|
|
"url": "http://www.ixti.net/"
|
|
},
|
|
{
|
|
"name": "Vitaly Puzrin",
|
|
"email": "vitaly@rcdesign.ru",
|
|
"url": "https://github.com/puzrin"
|
|
},
|
|
{
|
|
"name": "Martin Grenfell",
|
|
"email": "martin.grenfell@gmail.com",
|
|
"url": "http://got-ravings.blogspot.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/nodeca/js-yaml.git"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
},
|
|
"dependencies": {
|
|
"argparse": "~1.0.2",
|
|
"esprima": "~2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"ansi": "*",
|
|
"benchmark": "*",
|
|
"eslint": "0.18.0",
|
|
"eslint-plugin-nodeca": "^1.0.3",
|
|
"istanbul": "*",
|
|
"mocha": "*"
|
|
},
|
|
"browser": {
|
|
"buffer": false
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"gitHead": "c50f9936bd1e99d64a54d30400e377f4fda401c5",
|
|
"bugs": {
|
|
"url": "https://github.com/nodeca/js-yaml/issues"
|
|
},
|
|
"_id": "js-yaml@3.3.1",
|
|
"_shasum": "ca1acd3423ec275d12140a7bab51db015ba0b3c0",
|
|
"_from": "js-yaml@>=3.2.5 <4.0.0",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "vitaly",
|
|
"email": "vitaly@rcdesign.ru"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "vitaly",
|
|
"email": "vitaly@rcdesign.ru"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "ca1acd3423ec275d12140a7bab51db015ba0b3c0",
|
|
"tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-3.3.1.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.3.1.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|