package.json 3.5 KB

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