| 1234567891011121314151617181920212223242526272829303132 | {  "name": "marked",  "homepage": "https://github.com/markedjs/marked",  "authors": [    "Christopher Jeffrey <chjjeffrey@gmail.com>"  ],  "description": "A markdown parser built for speed",  "keywords": [    "markdown",    "markup",    "html"  ],  "main": "lib/marked.cjs",  "license": "MIT",  "ignore": [    "**/.*",    "node_modules",    "bower_components",    "app/bower_components",    "test",    "tests"  ],  "_release": "b01ae92d1a",  "_resolution": {    "type": "branch",    "branch": "master",    "commit": "b01ae92d1a57cfda9f8dc82c11b152db3a77cc8d"  },  "_source": "https://github.com/chjj/marked.git",  "_target": "master",  "_originalSource": "git://github.com/chjj/marked.git"}
 |