{ "_args": [ [ "xss@1.0.8", "D:\\Hjm项目\\TransFlow" ] ], "_from": "xss@1.0.8", "_id": "xss@1.0.8", "_inBundle": false, "_integrity": "sha1-Mv64f+t0s9zT1AS3poq6vxBwBTU=", "_location": "/xss", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "xss@1.0.8", "name": "xss", "escapedName": "xss", "rawSpec": "1.0.8", "saveSpec": null, "fetchSpec": "1.0.8" }, "_requiredBy": [ "/mavon-editor" ], "_resolved": "https://registry.npm.taobao.org/xss/download/xss-1.0.8.tgz?cache=0&sync_timestamp=1595841948790&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fxss%2Fdownload%2Fxss-1.0.8.tgz", "_spec": "1.0.8", "_where": "D:\\Hjm项目\\TransFlow", "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" }, "dependencies": { "commander": "^2.20.3", "cssfilter": "0.0.10" }, "description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist", "devDependencies": { "browserify": "^16.5.1", "coveralls": "^3.1.0", "debug": "^4.1.1", "mocha": "^6.2.3", "nyc": "^15.1.0", "uglify-js": "^3.9.4" }, "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", "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "prepublish": "npm run test && npm run build", "test": "export DEBUG=xss:* && mocha -t 5000", "test-cov": "nyc --reporter=lcov mocha --exit \"test/*.js\" && nyc report" }, "typings": "./typings/xss.d.ts", "version": "1.0.8" }