{
  "_args": [
    [
      "xss@1.0.7",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "xss@1.0.7",
  "_id": "xss@1.0.7",
  "_inBundle": false,
  "_integrity": "sha512-A9v7tblGvxu8TWXQC9rlpW96a+LN1lyw6wyhpTmmGW+FwRMactchBR3ROKSi33UPCUcUHSu8s9YP6F+K3Mw//w==",
  "_location": "/xss",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xss@1.0.7",
    "name": "xss",
    "escapedName": "xss",
    "rawSpec": "1.0.7",
    "saveSpec": null,
    "fetchSpec": "1.0.7"
  },
  "_requiredBy": [
    "/@apollographql/graphql-playground-html"
  ],
  "_resolved": "https://registry.npmjs.org/xss/-/xss-1.0.7.tgz",
  "_spec": "1.0.7",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Zongmin Lei",
    "email": "leizongmin@gmail.com",
    "url": "http://ucdok.com"
  },
  "bin": {
    "xss": "bin/xss"
  },
  "bugs": {
    "url": "https://github.com/leizongmin/js-xss/issues"
  },
  "dependencies": {
    "commander": "^2.20.3",
    "cssfilter": "0.0.10"
  },
  "description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
  "devDependencies": {
    "browserify": "^16.5.1",
    "coveralls": "^3.1.0",
    "debug": "^4.1.1",
    "istanbul": "^0.4.3",
    "mocha": "^6.2.3",
    "uglify-js": "^3.9.4"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "lib",
    "bin/xss",
    "dist",
    "typings/*.d.ts"
  ],
  "homepage": "https://github.com/leizongmin/js-xss",
  "keywords": [
    "sanitization",
    "xss",
    "sanitize",
    "sanitisation",
    "input",
    "security",
    "escape",
    "encode",
    "filter",
    "validator",
    "html",
    "injection",
    "whitelist"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "xss",
  "repository": {
    "type": "git",
    "url": "git://github.com/leizongmin/js-xss.git"
  },
  "scripts": {
    "build": "./bin/build",
    "prepublish": "npm run test && npm run build",
    "test": "export DEBUG=xss:* && mocha -t 5000",
    "test-cov": "export DEBUG=xss:* && istanbul cover _mocha --report lcovonly -- -t 5000 -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "typings": "./typings/xss.d.ts",
  "version": "1.0.7"
}
