package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "escape-html@1.0.3",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "escape-html@1.0.3",
  9. "_id": "escape-html@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  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. "/koa"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "bugs": {
  31. "url": "https://github.com/component/escape-html/issues"
  32. },
  33. "description": "Escape string for use in HTML",
  34. "devDependencies": {
  35. "beautify-benchmark": "0.2.4",
  36. "benchmark": "1.0.0"
  37. },
  38. "files": [
  39. "LICENSE",
  40. "Readme.md",
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/component/escape-html#readme",
  44. "keywords": [
  45. "escape",
  46. "html",
  47. "utility"
  48. ],
  49. "license": "MIT",
  50. "name": "escape-html",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/component/escape-html.git"
  54. },
  55. "scripts": {
  56. "bench": "node benchmark/index.js"
  57. },
  58. "version": "1.0.3"
  59. }