{
  "_args": [
    [
      "remark@12.0.0",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "remark@12.0.0",
  "_id": "remark@12.0.0",
  "_inBundle": false,
  "_integrity": "sha512-oX4lMIS0csgk8AEbzY0h2jdR0ngiCHOpwwpxjmRa5TqAkeknY+tkhjRJGZqnCmvyuWh55/0SW5WY3R3nn3PH9A==",
  "_location": "/remark",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "remark@12.0.0",
    "name": "remark",
    "escapedName": "remark",
    "rawSpec": "12.0.0",
    "saveSpec": null,
    "fetchSpec": "12.0.0"
  },
  "_requiredBy": [
    "/@stylelint/postcss-markdown"
  ],
  "_resolved": "https://registry.npmjs.org/remark/-/remark-12.0.0.tgz",
  "_spec": "12.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"
    }
  ],
  "dependencies": {
    "remark-parse": "^8.0.0",
    "remark-stringify": "^8.0.0",
    "unified": "^9.0.0"
  },
  "description": "Markdown processor powered by plugins part of the unified collective",
  "files": [
    "index.js",
    "types/index.d.ts"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "homepage": "https://remark.js.org",
  "keywords": [
    "unified",
    "remark",
    "markdown",
    "mdast",
    "abstract",
    "syntax",
    "tree",
    "ast",
    "parse",
    "stringify",
    "serialize",
    "compile",
    "process"
  ],
  "license": "MIT",
  "name": "remark",
  "repository": {
    "type": "git",
    "url": "https://github.com/remarkjs/remark/tree/master/packages/remark"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "types": "types/index.d.ts",
  "version": "12.0.0",
  "xo": false
}
