package.json
3.24 KB
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
120
121
122
123
124
125
126
127
128
129
130
{
"_args": [
[
"@mdx-js/mdx@1.5.5",
"C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project"
]
],
"_development": true,
"_from": "@mdx-js/mdx@1.5.5",
"_id": "@mdx-js/mdx@1.5.5",
"_inBundle": false,
"_integrity": "sha512-Xv1lJ+VWt8giWQrqf4GdIBxl08SfepfIWAnuuIzuR+wA59SaXDvkW6XFIvl8u495OQEB1eugMvq8l2XR8ZGr1A==",
"_location": "/@mdx-js/mdx",
"_phantomChildren": {
"@babel/code-frame": "7.8.3",
"@babel/generator": "7.8.4",
"@babel/helper-plugin-utils": "7.8.3",
"@babel/helpers": "7.8.4",
"@babel/parser": "7.8.4",
"@babel/template": "7.8.3",
"@babel/traverse": "7.8.4",
"@babel/types": "7.8.3",
"convert-source-map": "1.7.0",
"gensync": "1.0.0-beta.1",
"json5": "2.1.1",
"lodash": "4.17.15",
"ms": "2.1.2",
"resolve": "1.15.1",
"semver": "5.7.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@mdx-js/mdx@1.5.5",
"name": "@mdx-js/mdx",
"escapedName": "@mdx-js%2fmdx",
"scope": "@mdx-js",
"rawSpec": "1.5.5",
"saveSpec": null,
"fetchSpec": "1.5.5"
},
"_requiredBy": [
"/@storybook/codemod"
],
"_resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.5.5.tgz",
"_spec": "1.5.5",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project",
"author": {
"name": "John Otander",
"email": "johnotander@gmail.com",
"url": "http://johnotander.com"
},
"bugs": {
"url": "https://github.com/mdx-js/mdx/issues"
},
"contributors": [
{
"name": "John Otander",
"email": "johnotander@gmail.com",
"url": "http://johnotander.com"
},
{
"name": "Tim Neutkens",
"email": "tim@zeit.co"
},
{
"name": "Matija Marohnić",
"email": "matija.marohnic@gmail.com"
},
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
{
"name": "JounQin",
"email": "admin@1stg.me",
"url": "https://www.1stg.me"
}
],
"dependencies": {
"@babel/core": "7.8.0",
"@babel/plugin-syntax-jsx": "7.8.0",
"@babel/plugin-syntax-object-rest-spread": "7.8.0",
"@mdx-js/util": "^1.5.5",
"babel-plugin-apply-mdx-type-prop": "^1.5.5",
"babel-plugin-extract-import-names": "^1.5.5",
"camelcase-css": "2.0.1",
"detab": "2.0.2",
"hast-util-raw": "5.0.1",
"lodash.uniq": "4.5.0",
"mdast-util-to-hast": "6.0.2",
"remark-mdx": "^1.5.5",
"remark-parse": "7.0.2",
"remark-squeeze-paragraphs": "3.0.4",
"style-to-object": "0.3.0",
"unified": "8.4.2",
"unist-builder": "1.0.4",
"unist-util-visit": "2.0.1"
},
"description": "Parse MDX and transpile to JSX",
"files": [
"index.js",
"util.js",
"md-ast-to-mdx-ast.js",
"mdx-ast-to-mdx-hast.js",
"mdx-hast-to-jsx.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"gitHead": "7d428e2cee605db8e7642e3af0df91e0d96c3684",
"homepage": "https://mdxjs.com",
"keywords": [
"mdx",
"markdown",
"react",
"jsx",
"remark",
"mdxast"
],
"license": "MIT",
"name": "@mdx-js/mdx",
"repository": {
"type": "git",
"url": "git+https://github.com/mdx-js/mdx.git"
},
"version": "1.5.5"
}