package.json 2.1 KB

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