UNPKG

vue-safe-html

Version:

A Vue directive which renders sanitised HTML dynamically

58 lines (57 loc) 1.6 kB
{ "name": "vue-safe-html", "version": "3.0.1", "description": "A Vue directive which renders sanitised HTML dynamically", "type": "module", "main": "./dist/main.common.js", "module": "./dist/main.esm.js", "exports": { ".": { "import": "./dist/main.esm.js", "require": "./dist/main.common.js" } }, "repository": "git@github.com:ecosia/vue-safe-html.git", "author": "Ecosia GmbH <opensource@ecosia.org>", "contributors": [ "Emanuele Marchi (https://github.com/LostCrew)", "Jakub Fiala (https://github.com/jakubfiala)", "Markus Waitl (https://github.com/axlwaii)" ], "keywords": [ "vue", "directive", "safe", "html", "sanitize", "strip" ], "license": "SEE LICENSE IN 'LICENSE'", "scripts": { "lint": "eslint --ignore-path .gitignore .", "test:unit": "jest --maxWorkers=1", "test": "yarn test:unit", "build": "webpack", "prepublishOnly": "yarn build" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@vue/test-utils": "^1.1.2", "@vue/test-utils3": "npm:@vue/test-utils@2.0.0-rc.18", "@babel/eslint-parser": "^7.11.0", "babel-jest": "^27.3.1", "babel-loader": "^8.2.2", "eslint": "^7.17.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-compat": "^3.9.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-vue": "^7.4.1", "jest": "^26.6.3", "vue": "^2.6.11", "vue-template-compiler": "^2.6.12", "vue3": "npm:vue@3.2.26", "webpack": "^5.13.0", "webpack-cli": "^4.3.1" } }