UNPKG

743 BJSONView Raw
1{
2 "name": "xss-filters",
3 "version": "1.0.2",
4 "homepage": "https://github.com/yahoo/xss-filters",
5 "authors": [
6 "Nera Liu <neraliu@yahoo-inc.com>",
7 "Adonis Fung <adon@yahoo-inc.com>",
8 "Albert Yu <albertyu@yahoo-inc.com>"
9 ],
10 "description": "Just sufficient output filtering to prevent XSS",
11 "main": "dist/xss-filters.min.js",
12 "moduleType": [
13 "node"
14 ],
15 "keywords": [
16 "xss",
17 "output filter",
18 "sanitize",
19 "sanitise",
20 "escape",
21 "encode",
22 "filter",
23 "context-aware",
24 "context-sensitive",
25 "security",
26 "yahoo"
27 ],
28 "license": "BSD",
29 "ignore": [
30 "node_modules",
31 "bower_components",
32 "src",
33 "tests",
34 "artifacts",
35 "*.js",
36 "jsdoc.conf.json"
37 ]
38}