Name: js-handler/node_modules/nodeunit/node_modules/tap/node_modules/yamlish/package.json 
1:
{
2:
  "name": "yamlish",
3:
  "description": "Parser/encoder for the yamlish format",
4:
  "repository": {
5:
    "type": "git",
6:
    "url": "https://github.com/isaacs/yamlish"
7:
  },
8:
  "version": "0.0.5",
9:
  "main": "yamlish.js",
10:
  "keywords": [
11:
    "yaml",
12:
    "yamlish",
13:
    "test",
14:
    "anything",
15:
    "protocol",
16:
    "tap"
17:
  ],
18:
  "license": {
19:
    "type": "MIT",
20:
    "url": "http://github.com/isaacs/yamlish/raw/master/LICENSE"
21:
  },
22:
  "author": {
23:
    "name": "Isaac Z. Schlueter",
24:
    "email": "[email protected]",
25:
    "url": "http://blog.izs.me/"
26:
  },
27:
  "readme": "This is a thingie to parse the \"yamlish\" format used to serialize\nobjects in the TAP format.\n\nIt's like yaml, but just a tiny little bit smaller.\n\nUsage:\n\n    var yamlish = require(\"yamlish\")\n    // returns a string like:\n    /*\n    some:\n      object:\n        - full\n        - of\n    pretty: things\n    */\n    yamlish.encode({some:{object:[\"full\", \"of\"]}, pretty:\"things\"})\n\n    // returns the object\n    yamlish.decode(someYamlishString)\n",
28:
  "readmeFilename": "README.md",
29:
  "bugs": {
30:
    "url": "https://github.com/isaacs/yamlish/issues"
31:
  },
32:
  "_id": "[email protected]",
33:
  "dist": {
34:
    "shasum": "86c6c8e6b28b0827416dcc86f7419bba5610b57d"
35:
  },
36:
  "_from": "[email protected]*",
37:
  "_resolved": "https://registry.npmjs.org/yamlish/-/yamlish-0.0.5.tgz"
38:
}