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.

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "http-server",
  3. "_id": "http-server@0.11.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6JeGDGoujJLmhjiRGlt8yK8Z9Kl0vnl/dQoQZlc4oeqaUoAKQg94NILLfrY3oWzSyFaQCVNTcKE5PZ3cH8VP9w==",
  6. "_location": "/http-server",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "http-server",
  12. "name": "http-server",
  13. "escapedName": "http-server",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/http-server/-/http-server-0.11.1.tgz",
  23. "_shasum": "2302a56a6ffef7f9abea0147d838a5e9b6b6a79b",
  24. "_spec": "http-server",
  25. "_where": "C:\\Users\\ittnerpa60944\\source\\repos\\MDTWebApp\\code\\code",
  26. "bin": {
  27. "http-server": "./bin/http-server",
  28. "hs": "./bin/http-server"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/nodeapps/http-server/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Charlie Robbins",
  37. "email": "charlie.robbins@gmail.com"
  38. },
  39. {
  40. "name": "Marak Squires",
  41. "email": "marak.squires@gmail.com"
  42. },
  43. {
  44. "name": "Charlie McConnell",
  45. "email": "charlie@charlieistheman.com"
  46. },
  47. {
  48. "name": "Joshua Holbrook",
  49. "email": "josh.holbrook@gmail.com"
  50. },
  51. {
  52. "name": "Maciej Małecki",
  53. "email": "maciej.malecki@notimplemented.org"
  54. },
  55. {
  56. "name": "Matthew Bergman",
  57. "email": "mzbphoto@gmail.com"
  58. },
  59. {
  60. "name": "brad dunbar",
  61. "email": "dunbarb2@gmail.com"
  62. },
  63. {
  64. "name": "Dominic Tarr"
  65. },
  66. {
  67. "name": "Travis Person",
  68. "email": "travis.person@gmail.com"
  69. },
  70. {
  71. "name": "Jinkwon Lee",
  72. "email": "master@bdyne.net"
  73. },
  74. {
  75. "name": "BigBlueHat",
  76. "email": "byoung@bigbluehat.com"
  77. }
  78. ],
  79. "dependencies": {
  80. "colors": "1.0.3",
  81. "corser": "~2.0.0",
  82. "ecstatic": "^3.0.0",
  83. "http-proxy": "^1.8.1",
  84. "opener": "~1.4.0",
  85. "optimist": "0.6.x",
  86. "portfinder": "^1.0.13",
  87. "union": "~0.4.3"
  88. },
  89. "deprecated": false,
  90. "description": "A simple zero-configuration command-line http server",
  91. "devDependencies": {
  92. "common-style": "^3.0.0",
  93. "request": "2.49.x",
  94. "vows": "0.7.x"
  95. },
  96. "files": [
  97. "lib",
  98. "bin"
  99. ],
  100. "homepage": "https://github.com/indexzero/http-server#readme",
  101. "keywords": [
  102. "cli",
  103. "command"
  104. ],
  105. "license": "MIT",
  106. "main": "./lib/http-server",
  107. "name": "http-server",
  108. "preferGlobal": "true",
  109. "repository": {
  110. "type": "git",
  111. "url": "git://github.com/indexzero/http-server.git"
  112. },
  113. "scripts": {
  114. "pretest": "common bin/http-server lib/ test",
  115. "start": "node ./bin/http-server",
  116. "test": "vows --spec --isolate"
  117. },
  118. "version": "0.11.1"
  119. }