{
  "_from": "xss-filters@1.2.6",
  "_id": "xss-filters@1.2.6",
  "_inBundle": false,
  "_integrity": "sha1-aLOQicsd/4udvIiUhIObL1B/XFU=",
  "_location": "/xss-filters",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xss-filters@1.2.6",
    "name": "xss-filters",
    "escapedName": "xss-filters",
    "rawSpec": "1.2.6",
    "saveSpec": null,
    "fetchSpec": "1.2.6"
  },
  "_requiredBy": [
    "/xss-clean"
  ],
  "_resolved": "https://registry.npmjs.org/xss-filters/-/xss-filters-1.2.6.tgz",
  "_shasum": "68b39089cb1dff8b9dbc889484839b2f507f5c55",
  "_spec": "xss-filters@1.2.6",
  "_where": "/home/fasttype/nodevenv/api.fasttypemon.mn/12/lib/node_modules/xss-clean",
  "author": {
    "name": "Nera Liu",
    "email": "neraliu@yahoo-inc.com"
  },
  "bugs": {
    "url": "https://github.com/yahoo/xss-filters/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Nera Liu",
      "email": "neraliu@yahoo-inc.com"
    },
    {
      "name": "Adonis Fung",
      "email": "adon@yahoo-inc.com"
    },
    {
      "name": "Albert Yu",
      "email": "albertyu@yahoo-inc.com"
    }
  ],
  "deprecated": false,
  "description": "Secure XSS Filters - Just sufficient output filtering to prevent XSS!",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.8.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-copy": "^0.7.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-uglify": "^0.7.0",
    "grunt-jsdoc": "^0.5.8",
    "grunt-mocha-istanbul": "^2.4.0"
  },
  "homepage": "https://github.com/yahoo/xss-filters",
  "keywords": [
    "xss",
    "output filter",
    "sanitize",
    "sanitise",
    "escape",
    "encode",
    "filter",
    "context-aware",
    "context-sensitive",
    "security",
    "yahoo"
  ],
  "licenses": [
    {
      "type": "BSD",
      "url": "https://github.com/yahoo/xss-filters/blob/master/LICENSE"
    }
  ],
  "main": "src/xss-filters.js",
  "name": "xss-filters",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yahoo/xss-filters.git"
  },
  "scripts": {
    "build": "grunt",
    "clean": "grunt clean",
    "docs": "grunt docs",
    "hint": "grunt jshint",
    "test": "grunt test"
  },
  "version": "1.2.6"
}
