package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "send@0.16.2",
  3. "_id": "send@0.16.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==",
  6. "_location": "/send",
  7. "_phantomChildren": {
  8. "depd": "1.1.2",
  9. "inherits": "2.0.3"
  10. },
  11. "_requested": {
  12. "type": "version",
  13. "registry": true,
  14. "raw": "send@0.16.2",
  15. "name": "send",
  16. "escapedName": "send",
  17. "rawSpec": "0.16.2",
  18. "saveSpec": null,
  19. "fetchSpec": "0.16.2"
  20. },
  21. "_requiredBy": [
  22. "/express",
  23. "/serve-static"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz",
  26. "_shasum": "6ecca1e0f8c156d141597559848df64730a6bbc1",
  27. "_spec": "send@0.16.2",
  28. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\express",
  29. "author": {
  30. "name": "TJ Holowaychuk",
  31. "email": "tj@vision-media.ca"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/pillarjs/send/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Douglas Christopher Wilson",
  40. "email": "doug@somethingdoug.com"
  41. },
  42. {
  43. "name": "James Wyatt Cready",
  44. "email": "jcready@gmail.com"
  45. },
  46. {
  47. "name": "Jesús Leganés Combarro",
  48. "email": "piranna@gmail.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "debug": "2.6.9",
  53. "depd": "~1.1.2",
  54. "destroy": "~1.0.4",
  55. "encodeurl": "~1.0.2",
  56. "escape-html": "~1.0.3",
  57. "etag": "~1.8.1",
  58. "fresh": "0.5.2",
  59. "http-errors": "~1.6.2",
  60. "mime": "1.4.1",
  61. "ms": "2.0.0",
  62. "on-finished": "~2.3.0",
  63. "range-parser": "~1.2.0",
  64. "statuses": "~1.4.0"
  65. },
  66. "deprecated": false,
  67. "description": "Better streaming static file server with Range and conditional-GET support",
  68. "devDependencies": {
  69. "after": "0.8.2",
  70. "eslint": "3.19.0",
  71. "eslint-config-standard": "10.2.1",
  72. "eslint-plugin-import": "2.8.0",
  73. "eslint-plugin-markdown": "1.0.0-beta.6",
  74. "eslint-plugin-node": "5.2.1",
  75. "eslint-plugin-promise": "3.6.0",
  76. "eslint-plugin-standard": "3.0.1",
  77. "istanbul": "0.4.5",
  78. "mocha": "2.5.3",
  79. "supertest": "1.1.0"
  80. },
  81. "engines": {
  82. "node": ">= 0.8.0"
  83. },
  84. "files": [
  85. "HISTORY.md",
  86. "LICENSE",
  87. "README.md",
  88. "index.js"
  89. ],
  90. "homepage": "https://github.com/pillarjs/send#readme",
  91. "keywords": [
  92. "static",
  93. "file",
  94. "server"
  95. ],
  96. "license": "MIT",
  97. "name": "send",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/pillarjs/send.git"
  101. },
  102. "scripts": {
  103. "lint": "eslint --plugin markdown --ext js,md .",
  104. "test": "mocha --check-leaks --reporter spec --bail",
  105. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
  106. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
  107. },
  108. "version": "0.16.2"
  109. }