Files

72 lines
1.6 KiB
JSON
Raw Permalink Normal View History

{
"_from": "marked@>=0.3.5 <0.4.0",
"_id": "marked@0.3.6",
"_inBundle": false,
"_integrity": "sha512-gE75oL01YUIxaBqgeGBuNNd8u0L+H1N6xeW/s+O57o5EC31aPX1M1lD4W9eGyHFJGTwOgMkqzYODZ4yp5w20gQ==",
"_location": "/marked",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "marked@0.3.6",
"name": "marked",
"escapedName": "marked",
"rawSpec": "0.3.6",
"saveSpec": null,
"fetchSpec": "0.3.6"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
"_shasum": "b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7",
"_spec": "marked@0.3.6",
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
"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.6"
}