package.json 2.1 KB

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