Website/node_modules/js-yaml/package.json
2015-12-02 18:21:44 -05:00

117 lines
2.5 KiB
JSON

{
"_args": [
[
"js-yaml@^3.4.3",
"/Users/okennedy/Desktop/Website/node_modules/gray-matter"
]
],
"_from": "js-yaml@>=3.4.3 <4.0.0",
"_id": "js-yaml@3.4.6",
"_inCache": true,
"_installable": true,
"_location": "/js-yaml",
"_nodeVersion": "4.2.2",
"_npmUser": {
"email": "vitaly@rcdesign.ru",
"name": "vitaly"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "js-yaml",
"raw": "js-yaml@^3.4.3",
"rawSpec": "^3.4.3",
"scope": null,
"spec": ">=3.4.3 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/gray-matter"
],
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz",
"_shasum": "6be1b23f6249f53d293370fd4d1aaa63ce1b4eb0",
"_shrinkwrap": null,
"_spec": "js-yaml@^3.4.3",
"_where": "/Users/okennedy/Desktop/Website/node_modules/gray-matter",
"author": {
"email": "dervus.grim@gmail.com",
"name": "Vladimir Zapparov"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
},
"browser": {
"buffer": false
},
"bugs": {
"url": "https://github.com/nodeca/js-yaml/issues"
},
"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"
}
],
"dependencies": {
"argparse": "^1.0.2",
"esprima": "^2.6.0",
"inherit": "^2.2.2"
},
"description": "YAML 1.2 parser and serializer",
"devDependencies": {
"ansi": "*",
"benchmark": "*",
"eslint": "0.24.1",
"eslint-plugin-nodeca": "^1.0.3",
"istanbul": "*",
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "6be1b23f6249f53d293370fd4d1aaa63ce1b4eb0",
"tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz"
},
"files": [
"bin/",
"dist/",
"index.js",
"lib/"
],
"gitHead": "38f9b2e82e80a9a540a264ab8920344165a2018b",
"homepage": "https://github.com/nodeca/js-yaml",
"keywords": [
"parser",
"pyyaml",
"serializer",
"yaml"
],
"license": "MIT",
"maintainers": [
{
"name": "vitaly",
"email": "vitaly@rcdesign.ru"
}
],
"name": "js-yaml",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/nodeca/js-yaml.git"
},
"scripts": {
"test": "make test"
},
"version": "3.4.6"
}