summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/xss/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/xss/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/xss/package.json91
1 files changed, 91 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/xss/package.json b/bin/wiki/ImportarDesdeURL/node_modules/xss/package.json
new file mode 100644
index 00000000..d302d810
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/xss/package.json
@@ -0,0 +1,91 @@
+{
+ "_from": "xss@~1.0.6",
+ "_id": "xss@1.0.6",
+ "_inBundle": false,
+ "_integrity": "sha512-6Q9TPBeNyoTRxgZFk5Ggaepk/4vUOYdOsIUYvLehcsIZTFjaavbVnsuAkLA5lIFuug5hw8zxcB9tm01gsjph2A==",
+ "_location": "/xss",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "xss@~1.0.6",
+ "name": "xss",
+ "escapedName": "xss",
+ "rawSpec": "~1.0.6",
+ "saveSpec": null,
+ "fetchSpec": "~1.0.6"
+ },
+ "_requiredBy": [
+ "/metascraper"
+ ],
+ "_resolved": "https://registry.npmjs.org/xss/-/xss-1.0.6.tgz",
+ "_shasum": "eaf11e9fc476e3ae289944a1009efddd8a124b51",
+ "_spec": "xss@~1.0.6",
+ "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/metascraper",
+ "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"
+}