1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_args": [
- [
- "xss@1.0.11",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "xss@1.0.11",
- "_id": "xss@1.0.11",
- "_inBundle": false,
- "_integrity": "sha512-EimjrjThZeK2MO7WKR9mN5ZC1CSqivSl55wvUK5EtU6acf0rzEE1pN+9ZDrFXJ82BRp3JL38pPE6S4o/rpp1zQ==",
- "_location": "/xss",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "xss@1.0.11",
- "name": "xss",
- "escapedName": "xss",
- "rawSpec": "1.0.11",
- "saveSpec": null,
- "fetchSpec": "1.0.11"
- },
- "_requiredBy": [
- "/mavon-editor"
- ],
- "_resolved": "https://registry.npmmirror.com/xss/-/xss-1.0.11.tgz",
- "_spec": "1.0.11",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "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": "^17.0.0",
- "coveralls": "^3.1.0",
- "debug": "^4.1.1",
- "mocha": "^8.3.2",
- "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.11"
- }
|