package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "@types/express-serve-static-core",
  3. "version": "4.17.14",
  4. "description": "TypeScript definitions for Express",
  5. "license": "MIT",
  6. "contributors": [
  7. {
  8. "name": "Boris Yankov",
  9. "url": "https://github.com/borisyankov",
  10. "githubUsername": "borisyankov"
  11. },
  12. {
  13. "name": "Michał Lytek",
  14. "url": "https://github.com/19majkel94",
  15. "githubUsername": "19majkel94"
  16. },
  17. {
  18. "name": "Kacper Polak",
  19. "url": "https://github.com/kacepe",
  20. "githubUsername": "kacepe"
  21. },
  22. {
  23. "name": "Satana Charuwichitratana",
  24. "url": "https://github.com/micksatana",
  25. "githubUsername": "micksatana"
  26. },
  27. {
  28. "name": "Sami Jaber",
  29. "url": "https://github.com/samijaber",
  30. "githubUsername": "samijaber"
  31. },
  32. {
  33. "name": "Jose Luis Leon",
  34. "url": "https://github.com/JoseLion",
  35. "githubUsername": "JoseLion"
  36. },
  37. {
  38. "name": "David Stephens",
  39. "url": "https://github.com/dwrss",
  40. "githubUsername": "dwrss"
  41. },
  42. {
  43. "name": "Shin Ando",
  44. "url": "https://github.com/andoshin11",
  45. "githubUsername": "andoshin11"
  46. }
  47. ],
  48. "main": "",
  49. "types": "index.d.ts",
  50. "repository": {
  51. "type": "git",
  52. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  53. "directory": "types/express-serve-static-core"
  54. },
  55. "scripts": {},
  56. "dependencies": {
  57. "@types/node": "*",
  58. "@types/qs": "*",
  59. "@types/range-parser": "*"
  60. },
  61. "typesPublisherContentHash": "3f4e3ad6901fa7efa969bb72f3f2e79f3bb4536bab4e4dc75d2f452a361d5cc2",
  62. "typeScriptVersion": "3.3"
  63. }