{
  "_args": [
    [
      "remark-stringify@8.0.0",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "remark-stringify@8.0.0",
  "_id": "remark-stringify@8.0.0",
  "_inBundle": false,
  "_integrity": "sha512-cABVYVloFH+2ZI5bdqzoOmemcz/ZuhQSH6W6ZNYnLojAUUn3xtX7u+6BpnYp35qHoGr2NFBsERV14t4vCIeW8w==",
  "_location": "/remark-stringify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "remark-stringify@8.0.0",
    "name": "remark-stringify",
    "escapedName": "remark-stringify",
    "rawSpec": "8.0.0",
    "saveSpec": null,
    "fetchSpec": "8.0.0"
  },
  "_requiredBy": [
    "/remark"
  ],
  "_resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-8.0.0.tgz",
  "_spec": "8.0.0",
  "_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"
    }
  ],
  "dependencies": {
    "ccount": "^1.0.0",
    "is-alphanumeric": "^1.0.0",
    "is-decimal": "^1.0.0",
    "is-whitespace-character": "^1.0.0",
    "longest-streak": "^2.0.1",
    "markdown-escapes": "^1.0.0",
    "markdown-table": "^2.0.0",
    "mdast-util-compact": "^2.0.0",
    "parse-entities": "^2.0.0",
    "repeat-string": "^1.5.4",
    "state-toggle": "^1.0.0",
    "stringify-entities": "^3.0.0",
    "unherit": "^1.0.4",
    "xtend": "^4.0.1"
  },
  "description": "remark plugin to compile 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",
    "markdown",
    "abstract",
    "syntax",
    "tree",
    "ast",
    "stringify",
    "serialize",
    "compile"
  ],
  "license": "MIT",
  "name": "remark-stringify",
  "repository": {
    "type": "git",
    "url": "https://github.com/remarkjs/remark/tree/master/packages/remark-stringify"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "types": "types/index.d.ts",
  "version": "8.0.0",
  "xo": false
}
