package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "@types/whatwg-url@^8.2.1",
  3. "_id": "@types/whatwg-url@8.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2YubE1sjj5ifxievI5Ge1sckb9k/Er66HyR2c+3+I6VDUUg1TLPdYYTEbQ+DjRkS4nTxMJhgWfSfMRD2sl2EYQ==",
  6. "_location": "/@types/whatwg-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@types/whatwg-url@^8.2.1",
  12. "name": "@types/whatwg-url",
  13. "escapedName": "@types%2fwhatwg-url",
  14. "scope": "@types",
  15. "rawSpec": "^8.2.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^8.2.1"
  18. },
  19. "_requiredBy": [
  20. "/mongodb-connection-string-url"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.1.tgz",
  23. "_shasum": "f1aac222dab7c59e011663a0cb0a3117b2ef05d4",
  24. "_spec": "@types/whatwg-url@^8.2.1",
  25. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\mongodb-connection-string-url",
  26. "bugs": {
  27. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Alexander Marks",
  33. "url": "https://github.com/aomarks"
  34. },
  35. {
  36. "name": "ExE Boss",
  37. "url": "https://github.com/ExE-Boss"
  38. }
  39. ],
  40. "dependencies": {
  41. "@types/node": "*",
  42. "@types/webidl-conversions": "*"
  43. },
  44. "deprecated": false,
  45. "description": "TypeScript definitions for whatwg-url",
  46. "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/whatwg-url",
  47. "license": "MIT",
  48. "main": "",
  49. "name": "@types/whatwg-url",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  53. "directory": "types/whatwg-url"
  54. },
  55. "scripts": {},
  56. "typeScriptVersion": "3.6",
  57. "types": "index.d.ts",
  58. "typesPublisherContentHash": "a1260472a5aaba17ca5053dad6f0e88d68682ac63f5ddf4bc333657bdd7e9e96",
  59. "typesVersions": {
  60. "<=3.9": {
  61. "*": [
  62. "ts3.9/*"
  63. ]
  64. }
  65. },
  66. "version": "8.2.1"
  67. }