{ "_args": [ [ "mdast-util-to-string@2.0.0", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "mdast-util-to-string@2.0.0", "_id": "mdast-util-to-string@2.0.0", "_inBundle": false, "_integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==", "_location": "/mdast-util-to-string", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mdast-util-to-string@2.0.0", "name": "mdast-util-to-string", "escapedName": "mdast-util-to-string", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/mdast-util-from-markdown", "/mdast-util-to-markdown" ], "_resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", "_spec": "2.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/syntax-tree/mdast-util-to-string/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "description": "mdast utility to get the plain text content of a node", "devDependencies": { "browserify": "^17.0.0", "dtslint": "^4.0.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", "xo": "^0.34.0" }, "files": [ "index.js", "types/index.d.ts" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "homepage": "https://github.com/syntax-tree/mdast-util-to-string#readme", "keywords": [ "unist", "mdast", "mdast-util", "util", "utility", "markdown", "node", "string", "serialize" ], "license": "MIT", "name": "mdast-util-to-string", "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-string.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . -s mdastUtilToString -o mdast-util-to-string.js", "build-mangle": "browserify . -s mdastUtilToString -o mdast-util-to-string.min.js -p tinyify", "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/index.d.ts", "version": "2.0.0", "xo": { "prettier": true, "esnext": false, "ignore": [ "mdast-util-to-string.js", "types/test.ts" ] } }