package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "xss@^1.0.9",
  3. "_id": "xss@1.0.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==",
  6. "_location": "/xss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xss@^1.0.9",
  12. "name": "xss",
  13. "escapedName": "xss",
  14. "rawSpec": "^1.0.9",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.9"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/xss/-/xss-1.0.15.tgz",
  22. "_shasum": "96a0e13886f0661063028b410ed1b18670f4e59a",
  23. "_spec": "xss@^1.0.9",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "Zongmin Lei",
  27. "email": "leizongmin@gmail.com",
  28. "url": "http://ucdok.com"
  29. },
  30. "bin": {
  31. "xss": "bin/xss"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/leizongmin/js-xss/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "commander": "^2.20.3",
  39. "cssfilter": "0.0.10"
  40. },
  41. "deprecated": false,
  42. "description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
  43. "devDependencies": {
  44. "browserify": "^17.0.0",
  45. "coveralls": "^3.1.1",
  46. "debug": "^4.3.4",
  47. "eslint": "^8.16.0",
  48. "mocha": "^8.4.0",
  49. "nyc": "^15.1.0",
  50. "uglify-js": "^3.15.5"
  51. },
  52. "engines": {
  53. "node": ">= 0.10.0"
  54. },
  55. "files": [
  56. "lib",
  57. "bin/xss",
  58. "dist",
  59. "typings/*.d.ts"
  60. ],
  61. "homepage": "https://github.com/leizongmin/js-xss",
  62. "keywords": [
  63. "sanitization",
  64. "xss",
  65. "sanitize",
  66. "sanitisation",
  67. "input",
  68. "security",
  69. "escape",
  70. "encode",
  71. "filter",
  72. "validator",
  73. "html",
  74. "injection",
  75. "whitelist"
  76. ],
  77. "license": "MIT",
  78. "main": "./lib/index.js",
  79. "name": "xss",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/leizongmin/js-xss.git"
  83. },
  84. "scripts": {
  85. "build": "./bin/build",
  86. "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  87. "lint": "eslint lib/**",
  88. "prepublish": "npm run test && npm run build",
  89. "test": "export DEBUG=xss:* && mocha -t 5000",
  90. "test-cov": "nyc --reporter=lcov mocha --exit \"test/*.js\" && nyc report"
  91. },
  92. "typings": "./typings/xss.d.ts",
  93. "version": "1.0.15"
  94. }