{ "_from": "remark@^10.0.1", "_id": "remark@10.0.1", "_inBundle": false, "_integrity": "sha512-E6lMuoLIy2TyiokHprMjcWNJ5UxfGQjaMSMhV+f4idM625UjjK4j798+gPs5mfjzDE6vL0oFKVeZM6gZVSVrzQ==", "_location": "/remark", "_phantomChildren": { "@types/unist": "2.0.3", "@types/vfile": "3.0.2", "bail": "1.0.5", "collapse-white-space": "1.0.6", "extend": "3.0.2", "is-alphabetical": "1.0.4", "is-decimal": "1.0.4", "is-plain-obj": "1.1.0", "is-whitespace-character": "1.0.4", "is-word-character": "1.0.4", "markdown-escapes": "1.0.4", "parse-entities": "1.2.2", "repeat-string": "1.6.1", "replace-ext": "1.0.0", "state-toggle": "1.0.3", "trim": "0.0.1", "trim-trailing-lines": "1.1.3", "trough": "1.0.5", "unherit": "1.1.3", "unist-util-remove-position": "1.1.4", "unist-util-stringify-position": "1.1.2", "vfile-location": "2.0.6", "vfile-message": "1.1.1", "x-is-string": "0.1.0", "xtend": "4.0.2" }, "_requested": { "type": "range", "registry": true, "raw": "remark@^10.0.1", "name": "remark", "escapedName": "remark", "rawSpec": "^10.0.1", "saveSpec": null, "fetchSpec": "^10.0.1" }, "_requiredBy": [ "/postcss-markdown" ], "_resolved": "https://registry.npmjs.org/remark/-/remark-10.0.1.tgz", "_shasum": "3058076dc41781bf505d8978c291485fe47667df", "_spec": "remark@^10.0.1", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/postcss-markdown", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, "bugs": { "url": "https://github.com/remarkjs/remark/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": { "remark-parse": "^6.0.0", "remark-stringify": "^6.0.0", "unified": "^7.0.0" }, "deprecated": false, "description": "Markdown processor powered by plugins", "devDependencies": { "tape": "^4.9.1" }, "files": [ "index.js" ], "homepage": "https://remark.js.org", "keywords": [ "markdown", "abstract", "syntax", "tree", "ast", "parse", "stringify", "process" ], "license": "MIT", "name": "remark", "repository": { "type": "git", "url": "https://github.com/remarkjs/remark/tree/master/packages/remark" }, "scripts": { "test": "tape test.js" }, "version": "10.0.1", "xo": false }