您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "escape-html@~1.0.3",
  5. "/var/www/noelle.codes/node/node_modules/express"
  6. ]
  7. ],
  8. "_from": "escape-html@>=1.0.3 <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.3",
  22. "rawSpec": "~1.0.3",
  23. "scope": null,
  24. "spec": ">=1.0.3 <1.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/express",
  29. "/finalhandler",
  30. "/send",
  31. "/serve-static"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  34. "_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
  35. "_shrinkwrap": null,
  36. "_spec": "escape-html@~1.0.3",
  37. "_where": "/var/www/noelle.codes/node/node_modules/express",
  38. "bugs": {
  39. "url": "https://github.com/component/escape-html/issues"
  40. },
  41. "dependencies": {},
  42. "description": "Escape string for use in HTML",
  43. "devDependencies": {
  44. "beautify-benchmark": "0.2.4",
  45. "benchmark": "1.0.0"
  46. },
  47. "directories": {},
  48. "dist": {
  49. "shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
  50. "tarball": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz"
  51. },
  52. "files": [
  53. "LICENSE",
  54. "Readme.md",
  55. "index.js"
  56. ],
  57. "gitHead": "7ac2ea3977fcac3d4c5be8d2a037812820c65f28",
  58. "homepage": "https://github.com/component/escape-html",
  59. "keywords": [
  60. "escape",
  61. "html",
  62. "utility"
  63. ],
  64. "license": "MIT",
  65. "maintainers": [
  66. {
  67. "name": "tjholowaychuk",
  68. "email": "tj@vision-media.ca"
  69. },
  70. {
  71. "name": "dougwilson",
  72. "email": "doug@somethingdoug.com"
  73. }
  74. ],
  75. "name": "escape-html",
  76. "optionalDependencies": {},
  77. "readme": "ERROR: No README data found!",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/component/escape-html.git"
  81. },
  82. "scripts": {
  83. "bench": "node benchmark/index.js"
  84. },
  85. "version": "1.0.3"
  86. }