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.

89 lines
2.1 KiB

  1. {
  2. "_from": "data-urls@^2.0.0",
  3. "_id": "data-urls@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
  6. "_location": "/data-urls",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "data-urls@^2.0.0",
  12. "name": "data-urls",
  13. "escapedName": "data-urls",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
  22. "_shasum": "156485a72963a970f5d5821aaf642bef2bf2db9b",
  23. "_spec": "data-urls@^2.0.0",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  25. "author": {
  26. "name": "Domenic Denicola",
  27. "email": "d@domenic.me",
  28. "url": "https://domenic.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jsdom/data-urls/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "abab": "^2.0.3",
  36. "whatwg-mimetype": "^2.3.0",
  37. "whatwg-url": "^8.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Parses data: URLs",
  41. "devDependencies": {
  42. "eslint": "^6.8.0",
  43. "jest": "^24.9.0",
  44. "request": "^2.88.0"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "files": [
  50. "lib/"
  51. ],
  52. "homepage": "https://github.com/jsdom/data-urls#readme",
  53. "jest": {
  54. "coverageDirectory": "coverage",
  55. "coverageReporters": [
  56. "lcov",
  57. "text-summary"
  58. ],
  59. "testEnvironment": "node",
  60. "testMatch": [
  61. "<rootDir>/test/**/*.js"
  62. ],
  63. "coveragePathIgnorePatterns": [
  64. "<rootDir>/node_modules/(?!(abab/lib/atob.js))"
  65. ]
  66. },
  67. "keywords": [
  68. "data url",
  69. "data uri",
  70. "data:",
  71. "http",
  72. "fetch",
  73. "whatwg"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/parser.js",
  77. "name": "data-urls",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jsdom/data-urls.git"
  81. },
  82. "scripts": {
  83. "coverage": "jest --coverage",
  84. "lint": "eslint .",
  85. "pretest": "node scripts/get-latest-platform-tests.js",
  86. "test": "jest"
  87. },
  88. "version": "2.0.0"
  89. }