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/cssfilter/package.json | 77 ------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 node_modules/cssfilter/package.json (limited to 'node_modules/cssfilter/package.json') diff --git a/node_modules/cssfilter/package.json b/node_modules/cssfilter/package.json deleted file mode 100644 index 118566b..0000000 --- a/node_modules/cssfilter/package.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "_from": "cssfilter@0.0.10", - "_id": "cssfilter@0.0.10", - "_inBundle": false, - "_integrity": "sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=", - "_location": "/cssfilter", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "cssfilter@0.0.10", - "name": "cssfilter", - "escapedName": "cssfilter", - "rawSpec": "0.0.10", - "saveSpec": null, - "fetchSpec": "0.0.10" - }, - "_requiredBy": [ - "/xss" - ], - "_resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz", - "_shasum": "c6d2672632a2e5c83e013e6864a42ce8defd20ae", - "_spec": "cssfilter@0.0.10", - "_where": "/home/cargova/projects/beziapp.github.io/node_modules/xss", - "author": { - "name": "Zongmin Lei", - "email": "leizongmin@gmail.com" - }, - "bugs": { - "url": "https://github.com/leizongmin/js-css-filter/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "Sanitize untrusted CSS with a configuration specified by a Whitelist. 根据白名单过滤CSS", - "devDependencies": { - "blanket": "^1.1.6", - "browserify": "^13.1.1", - "coveralls": "^2.11.14", - "istanbul": "^0.4.5", - "mocha": "^3.1.2", - "should": "^11.1.1", - "uglify-js": "^2.7.4" - }, - "files": [ - "lib" - ], - "homepage": "https://github.com/leizongmin/js-css-filter", - "keywords": [ - "sanitization", - "xss", - "sanitize", - "sanitisation", - "input", - "security", - "escape", - "encode", - "filter", - "validator", - "html", - "css", - "injection", - "whitelist" - ], - "license": "MIT", - "main": "lib/index.js", - "name": "cssfilter", - "repository": { - "type": "git", - "url": "git+https://github.com/leizongmin/js-css-filter.git" - }, - "scripts": { - "build": "./build", - "prepublish": "npm run test && npm run build", - "test": "istanbul cover _mocha --report lcovonly -- -t 5000 -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" - }, - "version": "0.0.10" -} -- cgit v1.2.3