{
  "_args": [
    [
      "xss-filters@1.2.7",
      "/var/www/html"
    ]
  ],
  "_development": true,
  "_from": "xss-filters@1.2.7",
  "_id": "xss-filters@1.2.7",
  "_inBundle": false,
  "_integrity": "sha1-Wfod4gHzby80cNysX1jMwoMLCpo=",
  "_location": "/xss-filters",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xss-filters@1.2.7",
    "name": "xss-filters",
    "escapedName": "xss-filters",
    "rawSpec": "1.2.7",
    "saveSpec": null,
    "fetchSpec": "1.2.7"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/xss-filters/-/xss-filters-1.2.7.tgz",
  "_spec": "1.2.7",
  "_where": "/var/www/html",
  "author": {
    "name": "Adonis Fung",
    "email": "adon@yahoo-inc.com"
  },
  "bugs": {
    "url": "https://github.com/yahoo/xss-filters/issues"
  },
  "contributors": [
    {
      "name": "Adonis Fung",
      "email": "adon@yahoo-inc.com"
    },
    {
      "name": "Nera Liu",
      "email": "neraliu@gmail.com"
    },
    {
      "name": "Albert Yu",
      "email": "yukinying@gmail.com"
    }
  ],
  "description": "Secure XSS Filters - Just sufficient output filtering to prevent XSS!",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "grunt": "^1.0.1",
    "grunt-browserify": "^5.0.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-jsdoc": "^2.1.0",
    "grunt-karma": "^2.0.0",
    "grunt-mocha-istanbul": "^5.0.2",
    "ink-docstrap": "^1.3.0",
    "istanbul": "^0.4.5",
    "karma": "^1.3.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.1.1",
    "karma-sauce-launcher": "^1.0.0",
    "mocha": "^3.0.2"
  },
  "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.7"
}
