forked from markedjs/marked
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 2.71 KB
/
package.json
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"_args": [
[
{
"raw": "zmarked",
"scope": null,
"escapedName": "zmarked",
"name": "zmarked",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/lisongfeng/Projects/qiwoo_fanyi"
]
],
"_cnpm_publish_time": 1491994553783,
"_from": "zmarked@latest",
"_hasShrinkwrap": false,
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/zmarked",
"_nodeVersion": "6.7.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/zmarked-0.1.1.tgz_1491994553524_0.6744092204608023"
},
"_npmUser": {
"name": "lisongfeng",
"email": "[email protected]"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "zmarked",
"scope": null,
"escapedName": "zmarked",
"name": "zmarked",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "http://registry.npm.taobao.org/zmarked/download/zmarked-0.1.1.tgz",
"_shasum": "55e6d6a34644a1a0a1c33684784ab37aacddfe37",
"_shrinkwrap": null,
"_spec": "zmarked",
"_where": "/Users/lisongfeng/Projects/qiwoo_fanyi",
"author": {
"name": "Songfeng Li"
},
"bin": {
"zmarked": "./bin/marked"
},
"bugs": {
"url": "http://github.com/cncuckoo/marked/issues"
},
"dependencies": {
"lexed" : "1.0.10"
},
"description": "A markdown parser and compiler based on marked. Extended for parse and compile sentences and subsentences.",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-uglify": "^1.1.0",
"markdown": "*",
"showdown": "*"
},
"directories": {
"parse-english" : "4.0.0",
"lexed" : "1.0.10"
},
"dist": {
"shasum": "55e6d6a34644a1a0a1c33684784ab37aacddfe37",
"size": 21630,
"noattachment": false,
"tarball": "http://registry.npm.taobao.org/zmarked/download/zmarked-0.1.1.tgz"
},
"gitHead": "1935ed15f353c084cb8431181d8604a43f34642f",
"homepage": "https://github.com/cncuckoo/marked",
"keywords": [
"markdown",
"markup",
"html"
],
"license": "MIT",
"main": "./lib/zmarked.js",
"maintainers": [
{
"name": "lisongfeng",
"email": "[email protected]"
}
],
"man": [
"./man/zmarked.1"
],
"name": "zmarked",
"optionalDependencies": {},
"preferGlobal": true,
"publish_time": 1491994553783,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/cncuckoo/marked.git"
},
"scripts": {
"bench": "node test --bench",
"test": "node test"
},
"tags": [
"markdown",
"markup",
"html"
],
"version": "0.1.4"
}