{
  "_args": [
    [
      "escape-goat@3.0.0",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "escape-goat@3.0.0",
  "_id": "escape-goat@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-w3PwNZJwRxlp47QGzhuEBldEqVHHhh8/tIPcl6ecf2Bou99cdAt0knihBV0Ecc7CGxYduXVBDheH1K2oADRlvw==",
  "_location": "/escape-goat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "escape-goat@3.0.0",
    "name": "escape-goat",
    "escapedName": "escape-goat",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/web-resource-inliner"
  ],
  "_resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/escape-goat/issues"
  },
  "description": "Escape a string for use in HTML or the inverse",
  "devDependencies": {
    "ava": "^2.4.0",
    "tsd": "^0.11.0",
    "xo": "^0.25.3"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/escape-goat#readme",
  "keywords": [
    "escape",
    "unescape",
    "html",
    "entity",
    "entities",
    "escaping",
    "sanitize",
    "sanitization",
    "utility",
    "template",
    "attribute",
    "value",
    "interpolate",
    "xss",
    "goat",
    "🐐"
  ],
  "license": "MIT",
  "name": "escape-goat",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/escape-goat.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "3.0.0"
}
