| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_from": "xss@^1.0.9",
- "_id": "xss@1.0.15",
- "_inBundle": false,
- "_integrity": "sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==",
- "_location": "/xss",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "xss@^1.0.9",
- "name": "xss",
- "escapedName": "xss",
- "rawSpec": "^1.0.9",
- "saveSpec": null,
- "fetchSpec": "^1.0.9"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/xss/-/xss-1.0.15.tgz",
- "_shasum": "96a0e13886f0661063028b410ed1b18670f4e59a",
- "_spec": "xss@^1.0.9",
- "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
- "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.20.3",
- "cssfilter": "0.0.10"
- },
- "deprecated": false,
- "description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
- "devDependencies": {
- "browserify": "^17.0.0",
- "coveralls": "^3.1.1",
- "debug": "^4.3.4",
- "eslint": "^8.16.0",
- "mocha": "^8.4.0",
- "nyc": "^15.1.0",
- "uglify-js": "^3.15.5"
- },
- "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",
- "lint": "eslint lib/**",
- "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.15"
- }
|