{
  "_from": "blob-polyfill@^4.0.20190430",
  "_id": "blob-polyfill@4.0.20200601",
  "_inBundle": false,
  "_integrity": "sha512-1jB6WOIp6IDxNyng5+9A8g/f0uiphib2ELCN+XAnlssinsW8s1k4VYG9b1TxIUd3pdm9RJSLQuBh6iohYmD4hA==",
  "_location": "/blob-polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "blob-polyfill@^4.0.20190430",
    "name": "blob-polyfill",
    "escapedName": "blob-polyfill",
    "rawSpec": "^4.0.20190430",
    "saveSpec": null,
    "fetchSpec": "^4.0.20190430"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/blob-polyfill/-/blob-polyfill-4.0.20200601.tgz",
  "_shasum": "16430e9e50d63e122c6aac18b31f5f0bc8c0bf92",
  "_spec": "blob-polyfill@^4.0.20190430",
  "_where": "/Users/admin/projects/dms/src/dealer_admin",
  "author": {
    "name": "Eli Grey",
    "email": "me@eligrey.com",
    "url": "http://eligrey.com"
  },
  "bugs": {
    "url": "https://github.com/bjornstar/blob-polyfill/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Blob.js implements the W3C Blob interface in browsers that do not natively support it.",
  "devDependencies": {
    "eslint": "^7.1.0",
    "mocha": "^7.2.0"
  },
  "homepage": "https://github.com/bjornstar/blob-polyfill",
  "keywords": [
    "blob",
    "polyfill"
  ],
  "license": "MIT",
  "main": "Blob.js",
  "name": "blob-polyfill",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bjornstar/blob-polyfill.git"
  },
  "scripts": {
    "lint": "eslint Blob.js test",
    "test": "mocha test"
  },
  "version": "4.0.20200601"
}
