package.json
1.74 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
{
"_args": [
[
"@mdx-js/util@1.5.5",
"C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project"
]
],
"_development": true,
"_from": "@mdx-js/util@1.5.5",
"_id": "@mdx-js/util@1.5.5",
"_inBundle": false,
"_integrity": "sha512-IudQkyZuM8T1CrSX9r0ShPXCABjtEtyrV4lxQqhKAwFqw1aYpy/5LOZhitMLoJTybZPVdPotuh+zjqYy9ZOSbA==",
"_location": "/@mdx-js/util",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@mdx-js/util@1.5.5",
"name": "@mdx-js/util",
"escapedName": "@mdx-js%2futil",
"scope": "@mdx-js",
"rawSpec": "1.5.5",
"saveSpec": null,
"fetchSpec": "1.5.5"
},
"_requiredBy": [
"/@mdx-js/mdx",
"/babel-plugin-apply-mdx-type-prop",
"/remark-mdx"
],
"_resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-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": "JounQin",
"email": "admin@1stg.me",
"url": "https://www.1stg.me"
}
],
"description": "Utilities for MDX libraries",
"files": [
"index.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/util",
"repository": {
"type": "git",
"url": "git+https://github.com/mdx-js/mdx.git"
},
"version": "1.5.5"
}