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.

117 lines
3.0 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "serve-static@~1.7.1",
  6. "scope": null,
  7. "escapedName": "serve-static",
  8. "name": "serve-static",
  9. "rawSpec": "~1.7.1",
  10. "spec": ">=1.7.1 <1.8.0",
  11. "type": "range"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
  14. ]
  15. ],
  16. "_from": "serve-static@>=1.7.1 <1.8.0",
  17. "_id": "serve-static@1.7.2",
  18. "_inCache": true,
  19. "_location": "/serve-static",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "serve-static@~1.7.1",
  28. "scope": null,
  29. "escapedName": "serve-static",
  30. "name": "serve-static",
  31. "rawSpec": "~1.7.1",
  32. "spec": ">=1.7.1 <1.8.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/express"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.7.2.tgz",
  39. "_shasum": "3164ce06d4e6c3459bdcc9d6018fb4fb35e84b39",
  40. "_shrinkwrap": null,
  41. "_spec": "serve-static@~1.7.1",
  42. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
  43. "author": {
  44. "name": "Douglas Christopher Wilson",
  45. "email": "doug@somethingdoug.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/expressjs/serve-static/issues"
  49. },
  50. "dependencies": {
  51. "escape-html": "1.0.1",
  52. "parseurl": "~1.3.0",
  53. "send": "0.10.1",
  54. "utils-merge": "1.0.0"
  55. },
  56. "description": "Serve static files",
  57. "devDependencies": {
  58. "istanbul": "0.3.5",
  59. "mocha": "~2.1.0",
  60. "supertest": "~0.15.0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "3164ce06d4e6c3459bdcc9d6018fb4fb35e84b39",
  65. "tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.7.2.tgz"
  66. },
  67. "engines": {
  68. "node": ">= 0.8.0"
  69. },
  70. "files": [
  71. "LICENSE",
  72. "HISTORY.md",
  73. "index.js"
  74. ],
  75. "gitHead": "40f88bd0269cd4f4ffcb52bded570ad57e4b56ba",
  76. "homepage": "https://github.com/expressjs/serve-static",
  77. "license": "MIT",
  78. "maintainers": [
  79. {
  80. "name": "dougwilson",
  81. "email": "doug@somethingdoug.com"
  82. },
  83. {
  84. "name": "jongleberry",
  85. "email": "jonathanrichardong@gmail.com"
  86. },
  87. {
  88. "name": "shtylman",
  89. "email": "shtylman@gmail.com"
  90. },
  91. {
  92. "name": "tjholowaychuk",
  93. "email": "tj@vision-media.ca"
  94. },
  95. {
  96. "name": "mscdex",
  97. "email": "mscdex@mscdex.net"
  98. },
  99. {
  100. "name": "fishrock123",
  101. "email": "fishrock123@rocketmail.com"
  102. }
  103. ],
  104. "name": "serve-static",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/expressjs/serve-static.git"
  110. },
  111. "scripts": {
  112. "test": "mocha --reporter spec --bail --check-leaks test/",
  113. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  114. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  115. },
  116. "version": "1.7.2"
  117. }