{ "_args": [ [ "remark-parse@9.0.0", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "remark-parse@9.0.0", "_id": "remark-parse@9.0.0", "_inBundle": false, "_integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==", "_location": "/remark-parse", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "remark-parse@9.0.0", "name": "remark-parse", "escapedName": "remark-parse", "rawSpec": "9.0.0", "saveSpec": null, "fetchSpec": "9.0.0" }, "_requiredBy": [ "/remark" ], "_resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz", "_spec": "9.0.0", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "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": { "mdast-util-from-markdown": "^0.8.0" }, "description": "remark plugin to parse 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", "abstract", "syntax", "tree", "ast", "parse" ], "license": "MIT", "name": "remark-parse", "repository": { "type": "git", "url": "https://github.com/remarkjs/remark/tree/main/packages/remark-parse" }, "scripts": { "test": "tape test.js" }, "types": "types/index.d.ts", "version": "9.0.0", "xo": false }