package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "whatwg-url@^8.5.0",
  3. "_id": "whatwg-url@8.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
  6. "_location": "/whatwg-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "whatwg-url@^8.5.0",
  12. "name": "whatwg-url",
  13. "escapedName": "whatwg-url",
  14. "rawSpec": "^8.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.5.0"
  17. },
  18. "_requiredBy": [
  19. "/data-urls",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-8.7.0.tgz",
  23. "_shasum": "656a78e510ff8f3937bc0bcbe9f5c0ac35941b77",
  24. "_spec": "whatwg-url@^8.5.0",
  25. "_where": "/var/www/AfterAales/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": "^4.7.0",
  36. "tr46": "^2.1.0",
  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. "@domenic/eslint-config": "^1.2.0",
  43. "browserify": "^17.0.0",
  44. "domexception": "^2.0.1",
  45. "eslint": "^7.29.0",
  46. "glob": "^7.1.7",
  47. "got": "^11.8.2",
  48. "jest": "^27.0.5",
  49. "recast": "^0.20.4",
  50. "webidl2js": "^16.2.0"
  51. },
  52. "engines": {
  53. "node": ">=10"
  54. },
  55. "files": [
  56. "index.js",
  57. "webidl2js-wrapper.js",
  58. "dist/"
  59. ],
  60. "homepage": "https://github.com/jsdom/whatwg-url#readme",
  61. "jest": {
  62. "collectCoverageFrom": [
  63. "lib/**/*.js",
  64. "!lib/utils.js"
  65. ],
  66. "coverageDirectory": "coverage",
  67. "coverageReporters": [
  68. "lcov",
  69. "text-summary"
  70. ],
  71. "testEnvironment": "node",
  72. "testMatch": [
  73. "<rootDir>/test/**/*.js"
  74. ],
  75. "testPathIgnorePatterns": [
  76. "^<rootDir>/test/testharness.js$",
  77. "^<rootDir>/test/web-platform-tests/"
  78. ]
  79. },
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "whatwg-url",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jsdom/whatwg-url.git"
  86. },
  87. "scripts": {
  88. "build-live-viewer": "browserify index.js --standalone whatwgURL > live-viewer/whatwg-url.js",
  89. "coverage": "jest --coverage",
  90. "lint": "eslint .",
  91. "prepare": "node scripts/transform.js",
  92. "pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js",
  93. "test": "jest"
  94. },
  95. "version": "8.7.0"
  96. }