UNPKG

marked-sanitizer-github

Version:
58 lines (57 loc) 1.59 kB
{ "name": "marked-sanitizer-github", "version": "1.0.1", "description": "HTML tag sanitizer for marked", "main": "index.js", "scripts": { "watch": "tsc -p . --pretty --watch", "tsc": "tsc -p . --pretty", "dts": "tsc -p . --pretty --declaration", "build": "npm run tsc", "ava": "ava 'test/*.js'", "nyc": "nyc --reporter=html --reporter=text ava 'test/*.js'", "test": "npm run tsc && npm run ava", "coverage": "npm run tsc && npm run nyc", "watch-test": "ava --watch 'test/*.js'", "lint": "tslint -p .", "prepublishOnly": "npm run build && npm run lint && npm run nyc && npm run dts" }, "repository": { "type": "git", "url": "git+https://github.com/rhysd/marked-sanitizer-github.git" }, "keywords": [ "marked", "markdown", "sanitize", "sanitizer", "html" ], "author": "rhysd <lin90162@yahoo.co.jp>", "license": "MIT", "bugs": { "url": "https://github.com/rhysd/marked-sanitizer-github/issues" }, "homepage": "https://github.com/rhysd/marked-sanitizer-github#readme", "devDependencies": { "@types/glob": "^7.1.2", "@types/he": "^1.1.1", "@types/html-void-elements": "^1.0.0", "@types/marked": "^0.7.4", "@types/sinon": "^9.0.4", "ava": "^3.9.0", "glob": "^7.1.6", "heredocument": "^2.0.2", "marked": "^0.3.17", "nyc": "^15.1.0", "sinon": "^9.0.2", "ts-node": "^8.10.2", "tslint": "^6.1.2", "typescript": "^3.9.5" }, "dependencies": { "he": "^1.2.0", "html-void-elements": "^1.0.5", "htmlparser2": "^4.1.0" } }