package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "escape-html@~1.0.3",
  3. "_id": "escape-html@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
  6. "_location": "/escape-html",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "escape-html@~1.0.3",
  12. "name": "escape-html",
  13. "escapedName": "escape-html",
  14. "rawSpec": "~1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/finalhandler",
  21. "/send",
  22. "/serve-index",
  23. "/serve-static"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  26. "_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
  27. "_spec": "escape-html@~1.0.3",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\express",
  29. "bugs": {
  30. "url": "https://github.com/component/escape-html/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Escape string for use in HTML",
  35. "devDependencies": {
  36. "beautify-benchmark": "0.2.4",
  37. "benchmark": "1.0.0"
  38. },
  39. "files": [
  40. "LICENSE",
  41. "Readme.md",
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/component/escape-html#readme",
  45. "keywords": [
  46. "escape",
  47. "html",
  48. "utility"
  49. ],
  50. "license": "MIT",
  51. "name": "escape-html",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/component/escape-html.git"
  55. },
  56. "scripts": {
  57. "bench": "node benchmark/index.js"
  58. },
  59. "version": "1.0.3"
  60. }