{ "_from": "data-uri-to-buffer@^4.0.0", "_id": "data-uri-to-buffer@4.0.1", "_inBundle": false, "_integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", "_location": "/data-uri-to-buffer", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "data-uri-to-buffer@^4.0.0", "name": "data-uri-to-buffer", "escapedName": "data-uri-to-buffer", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/node-fetch" ], "_resolved": "https://registry.npmmirror.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", "_shasum": "d8feb2b2881e6a4f58c2e08acfd0e2834e26222e", "_spec": "data-uri-to-buffer@^4.0.0", "_where": "D:\\ruyi\\案例\\node_modules\\node-fetch", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, "bugs": { "url": "https://github.com/TooTallNate/node-data-uri-to-buffer/issues" }, "bundleDependencies": false, "deprecated": false, "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" }