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.
 
 
 
 

73 lines
1.6 KiB

{
"_from": "marked@^0.3.11",
"_id": "marked@0.3.12",
"_inBundle": false,
"_integrity": "sha512-k4NaW+vS7ytQn6MgJn3fYpQt20/mOgYM5Ft9BYMfQJDz2QT6yEeS9XJ8k2Nw8JTeWK/znPPW2n3UJGzyYEiMoA==",
"_location": "/marked",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "marked@^0.3.11",
"name": "marked",
"escapedName": "marked",
"rawSpec": "^0.3.11",
"saveSpec": null,
"fetchSpec": "^0.3.11"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.12.tgz",
"_shasum": "7cf25ff2252632f3fe2406bde258e94eee927519",
"_spec": "marked@^0.3.11",
"_where": "/home/hayek/proj/bcoin-org.github.io",
"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": {
"front-matter": "^2.3.0",
"glob-to-regexp": "0.3.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-uglify": "^1.1.0",
"markdown": "*",
"markdown-it": "*",
"showdown": "*"
},
"homepage": "https://github.com/chjj/marked",
"keywords": [
"markdown",
"markup",
"html"
],
"license": "MIT",
"main": "./lib/marked.js",
"man": [
"./man/marked.1"
],
"name": "marked",
"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.12"
}