summaryrefslogtreecommitdiff
path: root/tools/doc/node_modules/marked/package.json
blob: 81ab0639d2b1dc44c2b9dfd9fe84ff8742f86260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
  "_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"
}