{ "name": "markdown-escape", "description": "escape Markdown control characters", "version": "2.0.0", "author": "Kyle E. Mitchell (https://kemitchell.com/)", "files": [ "index.js" ], "devDependencies": { "commonmark": "^0.30.0", "defence-cli": "^3.0.1", "replace-require-self": "^1.1.1", "standard": "^14.3.4" }, "keywords": [ "Markdown", "escape", "string" ], "license": "MIT", "repository": "kemitchell/markdown-escape.js", "scripts": { "lint": "standard", "test:readme": "defence -i javascript README.md | replace-require-self | node", "test:suite": "node test.js", "test": "npm run test:readme && npm run test:suite" } }