-
Notifications
You must be signed in to change notification settings - Fork 386
/
Copy pathpackage.json
106 lines (106 loc) · 2.77 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
{
"_args": [
[
{
"name": "gitbook-plugin-katex",
"raw": "gitbook-plugin-katex@1.1.4",
"rawSpec": "1.1.4",
"scope": null,
"spec": "1.1.4",
"type": "version"
},
"E:\\WEB\\leetcode"
]
],
"_from": "gitbook-plugin-katex@1.1.4",
"_id": "gitbook-plugin-katex@1.1.4",
"_inCache": true,
"_installable": true,
"_location": "/gitbook-plugin-katex",
"_nodeVersion": "8.1.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/gitbook-plugin-katex-1.1.4.tgz_1502894343416_0.2687492223922163"
},
"_npmUser": {
"email": "aaron.omullan@gmail.com",
"name": "aarono"
},
"_npmVersion": "5.0.3",
"_phantomChildren": {},
"_requested": {
"name": "gitbook-plugin-katex",
"raw": "gitbook-plugin-katex@1.1.4",
"rawSpec": "1.1.4",
"scope": null,
"spec": "1.1.4",
"type": "version"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/gitbook-plugin-katex/-/gitbook-plugin-katex-1.1.4.tgz",
"_shasum": "9d323efadd26c3408526c5c227ebdb4c1120d9ac",
"_shrinkwrap": null,
"_spec": "gitbook-plugin-katex@1.1.4",
"_where": "E:\\WEB\\leetcode",
"bugs": {
"url": "https://github.com/GitbookIO/plugin-katex/issues"
},
"dependencies": {
"katex": "0.7.1"
},
"description": "Math typesetting using KaTex into GitBook",
"devDependencies": {},
"directories": {},
"dist": {
"integrity": "sha512-eBDcI3Cq2ZJFTbqYu313pg+Xkmf7q8bQLKNJMj0ADFYJKGOFSKf5MvY3TscKDYp57eq/BcUfnH43VX9mdsqo8g==",
"shasum": "9d323efadd26c3408526c5c227ebdb4c1120d9ac",
"tarball": "https://registry.npmjs.org/gitbook-plugin-katex/-/gitbook-plugin-katex-1.1.4.tgz"
},
"engines": {
"gitbook": ">=2.0.0"
},
"gitHead": "85a5f11e6f400705b125bec87909b2ec6efb2822",
"homepage": "https://github.com/GitbookIO/plugin-katex",
"keywords": [
"math",
"latex"
],
"license": "Apache-2.0",
"main": "index.js",
"maintainers": [
{
"email": "samypesse@gmail.com",
"name": "samypesse"
},
{
"email": "hello@gabinaureche.com",
"name": "zhouzi"
},
{
"email": "soreine.plume@gmail.com",
"name": "soreine"
},
{
"email": "johan.preynat@gmail.com",
"name": "jpreynat"
},
{
"email": "aaron.omullan@gmail.com",
"name": "aarono"
},
{
"email": "contact@gitbook.com",
"name": "gitbook-bot"
}
],
"name": "gitbook-plugin-katex",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/GitbookIO/plugin-katex.git"
},
"version": "1.1.4"
}