{ "_from": "data-uri-to-buffer@3", "_id": "data-uri-to-buffer@3.0.1", "_inBundle": false, "_integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==", "_location": "/data-uri-to-buffer", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "data-uri-to-buffer@3", "name": "data-uri-to-buffer", "escapedName": "data-uri-to-buffer", "rawSpec": "3", "saveSpec": null, "fetchSpec": "3" }, "_requiredBy": [ "/get-uri" ], "_resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", "_shasum": "594b8973938c5bc2c33046535785341abc4f3636", "_spec": "data-uri-to-buffer@3", "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\get-uri", "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/es6-promisify": "^5.0.0", "@types/mocha": "^5.2.7", "@types/node": "^10.5.3", "@typescript-eslint/eslint-plugin": "1.6.0", "@typescript-eslint/parser": "1.1.0", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", "eslint-config-prettier": "4.1.0", "eslint-import-resolver-typescript": "1.1.1", "eslint-plugin-import": "2.16.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-react": "7.12.4", "mocha": "^6.2.0", "typescript": "^3.5.3" }, "engines": { "node": ">= 6" }, "files": [ "dist/src" ], "homepage": "https://github.com/TooTallNate/node-data-uri-to-buffer", "keywords": [ "data", "uri", "datauri", "data-uri", "buffer", "convert", "rfc2397", "2397" ], "license": "MIT", "main": "dist/src/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": "mocha --reporter spec dist/test/*.js", "test-lint": "eslint src --ext .js,.ts" }, "types": "dist/src/index.d.ts", "version": "3.0.1" }