1
0
Fork 0
arangodb/js/node/node_modules/marked/package.json

72 lines
1.6 KiB
JSON

{
"_from": "marked@0.3.7",
"_id": "marked@0.3.7",
"_inBundle": false,
"_integrity": "sha512-zBEP4qO1YQp5aXHt8S5wTiOv9i2X74V/LQL0zhUNvVaklt6Ywa6lChxIvS+ibYlCGgADwKwZFhjC3+XfpsvQvQ==",
"_location": "/marked",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "marked@0.3.7",
"name": "marked",
"escapedName": "marked",
"rawSpec": "0.3.7",
"saveSpec": null,
"fetchSpec": "0.3.7"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.7.tgz",
"_shasum": "80ef3bbf1bd00d1c9cfebe42ba1b8c85da258d0d",
"_spec": "marked@0.3.7",
"_where": "/home/pluma/projects/arangodb/arangodb/js/node",
"author": {
"name": "Christopher Jeffrey"
},
"bin": {
"marked": "./bin/marked"
},
"bugs": {
"url": "http://github.com/chjj/marked/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A markdown parser built for speed",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-uglify": "^1.1.0",
"markdown": "*",
"showdown": "*"
},
"homepage": "https://github.com/chjj/marked",
"keywords": [
"markdown",
"markup",
"html"
],
"license": "MIT",
"main": "./lib/marked.js",
"man": [
"./man/marked.1"
],
"name": "marked",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/chjj/marked.git"
},
"scripts": {
"bench": "node test --bench",
"test": "node test"
},
"tags": [
"markdown",
"markup",
"html"
],
"version": "0.3.7"
}