| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "marked", | 2 "name": "marked", |
| 3 "version": "0.3.3", | 3 "version": "0.3.3", |
| 4 "homepage": "https://github.com/chjj/marked", | 4 "homepage": "https://github.com/chjj/marked", |
| 5 "authors": [ | 5 "authors": [ |
| 6 "Christopher Jeffrey <chjjeffrey@gmail.com>" | 6 "Christopher Jeffrey <chjjeffrey@gmail.com>" |
| 7 ], | 7 ], |
| 8 "description": "A markdown parser built for speed", | 8 "description": "A markdown parser built for speed", |
| 9 "keywords": [ | 9 "keywords": [ |
| 10 "markdown", | 10 "markdown", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "test", | 21 "test", |
| 22 "tests" | 22 "tests" |
| 23 ], | 23 ], |
| 24 "_release": "0.3.3", | 24 "_release": "0.3.3", |
| 25 "_resolution": { | 25 "_resolution": { |
| 26 "type": "version", | 26 "type": "version", |
| 27 "tag": "v0.3.3", | 27 "tag": "v0.3.3", |
| 28 "commit": "2b5802f258c5e23e48366f2377fbb4c807f47658" | 28 "commit": "2b5802f258c5e23e48366f2377fbb4c807f47658" |
| 29 }, | 29 }, |
| 30 "_source": "git://github.com/chjj/marked.git", | 30 "_source": "git://github.com/chjj/marked.git", |
| 31 "_target": "*", | 31 "_target": "~0.3.3", |
| 32 "_originalSource": "marked" | 32 "_originalSource": "marked" |
| 33 } | 33 } |
| OLD | NEW |