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.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "ecstatic@^3.0.0",
  3. "_id": "ecstatic@3.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fLf9l1hnwrHI2xn9mEDT7KIi22UDqA2jaCwyCbSUJh9a1V+LEUSL/JO/6TIz/QyuBURWUHrFL5Kg2TtO1bkkog==",
  6. "_location": "/ecstatic",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ecstatic@^3.0.0",
  12. "name": "ecstatic",
  13. "escapedName": "ecstatic",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/http-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-3.3.2.tgz",
  22. "_shasum": "6d1dd49814d00594682c652adb66076a69d46c48",
  23. "_spec": "ecstatic@^3.0.0",
  24. "_where": "C:\\Users\\ittnerpa60944\\source\\repos\\MDTWebApp\\code\\code\\node_modules\\http-server",
  25. "author": {
  26. "name": "Joshua Holbrook",
  27. "email": "josh@nodejitsu.com",
  28. "url": "http://jesusabdullah.net"
  29. },
  30. "bin": {
  31. "ecstatic": "./lib/ecstatic.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jfhbrook/node-ecstatic/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "he": "^1.1.1",
  39. "mime": "^1.6.0",
  40. "minimist": "^1.1.0",
  41. "url-join": "^2.0.5"
  42. },
  43. "deprecated": false,
  44. "description": "A simple static file server middleware",
  45. "devDependencies": {
  46. "eol": "^0.9.1",
  47. "eslint": "^3.19.0",
  48. "eslint-config-airbnb-base": "^11.3.2",
  49. "eslint-plugin-import": "^2.14.0",
  50. "express": "^4.16.3",
  51. "mkdirp": "^0.5.0",
  52. "request": "^2.88.0",
  53. "tap": "^12.0.1"
  54. },
  55. "homepage": "https://github.com/jfhbrook/node-ecstatic",
  56. "keywords": [
  57. "static",
  58. "web",
  59. "server",
  60. "files",
  61. "mime",
  62. "middleware"
  63. ],
  64. "license": "MIT",
  65. "main": "./lib/ecstatic.js",
  66. "name": "ecstatic",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+ssh://git@github.com/jfhbrook/node-ecstatic.git"
  70. },
  71. "scripts": {
  72. "fix": "eslint --fix ./lib/ ./example/ ./test",
  73. "posttest": "tap --coverage-report=clover",
  74. "pretest": "eslint ./lib/ ./example/ ./test",
  75. "test": "tap --jobs-auto --coverage test/*.js"
  76. },
  77. "version": "3.3.2"
  78. }