{ "_args": [ [ "mdast-util-to-markdown@0.6.5", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "mdast-util-to-markdown@0.6.5", "_id": "mdast-util-to-markdown@0.6.5", "_inBundle": false, "_integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==", "_location": "/mdast-util-to-markdown", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mdast-util-to-markdown@0.6.5", "name": "mdast-util-to-markdown", "escapedName": "mdast-util-to-markdown", "rawSpec": "0.6.5", "saveSpec": null, "fetchSpec": "0.6.5" }, "_requiredBy": [ "/remark-stringify" ], "_resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz", "_spec": "0.6.5", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, "bugs": { "url": "https://github.com/syntax-tree/mdast-util-to-markdown/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": { "@types/unist": "^2.0.0", "longest-streak": "^2.0.0", "mdast-util-to-string": "^2.0.0", "parse-entities": "^2.0.0", "repeat-string": "^1.0.0", "zwitch": "^1.0.0" }, "description": "mdast utility to serialize markdown", "devDependencies": { "browserify": "^17.0.0", "dtslint": "^4.0.0", "mdast-util-from-markdown": "^0.8.0", "nyc": "^15.0.0", "prettier": "^2.0.0", "remark-cli": "^9.0.0", "remark-preset-wooorm": "^8.0.0", "tape": "^5.0.0", "tinyify": "^3.0.0", "unist-util-remove-position": "^3.0.0", "xo": "^0.37.0" }, "files": [ "index.js", "lib/", "types/index.d.ts" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "homepage": "https://github.com/syntax-tree/mdast-util-to-markdown#readme", "keywords": [ "unist", "mdast", "mdast-util", "util", "utility", "markdown", "markup", "serialize", "stringify", "compile", "syntax", "tree", "ast" ], "license": "MIT", "name": "mdast-util-to-markdown", "nyc": { "check-coverage": true, "lines": 100, "functions": 100, "branches": 100 }, "prettier": { "tabWidth": 2, "useTabs": false, "singleQuote": true, "bracketSpacing": false, "semi": false, "trailingComma": "none" }, "remarkConfig": { "plugins": [ "preset-wooorm" ] }, "repository": { "type": "git", "url": "git+https://github.com/syntax-tree/mdast-util-to-markdown.git" }, "scripts": { "build": "browserify . -s mdastUtilToMarkdown -p tinyify > mdast-util-to-markdown.min.js", "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix", "test": "npm run format && npm run build && npm run test-coverage && npm run test-types", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js", "test-types": "dtslint types" }, "types": "types", "version": "0.6.5", "xo": { "prettier": true, "esnext": false, "rules": { "complexity": "off", "unicorn/prefer-includes": "off" }, "ignores": [ "types/" ] } }