package.json 2.0 KB

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