react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / js-yaml / package.json
80681 views{1"name": "js-yaml",2"version": "3.3.1",3"description": "YAML 1.2 parser and serializer",4"keywords": [5"yaml",6"parser",7"serializer",8"pyyaml"9],10"homepage": "https://github.com/nodeca/js-yaml",11"author": {12"name": "Dervus Grim",13"email": "[email protected]"14},15"contributors": [16{17"name": "Aleksey V Zapparov",18"email": "[email protected]",19"url": "http://www.ixti.net/"20},21{22"name": "Vitaly Puzrin",23"email": "[email protected]",24"url": "https://github.com/puzrin"25},26{27"name": "Martin Grenfell",28"email": "[email protected]",29"url": "http://got-ravings.blogspot.com"30}31],32"license": "MIT",33"repository": {34"type": "git",35"url": "git://github.com/nodeca/js-yaml.git"36},37"bin": {38"js-yaml": "bin/js-yaml.js"39},40"dependencies": {41"argparse": "~1.0.2",42"esprima": "~2.2.0"43},44"devDependencies": {45"ansi": "*",46"benchmark": "*",47"eslint": "0.18.0",48"eslint-plugin-nodeca": "^1.0.3",49"istanbul": "*",50"mocha": "*"51},52"browser": {53"buffer": false54},55"scripts": {56"test": "make test"57},58"gitHead": "c50f9936bd1e99d64a54d30400e377f4fda401c5",59"bugs": {60"url": "https://github.com/nodeca/js-yaml/issues"61},62"_id": "[email protected]",63"_shasum": "ca1acd3423ec275d12140a7bab51db015ba0b3c0",64"_from": "js-yaml@>=3.0.0 <4.0.0",65"_npmVersion": "1.4.28",66"_npmUser": {67"name": "vitaly",68"email": "[email protected]"69},70"maintainers": [71{72"name": "vitaly",73"email": "[email protected]"74}75],76"dist": {77"shasum": "ca1acd3423ec275d12140a7bab51db015ba0b3c0",78"tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-3.3.1.tgz"79},80"directories": {},81"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.3.1.tgz"82}838485