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.

120 lines
2.9 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "send@0.10.1",
  6. "scope": null,
  7. "escapedName": "send",
  8. "name": "send",
  9. "rawSpec": "0.10.1",
  10. "spec": "0.10.1",
  11. "type": "version"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
  14. ]
  15. ],
  16. "_from": "send@0.10.1",
  17. "_id": "send@0.10.1",
  18. "_inCache": true,
  19. "_location": "/send",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.21",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "send@0.10.1",
  28. "scope": null,
  29. "escapedName": "send",
  30. "name": "send",
  31. "rawSpec": "0.10.1",
  32. "spec": "0.10.1",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/express",
  37. "/serve-static"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/send/-/send-0.10.1.tgz",
  40. "_shasum": "7745c50ec72f115115980e8fb179aec01900e08a",
  41. "_shrinkwrap": null,
  42. "_spec": "send@0.10.1",
  43. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
  44. "author": {
  45. "name": "TJ Holowaychuk",
  46. "email": "tj@vision-media.ca"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/tj/send/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Douglas Christopher Wilson",
  54. "email": "doug@somethingdoug.com"
  55. }
  56. ],
  57. "dependencies": {
  58. "debug": "~2.1.0",
  59. "depd": "~1.0.0",
  60. "destroy": "1.0.3",
  61. "escape-html": "1.0.1",
  62. "etag": "~1.5.0",
  63. "fresh": "0.2.4",
  64. "mime": "1.2.11",
  65. "ms": "0.6.2",
  66. "on-finished": "~2.1.1",
  67. "range-parser": "~1.0.2"
  68. },
  69. "description": "Better streaming static file server with Range and conditional-GET support",
  70. "devDependencies": {
  71. "istanbul": "0.3.2",
  72. "mocha": "~2.0.0",
  73. "should": "~4.1.0",
  74. "supertest": "~0.14.0"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "shasum": "7745c50ec72f115115980e8fb179aec01900e08a",
  79. "tarball": "https://registry.npmjs.org/send/-/send-0.10.1.tgz"
  80. },
  81. "engines": {
  82. "node": ">= 0.8.0"
  83. },
  84. "files": [
  85. "History.md",
  86. "LICENSE",
  87. "index.js"
  88. ],
  89. "gitHead": "a5e6237f3e812a99d079e2100f6294251ef5f465",
  90. "homepage": "https://github.com/tj/send",
  91. "keywords": [
  92. "static",
  93. "file",
  94. "server"
  95. ],
  96. "license": "MIT",
  97. "maintainers": [
  98. {
  99. "name": "tjholowaychuk",
  100. "email": "tj@vision-media.ca"
  101. },
  102. {
  103. "name": "dougwilson",
  104. "email": "doug@somethingdoug.com"
  105. }
  106. ],
  107. "name": "send",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/tj/send.git"
  113. },
  114. "scripts": {
  115. "test": "mocha --check-leaks --reporter spec --bail",
  116. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
  117. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
  118. },
  119. "version": "0.10.1"
  120. }