package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "escape-goat@^2.0.0",
  3. "_id": "escape-goat@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==",
  6. "_location": "/escape-goat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "escape-goat@^2.0.0",
  12. "name": "escape-goat",
  13. "escapedName": "escape-goat",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/pupa"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz",
  22. "_shasum": "1b2dc77003676c457ec760b2dc68edb648188675",
  23. "_spec": "escape-goat@^2.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\pupa",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/escape-goat/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Escape a string for use in HTML or the inverse",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/escape-goat#readme",
  49. "keywords": [
  50. "escape",
  51. "unescape",
  52. "html",
  53. "entity",
  54. "entities",
  55. "escaping",
  56. "sanitize",
  57. "sanitization",
  58. "utility",
  59. "template",
  60. "attribute",
  61. "value",
  62. "interpolate",
  63. "xss",
  64. "goat",
  65. "🐐"
  66. ],
  67. "license": "MIT",
  68. "name": "escape-goat",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/escape-goat.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd"
  75. },
  76. "version": "2.1.1"
  77. }