package.json 1.5 KB

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