You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
2.5 KiB

  1. {
  2. "_from": "whatwg-url@^8.0.0",
  3. "_id": "whatwg-url@8.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BQRf/ej5Rp3+n7k0grQXZj9a1cHtsp4lqj01p59xBWFKdezR8sO37XnpafwNqiFac/v2Il12EIMjX/Y4VZtT8Q==",
  6. "_location": "/whatwg-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "whatwg-url@^8.0.0",
  12. "name": "whatwg-url",
  13. "escapedName": "whatwg-url",
  14. "rawSpec": "^8.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.0.0"
  17. },
  18. "_requiredBy": [
  19. "/data-urls",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.3.0.tgz",
  23. "_shasum": "d1e11e565334486cdb280d3101b9c3fd1c867582",
  24. "_spec": "whatwg-url@^8.0.0",
  25. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  26. "author": {
  27. "name": "Sebastian Mayr",
  28. "email": "github@smayr.name"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jsdom/whatwg-url/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "lodash.sortby": "^4.7.0",
  36. "tr46": "^2.0.2",
  37. "webidl-conversions": "^6.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
  41. "devDependencies": {
  42. "browserify": "^16.5.2",
  43. "domexception": "^2.0.1",
  44. "eslint": "^7.7.0",
  45. "glob": "^7.1.6",
  46. "got": "^11.5.2",
  47. "jest": "^26.4.2",
  48. "recast": "^0.20.2",
  49. "webidl2js": "^16.2.0"
  50. },
  51. "engines": {
  52. "node": ">=10"
  53. },
  54. "files": [
  55. "index.js",
  56. "webidl2js-wrapper.js",
  57. "dist/"
  58. ],
  59. "homepage": "https://github.com/jsdom/whatwg-url#readme",
  60. "jest": {
  61. "collectCoverageFrom": [
  62. "lib/**/*.js",
  63. "!lib/utils.js"
  64. ],
  65. "coverageDirectory": "coverage",
  66. "coverageReporters": [
  67. "lcov",
  68. "text-summary"
  69. ],
  70. "testEnvironment": "node",
  71. "testMatch": [
  72. "<rootDir>/test/**/*.js"
  73. ],
  74. "testPathIgnorePatterns": [
  75. "^<rootDir>/test/testharness.js$",
  76. "^<rootDir>/test/web-platform-tests/"
  77. ]
  78. },
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "whatwg-url",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jsdom/whatwg-url.git"
  85. },
  86. "scripts": {
  87. "build-live-viewer": "browserify index.js --standalone whatwgURL > live-viewer/whatwg-url.js",
  88. "coverage": "jest --coverage",
  89. "lint": "eslint .",
  90. "prepare": "node scripts/transform.js",
  91. "pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js",
  92. "test": "jest"
  93. },
  94. "version": "8.3.0"
  95. }