package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. "/send",
  20. "/serve-static"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  23. "_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
  24. "_spec": "escape-html@~1.0.3",
  25. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/serve-static",
  26. "bugs": {
  27. "url": "https://github.com/component/escape-html/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Escape string for use in HTML",
  32. "devDependencies": {
  33. "beautify-benchmark": "0.2.4",
  34. "benchmark": "1.0.0"
  35. },
  36. "files": [
  37. "LICENSE",
  38. "Readme.md",
  39. "index.js"
  40. ],
  41. "homepage": "https://github.com/component/escape-html#readme",
  42. "keywords": [
  43. "escape",
  44. "html",
  45. "utility"
  46. ],
  47. "license": "MIT",
  48. "name": "escape-html",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/component/escape-html.git"
  52. },
  53. "scripts": {
  54. "bench": "node benchmark/index.js"
  55. },
  56. "version": "1.0.3"
  57. }