package.json 579 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "escape-html",
  3. "description": "Escape string for use in HTML",
  4. "version": "1.0.3",
  5. "license": "MIT",
  6. "keywords": [
  7. "escape",
  8. "html",
  9. "utility"
  10. ],
  11. "repository": "component/escape-html",
  12. "devDependencies": {
  13. "benchmark": "1.0.0",
  14. "beautify-benchmark": "0.2.4"
  15. },
  16. "files": [
  17. "LICENSE",
  18. "Readme.md",
  19. "index.js"
  20. ],
  21. "scripts": {
  22. "bench": "node benchmark/index.js"
  23. },
  24. "__npminstall_done": true,
  25. "_from": "escape-html@1.0.3",
  26. "_resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz"
  27. }