package.json 3.24 KB
{
  "_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"
}