package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "whatwg-url@^11.0.0",
  3. "_id": "whatwg-url@11.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
  6. "_location": "/whatwg-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "whatwg-url@^11.0.0",
  12. "name": "whatwg-url",
  13. "escapedName": "whatwg-url",
  14. "rawSpec": "^11.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^11.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mongodb-connection-string-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
  22. "_shasum": "0a849eebb5faf2119b901bb76fd795c2848d4018",
  23. "_spec": "whatwg-url@^11.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\mongodb-connection-string-url",
  25. "author": {
  26. "name": "Sebastian Mayr",
  27. "email": "github@smayr.name"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jsdom/whatwg-url/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "tr46": "^3.0.0",
  35. "webidl-conversions": "^7.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
  39. "devDependencies": {
  40. "@domenic/eslint-config": "^1.4.0",
  41. "benchmark": "^2.1.4",
  42. "browserify": "^17.0.0",
  43. "domexception": "^4.0.0",
  44. "eslint": "^7.32.0",
  45. "got": "^11.8.2",
  46. "jest": "^27.2.4",
  47. "webidl2js": "^17.0.0"
  48. },
  49. "engines": {
  50. "node": ">=12"
  51. },
  52. "files": [
  53. "index.js",
  54. "webidl2js-wrapper.js",
  55. "lib/*.js"
  56. ],
  57. "homepage": "https://github.com/jsdom/whatwg-url#readme",
  58. "jest": {
  59. "collectCoverageFrom": [
  60. "lib/**/*.js",
  61. "!lib/utils.js"
  62. ],
  63. "coverageDirectory": "coverage",
  64. "coverageReporters": [
  65. "lcov",
  66. "text-summary"
  67. ],
  68. "testEnvironment": "node",
  69. "testMatch": [
  70. "<rootDir>/test/**/*.js"
  71. ],
  72. "testPathIgnorePatterns": [
  73. "^<rootDir>/test/testharness.js$",
  74. "^<rootDir>/test/web-platform-tests/"
  75. ]
  76. },
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "whatwg-url",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jsdom/whatwg-url.git"
  83. },
  84. "scripts": {
  85. "build-live-viewer": "browserify index.js --standalone whatwgURL > live-viewer/whatwg-url.js",
  86. "coverage": "jest --coverage",
  87. "lint": "eslint .",
  88. "prepare": "node scripts/transform.js",
  89. "pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js",
  90. "test": "jest"
  91. },
  92. "version": "11.0.0"
  93. }