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.
typesetting/pitfall/pdfkit/node_modules/markdown/package.json

114 lines
2.5 KiB
JSON

{
"_args": [
[
{
"raw": "markdown@~0.5.0",
"scope": null,
"escapedName": "markdown",
"name": "markdown",
"rawSpec": "~0.5.0",
"spec": ">=0.5.0 <0.6.0",
"type": "range"
},
"/Users/MB/git/pdfkit"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "markdown@>=0.5.0 <0.6.0",
"_id": "markdown@0.5.0",
"_inCache": true,
"_location": "/markdown",
"_nodeVersion": "v0.6.14",
"_npmUser": {
"name": "ashb",
"email": "ash_npm@firemirror.com"
},
"_npmVersion": "1.1.16",
"_phantomChildren": {},
"_requested": {
"raw": "markdown@~0.5.0",
"scope": null,
"escapedName": "markdown",
"name": "markdown",
"rawSpec": "~0.5.0",
"spec": ">=0.5.0 <0.6.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/markdown/-/markdown-0.5.0.tgz",
"_shasum": "28205b565a8ae7592de207463d6637dc182722b2",
"_shrinkwrap": null,
"_spec": "markdown@~0.5.0",
"_where": "/Users/MB/git/pdfkit",
"bin": {
"md2html": "./bin/md2html.js"
},
"bugs": {
"url": "http://github.com/evilstreak/markdown-js/issues"
},
"contributors": [
{
"name": "Dominic Baggott",
"email": "dominic.baggott@gmail.com",
"url": "http://evilstreak.co.uk"
},
{
"name": "Ash Berlin",
"email": "ash_markdownjs@firemirror.com",
"url": "http://ashberlin.com"
}
],
"dependencies": {
"nopt": "~2.1.1"
},
"description": "A sensible Markdown parser for javascript",
"devDependencies": {
"tap": "~0.3.3"
},
"directories": {},
"dist": {
"shasum": "28205b565a8ae7592de207463d6637dc182722b2",
"tarball": "https://registry.npmjs.org/markdown/-/markdown-0.5.0.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/evilstreak/markdown-js#readme",
"keywords": [
"markdown",
"text processing",
"ast"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"main": "./lib/index.js",
"maintainers": [
{
"name": "ashb",
"email": "ash.berlin@gmail.com"
},
{
"name": "dom",
"email": "dominic.baggott@gmail.com"
}
],
"name": "markdown",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/evilstreak/markdown-js.git"
},
"scripts": {
"test": "tap ./test/*.t.js"
},
"version": "0.5.0"
}