You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
2.6 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "send@0.19.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "send@0.19.0",
  10. "_id": "send@0.19.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
  13. "_location": "/send",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "send@0.19.0",
  19. "name": "send",
  20. "escapedName": "send",
  21. "rawSpec": "0.19.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.19.0"
  24. },
  25. "_requiredBy": [
  26. "/express",
  27. "/serve-static"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/send/-/send-0.19.0.tgz",
  30. "_spec": "0.19.0",
  31. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  32. "author": {
  33. "name": "TJ Holowaychuk",
  34. "email": "tj@vision-media.ca"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/pillarjs/send/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Douglas Christopher Wilson",
  42. "email": "doug@somethingdoug.com"
  43. },
  44. {
  45. "name": "James Wyatt Cready",
  46. "email": "jcready@gmail.com"
  47. },
  48. {
  49. "name": "Jesús Leganés Combarro",
  50. "email": "piranna@gmail.com"
  51. }
  52. ],
  53. "dependencies": {
  54. "debug": "2.6.9",
  55. "depd": "2.0.0",
  56. "destroy": "1.2.0",
  57. "encodeurl": "~1.0.2",
  58. "escape-html": "~1.0.3",
  59. "etag": "~1.8.1",
  60. "fresh": "0.5.2",
  61. "http-errors": "2.0.0",
  62. "mime": "1.6.0",
  63. "ms": "2.1.3",
  64. "on-finished": "2.4.1",
  65. "range-parser": "~1.2.1",
  66. "statuses": "2.0.1"
  67. },
  68. "description": "Better streaming static file server with Range and conditional-GET support",
  69. "devDependencies": {
  70. "after": "0.8.2",
  71. "eslint": "7.32.0",
  72. "eslint-config-standard": "14.1.1",
  73. "eslint-plugin-import": "2.25.4",
  74. "eslint-plugin-markdown": "2.2.1",
  75. "eslint-plugin-node": "11.1.0",
  76. "eslint-plugin-promise": "5.2.0",
  77. "eslint-plugin-standard": "4.1.0",
  78. "mocha": "9.2.2",
  79. "nyc": "15.1.0",
  80. "supertest": "6.2.2"
  81. },
  82. "engines": {
  83. "node": ">= 0.8.0"
  84. },
  85. "files": [
  86. "HISTORY.md",
  87. "LICENSE",
  88. "README.md",
  89. "SECURITY.md",
  90. "index.js"
  91. ],
  92. "homepage": "https://github.com/pillarjs/send#readme",
  93. "keywords": [
  94. "static",
  95. "file",
  96. "server"
  97. ],
  98. "license": "MIT",
  99. "name": "send",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/pillarjs/send.git"
  103. },
  104. "scripts": {
  105. "lint": "eslint .",
  106. "test": "mocha --check-leaks --reporter spec --bail",
  107. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  108. "test-cov": "nyc --reporter=html --reporter=text npm test"
  109. },
  110. "version": "0.19.0"
  111. }