{ "_args": [ [ "data-uri-to-buffer@4.0.1", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "data-uri-to-buffer@4.0.1", "_id": "data-uri-to-buffer@4.0.1", "_inBundle": false, "_integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", "_location": "/data-uri-to-buffer", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "data-uri-to-buffer@4.0.1", "name": "data-uri-to-buffer", "escapedName": "data-uri-to-buffer", "rawSpec": "4.0.1", "saveSpec": null, "fetchSpec": "4.0.1" }, "_requiredBy": [ "/ky-universal/node-fetch" ], "_resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", "_spec": "4.0.1", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, "bugs": { "url": "https://github.com/TooTallNate/node-data-uri-to-buffer/issues" }, "description": "Generate a Buffer instance from a Data URI string", "devDependencies": { "@types/jest": "^27.0.2", "@types/node": "^12.20.36", "jest": "^27.3.1", "ts-jest": "^27.0.7", "typescript": "^4.4.4" }, "engines": { "node": ">= 12" }, "exports": "./dist/index.js", "files": [ "dist", "src" ], "homepage": "https://github.com/TooTallNate/node-data-uri-to-buffer", "jest": { "preset": "ts-jest", "globals": { "ts-jest": { "diagnostics": false, "isolatedModules": true } }, "verbose": false, "testEnvironment": "node", "testMatch": [ "/test/**/*.test.ts" ] }, "keywords": [ "data", "uri", "datauri", "data-uri", "buffer", "convert", "rfc2397", "2397" ], "license": "MIT", "main": "./dist/index.js", "name": "data-uri-to-buffer", "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-data-uri-to-buffer.git" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "jest" }, "type": "module", "types": "./dist/index.d.ts", "version": "4.0.1" }