{
  "_args": [
    [
      "remark-stringify@9.0.1",
      "/var/www/html/dev_photogram/photogram-web"
    ]
  ],
  "_development": true,
  "_from": "remark-stringify@9.0.1",
  "_id": "remark-stringify@9.0.1",
  "_inBundle": false,
  "_integrity": "sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==",
  "_location": "/remark-stringify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "remark-stringify@9.0.1",
    "name": "remark-stringify",
    "escapedName": "remark-stringify",
    "rawSpec": "9.0.1",
    "saveSpec": null,
    "fetchSpec": "9.0.1"
  },
  "_requiredBy": [
    "/remark"
  ],
  "_resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz",
  "_spec": "9.0.1",
  "_where": "/var/www/html/dev_photogram/photogram-web",
  "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": {
    "mdast-util-to-markdown": "^0.6.0"
  },
  "description": "remark plugin to compile Markdown",
  "files": [
    "index.js",
    "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/main/packages/remark-stringify"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "types": "types/index.d.ts",
  "version": "9.0.1",
  "xo": false
}
