{ "_from": "mdast-util-to-string@^1.0.5", "_id": "mdast-util-to-string@1.0.6", "_inBundle": false, "_integrity": "sha512-868pp48gUPmZIhfKrLbaDneuzGiw3OTDjHc5M1kAepR2CWBJ+HpEsm252K4aXdiP5coVZaJPOqGtVU6Po8xnXg==", "_location": "/mdast-util-to-string", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "mdast-util-to-string@^1.0.5", "name": "mdast-util-to-string", "escapedName": "mdast-util-to-string", "rawSpec": "^1.0.5", "saveSpec": null, "fetchSpec": "^1.0.5" }, "_requiredBy": [ "/gatsby-transformer-remark", "/mdast-util-toc" ], "_resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.6.tgz", "_shasum": "7d85421021343b33de1552fc71cb8e5b4ae7536d", "_spec": "mdast-util-to-string@^1.0.5", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-transformer-remark", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, "bugs": { "url": "https://github.com/syntax-tree/mdast-util-to-string/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": {}, "deprecated": false, "description": "Utility to get the plain text content of a node", "devDependencies": { "browserify": "^16.0.0", "nyc": "^14.0.0", "prettier": "^1.0.0", "remark-cli": "^6.0.0", "remark-preset-wooorm": "^5.0.0", "tape": "^4.4.0", "tinyify": "^2.0.0", "xo": "^0.24.0" }, "files": [ "index.js" ], "homepage": "https://github.com/syntax-tree/mdast-util-to-string#readme", "keywords": [ "mdast", "markdown", "node", "to", "string", "util", "utility" ], "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 > mdast-util-to-string.js", "build-mangle": "browserify . -s mdastUtilToString -p tinyify > mdast-util-to-string.min.js", "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", "test": "npm run format && npm run build && npm run test-coverage", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js" }, "version": "1.0.6", "xo": { "prettier": true, "esnext": false, "ignore": [ "mdast-util-to-string.js" ] } }