package.json 2.3 KB

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