From 70aa7a5cb9de83c0966985618d6e6d4d4400dd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sun, 9 Feb 2020 00:38:26 +0100 Subject: added images support to messages and removed npm and node modules dependency --- node_modules/xss/package.json | 92 ------------------------------------------- 1 file changed, 92 deletions(-) delete mode 100644 node_modules/xss/package.json (limited to 'node_modules/xss/package.json') diff --git a/node_modules/xss/package.json b/node_modules/xss/package.json deleted file mode 100644 index 8caf468..0000000 --- a/node_modules/xss/package.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "_from": "xss", - "_id": "xss@1.0.6", - "_inBundle": false, - "_integrity": "sha512-6Q9TPBeNyoTRxgZFk5Ggaepk/4vUOYdOsIUYvLehcsIZTFjaavbVnsuAkLA5lIFuug5hw8zxcB9tm01gsjph2A==", - "_location": "/xss", - "_phantomChildren": {}, - "_requested": { - "type": "tag", - "registry": true, - "raw": "xss", - "name": "xss", - "escapedName": "xss", - "rawSpec": "", - "saveSpec": null, - "fetchSpec": "latest" - }, - "_requiredBy": [ - "#USER", - "/" - ], - "_resolved": "https://registry.npmjs.org/xss/-/xss-1.0.6.tgz", - "_shasum": "eaf11e9fc476e3ae289944a1009efddd8a124b51", - "_spec": "xss", - "_where": "/home/cargova/projects/beziapp.github.io", - "author": { - "name": "Zongmin Lei", - "email": "leizongmin@gmail.com", - "url": "http://ucdok.com" - }, - "bin": { - "xss": "./bin/xss" - }, - "bugs": { - "url": "https://github.com/leizongmin/js-xss/issues" - }, - "bundleDependencies": false, - "dependencies": { - "commander": "^2.9.0", - "cssfilter": "0.0.10" - }, - "deprecated": false, - "description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist", - "devDependencies": { - "browserify": "^14.1.0", - "coveralls": "^3.0.0", - "debug": "^3.1.0", - "istanbul": "^0.4.3", - "mocha": "^4.0.1", - "uglify-js": "^3.0.14" - }, - "engines": { - "node": ">= 0.10.0" - }, - "files": [ - "lib", - "bin/xss", - "dist", - "typings/*.d.ts" - ], - "homepage": "https://github.com/leizongmin/js-xss", - "keywords": [ - "sanitization", - "xss", - "sanitize", - "sanitisation", - "input", - "security", - "escape", - "encode", - "filter", - "validator", - "html", - "injection", - "whitelist" - ], - "license": "MIT", - "main": "./lib/index.js", - "name": "xss", - "repository": { - "type": "git", - "url": "git://github.com/leizongmin/js-xss.git" - }, - "scripts": { - "build": "./bin/build", - "prepublish": "npm run test && npm run build", - "test": "export DEBUG=xss:* && mocha -t 5000", - "test-cov": "export DEBUG=xss:* && istanbul cover _mocha --report lcovonly -- -t 5000 -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" - }, - "typings": "./typings/xss.d.ts", - "version": "1.0.6" -} -- cgit v1.2.3