{
  "_from": "xss-clean@^0.1.1",
  "_id": "xss-clean@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-07poTYXM1SBUlj0BrWqzbWYtsaU=",
  "_location": "/xss-clean",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xss-clean@^0.1.1",
    "name": "xss-clean",
    "escapedName": "xss-clean",
    "rawSpec": "^0.1.1",
    "saveSpec": null,
    "fetchSpec": "^0.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/xss-clean/-/xss-clean-0.1.1.tgz",
  "_shasum": "d3ba684d85ccd52054963d01ad6ab36d662db1a5",
  "_spec": "xss-clean@^0.1.1",
  "_where": "/home/fasttype/nodevenv/api.fasttypemon.mn/12/lib",
  "author": {
    "name": "Jason Maurer",
    "email": "j@maur.co"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "bugs": {
    "url": "https://github.com/jsonmaur/xss-clean/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "xss-filters": "1.2.6"
  },
  "deprecated": false,
  "description": "middleware to sanitize user input",
  "devDependencies": {
    "babel-cli": "6.5.1",
    "babel-eslint": "5.0.0",
    "babel-preset-es2015": "6.5.0",
    "coveralls": "2.11.6",
    "eslint": "2.2.0",
    "eslint-config-google": "0.4.0",
    "eslint-config-xo": "0.11.0",
    "istanbul": "0.4.2",
    "tap-spec": "4.1.1",
    "tape": "4.4.0"
  },
  "homepage": "https://github.com/jsonmaur/xss-clean",
  "keywords": [
    "express",
    "restify",
    "connect",
    "middleware",
    "xss",
    "sanitize",
    "sanitization",
    "input",
    "clean",
    "cross",
    "site",
    "scripting",
    "security",
    "protect"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "xss-clean",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsonmaur/xss-clean.git"
  },
  "scripts": {
    "build": "babel src -d lib -s --no-comments",
    "coveralls": "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
    "lint": "eslint src",
    "prebuild": "rm -rf lib",
    "prepublish": "npm run build",
    "pretest": "npm outdated && npm run lint",
    "test": "istanbul cover tape -- tests/**/*.js | tap-spec"
  },
  "version": "0.1.1"
}
