{
  "_from": "data-uri-to-buffer@2",
  "_id": "data-uri-to-buffer@2.0.2",
  "_inBundle": false,
  "_integrity": "sha1-0paXPVpIl6Xb4xcW0RghGSHwR3A=",
  "_location": "/data-uri-to-buffer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "data-uri-to-buffer@2",
    "name": "data-uri-to-buffer",
    "escapedName": "data-uri-to-buffer",
    "rawSpec": "2",
    "saveSpec": null,
    "fetchSpec": "2"
  },
  "_requiredBy": [
    "/get-uri"
  ],
  "_resolved": "https://registry.npm.alibaba-inc.com/data-uri-to-buffer/download/data-uri-to-buffer-2.0.2.tgz",
  "_shasum": "d296973d5a4897a5dbe31716d118211921f04770",
  "_spec": "data-uri-to-buffer@2",
  "_where": "/Users/liudan/ant-baas/alipay-program-plugin/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/node": "^8.0.7",
    "mocha": "^3.4.2"
  },
  "homepage": "https://github.com/TooTallNate/node-data-uri-to-buffer",
  "keywords": [
    "data",
    "uri",
    "datauri",
    "data-uri",
    "buffer",
    "convert",
    "rfc2397",
    "2397"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "data-uri-to-buffer",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-data-uri-to-buffer.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "types": "index.d.ts",
  "version": "2.0.2"
}
