package.json 2.0 KB

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