Files
node/tools/doc/node_modules/marked/package.json
Richard Littauer 887e2327ee tools: fix gitignore for tools/doc/
PR-URL: https://github.com/nodejs/node/pull/17224
Fixes: https://github.com/nodejs/node/issues/17216
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2017-11-24 10:24:37 -05:00

72 lines
1.5 KiB
JSON

{
"_from": "marked@^0.3.5",
"_id": "marked@0.3.6",
"_inBundle": false,
"_integrity": "sha1-ssbGGPzOzk74bE/Gy4p8v1rtqNc=",
"_location": "/marked",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "marked@^0.3.5",
"name": "marked",
"escapedName": "marked",
"rawSpec": "^0.3.5",
"saveSpec": null,
"fetchSpec": "^0.3.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
"_shasum": "b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7",
"_spec": "marked@^0.3.5",
"_where": "/mnt/d/code/node-github-desktop/tools/doc",
"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"
}