{
  "_args": [
    [
      "remark-parse@8.0.1",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "remark-parse@8.0.1",
  "_id": "remark-parse@8.0.1",
  "_inBundle": false,
  "_integrity": "sha512-Ye/5W57tdQZWsfkuVyRq9SUWRgECHnDsMuyUMzdSKpTbNPkZeGtoYfsrkeSi4+Xyl0mhcPPddHITXPcCPHrl3w==",
  "_location": "/remark-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "remark-parse@8.0.1",
    "name": "remark-parse",
    "escapedName": "remark-parse",
    "rawSpec": "8.0.1",
    "saveSpec": null,
    "fetchSpec": "8.0.1"
  },
  "_requiredBy": [
    "/remark"
  ],
  "_resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.1.tgz",
  "_spec": "8.0.1",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/remarkjs/remark/issues"
  },
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    },
    {
      "name": "Eugene Sharygin",
      "email": "eush77@gmail.com"
    },
    {
      "name": "Junyoung Choi",
      "email": "fluke8259@gmail.com"
    },
    {
      "name": "Elijah Hamovitz",
      "email": "elijahhamovitz@gmail.com"
    },
    {
      "name": "Ika",
      "email": "ikatyang@gmail.com"
    }
  ],
  "dependencies": {
    "ccount": "^1.0.0",
    "collapse-white-space": "^1.0.2",
    "is-alphabetical": "^1.0.0",
    "is-decimal": "^1.0.0",
    "is-whitespace-character": "^1.0.0",
    "is-word-character": "^1.0.0",
    "markdown-escapes": "^1.0.0",
    "parse-entities": "^2.0.0",
    "repeat-string": "^1.5.4",
    "state-toggle": "^1.0.0",
    "trim": "0.0.1",
    "trim-trailing-lines": "^1.0.0",
    "unherit": "^1.0.4",
    "unist-util-remove-position": "^2.0.0",
    "vfile-location": "^3.0.0",
    "xtend": "^4.0.1"
  },
  "description": "remark plugin to parse Markdown",
  "files": [
    "index.js",
    "lib",
    "types/index.d.ts"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "homepage": "https://remark.js.org",
  "keywords": [
    "unified",
    "remark",
    "remark-plugin",
    "plugin",
    "markdown",
    "mdast",
    "abstract",
    "syntax",
    "tree",
    "ast",
    "parse"
  ],
  "license": "MIT",
  "name": "remark-parse",
  "repository": {
    "type": "git",
    "url": "https://github.com/remarkjs/remark/tree/master/packages/remark-parse"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "types": "types/index.d.ts",
  "version": "8.0.1",
  "xo": false
}
