API/api.medcify.app/node_modules/escape-goat/package.json
2022-09-26 11:41:44 +05:30

81 lines
1.7 KiB
JSON

{
"_args": [
[
"escape-goat@2.1.1",
"/var/www/api.medcify.app"
]
],
"_from": "escape-goat@2.1.1",
"_id": "escape-goat@2.1.1",
"_inBundle": false,
"_integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==",
"_location": "/escape-goat",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "escape-goat@2.1.1",
"name": "escape-goat",
"escapedName": "escape-goat",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/pupa"
],
"_resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "/var/www/api.medcify.app",
"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": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"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": "2.1.1"
}