package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. "C:\\Users\\Administrator\\Desktop\\answer\\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. "/express",
  37. "/finalhandler",
  38. "/send",
  39. "/serve-static"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  42. "_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
  43. "_shrinkwrap": null,
  44. "_spec": "escape-html@~1.0.3",
  45. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express",
  46. "bugs": {
  47. "url": "https://github.com/component/escape-html/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Escape string for use in HTML",
  51. "devDependencies": {
  52. "beautify-benchmark": "0.2.4",
  53. "benchmark": "1.0.0"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
  58. "tarball": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "Readme.md",
  63. "index.js"
  64. ],
  65. "gitHead": "7ac2ea3977fcac3d4c5be8d2a037812820c65f28",
  66. "homepage": "https://github.com/component/escape-html",
  67. "keywords": [
  68. "escape",
  69. "html",
  70. "utility"
  71. ],
  72. "license": "MIT",
  73. "maintainers": [
  74. {
  75. "name": "tjholowaychuk",
  76. "email": "tj@vision-media.ca"
  77. },
  78. {
  79. "name": "dougwilson",
  80. "email": "doug@somethingdoug.com"
  81. }
  82. ],
  83. "name": "escape-html",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/component/escape-html.git"
  89. },
  90. "scripts": {
  91. "bench": "node benchmark/index.js"
  92. },
  93. "version": "1.0.3"
  94. }