mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
2.0 KiB
95 lines
2.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"marked",
|
|
"/Users/firedfox/git/node/tools/doc"
|
|
]
|
|
],
|
|
"_from": "marked@latest",
|
|
"_id": "marked@0.3.5",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/marked",
|
|
"_nodeVersion": "0.12.7",
|
|
"_npmUser": {
|
|
"email": "chjjeffrey@gmail.com",
|
|
"name": "chjj"
|
|
},
|
|
"_npmVersion": "2.13.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "marked",
|
|
"raw": "marked",
|
|
"rawSpec": "",
|
|
"scope": null,
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz",
|
|
"_shasum": "4113a15ac5d7bca158a5aae07224587b9fa15b94",
|
|
"_shrinkwrap": null,
|
|
"_spec": "marked",
|
|
"_where": "/Users/firedfox/git/node/tools/doc",
|
|
"author": {
|
|
"name": "Christopher Jeffrey"
|
|
},
|
|
"bin": {
|
|
"marked": "./bin/marked"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/chjj/marked/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "A markdown parser built for speed",
|
|
"devDependencies": {
|
|
"gulp": "^3.8.11",
|
|
"gulp-concat": "^2.5.2",
|
|
"gulp-uglify": "^1.1.0",
|
|
"markdown": "*",
|
|
"showdown": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "4113a15ac5d7bca158a5aae07224587b9fa15b94",
|
|
"tarball": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz"
|
|
},
|
|
"gitHead": "88ce4df47c4d994dc1b1df1477a21fb893e11ddc",
|
|
"homepage": "https://github.com/chjj/marked",
|
|
"keywords": [
|
|
"markdown",
|
|
"markup",
|
|
"html"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/marked.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "chjjeffrey@gmail.com",
|
|
"name": "chjj"
|
|
}
|
|
],
|
|
"man": [
|
|
"./man/marked.1"
|
|
],
|
|
"name": "marked",
|
|
"optionalDependencies": {},
|
|
"preferGlobal": true,
|
|
"readme": "ERROR: No README data found!",
|
|
"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.5"
|
|
}
|
|
|