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.
85 lines
1.9 KiB
85 lines
1.9 KiB
10 years ago
|
{
|
||
|
"name": "js-yaml",
|
||
|
"version": "3.3.0",
|
||
|
"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": "9cc570a50a767b08c3b0fcd0e61efec880aa7c11",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/nodeca/js-yaml/issues"
|
||
|
},
|
||
|
"_id": "js-yaml@3.3.0",
|
||
|
"_shasum": "cb6422d39168dbde419fecb7fd06fbe27ad56210",
|
||
|
"_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": "cb6422d39168dbde419fecb7fd06fbe27ad56210",
|
||
|
"tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-3.3.0.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.3.0.tgz",
|
||
|
"readme": "ERROR: No README data found!"
|
||
|
}
|