{
  "_from": "is-unsafe@^2.0.0",
  "_id": "is-unsafe@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-2LdV822R+wmI86unXA93WCFpL6g+av8ynWk0nrHyJqGop5VoocYsSLFgN8jrfalT6iGeLNM4KXuVSsULP53kEA==",
  "_location": "/is-unsafe",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-unsafe@^2.0.0",
    "name": "is-unsafe",
    "escapedName": "is-unsafe",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/fast-xml-parser"
  ],
  "_resolved": "https://registry.npmjs.org/is-unsafe/-/is-unsafe-2.0.0.tgz",
  "_shasum": "c0dce4e06742662dde26360160e414ea487da2e9",
  "_spec": "is-unsafe@^2.0.0",
  "_where": "/home/drmkononi/public_html/backend/node_modules/fast-xml-parser",
  "author": {
    "name": "Amit Gupta",
    "url": "https://solothought.work/"
  },
  "bugs": {
    "url": "https://github.com/NaturalIntelligence/is-unsafe/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Zero-dependency, DOM-free, pure predicate for detecting unsafe strings across HTML, XML, SVG, SQL, SHELL, and REGEX contexts",
  "devDependencies": {
    "jasmine": "^5.1.0"
  },
  "exports": {
    ".": {
      "import": "./src/index.js",
      "require": "./src/index.cjs"
    }
  },
  "files": [
    "src/",
    "README.md"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/NaturalIntelligence"
    }
  ],
  "homepage": "https://github.com/NaturalIntelligence/is-unsafe#readme",
  "keywords": [
    "xss",
    "sql-injection",
    "security",
    "safe",
    "predicate",
    "sanitizer",
    "xml",
    "svg",
    "html",
    "shell-injection",
    "redos",
    "unsafe",
    "validator",
    "log",
    "nosql"
  ],
  "license": "MIT",
  "main": "./src/index.js",
  "module": "./src/index.js",
  "name": "is-unsafe",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NaturalIntelligence/is-unsafe.git"
  },
  "scripts": {
    "test": "jasmine **/*.spec.js",
    "test:watch": "nodemon --exec 'npm test' --watch src --watch specs"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./src/index.d.ts",
  "version": "2.0.0"
}
