You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
743 B
JSON
35 lines
743 B
JSON
10 years ago
|
{
|
||
|
"name": "commonmark",
|
||
|
"main": "dist/commonmark.js",
|
||
|
"homepage": "https://github.com/jgm/commonmark.js",
|
||
|
"description": "CommonMark parsing and rendering library",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"lib",
|
||
|
"bin",
|
||
|
"test",
|
||
|
"tools",
|
||
|
"bench",
|
||
|
"Makefile",
|
||
|
"README.md",
|
||
|
"dingus.html",
|
||
|
"eslint.json",
|
||
|
"package.json"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"markdown",
|
||
|
"commonmark"
|
||
|
],
|
||
|
"version": "0.17.1",
|
||
|
"_release": "0.17.1",
|
||
|
"_resolution": {
|
||
|
"type": "version",
|
||
|
"tag": "0.17.1",
|
||
|
"commit": "d89adcd2ba20845b6e5e9f0f8814ce6c43dbd3c8"
|
||
|
},
|
||
|
"_source": "git://github.com/jgm/commonmark.js.git",
|
||
|
"_target": "~0.17.1",
|
||
|
"_originalSource": "commonmark",
|
||
|
"_direct": true
|
||
|
}
|