| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/escape-goat/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/escape-goat/package.json |
{
"_from": "escape-goat@^4.0.0",
"_id": "escape-goat@4.0.0",
"_inBundle": false,
"_integrity": "sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==",
"_location": "/@google/gemini-cli/escape-goat",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "escape-goat@^4.0.0",
"name": "escape-goat",
"escapedName": "escape-goat",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/@google/gemini-cli/pupa"
],
"_resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-4.0.0.tgz",
"_shasum": "9424820331b510b0666b98f7873fe11ac4aa8081",
"_spec": "escape-goat@^4.0.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/pupa",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/escape-goat/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Escape a string for use in HTML or the inverse",
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"xo": "^0.38.2"
},
"engines": {
"node": ">=12"
},
"exports": "./index.js",
"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"
},
"type": "module",
"version": "4.0.0"
}