租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.4 KiB

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