{ "_from": "hexo-renderer-marked@^4.0.0", "_id": "hexo-renderer-marked@4.1.0", "_inBundle": false, "_integrity": "sha512-WnDiqv++VqXoQPBPEtb0KD3jhgjQXzgNHUyFWFMPH5uC0cGUMXJOdf/QmvfCjGqjL14z0EnSTpoKXqssUb//yQ==", "_location": "/hexo-renderer-marked", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "hexo-renderer-marked@^4.0.0", "name": "hexo-renderer-marked", "escapedName": "hexo-renderer-marked", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/hexo-renderer-marked/-/hexo-renderer-marked-4.1.0.tgz", "_shasum": "332e9aaee75981d89ba4ab6e9f75ce35904e7780", "_spec": "hexo-renderer-marked@^4.0.0", "_where": "/var/www/AfterAales", "author": { "name": "Tommy Chen", "email": "tommy351@gmail.com", "url": "http://zespia.tw" }, "bugs": { "url": "https://github.com/hexojs/hexo-renderer-marked/issues" }, "bundleDependencies": false, "dependencies": { "dompurify": "^2.3.0", "hexo-util": "^2.5.0", "jsdom": "^16.7.0", "marked": "^2.1.3" }, "deprecated": false, "description": "Markdown renderer plugin for Hexo", "devDependencies": { "chai": "^4.2.0", "eslint": "^7.2.0", "eslint-config-hexo": "^4.1.0", "hexo": "^5.2.0", "mocha": "^9.0.3", "nyc": "^15.0.0" }, "directories": { "lib": "./lib" }, "engines": { "node": ">=10.13.0" }, "files": [ "lib", "index.js" ], "homepage": "https://github.com/hexojs/hexo-renderer-marked#readme", "keywords": [ "hexo", "markdown", "marked", "renderer" ], "license": "MIT", "main": "index", "maintainers": [ { "name": "Abner Chou", "email": "hi@abnerchou.me", "url": "http://abnerchou.me" } ], "name": "hexo-renderer-marked", "repository": { "type": "git", "url": "git+https://github.com/hexojs/hexo-renderer-marked.git" }, "scripts": { "eslint": "eslint .", "test": "mocha test/index.js", "test-cov": "nyc --reporter=lcovonly npm run test" }, "version": "4.1.0" }