blob: 6f0a508ac39222c4db2fc8f82f686b0c3e0d226f [file] [log] [blame]
{
"_from": "js-yaml@3.6.1",
"_id": "js-yaml@3.6.1",
"_inBundle": false,
"_integrity": "sha1-bl/mfYsgXOTSL60Ft3geja3MSzA=",
"_location": "/coveralls/js-yaml",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-yaml@3.6.1",
"name": "js-yaml",
"escapedName": "js-yaml",
"rawSpec": "3.6.1",
"saveSpec": null,
"fetchSpec": "3.6.1"
},
"_requiredBy": [
"/coveralls"
],
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz",
"_shasum": "6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30",
"_spec": "js-yaml@3.6.1",
"_where": "/Users/tripod/codez/cordova/cordova-osx/node_modules/coveralls",
"author": {
"name": "Vladimir Zapparov",
"email": "dervus.grim@gmail.com"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
},
"bugs": {
"url": "https://github.com/nodeca/js-yaml/issues"
},
"bundleDependencies": false,
"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.7",
"esprima": "^2.6.0"
},
"deprecated": false,
"description": "YAML 1.2 parser and serializer",
"devDependencies": {
"ansi": "*",
"benchmark": "*",
"browserify": "^13.0.0",
"codemirror": "^5.13.4",
"eslint": "^2.8.0",
"istanbul": "*",
"mocha": "*",
"uglify-js": "^2.6.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": {
"type": "git",
"url": "git+https://github.com/nodeca/js-yaml.git"
},
"scripts": {
"test": "make test"
},
"version": "3.6.1"
}