package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "data-urls@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "data-urls@1.1.0",
  10. "_id": "data-urls@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Fe4Fgrql4iu1nHcUDaj5x2lju/4=",
  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.npm.taobao.org/data-urls/download/data-urls-1.1.0.tgz",
  33. "_spec": "1.1.0",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }