{
  "name": "blob-polyfill",
  "version": "7.0.20220408",
  "description": "Blob.js implements the W3C Blob interface in browsers that do not natively support it.",
  "main": "Blob.js",
  "scripts": {
    "lint": "eslint Blob.js test",
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bjornstar/blob-polyfill.git"
  },
  "keywords": [
    "blob",
    "polyfill"
  ],
  "author": "Eli Grey <me@eligrey.com> (https://eligrey.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bjornstar/blob-polyfill/issues"
  },
  "homepage": "https://github.com/bjornstar/blob-polyfill",
  "devDependencies": {
    "@sindresorhus/is": "^4.6.0",
    "eslint": "^8.12.0",
    "mocha": "^9.2.2"
  }
}
