package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "serve-static@~1.10.2",
  3. "_id": "serve-static@1.10.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-zlpuzTEB/tXsCYJ9rCKpwpv7BTU=",
  6. "_location": "/serve-static",
  7. "_phantomChildren": {
  8. "debug": "2.2.0",
  9. "destroy": "1.0.4",
  10. "escape-html": "1.0.3",
  11. "etag": "1.7.0",
  12. "fresh": "0.3.0",
  13. "http-errors": "1.3.1",
  14. "mime": "1.3.4",
  15. "ms": "0.7.1",
  16. "on-finished": "2.3.0",
  17. "range-parser": "1.0.3"
  18. },
  19. "_requested": {
  20. "type": "range",
  21. "registry": true,
  22. "raw": "serve-static@~1.10.2",
  23. "name": "serve-static",
  24. "escapedName": "serve-static",
  25. "rawSpec": "~1.10.2",
  26. "saveSpec": null,
  27. "fetchSpec": "~1.10.2"
  28. },
  29. "_requiredBy": [
  30. "/express"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.3.tgz",
  33. "_shasum": "ce5a6ecd3101fed5ec09827dac22a9c29bfb0535",
  34. "_spec": "serve-static@~1.10.2",
  35. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\express",
  36. "author": {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/expressjs/serve-static/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "escape-html": "~1.0.3",
  46. "parseurl": "~1.3.1",
  47. "send": "0.13.2"
  48. },
  49. "deprecated": false,
  50. "description": "Serve static files",
  51. "devDependencies": {
  52. "eslint": "2.11.1",
  53. "eslint-config-standard": "5.3.1",
  54. "eslint-plugin-promise": "1.3.1",
  55. "eslint-plugin-standard": "1.3.2",
  56. "istanbul": "0.4.3",
  57. "mocha": "2.5.3",
  58. "supertest": "1.1.0"
  59. },
  60. "engines": {
  61. "node": ">= 0.8.0"
  62. },
  63. "files": [
  64. "LICENSE",
  65. "HISTORY.md",
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/expressjs/serve-static#readme",
  69. "license": "MIT",
  70. "name": "serve-static",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/expressjs/serve-static.git"
  74. },
  75. "scripts": {
  76. "lint": "eslint **/*.js",
  77. "test": "mocha --reporter spec --bail --check-leaks test/",
  78. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  79. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  80. },
  81. "version": "1.10.3"
  82. }