{
  "_args": [
    [
      "data-uri-to-buffer@3.0.0",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "data-uri-to-buffer@3.0.0",
  "_id": "data-uri-to-buffer@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-MJ6mFTZ+nPQO+39ua/ltwNePXrfdF3Ww0wP1Od7EePySXN1cP9XNqRQOG3FxTfipp8jx898LUCgBCEP11Qw/ZQ==",
  "_location": "/data-uri-to-buffer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "data-uri-to-buffer@3.0.0",
    "name": "data-uri-to-buffer",
    "escapedName": "data-uri-to-buffer",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/@next/react-dev-overlay"
  ],
  "_resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-data-uri-to-buffer/issues"
  },
  "dependencies": {
    "buffer-from": "^1.1.1"
  },
  "description": "Generate a Buffer instance from a Data URI string",
  "devDependencies": {
    "@types/buffer-from": "^1.1.0",
    "@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"
  ],
  "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.0"
}
