package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "send@0.15.1",
  6. "scope": null,
  7. "escapedName": "send",
  8. "name": "send",
  9. "rawSpec": "0.15.1",
  10. "spec": "0.15.1",
  11. "type": "version"
  12. },
  13. "/home/tati/shared/especificos-web-V2/back/node_modules/express"
  14. ]
  15. ],
  16. "_from": "send@0.15.1",
  17. "_id": "send@0.15.1",
  18. "_inCache": true,
  19. "_location": "/send",
  20. "_nodeVersion": "4.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/send-0.15.1.tgz_1488683436582_0.6725058956071734"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "2.15.11",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "send@0.15.1",
  33. "scope": null,
  34. "escapedName": "send",
  35. "name": "send",
  36. "rawSpec": "0.15.1",
  37. "spec": "0.15.1",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/express",
  42. "/serve-static"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/send/-/send-0.15.1.tgz",
  45. "_shasum": "8a02354c26e6f5cca700065f5f0cdeba90ec7b5f",
  46. "_shrinkwrap": null,
  47. "_spec": "send@0.15.1",
  48. "_where": "/home/tati/shared/especificos-web-V2/back/node_modules/express",
  49. "author": {
  50. "name": "TJ Holowaychuk",
  51. "email": "tj@vision-media.ca"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/pillarjs/send/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Douglas Christopher Wilson",
  59. "email": "doug@somethingdoug.com"
  60. },
  61. {
  62. "name": "James Wyatt Cready",
  63. "email": "jcready@gmail.com"
  64. },
  65. {
  66. "name": "Jesús Leganés Combarro",
  67. "email": "piranna@gmail.com"
  68. }
  69. ],
  70. "dependencies": {
  71. "debug": "2.6.1",
  72. "depd": "~1.1.0",
  73. "destroy": "~1.0.4",
  74. "encodeurl": "~1.0.1",
  75. "escape-html": "~1.0.3",
  76. "etag": "~1.8.0",
  77. "fresh": "0.5.0",
  78. "http-errors": "~1.6.1",
  79. "mime": "1.3.4",
  80. "ms": "0.7.2",
  81. "on-finished": "~2.3.0",
  82. "range-parser": "~1.2.0",
  83. "statuses": "~1.3.1"
  84. },
  85. "description": "Better streaming static file server with Range and conditional-GET support",
  86. "devDependencies": {
  87. "after": "0.8.2",
  88. "eslint": "3.17.0",
  89. "eslint-config-standard": "7.0.0",
  90. "eslint-plugin-markdown": "1.0.0-beta.4",
  91. "eslint-plugin-promise": "3.5.0",
  92. "eslint-plugin-standard": "2.1.1",
  93. "istanbul": "0.4.5",
  94. "mocha": "2.5.3",
  95. "supertest": "1.1.0"
  96. },
  97. "directories": {},
  98. "dist": {
  99. "shasum": "8a02354c26e6f5cca700065f5f0cdeba90ec7b5f",
  100. "tarball": "https://registry.npmjs.org/send/-/send-0.15.1.tgz"
  101. },
  102. "engines": {
  103. "node": ">= 0.8.0"
  104. },
  105. "files": [
  106. "HISTORY.md",
  107. "LICENSE",
  108. "README.md",
  109. "index.js"
  110. ],
  111. "gitHead": "ea1748a3b3e00dbcbb0629cf368ced575c6ab7d6",
  112. "homepage": "https://github.com/pillarjs/send#readme",
  113. "keywords": [
  114. "static",
  115. "file",
  116. "server"
  117. ],
  118. "license": "MIT",
  119. "maintainers": [
  120. {
  121. "name": "dougwilson",
  122. "email": "doug@somethingdoug.com"
  123. }
  124. ],
  125. "name": "send",
  126. "optionalDependencies": {},
  127. "readme": "ERROR: No README data found!",
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/pillarjs/send.git"
  131. },
  132. "scripts": {
  133. "lint": "eslint --plugin markdown --ext js,md .",
  134. "test": "mocha --check-leaks --reporter spec --bail",
  135. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
  136. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
  137. },
  138. "version": "0.15.1"
  139. }