vue-carousel-3d
Version:
Beautiful, flexible and touch supported 3D Carousel for Vue.js
90 lines (89 loc) • 2.15 kB
JSON
{
"_from": "markdown@~0.5.0",
"_id": "markdown@0.5.0",
"_inBundle": false,
"_integrity": "sha1-KCBbVlqK51kt4gdGPWY33BgnIrI=",
"_location": "/markdown",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "markdown@~0.5.0",
"name": "markdown",
"escapedName": "markdown",
"rawSpec": "~0.5.0",
"saveSpec": null,
"fetchSpec": "~0.5.0"
},
"_requiredBy": [
"/swig-extras"
],
"_resolved": "https://registry.npmjs.org/markdown/-/markdown-0.5.0.tgz",
"_shasum": "28205b565a8ae7592de207463d6637dc182722b2",
"_spec": "markdown@~0.5.0",
"_where": "/Users/vladimirbujanovic/Projects/vue-carousel-3d-component/vue-carousel-3d/docs/node_modules/swig-extras",
"bin": {
"md2html": "bin/md2html.js"
},
"bugs": {
"url": "http://github.com/evilstreak/markdown-js/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"description": "A sensible Markdown parser for javascript",
"devDependencies": {
"tap": "~0.3.3"
},
"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": "Dominic Baggott",
"email": "dominic.baggott@gmail.com",
"url": "http://evilstreak.co.uk"
},
{
"name": "Ash Berlin",
"email": "ash_markdownjs@firemirror.com",
"url": "http://ashberlin.com"
}
],
"name": "markdown",
"repository": {
"type": "git",
"url": "git://github.com/evilstreak/markdown-js.git"
},
"scripts": {
"test": "tap ./test/*.t.js"
},
"version": "0.5.0"
}