HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/xss/package.json
{
  "_from": "xss@^1.0.6",
  "_id": "xss@1.0.8",
  "_inBundle": false,
  "_integrity": "sha512-3MgPdaXV8rfQ/pNn16Eio6VXYPTkqwa0vc7GkiymmY/DqR1SE/7VPAAVZz1GJsJFrllMYO3RHfEaiUGjab6TNw==",
  "_location": "/xss",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xss@^1.0.6",
    "name": "xss",
    "escapedName": "xss",
    "rawSpec": "^1.0.6",
    "saveSpec": null,
    "fetchSpec": "^1.0.6"
  },
  "_requiredBy": [
    "/@apollographql/graphql-playground-html"
  ],
  "_resolved": "https://registry.npmjs.org/xss/-/xss-1.0.8.tgz",
  "_shasum": "32feb87feb74b3dcd3d404b7a68ababf10700535",
  "_spec": "xss@^1.0.6",
  "_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/@apollographql/graphql-playground-html",
  "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"
  },
  "bundleDependencies": false,
  "dependencies": {
    "commander": "^2.20.3",
    "cssfilter": "0.0.10"
  },
  "deprecated": false,
  "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",
    "mocha": "^6.2.3",
    "nyc": "^15.1.0",
    "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",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "prepublish": "npm run test && npm run build",
    "test": "export DEBUG=xss:* && mocha -t 5000",
    "test-cov": "nyc --reporter=lcov mocha --exit \"test/*.js\" && nyc report"
  },
  "typings": "./typings/xss.d.ts",
  "version": "1.0.8"
}