package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@types/minimist",
  3. "version": "1.2.2",
  4. "description": "TypeScript definitions for minimist",
  5. "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimist",
  6. "license": "MIT",
  7. "contributors": [
  8. {
  9. "name": "Bart van der Schoor",
  10. "url": "https://github.com/Bartvds",
  11. "githubUsername": "Bartvds"
  12. },
  13. {
  14. "name": "Necroskillz",
  15. "url": "https://github.com/Necroskillz",
  16. "githubUsername": "Necroskillz"
  17. },
  18. {
  19. "name": "kamranayub",
  20. "url": "https://github.com/kamranayub",
  21. "githubUsername": "kamranayub"
  22. },
  23. {
  24. "name": "Piotr Błażejewicz",
  25. "url": "https://github.com/peterblazejewicz",
  26. "githubUsername": "peterblazejewicz"
  27. }
  28. ],
  29. "main": "",
  30. "types": "index.d.ts",
  31. "repository": {
  32. "type": "git",
  33. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  34. "directory": "types/minimist"
  35. },
  36. "scripts": {},
  37. "dependencies": {},
  38. "typesPublisherContentHash": "9032205d52417d0f537f1e52af6f7ac447acb4b87dca0ab5840b83ec7818232e",
  39. "typeScriptVersion": "3.6"
  40. }