package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "escape-html@~1.0.3",
  6. "scope": null,
  7. "escapedName": "escape-html",
  8. "name": "escape-html",
  9. "rawSpec": "~1.0.3",
  10. "spec": ">=1.0.3 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/express"
  14. ]
  15. ],
  16. "_from": "escape-html@>=1.0.3 <1.1.0",
  17. "_id": "escape-html@1.0.3",
  18. "_inCache": true,
  19. "_location": "/escape-html",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "escape-html@~1.0.3",
  28. "scope": null,
  29. "escapedName": "escape-html",
  30. "name": "escape-html",
  31. "rawSpec": "~1.0.3",
  32. "spec": ">=1.0.3 <1.1.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/connect/finalhandler",
  37. "/express",
  38. "/finalhandler",
  39. "/send",
  40. "/serve-index",
  41. "/serve-static"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  44. "_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
  45. "_shrinkwrap": null,
  46. "_spec": "escape-html@~1.0.3",
  47. "_where": "/home/conte/data/reveal.js/node_modules/express",
  48. "bugs": {
  49. "url": "https://github.com/component/escape-html/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Escape string for use in HTML",
  53. "devDependencies": {
  54. "beautify-benchmark": "0.2.4",
  55. "benchmark": "1.0.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
  60. "tarball": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz"
  61. },
  62. "files": [
  63. "LICENSE",
  64. "Readme.md",
  65. "index.js"
  66. ],
  67. "gitHead": "7ac2ea3977fcac3d4c5be8d2a037812820c65f28",
  68. "homepage": "https://github.com/component/escape-html",
  69. "keywords": [
  70. "escape",
  71. "html",
  72. "utility"
  73. ],
  74. "license": "MIT",
  75. "maintainers": [
  76. {
  77. "name": "tjholowaychuk",
  78. "email": "tj@vision-media.ca"
  79. },
  80. {
  81. "name": "dougwilson",
  82. "email": "doug@somethingdoug.com"
  83. }
  84. ],
  85. "name": "escape-html",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/component/escape-html.git"
  91. },
  92. "scripts": {
  93. "bench": "node benchmark/index.js"
  94. },
  95. "version": "1.0.3"
  96. }