package.json 1.8 KB
{
  "_from": "js-yaml@~2.0.5",
  "_id": "js-yaml@2.0.5",
  "_inBundle": false,
  "_integrity": "sha1-olrmUJmZ6X3yeMZxnaEb0Gh3Q6g=",
  "_location": "/js-yaml",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "js-yaml@~2.0.5",
    "name": "js-yaml",
    "escapedName": "js-yaml",
    "rawSpec": "~2.0.5",
    "saveSpec": null,
    "fetchSpec": "~2.0.5"
  },
  "_requiredBy": [
    "/grunt"
  ],
  "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz",
  "_shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
  "_spec": "js-yaml@~2.0.5",
  "_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt",
  "author": {
    "name": "Dervus Grim",
    "email": "dervus@lavabit.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": "Martin Grenfell",
      "email": "martin.grenfell@gmail.com",
      "url": "http://got-ravings.blogspot.com"
    }
  ],
  "dependencies": {
    "argparse": "~ 0.1.11",
    "esprima": "~ 1.0.2"
  },
  "deprecated": false,
  "description": "YAML 1.2 parser and serializer",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": ">= 0.6.0"
  },
  "homepage": "https://github.com/nodeca/js-yaml",
  "keywords": [
    "yaml",
    "parser",
    "serializer",
    "pyyaml"
  ],
  "license": {
    "type": "MIT",
    "url": "https://github.com/nodeca/js-yaml/blob/master/LICENSE"
  },
  "main": "./index.js",
  "name": "js-yaml",
  "repository": {
    "type": "git",
    "url": "git://github.com/nodeca/js-yaml.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "2.0.5"
}