{ "_args": [ [ "data-urls@3.0.0", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "data-urls@3.0.0", "_id": "data-urls@3.0.0", "_inBundle": false, "_integrity": "sha512-4AefxbTTdFtxDUdh0BuMBs2qJVL25Mow2zlcuuePegQwgD6GEmQao42LLEeksOui8nL4RcNEugIpFP7eRd33xg==", "_location": "/data-urls", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "data-urls@3.0.0", "name": "data-urls", "escapedName": "data-urls", "rawSpec": "3.0.0", "saveSpec": null, "fetchSpec": "3.0.0" }, "_requiredBy": [ "/jsdom" ], "_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.0.tgz", "_spec": "3.0.0", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Domenic Denicola", "email": "d@domenic.me", "url": "https://domenic.me/" }, "bugs": { "url": "https://github.com/jsdom/data-urls/issues" }, "dependencies": { "abab": "^2.0.3", "whatwg-mimetype": "^2.3.0", "whatwg-url": "^9.0.0" }, "description": "Parses data: URLs", "devDependencies": { "@domenic/eslint-config": "^1.2.0", "eslint": "^7.29.0", "jest": "^27.0.5", "node-fetch": "^2.6.1" }, "engines": { "node": ">=12" }, "files": [ "lib/" ], "homepage": "https://github.com/jsdom/data-urls#readme", "jest": { "coverageDirectory": "coverage", "coverageReporters": [ "lcov", "text-summary" ], "testEnvironment": "node", "testMatch": [ "/test/**/*.js" ], "coveragePathIgnorePatterns": [ "/node_modules/(?!(abab/lib/atob.js))" ] }, "keywords": [ "data url", "data uri", "data:", "http", "fetch", "whatwg" ], "license": "MIT", "main": "lib/parser.js", "name": "data-urls", "repository": { "type": "git", "url": "git+https://github.com/jsdom/data-urls.git" }, "scripts": { "coverage": "jest --coverage", "lint": "eslint .", "pretest": "node scripts/get-latest-platform-tests.js", "test": "jest" }, "version": "3.0.0" }