package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "send@0.13.1",
  3. "_id": "send@0.13.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ow1fTILIqbrprQCh2bG9vm8Zntc=",
  6. "_location": "/send",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "send@0.13.1",
  12. "name": "send",
  13. "escapedName": "send",
  14. "rawSpec": "0.13.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.13.1"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/send/-/send-0.13.1.tgz",
  22. "_shasum": "a30d5f4c82c8a9bae9ad00a1d9b1bdbe6f199ed7",
  23. "_spec": "send@0.13.1",
  24. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\express",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/pillarjs/send/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. }
  38. ],
  39. "dependencies": {
  40. "debug": "~2.2.0",
  41. "depd": "~1.1.0",
  42. "destroy": "~1.0.4",
  43. "escape-html": "~1.0.3",
  44. "etag": "~1.7.0",
  45. "fresh": "0.3.0",
  46. "http-errors": "~1.3.1",
  47. "mime": "1.3.4",
  48. "ms": "0.7.1",
  49. "on-finished": "~2.3.0",
  50. "range-parser": "~1.0.3",
  51. "statuses": "~1.2.1"
  52. },
  53. "deprecated": false,
  54. "description": "Better streaming static file server with Range and conditional-GET support",
  55. "devDependencies": {
  56. "after": "0.8.1",
  57. "istanbul": "0.4.2",
  58. "mocha": "2.3.4",
  59. "supertest": "1.1.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.8.0"
  63. },
  64. "files": [
  65. "HISTORY.md",
  66. "LICENSE",
  67. "README.md",
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/pillarjs/send#readme",
  71. "keywords": [
  72. "static",
  73. "file",
  74. "server"
  75. ],
  76. "license": "MIT",
  77. "name": "send",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/pillarjs/send.git"
  81. },
  82. "scripts": {
  83. "test": "mocha --check-leaks --reporter spec --bail",
  84. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
  85. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
  86. },
  87. "version": "0.13.1"
  88. }