package.json 2.1 KB

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