package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "escape-html@^1.0.3",
  3. "_id": "escape-html@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  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. "/utility"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  27. "_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
  28. "_spec": "escape-html@^1.0.3",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\utility",
  30. "bugs": {
  31. "url": "https://github.com/component/escape-html/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Escape string for use in HTML",
  36. "devDependencies": {
  37. "beautify-benchmark": "0.2.4",
  38. "benchmark": "1.0.0"
  39. },
  40. "files": [
  41. "LICENSE",
  42. "Readme.md",
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/component/escape-html#readme",
  46. "keywords": [
  47. "escape",
  48. "html",
  49. "utility"
  50. ],
  51. "license": "MIT",
  52. "name": "escape-html",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/component/escape-html.git"
  56. },
  57. "scripts": {
  58. "bench": "node benchmark/index.js"
  59. },
  60. "version": "1.0.3"
  61. }