package.json 1017 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@types/whatwg-url",
  3. "version": "8.2.2",
  4. "description": "TypeScript definitions for whatwg-url",
  5. "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/whatwg-url",
  6. "license": "MIT",
  7. "contributors": [
  8. {
  9. "name": "Alexander Marks",
  10. "url": "https://github.com/aomarks",
  11. "githubUsername": "aomarks"
  12. },
  13. {
  14. "name": "ExE Boss",
  15. "url": "https://github.com/ExE-Boss",
  16. "githubUsername": "ExE-Boss"
  17. }
  18. ],
  19. "main": "",
  20. "types": "index.d.ts",
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  24. "directory": "types/whatwg-url"
  25. },
  26. "scripts": {},
  27. "dependencies": {
  28. "@types/node": "*",
  29. "@types/webidl-conversions": "*"
  30. },
  31. "typesPublisherContentHash": "ea85d67c501583ff421cfbf206fafac0410c464edef169a6d88e06ecfe226dfc",
  32. "typeScriptVersion": "4.0"
  33. }