package.json 1.5 KB

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